From f43f3835dc0d2c99178462c909de2eed40ee6178 Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Wed, 24 May 2023 22:51:10 +0530 Subject: [PATCH 01/15] fix: add scss sample subapp v2 --- common/config/rush/pnpm-lock.yaml | 880 +++++++++++------- rush.json | 12 + samples/subapp2-basic/package.json | 42 +- samples/subapp2-basic/src/server/routes.ts | 2 +- .../src/subapps/main-body/index.tsx | 2 +- samples/subapp2-poc/package.json | 30 +- .../subapp2-poc/{xclap.ts => xrun-tasks.ts} | 13 +- 7 files changed, 569 insertions(+), 412 deletions(-) rename samples/subapp2-poc/{xclap.ts => xrun-tasks.ts} (74%) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index ddd629bed..01290dd05 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -55,12 +55,16 @@ specifiers: '@rush-temp/subapp-server': file:./projects/subapp-server.tgz '@rush-temp/subapp-util': file:./projects/subapp-util.tgz '@rush-temp/subapp-web': file:./projects/subapp-web.tgz + '@rush-temp/subapp2-poc': file:./projects/subapp2-poc.tgz '@rush-temp/tag-renderer': file:./projects/tag-renderer.tgz '@rush-temp/webpack': file:./projects/webpack.tgz '@rush-temp/webpack-config-composer': file:./projects/webpack-config-composer.tgz '@types/chai-as-promised': ^7.1.3 '@types/jest': ^26.0.4 '@types/webpack': 5.28.0 + '@xarc/opt-eslint': ^1.0.0 + '@xarc/opt-postcss': ^1.0.0 + '@xarc/opt-stylus': ^1.0.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 babel-core: ^6.0.15 @@ -146,7 +150,6 @@ specifiers: postcss-preset-env: ^6.7.0 postcss-scss: ^2.0.0 preact-render-to-string: ^5.1.3 - prop-types: 15.8.1 ps-get: ^1.1.0 react-helmet: ^5.2.0 react-query: ~3.39.0 @@ -197,7 +200,7 @@ dependencies: '@jchip/redbird': 1.3.0 '@module-federation/concat-runtime': 0.0.1 '@rush-temp/app': file:projects/app.tgz - '@rush-temp/app-dev': file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.83.1 + '@rush-temp/app-dev': file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.84.0 '@rush-temp/create-app': file:projects/create-app.tgz_uglify-js@2.8.29 '@rush-temp/dev-base': file:projects/dev-base.tgz '@rush-temp/electrode-archetype-webpack-dll': file:projects/electrode-archetype-webpack-dll.tgz @@ -214,16 +217,16 @@ dependencies: '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz '@rush-temp/opt-eslint': file:projects/opt-eslint.tgz '@rush-temp/opt-jest': file:projects/opt-jest.tgz - '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.83.1 - '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.83.1 + '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.84.0 + '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.84.0 '@rush-temp/opt-mocha': file:projects/opt-mocha.tgz '@rush-temp/opt-postcss': file:projects/opt-postcss.tgz '@rush-temp/opt-preact': file:projects/opt-preact.tgz '@rush-temp/opt-react': file:projects/opt-react.tgz - '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.83.1 + '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.84.0 '@rush-temp/opt-stylus': file:projects/opt-stylus.tgz - '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.83.1 - '@rush-temp/poc-subapp-redux': file:projects/poc-subapp-redux.tgz_webpack@5.83.1 + '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.84.0 + '@rush-temp/poc-subapp-redux': file:projects/poc-subapp-redux.tgz_webpack@5.84.0 '@rush-temp/poc-subappv1-csp': file:projects/poc-subappv1-csp.tgz '@rush-temp/react': file:projects/react.tgz '@rush-temp/react-query': file:projects/react-query.tgz @@ -241,12 +244,16 @@ dependencies: '@rush-temp/subapp-server': file:projects/subapp-server.tgz '@rush-temp/subapp-util': file:projects/subapp-util.tgz '@rush-temp/subapp-web': file:projects/subapp-web.tgz + '@rush-temp/subapp2-poc': file:projects/subapp2-poc.tgz '@rush-temp/tag-renderer': file:projects/tag-renderer.tgz '@rush-temp/webpack': file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3 '@rush-temp/webpack-config-composer': file:projects/webpack-config-composer.tgz '@types/chai-as-promised': 7.1.5 '@types/jest': 26.0.24 '@types/webpack': 5.28.0_uglify-js@2.8.29 + '@xarc/opt-eslint': 1.0.0 + '@xarc/opt-postcss': 1.0.1 + '@xarc/opt-stylus': 1.0.1 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 babel-core: 6.26.3 @@ -270,8 +277,8 @@ dependencies: chai-shallowly: 1.0.0 chalker: 1.2.0 chokidar: 3.5.3 - css-loader: 6.7.3_webpack@5.83.1 - css-minimizer-webpack-plugin: 1.3.0_webpack@5.83.1 + css-loader: 6.7.4_webpack@5.84.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.84.0 electrode-server1: /electrode-server/1.9.0 electrode-server2: /electrode-server/2.5.0 enzyme: 3.11.0 @@ -284,7 +291,7 @@ dependencies: eslint-plugin-react: 7.32.2 express: 4.18.2 fast-async: 7.0.6 - file-loader: 6.2.0_webpack@5.83.1 + file-loader: 6.2.0_webpack@5.84.0 fs-extra: 10.1.0 history: 5.3.0 identity-obj-proxy: 3.0.0 @@ -307,18 +314,18 @@ dependencies: karma-sonarqube-unit-reporter: 0.0.23_karma@3.1.4 karma-sourcemap-loader: 0.3.8 karma-spec-reporter: 0.0.34_karma@3.1.4 - karma-webpack: 5.0.0_webpack@5.83.1 + karma-webpack: 5.0.0_webpack@5.84.0 koa: 2.14.2 koa-router: 7.4.0 less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@5.83.1 + less-loader: 4.1.0_less@3.13.1+webpack@5.84.0 loader-utils: 1.4.2 loadjs: 4.2.0 lodash.keys: 4.2.0 lodash.omit: 4.5.0 log-update: 5.0.1 mime: 3.0.0 - mini-css-extract-plugin: 1.6.2_webpack@5.83.1 + mini-css-extract-plugin: 1.6.2_webpack@5.84.0 munchy: 1.0.9 nix-clap: 1.3.13 object-assign: 4.1.1 @@ -332,7 +339,6 @@ dependencies: postcss-preset-env: 6.7.1 postcss-scss: 2.1.1 preact-render-to-string: 5.2.6 - prop-types: 15.8.1 ps-get: 1.1.0 react-helmet: 5.2.1 react-query: 3.39.3 @@ -348,7 +354,7 @@ dependencies: require-at: 1.0.6 rxjs: 6.6.7 sass: 1.62.1 - sass-loader: 13.2.2_sass@1.62.1+webpack@5.83.1 + sass-loader: 13.3.0_sass@1.62.1+webpack@5.84.0 semver: 7.5.1 serve-index-fs: 1.10.1 set-cookie-parser: 1.0.2 @@ -362,12 +368,12 @@ dependencies: sugarss: 2.0.0 typedoc-plugin-external-module-name: 3.1.0 uglify-js: 2.8.29 - uglifyjs-webpack-plugin: 2.2.0_webpack@5.83.1 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.83.1 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.84.0 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.84.0 visual-logger: 1.1.3 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 webpack-bundle-analyzer: 3.9.0 - webpack-dev-middleware: 4.3.0_webpack@5.83.1 + webpack-dev-middleware: 4.3.0_webpack@5.84.0 whatwg-fetch: 2.0.4 xenv-config: 1.3.1 xstdout: 0.1.1 @@ -440,8 +446,8 @@ packages: '@babel/highlight': 7.18.6 dev: false - /@babel/compat-data/7.21.7: - resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} + /@babel/compat-data/7.21.9: + resolution: {integrity: sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ==} engines: {node: '>=6.9.0'} dev: false @@ -451,12 +457,12 @@ packages: dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 + '@babel/generator': 7.21.9 '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 + '@babel/parser': 7.21.9 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 convert-source-map: 1.9.0 @@ -478,8 +484,8 @@ packages: trim-right: 1.0.1 dev: false - /@babel/generator/7.21.5: - resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} + /@babel/generator/7.21.9: + resolution: {integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 @@ -516,7 +522,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 @@ -529,7 +535,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 @@ -621,7 +627,7 @@ packages: resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/types': 7.21.5 dev: false @@ -661,7 +667,7 @@ packages: '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -702,7 +708,7 @@ packages: '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -756,7 +762,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -767,7 +773,7 @@ packages: resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -791,8 +797,8 @@ packages: js-tokens: 4.0.0 dev: false - /@babel/parser/7.21.8: - resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} + /@babel/parser/7.21.9: + resolution: {integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==} engines: {node: '>=6.0.0'} hasBin: true dev: false @@ -976,7 +982,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/helper-compilation-targets': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3 @@ -989,7 +995,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 '@babel/helper-plugin-utils': 7.21.5 @@ -1442,7 +1448,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 dev: false /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.21.8: @@ -1890,7 +1896,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 '@babel/helper-plugin-utils': 7.21.5 @@ -2072,12 +2078,12 @@ packages: lodash: 4.17.21 dev: false - /@babel/template/7.20.7: - resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + /@babel/template/7.21.9: + resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 dev: false @@ -2101,12 +2107,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 + '@babel/generator': 7.21.9 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 @@ -2174,13 +2180,13 @@ packages: engines: {node: '>=10.0.0'} dev: false - /@eslint-community/eslint-utils/4.4.0_eslint@8.40.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.41.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.40.0 + eslint: 8.41.0 eslint-visitor-keys: 3.4.1 dev: false @@ -2223,8 +2229,8 @@ packages: - supports-color dev: false - /@eslint/js/8.40.0: - resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==} + /@eslint/js/8.41.0: + resolution: {integrity: sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -2622,7 +2628,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 chalk: 4.1.2 jest-message-util: 26.6.2 jest-util: 26.6.2 @@ -2638,7 +2644,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 ansi-escapes: 4.3.2 chalk: 4.1.2 exit: 0.1.2 @@ -2675,7 +2681,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 jest-mock: 26.6.2 dev: false @@ -2685,7 +2691,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 20.1.7 + '@types/node': 20.2.3 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -2799,7 +2805,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.1.7 + '@types/node': 20.2.3 '@types/yargs': 15.0.15 chalk: 4.1.2 dev: false @@ -2979,8 +2985,8 @@ packages: type-detect: 4.0.8 dev: false - /@sinonjs/fake-timers/10.1.0: - resolution: {integrity: sha512-w1qd368vtrwttm1PRJWPW1QHlbmHrVDGs1eBH/jZvRPUFS4MNXV9Q33EQdjOdeAxZ7O8+3wM7zxztm2nfUSyKw==} + /@sinonjs/fake-timers/10.2.0: + resolution: {integrity: sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==} dependencies: '@sinonjs/commons': 3.0.0 dev: false @@ -3138,7 +3144,7 @@ packages: /@types/babel__core/7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -3154,7 +3160,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 dev: false @@ -3177,7 +3183,7 @@ packages: /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.37.0 + '@types/eslint': 8.40.0 '@types/estree': 1.0.1 dev: false @@ -3185,8 +3191,8 @@ packages: resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} dev: false - /@types/eslint/8.37.0: - resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} + /@types/eslint/8.40.0: + resolution: {integrity: sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==} dependencies: '@types/estree': 1.0.1 '@types/json-schema': 7.0.11 @@ -3199,13 +3205,13 @@ packages: /@types/graceful-fs/4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 20.1.7 + '@types/node': 20.2.3 dev: false /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.2.6 + '@types/react': 18.2.7 hoist-non-react-statics: 3.3.2 dev: false @@ -3272,12 +3278,12 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.16.12: - resolution: {integrity: sha512-tIRrjbY9C277MOfP8M3zjMIhtMlUJ6YVqkGgLjz+74jVsdf4/UjC6Hku4+1N0BS0qyC0JAS6tJLUk9H6JUKviQ==} + /@types/node/18.16.14: + resolution: {integrity: sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==} dev: false - /@types/node/20.1.7: - resolution: {integrity: sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==} + /@types/node/20.2.3: + resolution: {integrity: sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==} dev: false /@types/normalize-package-data/2.4.1: @@ -3299,11 +3305,11 @@ packages: /@types/react-dom/18.2.4: resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==} dependencies: - '@types/react': 18.2.6 + '@types/react': 18.2.7 dev: false - /@types/react/18.2.6: - resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==} + /@types/react/18.2.7: + resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -3364,9 +3370,9 @@ packages: /@types/webpack/5.28.0_uglify-js@2.8.29: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 20.1.7 + '@types/node': 20.2.3 tapable: 2.2.1 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 transitivePeerDependencies: - '@swc/core' - esbuild @@ -3480,8 +3486,8 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.59.6_1ea6d86d84f96d0415ac1984c6647ffd: - resolution: {integrity: sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==} + /@typescript-eslint/eslint-plugin/5.59.7_335a5dce3642b23f25573fc15fc5b3e9: + resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3492,12 +3498,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 - '@typescript-eslint/scope-manager': 5.59.6 - '@typescript-eslint/type-utils': 5.59.6_eslint@8.40.0+typescript@4.9.5 - '@typescript-eslint/utils': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/type-utils': 5.59.7_eslint@8.41.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.59.7_eslint@8.41.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -3671,8 +3677,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.59.6_eslint@8.40.0+typescript@4.9.5: - resolution: {integrity: sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==} + /@typescript-eslint/parser/5.59.7_eslint@8.41.0+typescript@4.9.5: + resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3681,11 +3687,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.6 - '@typescript-eslint/types': 5.59.6 - '@typescript-eslint/typescript-estree': 5.59.6_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/typescript-estree': 5.59.7_typescript@4.9.5 debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -3699,16 +3705,16 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: false - /@typescript-eslint/scope-manager/5.59.6: - resolution: {integrity: sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==} + /@typescript-eslint/scope-manager/5.59.7: + resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.6 - '@typescript-eslint/visitor-keys': 5.59.6 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/visitor-keys': 5.59.7 dev: false - /@typescript-eslint/type-utils/5.59.6_eslint@8.40.0+typescript@4.9.5: - resolution: {integrity: sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==} + /@typescript-eslint/type-utils/5.59.7_eslint@8.41.0+typescript@4.9.5: + resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3717,10 +3723,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.6_typescript@4.9.5 - '@typescript-eslint/utils': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.59.7_typescript@4.9.5 + '@typescript-eslint/utils': 5.59.7_eslint@8.41.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -3732,8 +3738,8 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/types/5.59.6: - resolution: {integrity: sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==} + /@typescript-eslint/types/5.59.7: + resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -3841,8 +3847,8 @@ packages: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.59.6_typescript@4.9.5: - resolution: {integrity: sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==} + /@typescript-eslint/typescript-estree/5.59.7_typescript@4.9.5: + resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -3850,8 +3856,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.6 - '@typescript-eslint/visitor-keys': 5.59.6 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/visitor-keys': 5.59.7 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3862,19 +3868,19 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.59.6_eslint@8.40.0+typescript@4.9.5: - resolution: {integrity: sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==} + /@typescript-eslint/utils/5.59.7_eslint@8.41.0+typescript@4.9.5: + resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.41.0 '@types/json-schema': 7.0.11 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 5.59.6 - '@typescript-eslint/types': 5.59.6 - '@typescript-eslint/typescript-estree': 5.59.6_typescript@4.9.5 - eslint: 8.40.0 + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/typescript-estree': 5.59.7_typescript@4.9.5 + eslint: 8.41.0 eslint-scope: 5.1.1 semver: 7.5.1 transitivePeerDependencies: @@ -3890,11 +3896,11 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /@typescript-eslint/visitor-keys/5.59.6: - resolution: {integrity: sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==} + /@typescript-eslint/visitor-keys/5.59.7: + resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.6 + '@typescript-eslint/types': 5.59.7 eslint-visitor-keys: 3.4.1 dev: false @@ -4008,24 +4014,24 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webpack-cli/configtest/1.2.0_cdde2bda280bfb4cd251798d8fdbce2d: + /@webpack-cli/configtest/1.2.0_46f4c1b7fc627ca4be4a15e2497ac5da: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.83.1_17c93feb39fd8f95264c9b12c9d849ca - webpack-cli: 4.10.0_fdd885a1f7a509bb2316a514bda0a874 + webpack: 5.84.0_17c93feb39fd8f95264c9b12c9d849ca + webpack-cli: 4.10.0_6f1294be71370964d54a9c0d2ff17c0a dev: false - /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.83.1: + /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.84.0: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a dev: false /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -4034,7 +4040,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.10.0_6f1294be71370964d54a9c0d2ff17c0a dev: false /@webpack-cli/info/1.5.0_webpack-cli@4.8.0: @@ -4043,7 +4049,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a dev: false /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: @@ -4055,7 +4061,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.10.0_6f1294be71370964d54a9c0d2ff17c0a dev: false /@webpack-cli/serve/1.7.0_webpack-cli@4.8.0: @@ -4067,7 +4073,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a dev: false /@xarc/fastify-server/2.2.0: @@ -4081,7 +4087,7 @@ packages: fastify-plugin: 1.6.1 lodash: 4.17.21 require-at: 1.0.6 - tslib: 2.5.0 + tslib: 2.5.2 xaa: 1.7.3 transitivePeerDependencies: - supports-color @@ -4098,7 +4104,7 @@ packages: fastify-plugin: 3.0.1 lodash: 4.17.21 require-at: 1.0.6 - tslib: 2.5.0 + tslib: 2.5.2 xaa: 1.7.3 transitivePeerDependencies: - supports-color @@ -4125,7 +4131,7 @@ packages: filter-scan-dir: 1.5.5 lodash: 4.17.21 tsconfig: 7.0.0 - tslib: 2.5.0 + tslib: 2.5.2 xsh: 0.4.5 dev: false @@ -4138,10 +4144,45 @@ packages: filter-scan-dir: 1.5.5 lodash: 4.17.21 tsconfig: 7.0.0 - tslib: 2.5.0 + tslib: 2.5.2 xsh: 0.4.5 dev: false + /@xarc/opt-eslint/1.0.0: + resolution: {integrity: sha512-jDe5raXBHKVSihr57XXR1XzYhGH68WQgynhgQCC9Hl74ij/pa6Dft9sOVLMdfDhU6+AD9Ng30udhe6OKXBJYsA==} + requiresBuild: true + dependencies: + babel-eslint: 10.1.0_eslint@4.19.1 + eslint: 4.19.1 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@4.19.1 + eslint-plugin-flowtype: 2.50.3_eslint@4.19.1 + eslint-plugin-react: 7.32.2_eslint@4.19.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@xarc/opt-postcss/1.0.1: + resolution: {integrity: sha512-jCyJ/PjCXvNELlQM8reY9n9A9cCA/PLILPurRKdpN42IkZrQ/Nx3pjLfxGvOUC8SI9RPNkdLGXJkpbL2YlAxMQ==} + requiresBuild: true + dependencies: + postcss-import: 12.0.1 + postcss-less: 3.1.4 + postcss-loader: 3.0.0 + postcss-nested: 4.2.3 + postcss-preset-env: 6.7.1 + postcss-scss: 2.1.1 + sugarss: 2.0.0 + dev: false + + /@xarc/opt-stylus/1.0.1: + resolution: {integrity: sha512-vuNuzjTL6KIyQwoFlwdsup16i1OWdFFkpsc1oW1KrB9ZpZZ/eaRhwBrXATB6zcUVyzgE/NSecxNmMPD5hhJbQA==} + requiresBuild: true + dependencies: + stylus: 0.54.8 + stylus-relative-loader: 3.4.0_stylus@0.54.8 + dev: false + /@xarc/run/1.1.1: resolution: {integrity: sha512-aGfJ6Jusq41eZuMzlzvsqIzGiOzWu94u1XRoKhamu6hXenC7e7wsvQzWmVzWV02Ug/xL++5/pRNv1Cbp3CZu3g==} hasBin: true @@ -4847,7 +4888,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001488 + caniuse-lite: 1.0.30001489 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -4964,7 +5005,7 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 eslint-visitor-keys: 1.3.0 @@ -4973,6 +5014,24 @@ packages: - supports-color dev: false + /babel-eslint/10.1.0_eslint@4.19.1: + resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} + engines: {node: '>=6'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + peerDependencies: + eslint: '>= 4.12.1' + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.21.9 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + eslint: 4.19.1 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + /babel-eslint/10.1.0_eslint@6.8.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} @@ -4981,7 +5040,7 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 eslint: 6.8.0 @@ -4999,7 +5058,7 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 eslint: 7.32.0 @@ -5009,7 +5068,7 @@ packages: - supports-color dev: false - /babel-eslint/10.1.0_eslint@8.40.0: + /babel-eslint/10.1.0_eslint@8.41.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -5017,10 +5076,10 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 - eslint: 8.40.0 + eslint: 8.41.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.2 transitivePeerDependencies: @@ -5255,7 +5314,7 @@ packages: - supports-color dev: false - /babel-loader/8.3.0_a4fb97b1eb8366a986880d4cb53fc5f4: + /babel-loader/8.3.0_5f27fbd462e44d0ae957a5bc19f19c85: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -5267,10 +5326,10 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /babel-loader/8.3.0_webpack@5.83.1: + /babel-loader/8.3.0_webpack@5.84.0: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -5281,7 +5340,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /babel-messages/6.23.0: @@ -5325,7 +5384,7 @@ packages: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/types': 7.21.5 '@types/babel__core': 7.20.0 '@types/babel__traverse': 7.18.5 @@ -5411,7 +5470,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 semver: 6.3.0 @@ -6450,8 +6509,8 @@ packages: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001488 - electron-to-chromium: 1.4.397 + caniuse-lite: 1.0.30001489 + electron-to-chromium: 1.4.405 dev: false /browserslist/4.21.5: @@ -6459,9 +6518,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001488 - electron-to-chromium: 1.4.397 - node-releases: 2.0.10 + caniuse-lite: 1.0.30001489 + electron-to-chromium: 1.4.405 + node-releases: 2.0.12 update-browserslist-db: 1.0.11_browserslist@4.21.5 dev: false @@ -6654,7 +6713,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /camelcase/1.2.1: @@ -6681,13 +6740,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001488 + caniuse-lite: 1.0.30001489 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001488: - resolution: {integrity: sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==} + /caniuse-lite/1.0.30001489: + resolution: {integrity: sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ==} dev: false /capture-exit/2.0.0: @@ -7503,8 +7562,8 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /css-loader/6.7.3_webpack@5.83.1: - resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} + /css-loader/6.7.4_webpack@5.84.0: + resolution: {integrity: sha512-0Y5uHtK5BswfaGJ+jrO+4pPg1msFBc0pwPIE1VqfpmVn6YbDfYfXMj8rfd7nt+4goAhJueO+H/I40VWJfcP1mQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 @@ -7512,15 +7571,15 @@ packages: icss-utils: 5.1.0_postcss@8.4.23 postcss: 8.4.23 postcss-modules-extract-imports: 3.0.0_postcss@8.4.23 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.23 + postcss-modules-local-by-default: 4.0.3_postcss@8.4.23 postcss-modules-scope: 3.0.0_postcss@8.4.23 postcss-modules-values: 4.0.0_postcss@8.4.23 postcss-value-parser: 4.2.0 semver: 7.5.1 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false - /css-minimizer-webpack-plugin/1.3.0_webpack@5.83.1: + /css-minimizer-webpack-plugin/1.3.0_webpack@5.84.0: resolution: {integrity: sha512-jFa0Siplmfef4ndKglpVaduY47oHQwioAOEGK0f0vAX0s+vc+SmP6cCMoc+8Adau5600RnOEld5VVdC8CQau7w==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -7534,7 +7593,7 @@ packages: schema-utils: 3.1.2 serialize-javascript: 5.0.1 source-map: 0.6.1 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 webpack-sources: 1.4.3 dev: false @@ -7549,6 +7608,12 @@ packages: postcss-modules-values: 1.3.0 dev: false + /css-parse/2.0.0: + resolution: {integrity: sha512-UNIFik2RgSbiTwIW1IsFwXWn6vs+bYdq83LKTSOsx7NJR7WII9dxewkHLltfTLVppoUApHV0118a4RZRI9FLwA==} + dependencies: + css: 2.2.4 + dev: false + /css-prefers-color-scheme/3.1.1: resolution: {integrity: sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==} engines: {node: '>=6.0.0'} @@ -7623,6 +7688,15 @@ packages: engines: {node: '>= 6'} dev: false + /css/2.2.4: + resolution: {integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==} + dependencies: + inherits: 2.0.4 + source-map: 0.6.1 + source-map-resolve: 0.5.3 + urix: 0.1.0 + dev: false + /css/3.0.0: resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} dependencies: @@ -7829,7 +7903,7 @@ packages: resolution: {integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==} deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) dependencies: - ms: 2.1.1 + ms: 2.1.3 dev: false /debug/3.2.7: @@ -8217,7 +8291,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /dot-prop/5.3.0: @@ -8300,7 +8374,7 @@ packages: dependencies: js-yaml: 3.14.1 lodash: 4.17.21 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /electrode-hapi-compat/1.3.3: @@ -8346,8 +8420,8 @@ packages: xaa: 1.7.3 dev: false - /electron-to-chromium/1.4.397: - resolution: {integrity: sha512-jwnPxhh350Q/aMatQia31KAIQdhEsYS0fFZ0BQQlN9tfvOEwShu6ZNwI4kL/xBabjcB/nTy6lSt17kNIluJZ8Q==} + /electron-to-chromium/1.4.405: + resolution: {integrity: sha512-JdDgnwU69FMZURoesf9gNOej2Cms1XJFfLk24y1IBtnAdhTcJY/mXnokmpmxHN59PcykBP4bgUU98vLY44Lhuw==} dev: false /emittery/0.7.2: @@ -8429,8 +8503,8 @@ packages: ws: 3.3.3 dev: false - /enhanced-resolve/5.14.0: - resolution: {integrity: sha512-+DCows0XNwLDcUhbFJPdlQEVnT2zXlCv7hPxemTz86/O+B/hCQ+mb7ydkPKiflpVraqLPCAfu7lDy+hBXueojw==} + /enhanced-resolve/5.14.1: + resolution: {integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -8755,18 +8829,28 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /eslint-plugin-filenames/1.3.2_eslint@8.40.0: + /eslint-plugin-filenames/1.3.2_eslint@8.41.0: resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} peerDependencies: eslint: '*' dependencies: - eslint: 8.40.0 + eslint: 8.41.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 lodash.upperfirst: 4.3.1 dev: false + /eslint-plugin-flowtype/2.50.3_eslint@4.19.1: + resolution: {integrity: sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==} + engines: {node: '>=4'} + peerDependencies: + eslint: '>=2.0.0' + dependencies: + eslint: 4.19.1 + lodash: 4.17.21 + dev: false + /eslint-plugin-flowtype/5.10.0: resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -8836,7 +8920,7 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc/30.7.13_eslint@8.40.0: + /eslint-plugin-jsdoc/30.7.13_eslint@8.41.0: resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} engines: {node: '>=10'} peerDependencies: @@ -8844,7 +8928,7 @@ packages: dependencies: comment-parser: 0.7.6 debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 jsdoctypeparser: 9.0.0 lodash: 4.17.21 regextras: 0.7.1 @@ -8916,6 +9000,30 @@ packages: string.prototype.matchall: 4.0.8 dev: false + /eslint-plugin-react/7.32.2_eslint@4.19.1: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 + doctrine: 2.1.0 + eslint: 4.19.1 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.3 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.0 + string.prototype.matchall: 4.0.8 + dev: false + /eslint-plugin-react/7.32.2_eslint@7.32.0: resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} @@ -9158,15 +9266,15 @@ packages: - supports-color dev: false - /eslint/8.40.0: - resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==} + /eslint/8.41.0: + resolution: {integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.41.0 '@eslint-community/regexpp': 4.5.1 '@eslint/eslintrc': 2.0.3 - '@eslint/js': 8.40.0 + '@eslint/js': 8.41.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -9186,13 +9294,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.20.0 - grapheme-splitter: 1.0.4 + graphemer: 1.4.0 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.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -9525,7 +9632,7 @@ packages: /fast-async/7.0.6: resolution: {integrity: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg==} dependencies: - '@babel/generator': 7.21.5 + '@babel/generator': 7.21.9 '@babel/helper-module-imports': 7.21.4 babylon: 7.0.0-beta.47 nodent-runtime: 3.2.1 @@ -9719,7 +9826,7 @@ packages: flat-cache: 3.0.4 dev: false - /file-loader/6.2.0_webpack@5.83.1: + /file-loader/6.2.0_webpack@5.84.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9727,7 +9834,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.2 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /file-uri-to-path/1.0.0: @@ -10337,7 +10444,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: false @@ -10348,7 +10455,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: false @@ -10447,6 +10554,10 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: false + /graphemer/1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: false + /growl/1.10.3: resolution: {integrity: sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==} engines: {node: '>=4.x'} @@ -10823,10 +10934,10 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.17.4 + terser: 5.17.6 dev: false - /html-webpack-plugin/5.5.1_webpack@5.83.1: + /html-webpack-plugin/5.5.1_webpack@5.84.0: resolution: {integrity: sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==} engines: {node: '>=10.13.0'} peerDependencies: @@ -10837,7 +10948,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /htmlparser2/6.1.0: @@ -11741,9 +11852,9 @@ packages: resolution: {integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==} engines: {node: '>=6'} dependencies: - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 + '@babel/generator': 7.21.9 + '@babel/parser': 7.21.9 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 istanbul-lib-coverage: 2.0.5 @@ -11769,7 +11880,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.21.8 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -11954,7 +12065,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.7.0 @@ -11972,7 +12083,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false @@ -11988,7 +12099,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.6 - '@types/node': 20.1.7 + '@types/node': 20.2.3 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -12012,7 +12123,7 @@ packages: '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 chalk: 4.1.2 co: 4.6.0 expect: 26.6.2 @@ -12071,7 +12182,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 dev: false /jest-pnp-resolver/1.2.3_jest-resolve@26.6.2: @@ -12122,7 +12233,7 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 chalk: 4.1.2 emittery: 0.7.2 exit: 0.1.2 @@ -12190,7 +12301,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 20.1.7 + '@types/node': 20.2.3 graceful-fs: 4.2.11 dev: false @@ -12221,7 +12332,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 chalk: 4.1.2 graceful-fs: 4.2.11 is-ci: 2.0.0 @@ -12246,7 +12357,7 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.7 + '@types/node': 20.2.3 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 26.6.2 @@ -12257,7 +12368,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.1.7 + '@types/node': 20.2.3 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -12266,7 +12377,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.1.7 + '@types/node': 20.2.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -12345,10 +12456,6 @@ packages: resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} dev: false - /js-sdsl/4.4.0: - resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} - dev: false - /js-sha3/0.8.0: resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} dev: false @@ -12777,7 +12884,7 @@ packages: karma: 3.1.4 dev: false - /karma-webpack/5.0.0_webpack@5.83.1: + /karma-webpack/5.0.0_webpack@5.84.0: resolution: {integrity: sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==} engines: {node: '>= 6'} peerDependencies: @@ -12785,7 +12892,7 @@ packages: dependencies: glob: 7.2.3 minimatch: 3.1.2 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 webpack-merge: 4.2.2 dev: false @@ -12937,7 +13044,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /less-loader/4.1.0_less@3.13.1+webpack@5.83.1: + /less-loader/4.1.0_less@3.13.1+webpack@5.84.0: resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} peerDependencies: @@ -12948,7 +13055,7 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /less/3.13.1: @@ -13338,7 +13445,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /lru-cache/4.1.5: @@ -13615,7 +13722,7 @@ packages: mime-db: 1.52.0 dev: false - /mini-css-extract-plugin/1.6.2_webpack@5.83.1: + /mini-css-extract-plugin/1.6.2_webpack@5.84.0: resolution: {integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -13623,7 +13730,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.2 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 webpack-sources: 1.4.3 dev: false @@ -14086,7 +14193,7 @@ packages: resolution: {integrity: sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==} dependencies: '@sinonjs/commons': 2.0.0 - '@sinonjs/fake-timers': 10.1.0 + '@sinonjs/fake-timers': 10.2.0 '@sinonjs/text-encoding': 0.7.2 just-extend: 4.2.1 path-to-regexp: 1.8.0 @@ -14102,7 +14209,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /node-environment-flags/1.0.6: @@ -14135,8 +14242,8 @@ packages: process-on-spawn: 1.0.0 dev: false - /node-releases/2.0.10: - resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + /node-releases/2.0.12: + resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==} dev: false /nodent-runtime/3.2.1: @@ -14655,7 +14762,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /parent-module/1.0.1: @@ -14740,7 +14847,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /pascalcase/0.1.1: @@ -15323,8 +15430,8 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.4.23: - resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} + /postcss-modules-local-by-default/4.0.3_postcss@8.4.23: + resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 @@ -15519,7 +15626,7 @@ packages: dependencies: autoprefixer: 9.8.8 browserslist: 4.21.5 - caniuse-lite: 1.0.30001488 + caniuse-lite: 1.0.30001489 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -15725,17 +15832,17 @@ packages: pretty-format: 3.8.0 dev: false - /preact-render-to-string/5.2.6_preact@10.14.1: + /preact-render-to-string/5.2.6_preact@10.15.0: resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==} peerDependencies: preact: '>=10' dependencies: - preact: 10.14.1 + preact: 10.15.0 pretty-format: 3.8.0 dev: false - /preact/10.14.1: - resolution: {integrity: sha512-4XDSnUisk3YFBb3p9WeKeH1mKoxdFUsaXcvxs9wlpYR1wax/TWJVqhwmIWbByX0h7jMEJH6Zc5J6jqc58FKaNQ==} + /preact/10.15.0: + resolution: {integrity: sha512-nZSa8M2R2m1n7nJSBlzDpxRJaIsejrTO1vlFbdpFvyC8qM1iU+On2y0otfoUm6SRB5o0lF0CKDFxg6grEFU0iQ==} dev: false /prelude-ls/1.1.2: @@ -16005,6 +16112,15 @@ packages: unpipe: 1.0.0 dev: false + /react-dom/18.2.0: + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + scheduler: 0.23.0 + dev: false + /react-dom/18.2.0_react@18.2.0: resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: @@ -16111,7 +16227,7 @@ packages: redux: 4.2.1 dev: false - /react-redux/8.0.5_218d4c23caa91839c5aa0af611b88026: + /react-redux/8.0.5_1f0c1eac063fae7998b05a7390c6de50: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -16134,6 +16250,8 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.2.7 + '@types/react-dom': 18.2.4 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -16143,7 +16261,7 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.5_a64f9800872bf5faf52abb15e7c6399a: + /react-redux/8.0.5_218d4c23caa91839c5aa0af611b88026: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -16166,8 +16284,6 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.2.6 - '@types/react-dom': 18.2.4 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -16445,12 +16561,12 @@ packages: preact: '>=10.0.0' dev: false - /redux-bundler-preact/2.0.1_preact@10.14.1: + /redux-bundler-preact/2.0.1_preact@10.15.0: resolution: {integrity: sha512-x6Oklhv7aV1o7K9NU97TFnZa72cm3KRbtIZsHAJ35Vrx8b1gh5cXgDCCf+ajmpO7il834z5XIaHJstK2/dnyqw==} peerDependencies: preact: '>=10.0.0' dependencies: - preact: 10.14.1 + preact: 10.15.0 dev: false /redux-bundler/26.1.0: @@ -17018,12 +17134,12 @@ packages: walker: 1.0.8 dev: false - /sass-loader/13.2.2_sass@1.62.1+webpack@5.83.1: - resolution: {integrity: sha512-nrIdVAAte3B9icfBiGWvmMhT/D+eCDwnk+yA7VE/76dp/WkHX+i44Q/pfo71NYbwj0Ap+PGsn0ekOuU1WFJ2AA==} + /sass-loader/13.3.0_sass@1.62.1+webpack@5.84.0: + resolution: {integrity: sha512-LeWNswSEujsZnwdn9AuA+Q5wZEAFlU+eORQsDKp35OtGAfFxYxpfk/Ylon+TGGkazSqxi2EHDTqdr3di8r7nCg==} engines: {node: '>= 14.15.0'} peerDependencies: fibers: '>= 3.1.0' - node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 sass: ^1.3.0 sass-embedded: '*' webpack: ^5.0.0 @@ -17040,7 +17156,7 @@ packages: klona: 2.0.6 neo-async: 2.6.2 sass: 1.62.1 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /sass/1.62.1: @@ -18131,6 +18247,17 @@ packages: postcss-selector-parser: 3.1.2 dev: false + /stylus-relative-loader/3.4.0_stylus@0.54.8: + resolution: {integrity: sha512-YfzOtIMHTvAiTbFuhj/Ia11QjGanMVAvE0Hl6cWOeTpWCji/jjx4OdMDDi438EIEAwlTKpAI0L/u3M/sdF5RhA==} + peerDependencies: + stylus: ^0.54.5 + dependencies: + debug: 2.6.9 + es6-promise: 3.3.1 + loader-utils: 0.2.17 + stylus: 0.54.8 + dev: false + /stylus-relative-loader/4.0.0_stylus@0.57.0: resolution: {integrity: sha512-92mAbAb04JakJh5UHvGdIsLcKKMi3qXz76o4isYmLNEz9kTWbutCVn4DNQNCToSo+TTshJTGv8+VkvDOF6+hEQ==} peerDependencies: @@ -18142,6 +18269,20 @@ packages: stylus: 0.57.0 dev: false + /stylus/0.54.8: + resolution: {integrity: sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==} + hasBin: true + dependencies: + css-parse: 2.0.0 + debug: 3.1.0 + glob: 7.2.3 + mkdirp: 1.0.4 + safer-buffer: 2.1.2 + sax: 1.2.4 + semver: 6.3.0 + source-map: 0.7.4 + dev: false + /stylus/0.57.0: resolution: {integrity: sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==} hasBin: true @@ -18371,8 +18512,8 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /terser-webpack-plugin/5.3.8_uglify-js@2.8.29+webpack@5.83.1: - resolution: {integrity: sha512-WiHL3ElchZMsK27P8uIUh4604IgJyAW47LVXGbEoB21DbQcZ+OuMpGjVYnEUaqcWM6dO8uS2qUbA7LSCWqvsbg==} + /terser-webpack-plugin/5.3.9_uglify-js@2.8.29+webpack@5.84.0: + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -18391,13 +18532,13 @@ packages: jest-worker: 27.5.1 schema-utils: 3.1.2 serialize-javascript: 6.0.1 - terser: 5.17.4 + terser: 5.17.6 uglify-js: 2.8.29 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /terser/5.17.4: - resolution: {integrity: sha512-jcEKZw6UPrgugz/0Tuk/PVyLAPfMBJf5clnGueo45wTweoV8yh7Q7PEkhkJ5uuUbC7zAxEcG3tqNr1bstkQ8nw==} + /terser/5.17.6: + resolution: {integrity: sha512-V8QHcs8YuyLkLHsJO5ucyff1ykrLVsR4dNnS//L5Y3NiSXpbK1J+WMVUs67eI0KTxs9JtHhgEQpXQVHlHI92DQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -18674,7 +18815,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_2e1f40ca59e33f69c2313b85f758b876: + /ts-node/10.9.1_483ca803ba92d4b48b13b0fb82005360: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18693,7 +18834,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.16.12 + '@types/node': 18.16.14 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -18780,8 +18921,8 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: false - /tslib/2.5.0: - resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib/2.5.2: + resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==} dev: false /tsscmp/1.0.6: @@ -19114,7 +19255,7 @@ packages: dev: false optional: true - /uglifyjs-webpack-plugin/2.2.0_webpack@5.83.1: + /uglifyjs-webpack-plugin/2.2.0_webpack@5.84.0: resolution: {integrity: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -19127,7 +19268,7 @@ packages: serialize-javascript: 1.9.1 source-map: 0.6.1 uglify-js: 3.17.4 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: false @@ -19274,7 +19415,7 @@ packages: deprecated: Please see https://github.com/lydell/urix#deprecated dev: false - /url-loader/4.1.1_file-loader@6.2.0+webpack@5.83.1: + /url-loader/4.1.1_file-loader@6.2.0+webpack@5.84.0: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19284,11 +19425,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.83.1 + file-loader: 6.2.0_webpack@5.84.0 loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.2 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /url-parse/1.5.10: @@ -19555,7 +19696,7 @@ packages: ws: 6.2.2 dev: false - /webpack-cli/4.10.0_fdd885a1f7a509bb2316a514bda0a874: + /webpack-cli/4.10.0_6f1294be71370964d54a9c0d2ff17c0a: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -19576,7 +19717,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_cdde2bda280bfb4cd251798d8fdbce2d + '@webpack-cli/configtest': 1.2.0_46f4c1b7fc627ca4be4a15e2497ac5da '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 colorette: 2.0.20 @@ -19586,12 +19727,12 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.83.1_17c93feb39fd8f95264c9b12c9d849ca + webpack: 5.84.0_17c93feb39fd8f95264c9b12c9d849ca webpack-bundle-analyzer: 3.9.0 - webpack-merge: 5.8.0 + webpack-merge: 5.9.0 dev: false - /webpack-cli/4.8.0_fdd885a1f7a509bb2316a514bda0a874: + /webpack-cli/4.8.0_6f1294be71370964d54a9c0d2ff17c0a: resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} engines: {node: '>=10.13.0'} hasBin: true @@ -19612,7 +19753,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.83.1 + '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.84.0 '@webpack-cli/info': 1.5.0_webpack-cli@4.8.0 '@webpack-cli/serve': 1.7.0_webpack-cli@4.8.0 colorette: 1.4.0 @@ -19623,12 +19764,12 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 v8-compile-cache: 2.3.0 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 - webpack-merge: 5.8.0 + webpack-merge: 5.9.0 dev: false - /webpack-dev-middleware/4.3.0_webpack@5.83.1: + /webpack-dev-middleware/4.3.0_webpack@5.84.0: resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} peerDependencies: @@ -19640,7 +19781,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.2 - webpack: 5.83.1_uglify-js@2.8.29 + webpack: 5.84.0_uglify-js@2.8.29 dev: false /webpack-hot-middleware/2.25.3: @@ -19657,8 +19798,8 @@ packages: lodash: 4.17.21 dev: false - /webpack-merge/5.8.0: - resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==} + /webpack-merge/5.9.0: + resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} engines: {node: '>=10.0.0'} dependencies: clone-deep: 4.0.1 @@ -19689,8 +19830,8 @@ packages: resolution: {integrity: sha512-aWwE/YuO2W7VCOyWwyDJ7BRSYRYjeXat+X31YiasMM3FS6/4X9W4Mb9Q0g+jIdVgArr1Mb08sHBJKMT5M9+gVA==} dev: false - /webpack/5.83.1_17c93feb39fd8f95264c9b12c9d849ca: - resolution: {integrity: sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==} + /webpack/5.84.0_17c93feb39fd8f95264c9b12c9d849ca: + resolution: {integrity: sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -19708,7 +19849,7 @@ packages: acorn-import-assertions: 1.9.0_acorn@8.8.2 browserslist: 4.21.5 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.14.0 + enhanced-resolve: 5.14.1 es-module-lexer: 1.2.1 eslint-scope: 5.1.1 events: 3.3.0 @@ -19720,9 +19861,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.8_uglify-js@2.8.29+webpack@5.83.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.84.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.10.0_6f1294be71370964d54a9c0d2ff17c0a webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -19730,8 +19871,8 @@ packages: - uglify-js dev: false - /webpack/5.83.1_f52b93474dd2fb1e4f90db635f9d54a8: - resolution: {integrity: sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==} + /webpack/5.84.0_f52b93474dd2fb1e4f90db635f9d54a8: + resolution: {integrity: sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -19749,7 +19890,7 @@ packages: acorn-import-assertions: 1.9.0_acorn@8.8.2 browserslist: 4.21.5 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.14.0 + enhanced-resolve: 5.14.1 es-module-lexer: 1.2.1 eslint-scope: 5.1.1 events: 3.3.0 @@ -19761,9 +19902,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.8_uglify-js@2.8.29+webpack@5.83.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.84.0 watchpack: 2.4.0 - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -19771,8 +19912,8 @@ packages: - uglify-js dev: false - /webpack/5.83.1_uglify-js@2.8.29: - resolution: {integrity: sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==} + /webpack/5.84.0_uglify-js@2.8.29: + resolution: {integrity: sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -19790,7 +19931,7 @@ packages: acorn-import-assertions: 1.9.0_acorn@8.8.2 browserslist: 4.21.5 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.14.0 + enhanced-resolve: 5.14.1 es-module-lexer: 1.2.1 eslint-scope: 5.1.1 events: 3.3.0 @@ -19802,7 +19943,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.8_uglify-js@2.8.29+webpack@5.83.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.84.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -20144,7 +20285,7 @@ packages: /xaa/1.7.1: resolution: {integrity: sha512-SLb9sd9sWeQMqyrghmdhXOb4NKHTvRchG34nzVvxP+Cf8UvkGuxu6VM7+fsPbFWSBNfGFsLvHeZf9X6ifbPRrg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /xaa/1.7.3: @@ -20337,7 +20478,7 @@ packages: engines: {node: '>=10'} dev: false - file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.83.1: + file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.84.0: resolution: {integrity: sha512-Rpe+PtRCkYqogNPDf1ORJphfya9D0/WcwXI68YnYwKAEnkT0w6hqg3t6LQgf8Lq9e5535mvurrG8CdXPnVjByA==, tarball: file:projects/app-dev.tgz} id: file:projects/app-dev.tgz name: '@rush-temp/app-dev' @@ -20419,11 +20560,11 @@ packages: source-map-support: 0.5.21 sudo-prompt: 9.2.1 ts-node: 10.9.1_ed48111304c4429e7ad7db9b45e4a6a6 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 visual-logger: 1.1.3 - webpack-dev-middleware: 4.3.0_webpack@5.83.1 + webpack-dev-middleware: 4.3.0_webpack@5.84.0 webpack-hot-middleware: 2.25.3 winston: 3.8.2 xaa: 1.7.3 @@ -20452,17 +20593,17 @@ packages: '@types/node': 17.0.45 '@types/sinon': 10.0.15 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.59.6_1ea6d86d84f96d0415ac1984c6647ffd - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.59.7_335a5dce3642b23f25573fc15fc5b3e9 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.40.0 + babel-eslint: 10.1.0_eslint@8.41.0 chai: 4.3.7 chalk: 5.2.0 - eslint: 8.40.0 + eslint: 8.41.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.40.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.40.0 + eslint-plugin-filenames: 1.3.2_eslint@8.41.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.41.0 eslint-plugin-tsdoc: 0.2.17 isomorphic-loader: 4.5.0 mocha: 10.2.0 @@ -20475,7 +20616,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.7+sinon@13.0.2 source-map-support: 0.5.21 ts-node: 10.9.1_121bb9107e71cb273c2c9f9d1b903c77 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 xsh: 0.4.5 @@ -20496,7 +20637,7 @@ packages: '@types/chai': 4.3.5 '@types/mocha': 7.0.2 '@xarc/module-dev': 2.2.5 - babel-loader: 8.3.0_a4fb97b1eb8366a986880d4cb53fc5f4 + babel-loader: 8.3.0_5f27fbd462e44d0ae957a5bc19f19c85 chai: 4.3.7 chalker: 1.2.0 lodash: 4.17.21 @@ -20509,9 +20650,9 @@ packages: shcmd: 0.8.4 sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a xclap: 0.2.53 transitivePeerDependencies: - '@swc/core' @@ -20543,7 +20684,7 @@ packages: prettier: 2.8.8 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@4.9.5 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.20.37_typescript@4.9.5 typescript: 4.9.5 winston: 2.4.7 @@ -20564,9 +20705,9 @@ packages: optional-require: 1.1.8 require-at: 1.0.6 source-map-explorer: 1.8.0 - uglifyjs-webpack-plugin: 2.2.0_webpack@5.83.1 - webpack: 5.83.1_17c93feb39fd8f95264c9b12c9d849ca - webpack-cli: 4.10.0_fdd885a1f7a509bb2316a514bda0a874 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.84.0 + webpack: 5.84.0_17c93feb39fd8f95264c9b12c9d849ca + webpack-cli: 4.10.0_6f1294be71370964d54a9c0d2ff17c0a webpack-stats-plugin: 1.1.1 xclap: 0.2.53 xsh: 0.4.5 @@ -20869,7 +21010,7 @@ packages: - utf-8-validate dev: false - file:projects/opt-karma.tgz_webpack@5.83.1: + file:projects/opt-karma.tgz_webpack@5.84.0: resolution: {integrity: sha512-t7Il0XUV6wLUwUPUquaJ0u68jPcKn2Jlo9jZU8rSbBqyv84HCMuJ22gyvxsfHTLgvXm/QyYO1PZuZizdQwTnsg==, tarball: file:projects/opt-karma.tgz} id: file:projects/opt-karma.tgz name: '@rush-temp/opt-karma' @@ -20895,7 +21036,7 @@ packages: karma-sonarqube-unit-reporter: 0.0.23_karma@3.1.4 karma-sourcemap-loader: 0.3.8 karma-spec-reporter: 0.0.34_karma@3.1.4 - karma-webpack: 5.0.0_webpack@5.83.1 + karma-webpack: 5.0.0_webpack@5.84.0 mocha: 4.1.0 shx: 0.3.4 sinon: 4.5.0 @@ -20908,14 +21049,14 @@ packages: - webpack dev: false - file:projects/opt-less.tgz_webpack@5.83.1: + file:projects/opt-less.tgz_webpack@5.84.0: resolution: {integrity: sha512-tPBAiL8nbXDnew974eUrSSGo1+SbM3DXKKQMJK61l6rQicNQStGvzjFZcnDqzGjpGV13+FFBC3YjW6ZUzGDhQA==, tarball: file:projects/opt-less.tgz} id: file:projects/opt-less.tgz name: '@rush-temp/opt-less' version: 0.0.0 dependencies: less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@5.83.1 + less-loader: 4.1.0_less@3.13.1+webpack@5.84.0 shx: 0.3.4 transitivePeerDependencies: - webpack @@ -20959,7 +21100,7 @@ packages: name: '@rush-temp/opt-preact' version: 0.0.0 dependencies: - preact: 10.14.1 + preact: 10.15.0 shx: 0.3.4 dev: false @@ -20973,14 +21114,14 @@ packages: shx: 0.3.4 dev: false - file:projects/opt-sass.tgz_webpack@5.83.1: + file:projects/opt-sass.tgz_webpack@5.84.0: resolution: {integrity: sha512-TVYHyjFFaZZjATb205qVsU/QMCvRMb+3q9deesYnraxutmXBmmkRS6udQmgdzXHtah5Tn7eHapu71l61PnWjOA==, tarball: file:projects/opt-sass.tgz} id: file:projects/opt-sass.tgz name: '@rush-temp/opt-sass' version: 0.0.0 dependencies: sass: 1.62.1 - sass-loader: 13.2.2_sass@1.62.1+webpack@5.83.1 + sass-loader: 13.3.0_sass@1.62.1+webpack@5.84.0 shx: 0.3.4 transitivePeerDependencies: - fibers @@ -21001,7 +21142,7 @@ packages: - supports-color dev: false - file:projects/poc-subapp-redux.tgz_webpack@5.83.1: + file:projects/poc-subapp-redux.tgz_webpack@5.84.0: resolution: {integrity: sha512-eRbmIDXQPc2MTTFhpKhc0G8td0mqEx7Bgwd1a+pXTcD+4LVlVWuWNB3juVjEmqlgdLZcyLERIBgexGBIZCJL1A==, tarball: file:projects/poc-subapp-redux.tgz} id: file:projects/poc-subapp-redux.tgz name: '@rush-temp/poc-subapp-redux' @@ -21013,7 +21154,7 @@ packages: '@xarc/run': 1.1.1 electrode-confippet: 1.7.1 history: 5.3.0 - html-webpack-plugin: 5.5.1_webpack@5.83.1 + html-webpack-plugin: 5.5.1_webpack@5.84.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -21031,7 +21172,7 @@ packages: - webpack dev: false - file:projects/poc-subapp.tgz_webpack@5.83.1: + file:projects/poc-subapp.tgz_webpack@5.84.0: resolution: {integrity: sha512-hoEfRtQZZpPt/4k0uNjZcoRkmW6ctYHs56/WK0C0PxUkYHwafLp+ioL3uZpNDQAP7I69jSwnmG//Fg74z1VT7A==, tarball: file:projects/poc-subapp.tgz} id: file:projects/poc-subapp.tgz name: '@rush-temp/poc-subapp' @@ -21043,7 +21184,7 @@ packages: '@xarc/run': 1.1.1 electrode-confippet: 1.7.1 history: 5.3.0 - html-webpack-plugin: 5.5.1_webpack@5.83.1 + html-webpack-plugin: 5.5.1_webpack@5.84.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -21095,21 +21236,21 @@ packages: '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.5 '@types/mocha': 9.1.1 - '@types/node': 18.16.12 - '@types/react': 18.2.6 + '@types/node': 18.16.14 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 10.0.15 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.59.6_1ea6d86d84f96d0415ac1984c6647ffd - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.59.7_335a5dce3642b23f25573fc15fc5b3e9 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.40.0 + babel-eslint: 10.1.0_eslint@8.41.0 chai: 4.3.7 - eslint: 8.40.0 + eslint: 8.41.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.40.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.40.0 + eslint-plugin-filenames: 1.3.2_eslint@8.41.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.41.0 eslint-plugin-tsdoc: 0.2.17 jsdom: 16.7.0 jsdom-global: 3.0.2_jsdom@16.7.0 @@ -21121,8 +21262,8 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2e1f40ca59e33f69c2313b85f758b876 - tslib: 2.5.0 + ts-node: 10.9.1_483ca803ba92d4b48b13b0fb82005360 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21145,7 +21286,7 @@ packages: '@types/chai': 4.3.5 '@types/mocha': 8.2.3 '@types/node': 14.18.47 - '@types/react': 18.2.6 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21170,7 +21311,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 source-map-support: 0.5.21 ts-node: 10.9.1_ed48111304c4429e7ad7db9b45e4a6a6 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21192,7 +21333,7 @@ packages: '@types/chai': 4.3.5 '@types/mocha': 8.2.3 '@types/node': 14.18.47 - '@types/react': 18.2.6 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21216,7 +21357,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@4.9.5 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.20.37_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21233,7 +21374,7 @@ packages: '@types/chai': 4.3.5 '@types/mocha': 8.2.3 '@types/node': 14.18.47 - '@types/react': 18.2.6 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21256,7 +21397,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@4.9.5 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.20.37_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21272,34 +21413,34 @@ packages: '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.5 '@types/mocha': 10.0.1 - '@types/node': 18.16.12 - '@types/react': 18.2.6 + '@types/node': 18.16.14 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 10.0.15 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.59.6_1ea6d86d84f96d0415ac1984c6647ffd - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.59.7_335a5dce3642b23f25573fc15fc5b3e9 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.40.0 + babel-eslint: 10.1.0_eslint@8.41.0 chai: 4.3.7 - eslint: 8.40.0 + eslint: 8.41.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.40.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.40.0 + eslint-plugin-filenames: 1.3.2_eslint@8.41.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.41.0 jsdom: 19.0.0 jsdom-global: 3.0.2_jsdom@19.0.0 mocha: 10.2.0 nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_a64f9800872bf5faf52abb15e7c6399a + react-redux: 8.0.5_1f0c1eac063fae7998b05a7390c6de50 redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2e1f40ca59e33f69c2313b85f758b876 - tslib: 2.5.0 + ts-node: 10.9.1_483ca803ba92d4b48b13b0fb82005360 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21321,21 +21462,21 @@ packages: '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.5 '@types/mocha': 10.0.1 - '@types/node': 18.16.12 - '@types/react': 18.2.6 + '@types/node': 18.16.14 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 10.0.15 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.59.6_1ea6d86d84f96d0415ac1984c6647ffd - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.59.7_335a5dce3642b23f25573fc15fc5b3e9 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.40.0 + babel-eslint: 10.1.0_eslint@8.41.0 chai: 4.3.7 - eslint: 8.40.0 + eslint: 8.41.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.40.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.40.0 + eslint-plugin-filenames: 1.3.2_eslint@8.41.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.41.0 eslint-plugin-tsdoc: 0.2.17 history: 5.3.0 jsdom: 19.0.0 @@ -21344,15 +21485,15 @@ packages: nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_a64f9800872bf5faf52abb15e7c6399a + react-redux: 8.0.5_1f0c1eac063fae7998b05a7390c6de50 react-router: 6.11.2_react@18.2.0 react-router-dom: 6.11.2_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2e1f40ca59e33f69c2313b85f758b876 - tslib: 2.5.0 + ts-node: 10.9.1_483ca803ba92d4b48b13b0fb82005360 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21373,21 +21514,21 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.5 '@types/mocha': 9.1.1 - '@types/node': 18.16.12 - '@types/react': 18.2.6 + '@types/node': 18.16.14 + '@types/react': 18.2.7 '@types/react-dom': 18.2.4 '@types/sinon': 10.0.15 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.59.6_1ea6d86d84f96d0415ac1984c6647ffd - '@typescript-eslint/parser': 5.59.6_eslint@8.40.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.59.7_335a5dce3642b23f25573fc15fc5b3e9 + '@typescript-eslint/parser': 5.59.7_eslint@8.41.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.40.0 + babel-eslint: 10.1.0_eslint@8.41.0 chai: 4.3.7 - eslint: 8.40.0 + eslint: 8.41.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.40.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.40.0 + eslint-plugin-filenames: 1.3.2_eslint@8.41.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.41.0 eslint-plugin-tsdoc: 0.2.17 mocha: 10.2.0 nyc: 15.1.0 @@ -21396,8 +21537,8 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2e1f40ca59e33f69c2313b85f758b876 - tslib: 2.5.0 + ts-node: 10.9.1_483ca803ba92d4b48b13b0fb82005360 + tslib: 2.5.2 typedoc: 0.23.28_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -21462,10 +21603,10 @@ packages: babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 jsdom: 15.2.1 - preact: 10.14.1 - preact-render-to-string: 5.2.6_preact@10.14.1 + preact: 10.15.0 + preact-render-to-string: 5.2.6_preact@10.15.0 redux-bundler: 26.1.0 - redux-bundler-preact: 2.0.1_preact@10.14.1 + redux-bundler-preact: 2.0.1_preact@10.15.0 run-verify: 1.2.6 transitivePeerDependencies: - bufferutil @@ -21657,7 +21798,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 source-map-support: 0.5.21 ts-node: 10.9.1_ed48111304c4429e7ad7db9b45e4a6a6 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 xsh: 0.4.5 @@ -21671,6 +21812,29 @@ packages: - utf-8-validate dev: false + file:projects/subapp2-poc.tgz: + resolution: {integrity: sha512-mTi8JqOqKFvQuf0sdPr77xahHNHSMUr2YLApXfq1qgvWWCP4++HYiOLrY7YbNEF63J9I2FlQfSOi8YKF3z0p3A==, tarball: file:projects/subapp2-poc.tgz} + name: '@rush-temp/subapp2-poc' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.21.5 + '@types/node': 18.16.14 + '@xarc/fastify-server': 3.3.0 + '@xarc/opt-eslint': 1.0.0 + '@xarc/opt-postcss': 1.0.1 + '@xarc/opt-stylus': 1.0.1 + '@xarc/run': 1.1.1 + isomorphic-loader: 4.5.0 + prop-types: 15.8.1 + react-dom: 18.2.0 + ts-node: 9.1.1_typescript@4.9.5 + typescript: 4.9.5 + webpack-hot-middleware: 2.25.3 + transitivePeerDependencies: + - react + - supports-color + dev: false + file:projects/tag-renderer.tgz: resolution: {integrity: sha512-v84/4obHeDcHJvULRChQ1viDbTLHrl+iZ3yoClEwKndr89DtVG+3wrmP+mJf0F1Wk+pH0c7FvQQwYau40tdruQ==, tarball: file:projects/tag-renderer.tgz} name: '@rush-temp/tag-renderer' @@ -21738,7 +21902,7 @@ packages: sinon-chai: 3.7.0_chai@4.3.6+sinon@9.2.4 source-map-support: 0.5.21 ts-node: 10.9.1_1fb4fb79adb33018fc63dd3f17c9e751 - tslib: 2.5.0 + tslib: 2.5.2 typedoc: 0.20.37_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -21756,7 +21920,7 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.5 '@types/mocha': 10.0.1 - '@types/node': 18.16.12 + '@types/node': 18.16.14 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 '@typescript-eslint/eslint-plugin': 2.34.0_78673f6a350169a27f383eda83199f64 @@ -21764,20 +21928,20 @@ packages: '@xarc/module-dev': 2.2.5 autoprefixer: 9.8.8 babel-eslint: 10.1.0_eslint@6.8.0 - babel-loader: 8.3.0_webpack@5.83.1 + babel-loader: 8.3.0_webpack@5.84.0 chai: 4.3.7 chalk: 4.1.2 chalker: 1.2.0 - css-loader: 6.7.3_webpack@5.83.1 - css-minimizer-webpack-plugin: 1.3.0_webpack@5.83.1 + css-loader: 6.7.4_webpack@5.84.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.84.0 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 - file-loader: 6.2.0_webpack@5.83.1 + file-loader: 6.2.0_webpack@5.84.0 filter-scan-dir: 1.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 1.6.2_webpack@5.83.1 + mini-css-extract-plugin: 1.6.2_webpack@5.84.0 mkdirp: 1.0.4 mocha: 7.2.0 nyc: 15.1.0 @@ -21788,12 +21952,12 @@ packages: sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 source-map-support: 0.5.21 - ts-node: 10.9.1_2e1f40ca59e33f69c2313b85f758b876 + ts-node: 10.9.1_483ca803ba92d4b48b13b0fb82005360 typedoc: 0.17.8_typescript@4.9.5 typescript: 4.9.5 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.83.1 - webpack: 5.83.1_f52b93474dd2fb1e4f90db635f9d54a8 - webpack-cli: 4.8.0_fdd885a1f7a509bb2316a514bda0a874 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.84.0 + webpack: 5.84.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_6f1294be71370964d54a9c0d2ff17c0a webpack-stats-plugin: 1.1.1 xsh: 0.4.5 transitivePeerDependencies: diff --git a/rush.json b/rush.json index 1f4950d92..bc5dbd4f5 100644 --- a/rush.json +++ b/rush.json @@ -716,6 +716,18 @@ "projectFolder": "samples/poc-subappv1-csp", "shouldPublish": false, "skipRushCheck": true + }, + { + "packageName": "subapp2-poc", + "projectFolder": "samples/subapp2-poc", + "shouldPublish": false, + "skipRushCheck": true + }, + { + "packageName": "subapp2-basic", + "projectFolder": "samples/subapp2-basic", + "shouldPublish": false, + "skipRushCheck": true } ] diff --git a/samples/subapp2-basic/package.json b/samples/subapp2-basic/package.json index 20baf7a50..e9b3cfc7f 100644 --- a/samples/subapp2-basic/package.json +++ b/samples/subapp2-basic/package.json @@ -32,33 +32,25 @@ "printWidth": 100 }, "dependencies": { - "@babel/runtime": "^7.12.5", - "@xarc/fastify-server": "^3.3.0" + "@babel/runtime": "^7.21.5", + "@xarc/fastify-server": "^3.3.0", + "@xarc/app": "^11.0.4", + "@xarc/react": "^1.0.2", + "@xarc/react-query": "^1.0.1", + "@xarc/react-redux": "^1.1.0", + "@xarc/react-router": "^1.1.0", + "@module-federation/concat-runtime": "~0.0.1" }, "devDependencies": { - "@types/node": "^14.14.6", - "@xarc/run": "1.1.1", + "@types/node": "^20.2.3", + "@xarc/run": "^1.1.1", "prettier": "^2.6.2", - "ts-node": "^10.7.0", - "typescript": "^4.6.4" - }, - "fyn": { - "dependencies": { - "@xarc/app": "../../packages/xarc-app", - "@xarc/react": "../../packages/xarc-react", - "@xarc/react-query": "../../packages/xarc-react-query", - "@xarc/react-redux": "../../packages/xarc-react-redux", - "@xarc/react-router": "../../packages/xarc-react-router" - }, - "devDependencies": { - "@xarc/app-dev": "../../packages/xarc-app-dev", - "@xarc/opt-postcss": "../../packages/xarc-opt-postcss", - "@xarc/opt-stylus": "../../packages/xarc-opt-stylus", - "@xarc/opt-sass": "../../packages/xarc-opt-sass", - "@xarc/opt-less": "../../packages/xarc-opt-less", - "@xarc/opt-jest": "../../packages/xarc-opt-jest", - "@xarc/opt-karma": "../../packages/xarc-opt-karma", - "@xarc/opt-mocha": "../../packages/xarc-opt-mocha" - } + "ts-node": "^10.9.1", + "typescript": "^5.0.4", + "@xarc/app-dev": "^11.0.4", + "@xarc/opt-jest": "^2.0.1", + "@xarc/opt-postcss": "^2.0.1", + "@xarc/opt-sass": "^4.1.1", + "webpack-hot-middleware": "^2.25.3" } } diff --git a/samples/subapp2-basic/src/server/routes.ts b/samples/subapp2-basic/src/server/routes.ts index 64c22ba10..5fdb4fd54 100644 --- a/samples/subapp2-basic/src/server/routes.ts +++ b/samples/subapp2-basic/src/server/routes.ts @@ -1,4 +1,4 @@ -import { MainBody, Products, Footer, Header } from "../app"; +import { MainBody, Footer, Header } from "../app"; import { PageRenderer } from "@xarc/react"; import { ElectrodeFastifyInstance } from "@xarc/fastify-server"; /** diff --git a/samples/subapp2-basic/src/subapps/main-body/index.tsx b/samples/subapp2-basic/src/subapps/main-body/index.tsx index 9091e4596..3ac7a4290 100644 --- a/samples/subapp2-basic/src/subapps/main-body/index.tsx +++ b/samples/subapp2-basic/src/subapps/main-body/index.tsx @@ -51,7 +51,7 @@ const MainBody = (props) => {

Body subApp with Redux State Demo

 {value}  - + } /> } /> diff --git a/samples/subapp2-poc/package.json b/samples/subapp2-poc/package.json index a98da7f0f..d82cc195a 100644 --- a/samples/subapp2-poc/package.json +++ b/samples/subapp2-poc/package.json @@ -4,11 +4,10 @@ "description": "Web application using Electrode X", "homepage": "", "scripts": { - "dev": "clap -q dev", - "test": "clap check", - "build": "clap build", - "start": "node lib/server", - "mock-cloud": "clap mock-cloud" + "dev": "xrun electrode/dev", + "test": "xrun electrode/check", + "build": "xrun electrode/build", + "start": "node lib/server" }, "author": { "name": "", @@ -39,30 +38,19 @@ "@xarc/react-recoil": "^1.0.0", "@xarc/react-redux": "^1.0.0", "@xarc/react-router": "^1.0.0", - "isomorphic-loader": "^4.5.0" + "isomorphic-loader": "^4.5.0", + "prop-types": "~15.8.1", + "react-dom": "~18.2.0", + "webpack-hot-middleware": "~2.25.3" }, "devDependencies": { "@types/node": "^18.11.18", + "@xarc/run": "^1.1.1", "@xarc/app-dev": "^11.0.1", "@xarc/opt-eslint": "^1.0.0", "@xarc/opt-postcss": "^1.0.0", "@xarc/opt-stylus": "^1.0.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" - }, - "fyn": { - "dependencies": { - "@xarc/app": "../../packages/xarc-app", - "@xarc/react": "../../packages/xarc-react", - "@xarc/react-query": "../../packages/xarc-react-query", - "@xarc/react-redux": "../../packages/xarc-react-redux", - "@xarc/react-router": "../../packages/xarc-react-router" - }, - "devDependencies": { - "@xarc/app-dev": "../../packages/xarc-app-dev", - "@xarc/opt-eslint": "../../packages/xarc-opt-eslint", - "@xarc/opt-postcss": "../../packages/xarc-opt-postcss", - "@xarc/opt-stylus": "../../packages/xarc-opt-stylus" - } } } diff --git a/samples/subapp2-poc/xclap.ts b/samples/subapp2-poc/xrun-tasks.ts similarity index 74% rename from samples/subapp2-poc/xclap.ts rename to samples/subapp2-poc/xrun-tasks.ts index 5601e710e..eb0437813 100644 --- a/samples/subapp2-poc/xclap.ts +++ b/samples/subapp2-poc/xrun-tasks.ts @@ -1,6 +1,6 @@ -import { loadXarcDevTasks, xclap } from "@xarc/app-dev"; +import { loadDevTasks, xrun } from "@xarc/app-dev"; -xclap.updateEnv( +xrun.updateEnv( { /* * Configure local development with http://localhost:3000 @@ -24,9 +24,10 @@ xclap.updateEnv( } ); -loadXarcDevTasks(xclap, { - namespace: "poc1", +loadDevTasks(xrun, { + // options to customize features webpackOptions: { - cssModuleSupport: true - } + // enable CSS module for files other than `.mod.css` + cssModuleSupport: "byModExt", + }, }); From e9e2126bb47ffc4cee1fe670a33f4e690202041b Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Wed, 31 May 2023 10:55:37 +0530 Subject: [PATCH 02/15] fix(subappv2): resolve babel runtime dependency --- samples/subapp2-basic/src/components/Home.tsx | 17 ++++++++--- samples/subapp2-basic/styles/home.sass | 17 +++++++++++ samples/subapp2-basic/styles/home.scss | 30 +++++++++++++++++++ 3 files changed, 60 insertions(+), 4 deletions(-) create mode 100644 samples/subapp2-basic/styles/home.sass create mode 100644 samples/subapp2-basic/styles/home.scss diff --git a/samples/subapp2-basic/src/components/Home.tsx b/samples/subapp2-basic/src/components/Home.tsx index 5a7b3287c..b8e398a45 100644 --- a/samples/subapp2-basic/src/components/Home.tsx +++ b/samples/subapp2-basic/src/components/Home.tsx @@ -1,7 +1,16 @@ import { React } from "@xarc/react"; - +import "../../styles/home.scss"; +import "../../styles/home.sass"; const Home = () => { - return

This is Dynamically Loaded Home Page Component!

; -} + return ( + <> +

This is Dynamically Loaded Home Page Component!

+
+
Box Primary Scss
+
Box Primary Sass
+
+ + ); +}; -export default Home; \ No newline at end of file +export default Home; diff --git a/samples/subapp2-basic/styles/home.sass b/samples/subapp2-basic/styles/home.sass new file mode 100644 index 000000000..768c00a2d --- /dev/null +++ b/samples/subapp2-basic/styles/home.sass @@ -0,0 +1,17 @@ +$primary-box-color: #112055 +$primary-box-text: #fff +$padding : 10px +$border-rad: 5px +$shadow: 4px 3px 19px 0px rgba(0,0,0,0.3) + +@mixin box-shape + padding: $padding + border-radius: $border-rad + box-shadow: $shadow + + +.box-primary_sass + @include box-shape() + background-color: $primary-box-color + color: $primary-box-text + diff --git a/samples/subapp2-basic/styles/home.scss b/samples/subapp2-basic/styles/home.scss new file mode 100644 index 000000000..3717b4505 --- /dev/null +++ b/samples/subapp2-basic/styles/home.scss @@ -0,0 +1,30 @@ +:root { + --primary-box-color: #112055; + --primary-box-text: #fff; + --padding : 10px; + --border-rad: 5px; + --shadow: 4px 3px 19px 0px rgba(0,0,0,0.3); +} + +.box__wrapper_scss { + display: flex; +justify-content: center; + font-family: sans-serif; + div:hover { + box-shadow: none; + } +} + +%box-shape{ + padding: var(--padding); + border-radius: var(--border-rad); + box-shadow: var(--shadow); + +} + +.box-primary_scss { + @extend %box-shape; + background-color: var(--primary-box-color); + color: var(--primary-box-text); + margin-right: 10px; +} From 0a01e30b31e412d5d87d78746ac0bd76937fdbb0 Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Wed, 31 May 2023 10:56:47 +0530 Subject: [PATCH 03/15] fix(subappv2): resolve babel runtime dependency --- common/config/rush/pnpm-lock.yaml | 138 +++++++++++++++++------- packages/xarc-react-router/package.json | 1 + packages/xarc-react/package.json | 1 + samples/subapp2-poc/package.json | 28 ++--- 4 files changed, 118 insertions(+), 50 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 01290dd05..98cbb9f6e 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -9,7 +9,6 @@ specifiers: '@babel/preset-typescript': ^7.17.12 '@hapi/boom': ^9.1.4 '@jchip/redbird': ^1.3.0 - '@module-federation/concat-runtime': ^0.0.1 '@rush-temp/app': file:./projects/app.tgz '@rush-temp/app-dev': file:./projects/app-dev.tgz '@rush-temp/create-app': file:./projects/create-app.tgz @@ -55,6 +54,7 @@ specifiers: '@rush-temp/subapp-server': file:./projects/subapp-server.tgz '@rush-temp/subapp-util': file:./projects/subapp-util.tgz '@rush-temp/subapp-web': file:./projects/subapp-web.tgz + '@rush-temp/subapp2-basic': file:./projects/subapp2-basic.tgz '@rush-temp/subapp2-poc': file:./projects/subapp2-poc.tgz '@rush-temp/tag-renderer': file:./projects/tag-renderer.tgz '@rush-temp/webpack': file:./projects/webpack.tgz @@ -62,9 +62,6 @@ specifiers: '@types/chai-as-promised': ^7.1.3 '@types/jest': ^26.0.4 '@types/webpack': 5.28.0 - '@xarc/opt-eslint': ^1.0.0 - '@xarc/opt-postcss': ^1.0.0 - '@xarc/opt-stylus': ^1.0.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 babel-core: ^6.0.15 @@ -198,7 +195,6 @@ dependencies: '@babel/preset-typescript': 7.21.5 '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 - '@module-federation/concat-runtime': 0.0.1 '@rush-temp/app': file:projects/app.tgz '@rush-temp/app-dev': file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.84.0 '@rush-temp/create-app': file:projects/create-app.tgz_uglify-js@2.8.29 @@ -244,6 +240,7 @@ dependencies: '@rush-temp/subapp-server': file:projects/subapp-server.tgz '@rush-temp/subapp-util': file:projects/subapp-util.tgz '@rush-temp/subapp-web': file:projects/subapp-web.tgz + '@rush-temp/subapp2-basic': file:projects/subapp2-basic.tgz '@rush-temp/subapp2-poc': file:projects/subapp2-poc.tgz '@rush-temp/tag-renderer': file:projects/tag-renderer.tgz '@rush-temp/webpack': file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3 @@ -251,9 +248,6 @@ dependencies: '@types/chai-as-promised': 7.1.5 '@types/jest': 26.0.24 '@types/webpack': 5.28.0_uglify-js@2.8.29 - '@xarc/opt-eslint': 1.0.0 - '@xarc/opt-postcss': 1.0.1 - '@xarc/opt-stylus': 1.0.1 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 babel-core: 6.26.3 @@ -2069,6 +2063,13 @@ packages: regenerator-runtime: 0.13.11 dev: false + /@babel/runtime/7.22.3: + resolution: {integrity: sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + dev: false + /@babel/template/7.0.0-beta.44: resolution: {integrity: sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==} dependencies: @@ -3057,7 +3058,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 @@ -3071,7 +3072,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 @@ -3087,7 +3088,7 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@testing-library/dom': 7.31.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -3100,7 +3101,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@testing-library/dom': 8.20.0 '@types/react-dom': 18.2.4 react: 18.2.0 @@ -3286,6 +3287,10 @@ packages: resolution: {integrity: sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==} dev: false + /@types/node/20.2.5: + resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==} + dev: false + /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: false @@ -4657,7 +4662,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@babel/runtime-corejs3': 7.21.5 dev: false @@ -10823,7 +10828,7 @@ packages: /history/4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -16216,7 +16221,7 @@ packages: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 loose-envify: 1.4.0 @@ -16248,7 +16253,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 18.2.7 '@types/react-dom': 18.2.4 @@ -16282,7 +16287,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@types/hoist-non-react-statics': 3.3.1 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -16318,7 +16323,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -16346,7 +16351,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -16597,7 +16602,7 @@ packages: /redux/4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 dev: false /reflect.ownkeys/0.2.0: @@ -16638,7 +16643,7 @@ packages: /regenerator-transform/0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 dev: false /regex-cache/0.4.4: @@ -18846,6 +18851,37 @@ packages: yn: 3.1.1 dev: false + /ts-node/10.9.1_b01a0586f393de61408c9af31f072577: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.2.5 + acorn: 8.8.2 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.0.4 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + /ts-node/10.9.1_ed48111304c4429e7ad7db9b45e4a6a6: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true @@ -19233,6 +19269,12 @@ packages: hasBin: true dev: false + /typescript/5.0.4: + resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} + engines: {node: '>=12.20'} + hasBin: true + dev: false + /uglify-js/2.8.29: resolution: {integrity: sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w==} engines: {node: '>=0.8.0'} @@ -20586,7 +20628,7 @@ packages: name: '@rush-temp/app' version: 0.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.5 '@types/mocha': 9.1.1 @@ -21148,7 +21190,7 @@ packages: name: '@rush-temp/poc-subapp-redux' version: 0.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.0 '@xarc/run': 1.1.1 @@ -21178,7 +21220,7 @@ packages: name: '@rush-temp/poc-subapp' version: 0.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 2.2.0 '@xarc/run': 1.1.1 @@ -21206,7 +21248,7 @@ packages: name: '@rush-temp/poc-subappv1-csp' version: 0.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.0 '@xarc/run': 1.1.1 @@ -21454,10 +21496,11 @@ packages: dev: false file:projects/react-router.tgz: - resolution: {integrity: sha512-BjWgdYT0PPnNx8qhvthiowKUm7qunaOK72eGB4zlceri69oJ1TF4OIXJjnifAd/okIgMARmXpldsW5Wnx/hCLA==, tarball: file:projects/react-router.tgz} + resolution: {integrity: sha512-TDiiV6nJ1F/KLgSRFvpjCWNFSLa9//HcqusvZrRI5PFV0MLLqyRXzQYDrosq+sM1AYVOGotaPYGygcL2+WFvMQ==, tarball: file:projects/react-router.tgz} name: '@rush-temp/react-router' version: 0.0.0 dependencies: + '@babel/runtime': 7.22.3 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.5 @@ -21507,10 +21550,11 @@ packages: dev: false file:projects/react.tgz: - resolution: {integrity: sha512-yIEFNR4dTRGUgg75sj/PRElhgvN8UEX6BudN1aInrHrp6xMpcB2HyOLC/2LOjEQ8FI3an9ZS6iAsRBqZ/EZQWg==, tarball: file:projects/react.tgz} + resolution: {integrity: sha512-zCrSzRKrIb5koKtFweP6IrpWGEtOgbwsXelRBeo2AD1WdzBFAeCTze+PhZB3D+eb21UXx3ihNDK6xYo88NIc1g==, tarball: file:projects/react.tgz} name: '@rush-temp/react' version: 0.0.0 dependencies: + '@babel/runtime': 7.22.3 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.5 '@types/mocha': 9.1.1 @@ -21598,7 +21642,7 @@ packages: '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@babel/preset-react': 7.18.6_@babel+core@7.21.8 '@babel/register': 7.21.0_@babel+core@7.21.8 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21635,7 +21679,7 @@ packages: '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@babel/preset-react': 7.18.6_@babel+core@7.21.8 '@babel/register': 7.21.0_@babel+core@7.21.8 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21669,7 +21713,7 @@ packages: '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@babel/preset-react': 7.18.6_@babel+core@7.21.8 '@babel/register': 7.21.0_@babel+core@7.21.8 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21734,7 +21778,7 @@ packages: '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@babel/preset-react': 7.18.6_@babel+core@7.21.8 '@babel/register': 7.21.0_@babel+core@7.21.8 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.3 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 @@ -21812,13 +21856,33 @@ packages: - utf-8-validate dev: false + file:projects/subapp2-basic.tgz: + resolution: {integrity: sha512-F7R2Yplfm7cyCq2pxdE3hXP+yRuC4a1f65ciaL3+LHU2mtd3ntq8dUN5wyYixG2eqnvZd0VxVsw9OjGsM/9+tw==, tarball: file:projects/subapp2-basic.tgz} + name: '@rush-temp/subapp2-basic' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.3 + '@module-federation/concat-runtime': 0.0.1 + '@types/node': 20.2.5 + '@xarc/fastify-server': 3.3.0 + '@xarc/run': 1.1.1 + prettier: 2.8.8 + ts-node: 10.9.1_b01a0586f393de61408c9af31f072577 + typescript: 5.0.4 + webpack-hot-middleware: 2.25.3 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - supports-color + dev: false + file:projects/subapp2-poc.tgz: - resolution: {integrity: sha512-mTi8JqOqKFvQuf0sdPr77xahHNHSMUr2YLApXfq1qgvWWCP4++HYiOLrY7YbNEF63J9I2FlQfSOi8YKF3z0p3A==, tarball: file:projects/subapp2-poc.tgz} + resolution: {integrity: sha512-r1RBpCPXAeAiYzSq3BIMSFRoOO1vT7zuxJqirYGprGcv2K/Nl08scyCZTxHRNyGzyzGcQl3s0Nf6wckomkA16w==, tarball: file:projects/subapp2-poc.tgz} name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: - '@babel/runtime': 7.21.5 - '@types/node': 18.16.14 + '@babel/runtime': 7.22.3 + '@types/node': 20.2.5 '@xarc/fastify-server': 3.3.0 '@xarc/opt-eslint': 1.0.0 '@xarc/opt-postcss': 1.0.1 @@ -21827,10 +21891,12 @@ packages: isomorphic-loader: 4.5.0 prop-types: 15.8.1 react-dom: 18.2.0 - ts-node: 9.1.1_typescript@4.9.5 - typescript: 4.9.5 + ts-node: 10.9.1_b01a0586f393de61408c9af31f072577 + typescript: 5.0.4 webpack-hot-middleware: 2.25.3 transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' - react - supports-color dev: false diff --git a/packages/xarc-react-router/package.json b/packages/xarc-react-router/package.json index 7f9d864a6..fe26eed11 100644 --- a/packages/xarc-react-router/package.json +++ b/packages/xarc-react-router/package.json @@ -31,6 +31,7 @@ "tslib": "^2.4.0" }, "devDependencies": { + "@babel/runtime": "^7.22.3", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@testing-library/react": "^13.2.0", "@types/chai": "^4.3.1", diff --git a/packages/xarc-react/package.json b/packages/xarc-react/package.json index d0ef1a46d..02c94da91 100644 --- a/packages/xarc-react/package.json +++ b/packages/xarc-react/package.json @@ -33,6 +33,7 @@ "tslib": "^2.4.0" }, "devDependencies": { + "@babel/runtime": "^7.22.3", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", diff --git a/samples/subapp2-poc/package.json b/samples/subapp2-poc/package.json index d82cc195a..b6242dd7e 100644 --- a/samples/subapp2-poc/package.json +++ b/samples/subapp2-poc/package.json @@ -30,27 +30,27 @@ "npm": ">= 6" }, "dependencies": { - "@babel/runtime": "^7.20.7", - "@xarc/app": "^11.0.1", + "@babel/runtime": "^7.22.3", + "@xarc/app": "^11.0.4", "@xarc/fastify-server": "^3.3.0", - "@xarc/react": "^1.0.0", - "@xarc/react-query": "^1.0.0", - "@xarc/react-recoil": "^1.0.0", - "@xarc/react-redux": "^1.0.0", - "@xarc/react-router": "^1.0.0", + "@xarc/react": "^1.0.2", + "@xarc/react-query": "^1.0.1", + "@xarc/react-recoil": "^1.1.0", + "@xarc/react-redux": "^1.1.0", + "@xarc/react-router": "^1.1.0", "isomorphic-loader": "^4.5.0", "prop-types": "~15.8.1", "react-dom": "~18.2.0", "webpack-hot-middleware": "~2.25.3" }, "devDependencies": { - "@types/node": "^18.11.18", + "@types/node": "^20.2.5", "@xarc/run": "^1.1.1", - "@xarc/app-dev": "^11.0.1", - "@xarc/opt-eslint": "^1.0.0", - "@xarc/opt-postcss": "^1.0.0", - "@xarc/opt-stylus": "^1.0.0", - "ts-node": "^9.0.0", - "typescript": "^4.0.3" + "@xarc/app-dev": "^11.0.4", + "@xarc/opt-eslint": "^3.0.1", + "@xarc/opt-postcss": "^2.0.1", + "@xarc/opt-stylus": "^2.0.1", + "ts-node": "^10.9.1", + "typescript": "^5.0.4" } } From 5ace5f757deb743b605712692a26a19f3aa63b08 Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Fri, 2 Jun 2023 11:57:40 +0530 Subject: [PATCH 04/15] fix(subappv2): resolve test case failure issue --- common/config/rush/pnpm-lock.yaml | 39 ++++--- samples/subapp2-poc/.eslintrc.js | 34 ++++++ samples/subapp2-poc/package.json | 7 +- samples/subapp2-poc/src/declarations.d.ts | 4 +- samples/subapp2-poc/src/demo1.tsx | 2 +- samples/subapp2-poc/src/recoil-todo-app.tsx | 109 +++++++++++--------- 6 files changed, 119 insertions(+), 76 deletions(-) create mode 100644 samples/subapp2-poc/.eslintrc.js diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 98cbb9f6e..d78c76b6c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -65,7 +65,6 @@ specifiers: ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 babel-core: ^6.0.15 - babel-eslint: ^10.1.0 babel-jest: ^26.1.0 babel-plugin-istanbul: ^5.1.0 babel-plugin-lodash: ^3.3.4 @@ -251,7 +250,6 @@ dependencies: ansi-to-html: 0.7.2 autoprefixer: 9.8.8 babel-core: 6.26.3 - babel-eslint: 10.1.0 babel-jest: 26.6.3 babel-plugin-istanbul: 5.2.0 babel-plugin-lodash: 3.3.4 @@ -18789,7 +18787,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_1fb4fb79adb33018fc63dd3f17c9e751: + /ts-node/10.9.1_18191548ee48d1462c4c1bad9e7252f5: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18808,19 +18806,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.47 + '@types/node': 20.2.5 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.8.4 + typescript: 5.1.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_483ca803ba92d4b48b13b0fb82005360: + /ts-node/10.9.1_1fb4fb79adb33018fc63dd3f17c9e751: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18839,19 +18837,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.16.14 + '@types/node': 14.18.47 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 4.8.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_b01a0586f393de61408c9af31f072577: + /ts-node/10.9.1_483ca803ba92d4b48b13b0fb82005360: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18870,14 +18868,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.2.5 + '@types/node': 18.16.14 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.0.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -19269,9 +19267,9 @@ packages: hasBin: true dev: false - /typescript/5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} + /typescript/5.1.3: + resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + engines: {node: '>=14.17'} hasBin: true dev: false @@ -21867,8 +21865,8 @@ packages: '@xarc/fastify-server': 3.3.0 '@xarc/run': 1.1.1 prettier: 2.8.8 - ts-node: 10.9.1_b01a0586f393de61408c9af31f072577 - typescript: 5.0.4 + ts-node: 10.9.1_18191548ee48d1462c4c1bad9e7252f5 + typescript: 5.1.3 webpack-hot-middleware: 2.25.3 transitivePeerDependencies: - '@swc/core' @@ -21877,7 +21875,7 @@ packages: dev: false file:projects/subapp2-poc.tgz: - resolution: {integrity: sha512-r1RBpCPXAeAiYzSq3BIMSFRoOO1vT7zuxJqirYGprGcv2K/Nl08scyCZTxHRNyGzyzGcQl3s0Nf6wckomkA16w==, tarball: file:projects/subapp2-poc.tgz} + resolution: {integrity: sha512-6Q691nBiwehf+ezWuUHuHupKLo61/dgCMKm8hcHXzf9FnHAxErl0dfZBxHsiMCXAG3FkTr9SUIjqyesdKg4p4A==, tarball: file:projects/subapp2-poc.tgz} name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: @@ -21888,16 +21886,17 @@ packages: '@xarc/opt-postcss': 1.0.1 '@xarc/opt-stylus': 1.0.1 '@xarc/run': 1.1.1 + babel-eslint: 10.1.0 isomorphic-loader: 4.5.0 prop-types: 15.8.1 react-dom: 18.2.0 - ts-node: 10.9.1_b01a0586f393de61408c9af31f072577 - typescript: 5.0.4 + ts-node: 10.9.1_18191548ee48d1462c4c1bad9e7252f5 + typescript: 5.1.3 webpack-hot-middleware: 2.25.3 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - - react + - eslint - supports-color dev: false diff --git a/samples/subapp2-poc/.eslintrc.js b/samples/subapp2-poc/.eslintrc.js new file mode 100644 index 000000000..af3bf5475 --- /dev/null +++ b/samples/subapp2-poc/.eslintrc.js @@ -0,0 +1,34 @@ +const path = require("path"); +const archetype = require("@xarc/app-dev/config/archetype"); +const { config = {} } = archetype.getDevOptions(); +const { eslint = {} } = config; + +const archetypeEslint = path.join(eslint, ".eslintrc-react"); + +function dotify(p) { + return path.isAbsolute(p) ? p : "." + path.sep + p; +} + +module.exports = { + extends: dotify(path.relative(__dirname, archetypeEslint)), + rules: { + "no-magic-numbers": "off", + "react/prop-types": "off", + "arrow-parens": "off", + "no-trailing-spaces": "off", + "react/no-unescaped-entities": "off", + "comma-dangle": "off", + "no-shadow": "off", + "eol-last": "off", + "no-undef": "off", + "no-unused-vars": "off", + "no-unused-expressions": "off", + "no-console": "off", + "no-useless-concat": "off", + "strict": "off", + "react/no-render-return-value": "off", + "prefer-arrow-callback": "off", + "no-empty":"off", + "react/no-unknown-property":"off" + } +}; diff --git a/samples/subapp2-poc/package.json b/samples/subapp2-poc/package.json index b6242dd7e..0ad8c56b1 100644 --- a/samples/subapp2-poc/package.json +++ b/samples/subapp2-poc/package.json @@ -40,8 +40,8 @@ "@xarc/react-router": "^1.1.0", "isomorphic-loader": "^4.5.0", "prop-types": "~15.8.1", - "react-dom": "~18.2.0", - "webpack-hot-middleware": "~2.25.3" + "react-dom": "~18.2.0" + }, "devDependencies": { "@types/node": "^20.2.5", @@ -51,6 +51,7 @@ "@xarc/opt-postcss": "^2.0.1", "@xarc/opt-stylus": "^2.0.1", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "typescript": "^5.1.3", + "webpack-hot-middleware": "~2.25.3" } } diff --git a/samples/subapp2-poc/src/declarations.d.ts b/samples/subapp2-poc/src/declarations.d.ts index 4cfe20b9e..122207405 100644 --- a/samples/subapp2-poc/src/declarations.d.ts +++ b/samples/subapp2-poc/src/declarations.d.ts @@ -1,2 +1,2 @@ -declare module '*.css'; -declare module '*.png'; \ No newline at end of file +declare module "*.css" {} +declare module "*.png" {} \ No newline at end of file diff --git a/samples/subapp2-poc/src/demo1.tsx b/samples/subapp2-poc/src/demo1.tsx index 45d166993..da0d7d085 100644 --- a/samples/subapp2-poc/src/demo1.tsx +++ b/samples/subapp2-poc/src/demo1.tsx @@ -10,7 +10,7 @@ const Demo1 = props => {

abc subapp demo1: {message}

props: {JSON.stringify(props)}

- isSSR: {"" + isSsr} | Has request: {ssr.request ? "yes" : "no"} + isSSR: {`${isSsr}`} | Has request: {ssr.request ? "yes" : "no"}

Electrode Docs diff --git a/samples/subapp2-poc/src/recoil-todo-app.tsx b/samples/subapp2-poc/src/recoil-todo-app.tsx index 4cfed4fbc..d5cb0fc68 100644 --- a/samples/subapp2-poc/src/recoil-todo-app.tsx +++ b/samples/subapp2-poc/src/recoil-todo-app.tsx @@ -3,7 +3,7 @@ import { recoilFeature, Recoil } from "@xarc/react-recoil"; const selectorsMap = new Map(); -const filteredTodoListState = store => { +const filteredTodoListState = (store) => { if (selectorsMap.get("filteredTodoListState") === undefined) { const selector = Recoil.selector({ key: "filteredTodoListState", @@ -13,13 +13,13 @@ const filteredTodoListState = store => { switch (filter) { case "Show Completed": - return list.filter(item => item.isComplete); + return list.filter((item) => item.isComplete); case "Show Uncompleted": - return list.filter(item => !item.isComplete); + return list.filter((item) => !item.isComplete); default: return list; } - } + }, }); selectorsMap.set("filteredTodoListState", selector); } @@ -29,24 +29,27 @@ const filteredTodoListState = store => { }; }; -const todoListStatsState = store => { +const todoListStatsState = (store) => { if (selectorsMap.get("todoListStatsState") === undefined) { const selector = Recoil.selector({ key: "todoListStatsState", get: ({ get }) => { const todoList = get(store.get("todoListState")); const totalNum = todoList.length; - const totalCompletedNum = todoList.filter(item => item.isComplete).length; + const totalCompletedNum = todoList.filter( + (item) => item.isComplete + ).length; const totalUncompletedNum = totalNum - totalCompletedNum; - const percentCompleted = totalNum === 0 ? 0 : (totalCompletedNum / totalNum) * 100; + const percentCompleted = + totalNum === 0 ? 0 : (totalCompletedNum / totalNum) * 100; return { totalNum, totalCompletedNum, totalUncompletedNum, - percentCompleted + percentCompleted, }; - } + }, }); selectorsMap.set("todoListStatsState", selector); } @@ -59,15 +62,19 @@ function TodoItemCreator(props) { const { store } = props; const [inputValue, setInputValue] = React.useState(""); const setTodoList = Recoil.useSetRecoilState(store.get("todoListState")); - + // utility for creating unique Id + let id = 0; + function getId() { + return id++; + } const addItem = () => { - setTodoList(oldTodoList => [ + setTodoList((oldTodoList) => [ ...oldTodoList, { id: getId(), text: inputValue, - isComplete: false - } + isComplete: false, + }, ]); setInputValue(""); }; @@ -84,21 +91,23 @@ function TodoItemCreator(props) { ); } -// utility for creating unique Id -let id = 0; -function getId() { - return id++; -} - function TodoItem(props) { const { item, store } = props; - const [todoList, setTodoList] = Recoil.useRecoilState(store.get("todoListState")); - const index = todoList.findIndex(listItem => listItem === item); + const [todoList, setTodoList] = Recoil.useRecoilState( + store.get("todoListState") + ); + const index = todoList.findIndex((listItem) => listItem === item); + function replaceItemAtIndex(arr, index, newValue) { + return [...arr.slice(0, index), newValue, ...arr.slice(index + 1)]; + } + function removeItemAtIndex(arr, index) { + return [...arr.slice(0, index), ...arr.slice(index + 1)]; + } const editItemText = ({ target: { value } }) => { const newList = replaceItemAtIndex(todoList, index, { ...item, - text: value + text: value, }); setTodoList(newList); @@ -107,7 +116,7 @@ function TodoItem(props) { const toggleItemCompletion = () => { const newList = replaceItemAtIndex(todoList, index, { ...item, - isComplete: !item.isComplete + isComplete: !item.isComplete, }); setTodoList(newList); @@ -122,23 +131,21 @@ function TodoItem(props) { return (

- +
); } -function replaceItemAtIndex(arr, index, newValue) { - return [...arr.slice(0, index), newValue, ...arr.slice(index + 1)]; -} - -function removeItemAtIndex(arr, index) { - return [...arr.slice(0, index), ...arr.slice(index + 1)]; -} - function TodoListFilters(props) { const { store } = props; - const [filter, setFilter] = Recoil.useRecoilState(store.get("todoListFilterState")); + const [filter, setFilter] = Recoil.useRecoilState( + store.get("todoListFilterState") + ); const updateFilter = ({ target: { value } }) => { setFilter(value); @@ -158,12 +165,8 @@ function TodoListFilters(props) { function TodoListStats(props) { const { store } = props; - const { - totalNum, - totalCompletedNum, - totalUncompletedNum, - percentCompleted - } = Recoil.useRecoilValue(todoListStatsState(store)()); + const { totalNum, totalCompletedNum, totalUncompletedNum, percentCompleted } = + Recoil.useRecoilValue(todoListStatsState(store)()); const formattedPercentCompleted = Math.round(percentCompleted); @@ -183,7 +186,7 @@ function TodoItems(props) { const todoList = Recoil.useRecoilValue(filteredTodoListState(store)()); return (
- {todoList.map(todoItem => ( + {todoList.map((todoItem) => ( ))}
@@ -206,7 +209,7 @@ const TodoListApp = (props: any) => { return ; }; -const RecoilTodoApp = props => { +const RecoilTodoApp = (props) => { const { store } = props; return ( @@ -219,7 +222,7 @@ const RecoilTodoApp = props => { border: "solid", marginLeft: "15%", marginRight: "15%", - marginBottom: 20 + marginBottom: 20, }} >

Recoil Todo App

@@ -238,8 +241,11 @@ export const subapp: ReactSubApp = { wantFeatures: [ recoilFeature({ React, - prepare: async initialState => { - xarcV2.debug("Recoil subapp recoil prepare, initialState:", initialState); + prepare: async (initialState) => { + xarcV2.debug( + "Recoil subapp recoil prepare, initialState:", + initialState + ); if (initialState) { return { initialState }; } @@ -248,12 +254,15 @@ export const subapp: ReactSubApp = { initialState: { state: { todoListState: { key: "todoListState", value: [] }, - todoListFilterState: { key: "todoListFilterState", value: "Show All" } + todoListFilterState: { + key: "todoListFilterState", + value: "Show All", + }, }, - selectors: {} - } + selectors: {}, + }, }; - } - }) - ] + }, + }), + ], }; From 17a63fa62d73117b4189959d3116437e8127c97d Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Fri, 2 Jun 2023 18:13:55 +0530 Subject: [PATCH 05/15] fix(subappv2): resolve test case failure issue --- samples/subapp2-basic/xrun-tasks.ts | 2 +- samples/subapp2-poc/{xrun-tasks.ts => xrun-tasks.js} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename samples/subapp2-poc/{xrun-tasks.ts => xrun-tasks.js} (87%) diff --git a/samples/subapp2-basic/xrun-tasks.ts b/samples/subapp2-basic/xrun-tasks.ts index f7e2e91c3..6d4548b17 100644 --- a/samples/subapp2-basic/xrun-tasks.ts +++ b/samples/subapp2-basic/xrun-tasks.ts @@ -1,4 +1,4 @@ -import { loadDevTasks, xrun } from "@xarc/app-dev"; +const { loadDevTasks, xrun } = require("@xarc/app-dev"); xrun.updateEnv( { diff --git a/samples/subapp2-poc/xrun-tasks.ts b/samples/subapp2-poc/xrun-tasks.js similarity index 87% rename from samples/subapp2-poc/xrun-tasks.ts rename to samples/subapp2-poc/xrun-tasks.js index eb0437813..a257c9f55 100644 --- a/samples/subapp2-poc/xrun-tasks.ts +++ b/samples/subapp2-poc/xrun-tasks.js @@ -1,4 +1,4 @@ -import { loadDevTasks, xrun } from "@xarc/app-dev"; +const { loadDevTasks, xrun } = require("@xarc/app-dev"); xrun.updateEnv( { @@ -16,11 +16,11 @@ xrun.updateEnv( /* * Enable Electrode's built-in webpack dev server and reverse proxy for development */ - WEBPACK_DEV_MIDDLEWARE: true + WEBPACK_DEV_MIDDLEWARE: true, }, { // do not override any env flag already set in process.env - override: false + override: false, } ); From 7347c3669656eed9e5f8dbbf3fe116034253c333 Mon Sep 17 00:00:00 2001 From: Shubham sharma Date: Sat, 3 Jun 2023 08:55:53 +0530 Subject: [PATCH 06/15] chore: update changelog --- .../@xarc/react-router/master_2023-06-03-03-25.json | 10 ++++++++++ .../changes/@xarc/react/master_2023-06-03-03-25.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 common/changes/@xarc/react-router/master_2023-06-03-03-25.json create mode 100644 common/changes/@xarc/react/master_2023-06-03-03-25.json diff --git a/common/changes/@xarc/react-router/master_2023-06-03-03-25.json b/common/changes/@xarc/react-router/master_2023-06-03-03-25.json new file mode 100644 index 000000000..e5cbf3151 --- /dev/null +++ b/common/changes/@xarc/react-router/master_2023-06-03-03-25.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-router", + "comment": "add @babel/runtime in devDependencies as rush requires it", + "type": "none" + } + ], + "packageName": "@xarc/react-router" +} \ No newline at end of file diff --git a/common/changes/@xarc/react/master_2023-06-03-03-25.json b/common/changes/@xarc/react/master_2023-06-03-03-25.json new file mode 100644 index 000000000..d461a02fe --- /dev/null +++ b/common/changes/@xarc/react/master_2023-06-03-03-25.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react", + "comment": "add @babel/runtime in devDependencies as rush requires it in runtime", + "type": "none" + } + ], + "packageName": "@xarc/react" +} \ No newline at end of file From fbe0cf05f5bf8673b1097748f0842cf3d1b58443 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Tue, 18 Jul 2023 22:37:50 +0530 Subject: [PATCH 07/15] fix(CEECORE-4406): replace request with axios --- common/config/rush/pnpm-lock.yaml | 21750 ++++++++++++++++++++++++++++ packages/subapp-web/lib/load.js | 60 +- packages/subapp-web/package.json | 4 +- 3 files changed, 21785 insertions(+), 29 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index e69de29bb..5d623897b 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -0,0 +1,21750 @@ +lockfileVersion: 5.3 + +specifiers: + '@babel/plugin-proposal-class-properties': ^7.17.12 + '@babel/plugin-proposal-decorators': ^7.17.12 + '@babel/plugin-proposal-object-rest-spread': ^7.17.12 + '@babel/plugin-transform-react-constant-elements': ^7.17.12 + '@babel/plugin-transform-react-inline-elements': ^7.16.7 + '@babel/preset-typescript': ^7.17.12 + '@hapi/boom': ^9.1.4 + '@jchip/redbird': ^1.3.0 + '@rush-temp/app': file:./projects/app.tgz + '@rush-temp/app-dev': file:./projects/app-dev.tgz + '@rush-temp/create-app': file:./projects/create-app.tgz + '@rush-temp/dev-base': file:./projects/dev-base.tgz + '@rush-temp/electrode-archetype-webpack-dll': file:./projects/electrode-archetype-webpack-dll.tgz + '@rush-temp/electrode-archetype-webpack-dll-dev': file:./projects/electrode-archetype-webpack-dll-dev.tgz + '@rush-temp/electrode-cdn-file-loader': file:./projects/electrode-cdn-file-loader.tgz + '@rush-temp/electrode-cookies': file:./projects/electrode-cookies.tgz + '@rush-temp/electrode-node-resolver': file:./projects/electrode-node-resolver.tgz + '@rush-temp/electrode-react-webapp': file:./projects/electrode-react-webapp.tgz + '@rush-temp/electrode-redux-router-engine': file:./projects/electrode-redux-router-engine.tgz + '@rush-temp/electrode-ui-config': file:./projects/electrode-ui-config.tgz + '@rush-temp/electrode-ui-logger': file:./projects/electrode-ui-logger.tgz + '@rush-temp/index-page': file:./projects/index-page.tgz + '@rush-temp/jsx-renderer': file:./projects/jsx-renderer.tgz + '@rush-temp/opt-archetype-check': file:./projects/opt-archetype-check.tgz + '@rush-temp/opt-eslint': file:./projects/opt-eslint.tgz + '@rush-temp/opt-jest': file:./projects/opt-jest.tgz + '@rush-temp/opt-karma': file:./projects/opt-karma.tgz + '@rush-temp/opt-less': file:./projects/opt-less.tgz + '@rush-temp/opt-mocha': file:./projects/opt-mocha.tgz + '@rush-temp/opt-postcss': file:./projects/opt-postcss.tgz + '@rush-temp/opt-preact': file:./projects/opt-preact.tgz + '@rush-temp/opt-react': file:./projects/opt-react.tgz + '@rush-temp/opt-sass': file:./projects/opt-sass.tgz + '@rush-temp/opt-stylus': file:./projects/opt-stylus.tgz + '@rush-temp/poc-subapp': file:./projects/poc-subapp.tgz + '@rush-temp/poc-subapp-redux': file:./projects/poc-subapp-redux.tgz + '@rush-temp/poc-subappv1-csp': file:./projects/poc-subappv1-csp.tgz + '@rush-temp/react': file:./projects/react.tgz + '@rush-temp/react-query': file:./projects/react-query.tgz + '@rush-temp/react-recoil': file:./projects/react-recoil.tgz + '@rush-temp/react-redux': file:./projects/react-redux.tgz + '@rush-temp/react-redux-observable': file:./projects/react-redux-observable.tgz + '@rush-temp/react-redux-saga': file:./projects/react-redux-saga.tgz + '@rush-temp/react-router': file:./projects/react-router.tgz + '@rush-temp/render-context': file:./projects/render-context.tgz + '@rush-temp/subapp': file:./projects/subapp.tgz + '@rush-temp/subapp-pbundle': file:./projects/subapp-pbundle.tgz + '@rush-temp/subapp-pkg-util': file:./projects/subapp-pkg-util.tgz + '@rush-temp/subapp-react': file:./projects/subapp-react.tgz + '@rush-temp/subapp-redux': file:./projects/subapp-redux.tgz + '@rush-temp/subapp-server': file:./projects/subapp-server.tgz + '@rush-temp/subapp-util': file:./projects/subapp-util.tgz + '@rush-temp/subapp-web': file:./projects/subapp-web.tgz + '@rush-temp/subapp2-basic': file:./projects/subapp2-basic.tgz + '@rush-temp/subapp2-poc': file:./projects/subapp2-poc.tgz + '@rush-temp/tag-renderer': file:./projects/tag-renderer.tgz + '@rush-temp/webpack': file:./projects/webpack.tgz + '@rush-temp/webpack-config-composer': file:./projects/webpack-config-composer.tgz + '@types/chai-as-promised': ^7.1.3 + '@types/jest': ^26.0.4 + '@types/webpack': 5.28.0 + ansi-to-html: ^0.7.2 + autoprefixer: ^9.6.0 + axios: ^1.4.0 + babel-core: ^6.0.15 + babel-eslint: ^10.1.0 + babel-jest: ^26.1.0 + babel-plugin-istanbul: ^6.1.1 + babel-plugin-lodash: ^3.3.4 + babel-plugin-minify-dead-code-elimination: ^0.5.2 + babel-plugin-react-css-modules: ^5.2.6 + babel-plugin-transform-node-env-inline: ^0.4.3 + babel-plugin-transform-react-remove-prop-types: ^0.4.24 + babel-plugin-transform-remove-strict-mode: ^0.0.2 + babel-preset-env: ^1.7.0 + babel-preset-minify: ^0.5.1 + babel-preset-react: ^6.0.15 + babel-preset-stage-0: ^6.0.15 + babel-register: ^6.5.2 + benchmark: ^2.1.4 + boxen: ^5.0.0 + chai-as-promised: ^7.1.1 + chai-shallowly: ^1.0.0 + chalker: ^1.2.0 + chokidar: ^3.5.3 + css-loader: ^6.5.1 + css-minimizer-webpack-plugin: ^1.2.0 + electrode-server1: npm:electrode-server@^1.0.0 + electrode-server2: npm:electrode-server@^2.0.0 + enzyme: ^3.11.0 + eslint-config-prettier: ^2.3.0 + eslint-config-walmart: ^2.2.1 + eslint-plugin-flowtype: ^5.2.0 + eslint-plugin-jest: ^23.18.0 + eslint-plugin-mocha: ^8.0.0 + eslint-plugin-react: ^7.29.4 + express: ^4.15.4 + fast-async: ^7.0.5 + file-loader: ^6.2.0 + fs-extra: ^10.1.0 + history: ^5.3.0 + identity-obj-proxy: ^3.0.0 + in-publish: ^2.0.0 + is-ci: ^2.0.0 + isomorphic-loader: ^4.5.0 + istanbul: ^0.4.5 + jest: ^26.1.0 + jsesc: ^3.0.2 + json-stringify-safe: ^5.0.1 + karma: ^6.4.2 + karma-chrome-launcher: ^3.2.0 + karma-coverage: ^2.2.1 + karma-firefox-launcher: ^2.1.2 + karma-ie-launcher: ^1.0.0 + karma-intl-shim: ^1.0.3 + karma-mocha: ^2.0.1 + karma-mocha-reporter: ^2.2.5 + karma-safari-launcher: ^1.0.0 + karma-sonarqube-unit-reporter: 0.0.23 + karma-sourcemap-loader: ^0.4.0 + karma-spec-reporter: 0.0.36 + karma-webpack: ^5.0.0 + koa: ^2.3.0 + koa-router: ^7.4.0 + less: ^3.9.0 + less-loader: ^4.1.0 + loader-utils: ^1.1.0 + loadjs: ^4.2.0 + lodash.keys: ^4.2.0 + lodash.omit: ^4.5.0 + log-update: ^5.0.1 + mime: ^3.0.0 + mini-css-extract-plugin: ^1.3.9 + munchy: ^1.0.9 + nix-clap: ^1.3.13 + object-assign: ^4.1.0 + open: ^8.4.0 + opfs: ^1.1.1 + pkg-up: ^3.1.0 + postcss-import: ^12.0.1 + postcss-less: ^3.1.4 + postcss-loader: ^3.0.0 + postcss-nested: ^4.2.1 + postcss-preset-env: ^6.7.0 + postcss-scss: ^2.0.0 + preact-render-to-string: ^5.1.3 + ps-get: ^1.1.0 + react-helmet: ^5.2.0 + react-query: ~3.39.0 + react-router-config: ^5.1.1 + read-pkg-up: ^7.0.1 + recoil: ^0.7.5 + redux-bundler: ^26.0.0 + redux-bundler-preact: ^2.0.1 + redux-logger: ^3.0.6 + redux-observable: ^1.2.0 + redux-saga: ^1.1.3 + regenerator-runtime: ^0.13.9 + request: ^2.88.2 + require-at: ^1.0.6 + rxjs: ^6.6.3 + sass: ^1.58.0 + sass-loader: ^13.2.0 + semver: ^7.3.7 + serve-index-fs: ^1.10.1 + set-cookie-parser: ^1.0.1 + shcmd: ^0.8.4 + source-map-explorer: ^1.6.0 + stream-to-array: ^2.3.0 + string-array: ^1.0.0 + stylus: ^0.57.0 + stylus-relative-loader: ^4.0.0 + sudo-prompt: ^9.2.1 + sugarss: ^2.0.0 + typedoc-plugin-external-module-name: ^3.1.0 + uglify-js: ^2.6.2 + uglifyjs-webpack-plugin: ^2.0.1 + url-loader: ^4.1.0 + visual-logger: ^1.1.3 + webpack: ^5.75.0 + webpack-bundle-analyzer: ^3.5.2 + webpack-dev-middleware: ^4.1.0 + whatwg-fetch: ^2.0.3 + xenv-config: ^1.3.1 + xstdout: ^0.1.1 + +dependencies: + '@babel/plugin-proposal-class-properties': 7.18.6 + '@babel/plugin-proposal-decorators': 7.22.7 + '@babel/plugin-proposal-object-rest-spread': 7.20.7 + '@babel/plugin-transform-react-constant-elements': 7.22.5 + '@babel/plugin-transform-react-inline-elements': 7.22.5 + '@babel/preset-typescript': 7.22.5 + '@hapi/boom': 9.1.4 + '@jchip/redbird': 1.3.0 + '@rush-temp/app': file:projects/app.tgz + '@rush-temp/app-dev': file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.88.2 + '@rush-temp/create-app': file:projects/create-app.tgz_uglify-js@2.8.29 + '@rush-temp/dev-base': file:projects/dev-base.tgz + '@rush-temp/electrode-archetype-webpack-dll': file:projects/electrode-archetype-webpack-dll.tgz + '@rush-temp/electrode-archetype-webpack-dll-dev': file:projects/electrode-archetype-webpack-dll-dev.tgz_73b0bf351ab9a055d7b5b1930428d9b3 + '@rush-temp/electrode-cdn-file-loader': file:projects/electrode-cdn-file-loader.tgz + '@rush-temp/electrode-cookies': file:projects/electrode-cookies.tgz + '@rush-temp/electrode-node-resolver': file:projects/electrode-node-resolver.tgz + '@rush-temp/electrode-react-webapp': file:projects/electrode-react-webapp.tgz + '@rush-temp/electrode-redux-router-engine': file:projects/electrode-redux-router-engine.tgz + '@rush-temp/electrode-ui-config': file:projects/electrode-ui-config.tgz + '@rush-temp/electrode-ui-logger': file:projects/electrode-ui-logger.tgz + '@rush-temp/index-page': file:projects/index-page.tgz + '@rush-temp/jsx-renderer': file:projects/jsx-renderer.tgz + '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz + '@rush-temp/opt-eslint': file:projects/opt-eslint.tgz + '@rush-temp/opt-jest': file:projects/opt-jest.tgz + '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.88.2 + '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.88.2 + '@rush-temp/opt-mocha': file:projects/opt-mocha.tgz + '@rush-temp/opt-postcss': file:projects/opt-postcss.tgz + '@rush-temp/opt-preact': file:projects/opt-preact.tgz + '@rush-temp/opt-react': file:projects/opt-react.tgz + '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.88.2 + '@rush-temp/opt-stylus': file:projects/opt-stylus.tgz + '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.88.2 + '@rush-temp/poc-subapp-redux': file:projects/poc-subapp-redux.tgz_webpack@5.88.2 + '@rush-temp/poc-subappv1-csp': file:projects/poc-subappv1-csp.tgz + '@rush-temp/react': file:projects/react.tgz + '@rush-temp/react-query': file:projects/react-query.tgz + '@rush-temp/react-recoil': file:projects/react-recoil.tgz + '@rush-temp/react-redux': file:projects/react-redux.tgz + '@rush-temp/react-redux-observable': file:projects/react-redux-observable.tgz + '@rush-temp/react-redux-saga': file:projects/react-redux-saga.tgz + '@rush-temp/react-router': file:projects/react-router.tgz + '@rush-temp/render-context': file:projects/render-context.tgz + '@rush-temp/subapp': file:projects/subapp.tgz + '@rush-temp/subapp-pbundle': file:projects/subapp-pbundle.tgz + '@rush-temp/subapp-pkg-util': file:projects/subapp-pkg-util.tgz + '@rush-temp/subapp-react': file:projects/subapp-react.tgz + '@rush-temp/subapp-redux': file:projects/subapp-redux.tgz + '@rush-temp/subapp-server': file:projects/subapp-server.tgz + '@rush-temp/subapp-util': file:projects/subapp-util.tgz + '@rush-temp/subapp-web': file:projects/subapp-web.tgz + '@rush-temp/subapp2-basic': file:projects/subapp2-basic.tgz + '@rush-temp/subapp2-poc': file:projects/subapp2-poc.tgz + '@rush-temp/tag-renderer': file:projects/tag-renderer.tgz + '@rush-temp/webpack': file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3 + '@rush-temp/webpack-config-composer': file:projects/webpack-config-composer.tgz + '@types/chai-as-promised': 7.1.5 + '@types/jest': 26.0.24 + '@types/webpack': 5.28.0_uglify-js@2.8.29 + ansi-to-html: 0.7.2 + autoprefixer: 9.8.8 + axios: 1.4.0 + babel-core: 6.26.3 + babel-eslint: 10.1.0 + babel-jest: 26.6.3 + babel-plugin-istanbul: 6.1.1 + babel-plugin-lodash: 3.3.4 + babel-plugin-minify-dead-code-elimination: 0.5.2 + babel-plugin-react-css-modules: 5.2.6 + babel-plugin-transform-node-env-inline: 0.4.3 + babel-plugin-transform-react-remove-prop-types: 0.4.24 + babel-plugin-transform-remove-strict-mode: 0.0.2 + babel-preset-env: 1.7.0 + babel-preset-minify: 0.5.2 + babel-preset-react: 6.24.1 + babel-preset-stage-0: 6.24.1 + babel-register: 6.26.0 + benchmark: 2.1.4 + boxen: 5.1.2 + chai-as-promised: 7.1.1 + chai-shallowly: 1.0.0 + chalker: 1.2.0 + chokidar: 3.5.3 + css-loader: 6.8.1_webpack@5.88.2 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.88.2 + electrode-server1: /electrode-server/1.9.0 + electrode-server2: /electrode-server/2.5.0 + enzyme: 3.11.0 + eslint-config-prettier: 2.10.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-flowtype: 5.10.0 + eslint-plugin-jest: 23.20.0 + eslint-plugin-mocha: 8.2.0 + eslint-plugin-react: 7.32.2 + express: 4.18.2 + fast-async: 7.0.6 + file-loader: 6.2.0_webpack@5.88.2 + fs-extra: 10.1.0 + history: 5.3.0 + identity-obj-proxy: 3.0.0 + in-publish: 2.0.1 + is-ci: 2.0.0 + isomorphic-loader: 4.5.0 + istanbul: 0.4.5 + jest: 26.6.3 + jsesc: 3.0.2 + json-stringify-safe: 5.0.1 + karma: 6.4.2 + karma-chrome-launcher: 3.2.0 + karma-coverage: 2.2.1 + karma-firefox-launcher: 2.1.2 + karma-ie-launcher: 1.0.0_karma@6.4.2 + karma-intl-shim: 1.0.3 + karma-mocha: 2.0.1 + karma-mocha-reporter: 2.2.5_karma@6.4.2 + karma-safari-launcher: 1.0.0_karma@6.4.2 + karma-sonarqube-unit-reporter: 0.0.23_karma@6.4.2 + karma-sourcemap-loader: 0.4.0 + karma-spec-reporter: 0.0.36_karma@6.4.2 + karma-webpack: 5.0.0_webpack@5.88.2 + koa: 2.14.2 + koa-router: 7.4.0 + less: 3.13.1 + less-loader: 4.1.0_less@3.13.1+webpack@5.88.2 + loader-utils: 1.4.2 + loadjs: 4.2.0 + lodash.keys: 4.2.0 + lodash.omit: 4.5.0 + log-update: 5.0.1 + mime: 3.0.0 + mini-css-extract-plugin: 1.6.2_webpack@5.88.2 + munchy: 1.0.9 + nix-clap: 1.3.13 + object-assign: 4.1.1 + open: 8.4.2 + opfs: 1.1.1 + pkg-up: 3.1.0 + postcss-import: 12.0.1 + postcss-less: 3.1.4 + postcss-loader: 3.0.0 + postcss-nested: 4.2.3 + postcss-preset-env: 6.7.1 + postcss-scss: 2.1.1 + preact-render-to-string: 5.2.6 + ps-get: 1.1.0 + react-helmet: 5.2.1 + react-query: 3.39.3 + react-router-config: 5.1.1 + read-pkg-up: 7.0.1 + recoil: 0.7.7 + redux-bundler: 26.1.0 + redux-bundler-preact: 2.0.1 + redux-logger: 3.0.6 + redux-observable: 1.2.0_rxjs@6.6.7 + redux-saga: 1.2.3 + regenerator-runtime: 0.13.11 + request: 2.88.2 + require-at: 1.0.6 + rxjs: 6.6.7 + sass: 1.63.6 + sass-loader: 13.3.2_sass@1.63.6+webpack@5.88.2 + semver: 7.5.4 + serve-index-fs: 1.10.1 + set-cookie-parser: 1.0.2 + shcmd: 0.8.4 + source-map-explorer: 1.8.0 + stream-to-array: 2.3.0 + string-array: 1.0.1 + stylus: 0.57.0 + stylus-relative-loader: 4.0.0_stylus@0.57.0 + sudo-prompt: 9.2.1 + sugarss: 2.0.0 + typedoc-plugin-external-module-name: 3.1.0 + uglify-js: 2.8.29 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.88.2 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 + visual-logger: 1.1.3 + webpack: 5.88.2_uglify-js@2.8.29 + webpack-bundle-analyzer: 3.9.0 + webpack-dev-middleware: 4.3.0_webpack@5.88.2 + whatwg-fetch: 2.0.4 + xenv-config: 1.3.1 + xstdout: 0.1.1 + +packages: + + /@aashutoshrathi/word-wrap/1.2.6: + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} + engines: {node: '>=0.10.0'} + dev: false + + /@ampproject/remapping/2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + dev: false + + /@babel/cli/7.22.9: + resolution: {integrity: sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==} + engines: {node: '>=6.9.0'} + hasBin: true + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@jridgewell/trace-mapping': 0.3.18 + commander: 4.1.1 + convert-source-map: 1.9.0 + fs-readdir-recursive: 1.1.0 + glob: 7.2.3 + make-dir: 2.1.0 + slash: 2.0.0 + optionalDependencies: + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 + chokidar: 3.5.3 + dev: false + + /@babel/cli/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==} + engines: {node: '>=6.9.0'} + hasBin: true + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@jridgewell/trace-mapping': 0.3.18 + commander: 4.1.1 + convert-source-map: 1.9.0 + fs-readdir-recursive: 1.1.0 + glob: 7.2.3 + make-dir: 2.1.0 + slash: 2.0.0 + optionalDependencies: + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 + chokidar: 3.5.3 + dev: false + + /@babel/code-frame/7.0.0-beta.44: + resolution: {integrity: sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==} + dependencies: + '@babel/highlight': 7.0.0-beta.44 + dev: false + + /@babel/code-frame/7.12.11: + resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} + dependencies: + '@babel/highlight': 7.22.5 + dev: false + + /@babel/code-frame/7.22.5: + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.5 + dev: false + + /@babel/compat-data/7.22.9: + resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/core/7.22.9: + resolution: {integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helpers': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/generator/7.0.0-beta.44: + resolution: {integrity: sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==} + dependencies: + '@babel/types': 7.0.0-beta.44 + jsesc: 2.5.2 + lodash: 4.17.21 + source-map: 0.5.7 + trim-right: 1.0.1 + dev: false + + /@babel/generator/7.22.9: + resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + dev: false + + /@babel/helper-annotate-as-pure/7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-builder-binary-assignment-operator-visitor/7.22.5: + resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-builder-react-jsx/7.22.5: + resolution: {integrity: sha512-GYZBuAC9Vl4jnPun18TeNGyqkKWQ+3AtZHbgnrdT//0yCV+qcFyXj0X+9DJyD2jYi0C+55gRcUAhE35sk2Mm9g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-compilation-targets/7.22.9: + resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: false + + /@babel/helper-compilation-targets/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: false + + /@babel/helper-create-class-features-plugin/7.22.9: + resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + + /@babel/helper-create-class-features-plugin/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + + /@babel/helper-create-regexp-features-plugin/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: false + + /@babel/helper-define-polyfill-provider/0.4.1_@babel+core@7.22.9: + resolution: {integrity: sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-environment-visitor/7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-function-name/7.0.0-beta.44: + resolution: {integrity: sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==} + dependencies: + '@babel/helper-get-function-arity': 7.0.0-beta.44 + '@babel/template': 7.0.0-beta.44 + '@babel/types': 7.0.0-beta.44 + dev: false + + /@babel/helper-function-name/7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-get-function-arity/7.0.0-beta.44: + resolution: {integrity: sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw==} + dependencies: + '@babel/types': 7.0.0-beta.44 + dev: false + + /@babel/helper-hoist-variables/7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-member-expression-to-functions/7.22.5: + resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-module-imports/7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-module-transforms/7.22.9: + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 + dev: false + + /@babel/helper-module-transforms/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 + dev: false + + /@babel/helper-optimise-call-expression/7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-plugin-utils/7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.9 + dev: false + + /@babel/helper-replace-supers/7.22.9: + resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + + /@babel/helper-replace-supers/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + + /@babel/helper-simple-access/7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-skip-transparent-expression-wrappers/7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-split-export-declaration/7.0.0-beta.44: + resolution: {integrity: sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA==} + dependencies: + '@babel/types': 7.0.0-beta.44 + dev: false + + /@babel/helper-split-export-declaration/7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/helper-string-parser/7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-identifier/7.22.5: + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-option/7.22.5: + resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-wrap-function/7.22.9: + resolution: {integrity: sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.22.5 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 + dev: false + + /@babel/helpers/7.22.6: + resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/highlight/7.0.0-beta.44: + resolution: {integrity: sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==} + dependencies: + chalk: 2.4.2 + esutils: 2.0.3 + js-tokens: 3.0.2 + dev: false + + /@babel/highlight/7.22.5: + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + + /@babel/parser/7.22.7: + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} + engines: {node: '>=6.0.0'} + hasBin: true + dev: false + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.22.6_@babel+core@7.22.9 + dev: false + + /@babel/plugin-proposal-class-properties/7.18.6: + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-create-class-features-plugin': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-proposal-decorators/7.22.7: + resolution: {integrity: sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-create-class-features-plugin': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.22.5 + dev: false + + /@babel/plugin-proposal-decorators/7.22.7_@babel+core@7.22.9: + resolution: {integrity: sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.9 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-proposal-object-rest-spread/7.20.7: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-transform-parameters': 7.22.5 + dev: false + + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.22.9: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.9: + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + dev: false + + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} + engines: {node: '>=4'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-async-generators/7.8.4: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.9: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-bigint/7.8.3: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-class-properties/7.12.13: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.9: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-decorators/7.22.5: + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-decorators/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-meta/7.10.4: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-json-strings/7.8.3: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-jsx/7.22.5: + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-numeric-separator/7.10.4: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-object-rest-spread/7.8.3: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-catch-binding/7.8.3: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-chaining/7.8.3: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-top-level-await/7.14.5: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-typescript/7.22.5: + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-async-generator-functions/7.22.7_@babel+core@7.22.9: + resolution: {integrity: sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-block-scoping/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-class-static-block/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-classes/7.22.6_@babel+core@7.22.9: + resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.9 + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + dev: false + + /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 + dev: false + + /@babel/plugin-transform-destructuring/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-dynamic-import/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-export-namespace-from/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-for-of/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-json-strings/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-literals/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-logical-assignment-operators/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-commonjs/7.22.5: + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-module-transforms': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-commonjs/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-systemjs/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-nullish-coalescing-operator/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-numeric-separator/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-object-rest-spread/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-optional-catch-binding/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-optional-chaining/7.22.6_@babel+core@7.22.9: + resolution: {integrity: sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-parameters/7.22.5: + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-property-in-object/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-constant-elements/7.22.5: + resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-inline-elements/7.22.5: + resolution: {integrity: sha512-m+OHS1E33wsWyv37bQXNzY/AB7vMTR1BYGG/KW+HGHdKeQS03sUAweNdGaDh8wKmAqh6ZbRRtFjPbhyYFToSbQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-builder-react-jsx': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-inline-elements/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-m+OHS1E33wsWyv37bQXNzY/AB7vMTR1BYGG/KW+HGHdKeQS03sUAweNdGaDh8wKmAqh6ZbRRtFjPbhyYFToSbQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-builder-react-jsx': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/plugin-transform-react-jsx': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-react-jsx/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.9 + '@babel/types': 7.22.5 + dev: false + + /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-regenerator/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + regenerator-transform: 0.15.1 + dev: false + + /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-runtime/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.4_@babel+core@7.22.9 + babel-plugin-polyfill-corejs3: 0.8.2_@babel+core@7.22.9 + babel-plugin-polyfill-regenerator: 0.5.1_@babel+core@7.22.9 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-spread/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: false + + /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-typescript/7.22.9: + resolution: {integrity: sha512-BnVR1CpKiuD0iobHPaM1iLvcwPYN2uVFAqoLVSpEDKWuOikoCv5HbKLxclhKYUXlWkX86DoZGtqI4XhbOsyrMg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5 + dev: false + + /@babel/plugin-transform-typescript/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-BnVR1CpKiuD0iobHPaM1iLvcwPYN2uVFAqoLVSpEDKWuOikoCv5HbKLxclhKYUXlWkX86DoZGtqI4XhbOsyrMg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/plugin-transform-unicode-escapes/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/preset-env/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.9 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-async-generator-functions': 7.22.7_@babel+core@7.22.9 + '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoping': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-class-static-block': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-classes': 7.22.6_@babel+core@7.22.9 + '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-destructuring': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-dynamic-import': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-export-namespace-from': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-for-of': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-json-strings': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-logical-assignment-operators': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-commonjs': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-systemjs': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-numeric-separator': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-object-rest-spread': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-optional-catch-binding': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-optional-chaining': 7.22.6_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-private-property-in-object': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-regenerator': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-escapes': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.22.9 + '@babel/preset-modules': 0.1.5_@babel+core@7.22.9 + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.4_@babel+core@7.22.9 + babel-plugin-polyfill-corejs3: 0.8.2_@babel+core@7.22.9 + babel-plugin-polyfill-regenerator: 0.5.1_@babel+core@7.22.9 + core-js-compat: 3.31.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/preset-modules/0.1.5_@babel+core@7.22.9: + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.22.9 + '@babel/types': 7.22.5 + esutils: 2.0.3 + dev: false + + /@babel/preset-react/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.22.9 + dev: false + + /@babel/preset-typescript/7.22.5: + resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5 + '@babel/plugin-transform-modules-commonjs': 7.22.5 + '@babel/plugin-transform-typescript': 7.22.9 + dev: false + + /@babel/preset-typescript/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-commonjs': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-typescript': 7.22.9_@babel+core@7.22.9 + dev: false + + /@babel/register/7.22.5_@babel+core@7.22.9: + resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.6 + source-map-support: 0.5.21 + dev: false + + /@babel/regjsgen/0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + dev: false + + /@babel/runtime-corejs3/7.22.6: + resolution: {integrity: sha512-M+37LLIRBTEVjktoJjbw4KVhupF0U/3PYUCbBwgAd9k17hoKhRu1n935QiG7Tuxv0LJOMrb2vuKEeYUlv0iyiw==} + engines: {node: '>=6.9.0'} + dependencies: + core-js-pure: 3.31.1 + regenerator-runtime: 0.13.11 + dev: false + + /@babel/runtime/7.22.6: + resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + dev: false + + /@babel/template/7.0.0-beta.44: + resolution: {integrity: sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==} + dependencies: + '@babel/code-frame': 7.0.0-beta.44 + '@babel/types': 7.0.0-beta.44 + babylon: 7.0.0-beta.44 + lodash: 4.17.21 + dev: false + + /@babel/template/7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 + dev: false + + /@babel/traverse/7.0.0-beta.44: + resolution: {integrity: sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA==} + dependencies: + '@babel/code-frame': 7.0.0-beta.44 + '@babel/generator': 7.0.0-beta.44 + '@babel/helper-function-name': 7.0.0-beta.44 + '@babel/helper-split-export-declaration': 7.0.0-beta.44 + '@babel/types': 7.0.0-beta.44 + babylon: 7.0.0-beta.44 + debug: 3.2.7 + globals: 11.12.0 + invariant: 2.2.4 + lodash: 4.17.21 + dev: false + + /@babel/traverse/7.22.8: + resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/types/7.0.0-beta.44: + resolution: {integrity: sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ==} + dependencies: + esutils: 2.0.3 + lodash: 4.17.21 + to-fast-properties: 2.0.0 + dev: false + + /@babel/types/7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 + dev: false + + /@bcoe/v8-coverage/0.2.3: + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + dev: false + + /@cnakazawa/watch/1.0.4: + resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} + engines: {node: '>=0.1.95'} + hasBin: true + dependencies: + exec-sh: 0.3.6 + minimist: 1.2.8 + dev: false + + /@colors/colors/1.5.0: + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} + engines: {node: '>=0.1.90'} + dev: false + + /@cspotcode/source-map-support/0.8.1: + resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/trace-mapping': 0.3.9 + dev: false + + /@csstools/convert-colors/1.4.0: + resolution: {integrity: sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==} + engines: {node: '>=4.0.0'} + dev: false + + /@dabh/diagnostics/2.0.3: + resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} + dependencies: + colorspace: 1.1.4 + enabled: 2.0.0 + kuler: 2.0.0 + dev: false + + /@discoveryjs/json-ext/0.5.7: + resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + engines: {node: '>=10.0.0'} + dev: false + + /@eslint-community/eslint-utils/4.4.0_eslint@8.45.0: + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.45.0 + eslint-visitor-keys: 3.4.1 + dev: false + + /@eslint-community/regexpp/4.5.1: + resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: false + + /@eslint/eslintrc/0.4.3: + resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 7.3.1 + globals: 13.20.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.14.1 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@eslint/eslintrc/2.1.0: + resolution: {integrity: sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.6.1 + globals: 13.20.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 + transitivePeerDependencies: + - supports-color + dev: false + + /@eslint/js/8.44.0: + resolution: {integrity: sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + + /@fastify/ajv-compiler/1.1.0: + resolution: {integrity: sha512-gvCOUNpXsWrIQ3A4aXCLIdblL0tDq42BG/2Xw7oxbil9h11uow10ztS2GuFazNBfjbrsZ5nl+nPl5jDSjj5TSg==} + dependencies: + ajv: 6.12.6 + dev: false + + /@fastify/error/2.0.0: + resolution: {integrity: sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w==} + dev: false + + /@gar/promisify/1.1.3: + resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + dev: false + + /@hapi/accept/3.2.4: + resolution: {integrity: sha512-soThGB+QMgfxlh0Vzhzlf3ZOEOPk5biEwcOXhkF0Eedqx8VnhGiggL9UYHrIsOb1rUg3Be3K8kp0iDL2wbVSOQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/address/2.1.4: + resolution: {integrity: sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==} + deprecated: Moved to 'npm install @sideway/address' + dev: false + + /@hapi/ammo/3.1.2: + resolution: {integrity: sha512-ej9OtFmiZv1qr45g1bxEZNGyaR4jRpyMxU6VhbxjaYThymvOwsyIsUKMZnP5Qw2tfYFuwqCJuIBHGpeIbdX9gQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/b64/4.2.1: + resolution: {integrity: sha512-zqHpQuH5CBMw6hADzKfU/IGNrxq1Q+/wTYV+OiZRQN9F3tMyk+9BUMeBvFRMamduuqL8iSp62QAnJ+7ATiYLWA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/boom/7.4.11: + resolution: {integrity: sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/boom/9.1.4: + resolution: {integrity: sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==} + dependencies: + '@hapi/hoek': 9.3.0 + dev: false + + /@hapi/bounce/1.3.2: + resolution: {integrity: sha512-3bnb1AlcEByFZnpDIidxQyw1Gds81z/1rSqlx4bIEE+wUN0ATj0D49B5cE1wGocy90Rp/de4tv7GjsKd5RQeew==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/bourne/1.3.2: + resolution: {integrity: sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dev: false + + /@hapi/bourne/2.1.0: + resolution: {integrity: sha512-i1BpaNDVLJdRBEKeJWkVO6tYX6DMFBuwMhSuWqLsY4ufeTKGVuV5rBsUhxPayXqnnWHgXUAmWK16H/ykO5Wj4Q==} + dev: false + + /@hapi/call/5.1.3: + resolution: {integrity: sha512-5DfWpMk7qZiYhvBhM5oUiT4GQ/O8a2rFR121/PdwA/eZ2C1EsuD547ZggMKAR5bZ+FtxOf0fdM20zzcXzq2mZA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/catbox-memory/4.1.1: + resolution: {integrity: sha512-T6Hdy8DExzG0jY7C8yYWZB4XHfc0v+p1EGkwxl2HoaPYAmW7I3E59M/IvmSVpis8RPcIoBp41ZpO2aZPBpM2Ww==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/catbox/10.2.3: + resolution: {integrity: sha512-kN9hXO4NYyOHW09CXiuj5qW1syc/0XeVOBsNNk0Tz89wWNQE5h21WF+VsfAw3uFR8swn/Wj3YEVBnWqo82m/JQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + '@hapi/joi': 16.1.8 + '@hapi/podium': 3.4.3 + dev: false + + /@hapi/content/4.1.1: + resolution: {integrity: sha512-3TWvmwpVPxFSF3KBjKZ8yDqIKKZZIm7VurDSweYpXYENZrJH3C1hd1+qEQW9wQaUaI76pPBLGrXl6I3B7i3ipA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + dev: false + + /@hapi/cryptiles/4.2.1: + resolution: {integrity: sha512-XoqgKsHK0l/VpqPs+tr6j6vE+VQ3+2bkF2stvttmc7xAOf1oSAwHcJ0tlp/6MxMysktt1IEY0Csy3khKaP9/uQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + dev: false + + /@hapi/file/1.0.0: + resolution: {integrity: sha512-Bsfp/+1Gyf70eGtnIgmScvrH8sSypO3TcK3Zf0QdHnzn/ACnAkI6KLtGACmNRPEzzIy+W7aJX5E+1fc9GwIABQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dev: false + + /@hapi/formula/1.2.0: + resolution: {integrity: sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==} + deprecated: Moved to 'npm install @sideway/formula' + dev: false + + /@hapi/hapi/18.4.1: + resolution: {integrity: sha512-9HjVGa0Z4Qv9jk9AVoUdJMQLA+KuZ+liKWyEEkVBx3e3H1F0JM6aGbPkY9jRfwsITBWGBU2iXazn65SFKSi/tg==} + deprecated: This version contains severe security issues and defects and should not be used! Please upgrade to the latest version of @hapi/hapi or consider a commercial license (https://github.com/hapijs/hapi/issues/4114) + dependencies: + '@hapi/accept': 3.2.4 + '@hapi/ammo': 3.1.2 + '@hapi/boom': 7.4.11 + '@hapi/bounce': 1.3.2 + '@hapi/call': 5.1.3 + '@hapi/catbox': 10.2.3 + '@hapi/catbox-memory': 4.1.1 + '@hapi/heavy': 6.2.2 + '@hapi/hoek': 8.5.1 + '@hapi/joi': 15.1.1 + '@hapi/mimos': 4.1.1 + '@hapi/podium': 3.4.3 + '@hapi/shot': 4.1.2 + '@hapi/somever': 2.1.1 + '@hapi/statehood': 6.1.2 + '@hapi/subtext': 6.1.3 + '@hapi/teamwork': 3.3.1 + '@hapi/topo': 3.1.6 + dev: false + + /@hapi/heavy/6.2.2: + resolution: {integrity: sha512-PY1dCCO6dsze7RlafIRhTaGeyTgVe49A/lSkxbhKGjQ7x46o/OFf7hLiRqTCDh3atcEKf6362EaB3+kTUbCsVA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/hoek': 8.5.1 + '@hapi/joi': 16.1.8 + dev: false + + /@hapi/hoek/8.5.1: + resolution: {integrity: sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==} + deprecated: This version has been deprecated and is no longer supported or maintained + dev: false + + /@hapi/hoek/9.3.0: + resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} + dev: false + + /@hapi/iron/5.1.4: + resolution: {integrity: sha512-+ElC+OCiwWLjlJBmm8ZEWjlfzTMQTdgPnU/TsoU5QsktspIWmWi9IU4kU83nH+X/SSya8TP8h8P11Wr5L7dkQQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/b64': 4.2.1 + '@hapi/boom': 7.4.11 + '@hapi/bourne': 1.3.2 + '@hapi/cryptiles': 4.2.1 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/joi/15.1.1: + resolution: {integrity: sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==} + deprecated: Switch to 'npm install joi' + dependencies: + '@hapi/address': 2.1.4 + '@hapi/bourne': 1.3.2 + '@hapi/hoek': 8.5.1 + '@hapi/topo': 3.1.6 + dev: false + + /@hapi/joi/16.1.8: + resolution: {integrity: sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg==} + deprecated: Switch to 'npm install joi' + dependencies: + '@hapi/address': 2.1.4 + '@hapi/formula': 1.2.0 + '@hapi/hoek': 8.5.1 + '@hapi/pinpoint': 1.0.2 + '@hapi/topo': 3.1.6 + dev: false + + /@hapi/mimos/4.1.1: + resolution: {integrity: sha512-CXoi/zfcTWfKYX756eEea8rXJRIb9sR4d7VwyAH9d3BkDyNgAesZxvqIdm55npQc6S9mU3FExinMAQVlIkz0eA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + mime-db: 1.52.0 + dev: false + + /@hapi/nigel/3.1.1: + resolution: {integrity: sha512-R9YWx4S8yu0gcCBrMUDCiEFm1SQT895dMlYoeNBp8I6YhF1BFF1iYPueKA2Kkp9BvyHdjmvrxCOns7GMmpl+Fw==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + '@hapi/vise': 3.1.1 + dev: false + + /@hapi/pez/4.1.2: + resolution: {integrity: sha512-8zSdJ8cZrJLFldTgwjU9Fb1JebID+aBCrCsycgqKYe0OZtM2r3Yv3aAwW5z97VsZWCROC1Vx6Mdn4rujh5Ktcg==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/b64': 4.2.1 + '@hapi/boom': 7.4.11 + '@hapi/content': 4.1.1 + '@hapi/hoek': 8.5.1 + '@hapi/nigel': 3.1.1 + dev: false + + /@hapi/pinpoint/1.0.2: + resolution: {integrity: sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ==} + deprecated: Moved to 'npm install @sideway/pinpoint' + dev: false + + /@hapi/podium/3.4.3: + resolution: {integrity: sha512-QJlnYLEYZWlKQ9fSOtuUcpANyoVGwT68GA9P0iQQCAetBK0fI+nbRBt58+aMixoifczWZUthuGkNjqKxgPh/CQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + '@hapi/joi': 16.1.8 + dev: false + + /@hapi/shot/4.1.2: + resolution: {integrity: sha512-6LeHLjvsq/bQ0R+fhEyr7mqExRGguNTrxFZf5DyKe3CK6pNabiGgYO4JVFaRrLZ3JyuhkS0fo8iiRE2Ql2oA/A==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + '@hapi/joi': 16.1.8 + dev: false + + /@hapi/somever/2.1.1: + resolution: {integrity: sha512-cic5Sto4KGd9B0oQSdKTokju+rYhCbdpzbMb0EBnrH5Oc1z048hY8PaZ1lx2vBD7I/XIfTQVQetBH57fU51XRA==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/bounce': 1.3.2 + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/statehood/6.1.2: + resolution: {integrity: sha512-pYXw1x6npz/UfmtcpUhuMvdK5kuOGTKcJNfLqdNptzietK2UZH5RzNJSlv5bDHeSmordFM3kGItcuQWX2lj2nQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/bounce': 1.3.2 + '@hapi/bourne': 1.3.2 + '@hapi/cryptiles': 4.2.1 + '@hapi/hoek': 8.5.1 + '@hapi/iron': 5.1.4 + '@hapi/joi': 16.1.8 + dev: false + + /@hapi/subtext/6.1.3: + resolution: {integrity: sha512-qWN6NbiHNzohVcJMeAlpku/vzbyH4zIpnnMPMPioQMwIxbPFKeNViDCNI6fVBbMPBiw/xB4FjqiJkRG5P9eWWg==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/bourne': 1.3.2 + '@hapi/content': 4.1.1 + '@hapi/file': 1.0.0 + '@hapi/hoek': 8.5.1 + '@hapi/pez': 4.1.2 + '@hapi/wreck': 15.1.0 + dev: false + + /@hapi/teamwork/3.3.1: + resolution: {integrity: sha512-61tiqWCYvMKP7fCTXy0M4VE6uNIwA0qvgFoiDubgfj7uqJ0fdHJFQNnVPGrxhLWlwz0uBPWrQlBH7r8y9vFITQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dev: false + + /@hapi/topo/3.1.6: + resolution: {integrity: sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/vise/3.1.1: + resolution: {integrity: sha512-OXarbiCSadvtg+bSdVPqu31Z1JoBL+FwNYz3cYoBKQ5xq1/Cr4A3IkGpAZbAuxU5y4NL5pZFZG3d2a3ZGm/dOQ==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/hoek': 8.5.1 + dev: false + + /@hapi/wreck/15.1.0: + resolution: {integrity: sha512-tQczYRTTeYBmvhsek/D49En/5khcShaBEmzrAaDjMrFXKJRuF8xA8+tlq1ETLBFwGd6Do6g2OC74rt11kzawzg==} + deprecated: This version has been deprecated and is no longer supported or maintained + dependencies: + '@hapi/boom': 7.4.11 + '@hapi/bourne': 1.3.2 + '@hapi/hoek': 8.5.1 + dev: false + + /@humanwhocodes/config-array/0.11.10: + resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 1.2.1 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@humanwhocodes/config-array/0.5.0: + resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 1.2.1 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@humanwhocodes/module-importer/1.0.1: + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + dev: false + + /@humanwhocodes/object-schema/1.2.1: + resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + dev: false + + /@istanbuljs/load-nyc-config/1.1.0: + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} + dependencies: + 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 + dev: false + + /@istanbuljs/nyc-config-typescript/1.0.2: + resolution: {integrity: sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==} + engines: {node: '>=8'} + peerDependencies: + nyc: '>=15' + dependencies: + '@istanbuljs/schema': 0.1.3 + dev: false + + /@istanbuljs/nyc-config-typescript/1.0.2_nyc@15.1.0: + resolution: {integrity: sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==} + engines: {node: '>=8'} + peerDependencies: + nyc: '>=15' + dependencies: + '@istanbuljs/schema': 0.1.3 + nyc: 15.1.0 + dev: false + + /@istanbuljs/schema/0.1.3: + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} + dev: false + + /@jchip/redbird/1.3.0: + resolution: {integrity: sha512-YsXNPftGcMfRFujoPIiBXK83gVBS1sDeKU7sKXcUxHRoIFYTaW/h8U0WgkkmoOgHtqPG5zfNB2KcmpAV6PAicg==} + dependencies: + http-proxy: 1.18.1 + lodash: 4.17.21 + lru-cache: 4.1.5 + mime: 3.0.0 + object-hash: 1.3.1 + pino: 5.17.0 + pino-pretty: 4.8.0 + safetimeout: 0.1.2 + spdy: 4.0.2 + valid-url: 1.0.9 + transitivePeerDependencies: + - debug + - supports-color + dev: false + + /@jest/console/26.6.2: + resolution: {integrity: sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + chalk: 4.1.2 + jest-message-util: 26.6.2 + jest-util: 26.6.2 + slash: 3.0.0 + dev: false + + /@jest/core/26.6.3: + resolution: {integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/console': 26.6.2 + '@jest/reporters': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-changed-files: 26.6.2 + jest-config: 26.6.3 + jest-haste-map: 26.6.2 + jest-message-util: 26.6.2 + jest-regex-util: 26.0.0 + jest-resolve: 26.6.2 + jest-resolve-dependencies: 26.6.3 + jest-runner: 26.6.3 + jest-runtime: 26.6.3 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 + jest-watcher: 26.6.2 + micromatch: 4.0.5 + p-each-series: 2.2.0 + rimraf: 3.0.2 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /@jest/environment/26.6.2: + resolution: {integrity: sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + jest-mock: 26.6.2 + dev: false + + /@jest/fake-timers/26.6.2: + resolution: {integrity: sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + '@sinonjs/fake-timers': 6.0.1 + '@types/node': 20.4.2 + jest-message-util: 26.6.2 + jest-mock: 26.6.2 + jest-util: 26.6.2 + dev: false + + /@jest/globals/26.6.2: + resolution: {integrity: sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/environment': 26.6.2 + '@jest/types': 26.6.2 + expect: 26.6.2 + dev: false + + /@jest/reporters/26.6.2: + resolution: {integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==} + engines: {node: '>= 10.14.2'} + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.5 + jest-haste-map: 26.6.2 + jest-resolve: 26.6.2 + jest-util: 26.6.2 + jest-worker: 26.6.2 + slash: 3.0.0 + source-map: 0.6.1 + string-length: 4.0.2 + terminal-link: 2.1.1 + v8-to-istanbul: 7.1.2 + optionalDependencies: + node-notifier: 8.0.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@jest/source-map/26.6.2: + resolution: {integrity: sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==} + engines: {node: '>= 10.14.2'} + dependencies: + callsites: 3.1.0 + graceful-fs: 4.2.11 + source-map: 0.6.1 + dev: false + + /@jest/test-result/26.6.2: + resolution: {integrity: sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/console': 26.6.2 + '@jest/types': 26.6.2 + '@types/istanbul-lib-coverage': 2.0.4 + collect-v8-coverage: 1.0.2 + dev: false + + /@jest/test-sequencer/26.6.3: + resolution: {integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/test-result': 26.6.2 + graceful-fs: 4.2.11 + jest-haste-map: 26.6.2 + jest-runner: 26.6.3 + jest-runtime: 26.6.3 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /@jest/transform/26.6.2: + resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@babel/core': 7.22.9 + '@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.11 + jest-haste-map: 26.6.2 + jest-regex-util: 26.0.0 + jest-util: 26.6.2 + micromatch: 4.0.5 + pirates: 4.0.6 + slash: 3.0.0 + source-map: 0.6.1 + write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color + dev: false + + /@jest/types/26.6.2: + resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 20.4.2 + '@types/yargs': 15.0.15 + chalk: 4.1.2 + dev: false + + /@jridgewell/gen-mapping/0.3.3: + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 + dev: false + + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/resolve-uri/3.1.1: + resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/set-array/1.1.2: + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/source-map/0.3.5: + resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + dev: false + + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + dev: false + + /@jridgewell/sourcemap-codec/1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + dev: false + + /@jridgewell/trace-mapping/0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + dev: false + + /@jridgewell/trace-mapping/0.3.9: + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} + dependencies: + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 + dev: false + + /@microsoft/tsdoc-config/0.16.2: + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + dependencies: + '@microsoft/tsdoc': 0.14.2 + ajv: 6.12.6 + jju: 1.4.0 + resolve: 1.19.0 + dev: false + + /@microsoft/tsdoc/0.14.2: + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + dev: false + + /@module-federation/concat-runtime/0.0.1: + resolution: {integrity: sha512-IwxPsmSU7HoUJn884ez7wwnndDcJZvaAzLAExr8Smf5DdIucSerYgqNSVAAMcezaUs/zoplsYyTc5BSUSQTrUw==} + dependencies: + webpack-sources: 2.3.1 + dev: false + + /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: + resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} + dev: false + optional: true + + /@nicolo-ribaudo/semver-v6/6.3.3: + resolution: {integrity: sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==} + hasBin: true + dev: false + + /@nodelib/fs.scandir/2.1.5: + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + dev: false + + /@nodelib/fs.stat/2.0.5: + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + dev: false + + /@nodelib/fs.walk/1.2.8: + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.15.0 + dev: false + + /@npmcli/fs/1.1.1: + resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} + dependencies: + '@gar/promisify': 1.1.3 + semver: 7.5.4 + dev: false + + /@npmcli/move-file/1.1.2: + resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} + engines: {node: '>=10'} + deprecated: This functionality has been moved to @npmcli/fs + dependencies: + mkdirp: 1.0.4 + rimraf: 3.0.2 + dev: false + + /@redux-saga/core/1.2.3: + resolution: {integrity: sha512-U1JO6ncFBAklFTwoQ3mjAeQZ6QGutsJzwNBjgVLSWDpZTRhobUzuVDS1qH3SKGJD8fvqoaYOjp6XJ3gCmeZWgA==} + dependencies: + '@babel/runtime': 7.22.6 + '@redux-saga/deferred': 1.2.1 + '@redux-saga/delay-p': 1.2.1 + '@redux-saga/is': 1.1.3 + '@redux-saga/symbols': 1.1.3 + '@redux-saga/types': 1.2.1 + redux: 4.2.1 + typescript-tuple: 2.2.1 + dev: false + + /@redux-saga/deferred/1.2.1: + resolution: {integrity: sha512-cmin3IuuzMdfQjA0lG4B+jX+9HdTgHZZ+6u3jRAOwGUxy77GSlTi4Qp2d6PM1PUoTmQUR5aijlA39scWWPF31g==} + dev: false + + /@redux-saga/delay-p/1.2.1: + resolution: {integrity: sha512-MdiDxZdvb1m+Y0s4/hgdcAXntpUytr9g0hpcOO1XFVyyzkrDu3SKPgBFOtHn7lhu7n24ZKIAT1qtKyQjHqRd+w==} + dependencies: + '@redux-saga/symbols': 1.1.3 + dev: false + + /@redux-saga/is/1.1.3: + resolution: {integrity: sha512-naXrkETG1jLRfVfhOx/ZdLj0EyAzHYbgJWkXbB3qFliPcHKiWbv/ULQryOAEKyjrhiclmr6AMdgsXFyx7/yE6Q==} + dependencies: + '@redux-saga/symbols': 1.1.3 + '@redux-saga/types': 1.2.1 + dev: false + + /@redux-saga/symbols/1.1.3: + resolution: {integrity: sha512-hCx6ZvU4QAEUojETnX8EVg4ubNLBFl1Lps4j2tX7o45x/2qg37m3c6v+kSp8xjDJY+2tJw4QB3j8o8dsl1FDXg==} + dev: false + + /@redux-saga/types/1.2.1: + resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==} + dev: false + + /@remix-run/router/1.7.2: + resolution: {integrity: sha512-7Lcn7IqGMV+vizMPoEl5F0XDshcdDYtMI6uJLQdQz5CfZAwy3vvGKYSUk789qndt5dEC4HfSjviSYlSoHGL2+A==} + engines: {node: '>=14'} + dev: false + + /@sinonjs/commons/1.8.6: + resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} + dependencies: + type-detect: 4.0.8 + dev: false + + /@sinonjs/commons/2.0.0: + resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} + dependencies: + type-detect: 4.0.8 + dev: false + + /@sinonjs/commons/3.0.0: + resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==} + dependencies: + type-detect: 4.0.8 + dev: false + + /@sinonjs/fake-timers/10.3.0: + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + dependencies: + '@sinonjs/commons': 3.0.0 + dev: false + + /@sinonjs/fake-timers/6.0.1: + resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} + dependencies: + '@sinonjs/commons': 1.8.6 + dev: false + + /@sinonjs/fake-timers/9.1.2: + resolution: {integrity: sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==} + dependencies: + '@sinonjs/commons': 1.8.6 + dev: false + + /@sinonjs/formatio/2.0.0: + resolution: {integrity: sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg==} + dependencies: + samsam: 1.3.0 + dev: false + + /@sinonjs/formatio/3.2.2: + resolution: {integrity: sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==} + dependencies: + '@sinonjs/commons': 1.8.6 + '@sinonjs/samsam': 3.3.3 + dev: false + + /@sinonjs/samsam/3.3.3: + resolution: {integrity: sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==} + dependencies: + '@sinonjs/commons': 1.8.6 + array-from: 2.1.1 + lodash: 4.17.21 + dev: false + + /@sinonjs/samsam/5.3.1: + resolution: {integrity: sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==} + dependencies: + '@sinonjs/commons': 1.8.6 + lodash.get: 4.4.2 + type-detect: 4.0.8 + dev: false + + /@sinonjs/samsam/6.1.3: + resolution: {integrity: sha512-nhOb2dWPeb1sd3IQXL/dVPnKHDOAFfvichtBf4xV00/rU1QbPCQqKMbvIheIjqwVjh7qIgf2AHTHi391yMOMpQ==} + dependencies: + '@sinonjs/commons': 1.8.6 + lodash.get: 4.4.2 + type-detect: 4.0.8 + dev: false + + /@sinonjs/samsam/7.0.1: + resolution: {integrity: sha512-zsAk2Jkiq89mhZovB2LLOdTCxJF4hqqTToGP0ASWlhp4I1hqOjcfmZGafXntCN7MDC6yySH0mFHrYtHceOeLmw==} + dependencies: + '@sinonjs/commons': 2.0.0 + lodash.get: 4.4.2 + type-detect: 4.0.8 + dev: false + + /@sinonjs/samsam/8.0.0: + resolution: {integrity: sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==} + dependencies: + '@sinonjs/commons': 2.0.0 + lodash.get: 4.4.2 + type-detect: 4.0.8 + dev: false + + /@sinonjs/text-encoding/0.7.2: + resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} + dev: false + + /@socket.io/component-emitter/3.1.0: + resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} + dev: false + + /@testing-library/dom/7.31.2: + resolution: {integrity: sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==} + engines: {node: '>=10'} + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/runtime': 7.22.6 + '@types/aria-query': 4.2.2 + aria-query: 4.2.2 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 26.6.2 + dev: false + + /@testing-library/dom/8.20.1: + resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} + engines: {node: '>=12'} + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/runtime': 7.22.6 + '@types/aria-query': 5.0.1 + aria-query: 5.1.3 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + dev: false + + /@testing-library/react/11.2.7_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==} + engines: {node: '>=10'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.22.6 + '@testing-library/dom': 7.31.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + dev: false + + /@testing-library/react/13.4.0_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==} + engines: {node: '>=12'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@testing-library/dom': 8.20.1 + '@types/react-dom': 18.2.7 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + dev: false + + /@tootallnate/once/1.1.2: + resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} + engines: {node: '>= 6'} + dev: false + + /@tootallnate/once/2.0.0: + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} + dev: false + + /@tsconfig/node10/1.0.9: + resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} + dev: false + + /@tsconfig/node12/1.0.11: + resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} + dev: false + + /@tsconfig/node14/1.0.3: + resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} + dev: false + + /@tsconfig/node16/1.0.4: + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + dev: false + + /@types/aria-query/4.2.2: + resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} + dev: false + + /@types/aria-query/5.0.1: + resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} + dev: false + + /@types/babel__core/7.20.1: + resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} + dependencies: + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.20.1 + dev: false + + /@types/babel__generator/7.6.4: + resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@types/babel__template/7.4.1: + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} + dependencies: + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 + dev: false + + /@types/babel__traverse/7.20.1: + resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@types/chai-as-promised/7.1.5: + resolution: {integrity: sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ==} + dependencies: + '@types/chai': 4.3.5 + dev: false + + /@types/chai/4.3.5: + resolution: {integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==} + dev: false + + /@types/cookie/0.4.1: + resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} + dev: false + + /@types/cors/2.8.13: + resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} + dependencies: + '@types/node': 20.4.2 + dev: false + + /@types/eslint-scope/3.7.4: + resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} + dependencies: + '@types/eslint': 8.44.0 + '@types/estree': 1.0.1 + dev: false + + /@types/eslint-visitor-keys/1.0.0: + resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} + dev: false + + /@types/eslint/8.44.0: + resolution: {integrity: sha512-gsF+c/0XOguWgaOgvFs+xnnRqt9GwgTvIks36WpE6ueeI4KCEHHd8K/CKHqhOqrJKsYH8m27kRzQEvWXAwXUTw==} + dependencies: + '@types/estree': 1.0.1 + '@types/json-schema': 7.0.12 + dev: false + + /@types/estree/1.0.1: + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} + dev: false + + /@types/graceful-fs/4.1.6: + resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} + dependencies: + '@types/node': 20.4.2 + dev: false + + /@types/hoist-non-react-statics/3.3.1: + resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} + dependencies: + '@types/react': 18.2.15 + hoist-non-react-statics: 3.3.2 + dev: false + + /@types/html-minifier-terser/6.1.0: + resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} + dev: false + + /@types/istanbul-lib-coverage/2.0.4: + resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} + dev: false + + /@types/istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + dev: false + + /@types/istanbul-reports/3.0.1: + resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} + dependencies: + '@types/istanbul-lib-report': 3.0.0 + dev: false + + /@types/jest/26.0.24: + resolution: {integrity: sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==} + dependencies: + jest-diff: 26.6.2 + pretty-format: 26.6.2 + dev: false + + /@types/json-schema/7.0.12: + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + dev: false + + /@types/mocha/10.0.1: + resolution: {integrity: sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==} + dev: false + + /@types/mocha/5.2.7: + resolution: {integrity: sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==} + dev: false + + /@types/mocha/7.0.2: + resolution: {integrity: sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==} + dev: false + + /@types/mocha/8.2.3: + resolution: {integrity: sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==} + dev: false + + /@types/mocha/9.1.1: + resolution: {integrity: sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==} + dev: false + + /@types/node/13.13.52: + resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} + dev: false + + /@types/node/14.18.53: + resolution: {integrity: sha512-soGmOpVBUq+gaBMwom1M+krC/NNbWlosh4AtGA03SyWNDiqSKtwp7OulO1M6+mg8YkHMvJ/y0AkCeO8d1hNb7A==} + dev: false + + /@types/node/17.0.45: + resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + dev: false + + /@types/node/18.16.19: + resolution: {integrity: sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==} + dev: false + + /@types/node/20.4.2: + resolution: {integrity: sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==} + dev: false + + /@types/normalize-package-data/2.4.1: + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + dev: false + + /@types/prettier/2.7.3: + resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} + dev: false + + /@types/prop-types/15.7.5: + resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} + dev: false + + /@types/q/1.5.5: + resolution: {integrity: sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==} + dev: false + + /@types/react-dom/18.2.7: + resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} + dependencies: + '@types/react': 18.2.15 + dev: false + + /@types/react/18.2.15: + resolution: {integrity: sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.3 + csstype: 3.1.2 + dev: false + + /@types/scheduler/0.16.3: + resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} + dev: false + + /@types/semver/7.5.0: + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + dev: false + + /@types/sinon-chai/3.2.9: + resolution: {integrity: sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==} + dependencies: + '@types/chai': 4.3.5 + '@types/sinon': 10.0.15 + dev: false + + /@types/sinon/10.0.15: + resolution: {integrity: sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==} + dependencies: + '@types/sinonjs__fake-timers': 8.1.2 + dev: false + + /@types/sinon/9.0.11: + resolution: {integrity: sha512-PwP4UY33SeeVKodNE37ZlOsR9cReypbMJOhZ7BVE0lB+Hix3efCOxiJWiE5Ia+yL9Cn2Ch72EjFTRze8RZsNtg==} + dependencies: + '@types/sinonjs__fake-timers': 8.1.2 + dev: false + + /@types/sinonjs__fake-timers/8.1.2: + resolution: {integrity: sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==} + dev: false + + /@types/stack-utils/2.0.1: + resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} + dev: false + + /@types/strip-bom/3.0.0: + resolution: {integrity: sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==} + dev: false + + /@types/strip-json-comments/0.0.30: + resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==} + dev: false + + /@types/triple-beam/1.3.2: + resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==} + dev: false + + /@types/use-sync-external-store/0.0.3: + resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} + dev: false + + /@types/webpack/5.28.0_uglify-js@2.8.29: + resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} + dependencies: + '@types/node': 20.4.2 + tapable: 2.2.1 + webpack: 5.88.2_uglify-js@2.8.29 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + - webpack-cli + dev: false + + /@types/yargs-parser/21.0.0: + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + dev: false + + /@types/yargs/15.0.15: + resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} + dependencies: + '@types/yargs-parser': 21.0.0 + dev: false + + /@typescript-eslint/eslint-plugin/2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35: + resolution: {integrity: sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + '@typescript-eslint/parser': ^2.0.0 + eslint: ^5.0.0 || ^6.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 + eslint: 6.8.0 + functional-red-black-tree: 1.0.1 + regexpp: 3.2.0 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/eslint-plugin/2.34.0_78673f6a350169a27f383eda83199f64: + resolution: {integrity: sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + '@typescript-eslint/parser': ^2.0.0 + eslint: ^5.0.0 || ^6.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@4.9.5 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@4.9.5 + eslint: 6.8.0 + functional-red-black-tree: 1.0.1 + regexpp: 3.2.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/eslint-plugin/4.33.0_5717ef02ba985de55f36ee939304b942: + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.8.4 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.8.4 + '@typescript-eslint/scope-manager': 4.33.0 + debug: 4.3.4 + eslint: 7.32.0 + functional-red-black-tree: 1.0.1 + ignore: 5.2.4 + regexpp: 3.2.0 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/eslint-plugin/4.33.0_96a109dcf9607f5a1aa576228794cffa: + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@typescript-eslint/scope-manager': 4.33.0 + debug: 4.3.4 + eslint: 7.32.0 + functional-red-black-tree: 1.0.1 + ignore: 5.2.4 + regexpp: 3.2.0 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/eslint-plugin/5.62.0_813dde211e9fed146d00a3a5a279daee: + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.45.0+typescript@4.9.5 + debug: 4.3.4 + eslint: 8.45.0 + graphemer: 1.4.0 + ignore: 5.2.4 + natural-compare-lite: 1.4.0 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/experimental-utils/2.34.0: + resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.12 + '@typescript-eslint/typescript-estree': 2.34.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/experimental-utils/2.34.0_eslint@6.8.0+typescript@3.9.10: + resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.12 + '@typescript-eslint/typescript-estree': 2.34.0_typescript@3.9.10 + eslint: 6.8.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/experimental-utils/2.34.0_eslint@6.8.0+typescript@4.9.5: + resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.12 + '@typescript-eslint/typescript-estree': 2.34.0_typescript@4.9.5 + eslint: 6.8.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.8.4: + resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.12 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.8.4 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.32.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.9.5: + resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.12 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.5 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.32.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/parser/2.34.0_eslint@6.8.0+typescript@3.9.10: + resolution: {integrity: sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@types/eslint-visitor-keys': 1.0.0 + '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 2.34.0_typescript@3.9.10 + eslint: 6.8.0 + eslint-visitor-keys: 1.3.0 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/parser/2.34.0_eslint@6.8.0+typescript@4.9.5: + resolution: {integrity: sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@types/eslint-visitor-keys': 1.0.0 + '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@4.9.5 + '@typescript-eslint/typescript-estree': 2.34.0_typescript@4.9.5 + eslint: 6.8.0 + eslint-visitor-keys: 1.3.0 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.8.4: + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.8.4 + debug: 4.3.4 + eslint: 7.32.0 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.9.5: + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.5 + debug: 4.3.4 + eslint: 7.32.0 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/parser/5.62.0_eslint@8.45.0+typescript@4.9.5: + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 + debug: 4.3.4 + eslint: 8.45.0 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/scope-manager/4.33.0: + resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + dev: false + + /@typescript-eslint/scope-manager/5.62.0: + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + dev: false + + /@typescript-eslint/type-utils/5.62.0_eslint@8.45.0+typescript@4.9.5: + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.45.0+typescript@4.9.5 + debug: 4.3.4 + eslint: 8.45.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/types/4.33.0: + resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dev: false + + /@typescript-eslint/types/5.62.0: + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + + /@typescript-eslint/typescript-estree/2.34.0: + resolution: {integrity: sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + 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.5.4 + tsutils: 3.21.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/2.34.0_typescript@3.9.10: + resolution: {integrity: sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + 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.5.4 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/2.34.0_typescript@4.9.5: + resolution: {integrity: sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + 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.5.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.8.4: + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.9.5: + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/5.62.0_typescript@4.9.5: + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/utils/5.62.0_eslint@8.45.0+typescript@4.9.5: + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0_eslint@8.45.0 + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 + eslint: 8.45.0 + eslint-scope: 5.1.1 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/visitor-keys/4.33.0: + resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + eslint-visitor-keys: 2.1.0 + dev: false + + /@typescript-eslint/visitor-keys/5.62.0: + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.62.0 + eslint-visitor-keys: 3.4.1 + dev: false + + /@ungap/promise-all-settled/1.1.2: + resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} + dev: false + + /@webassemblyjs/ast/1.11.6: + resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} + dependencies: + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + dev: false + + /@webassemblyjs/floating-point-hex-parser/1.11.6: + resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + dev: false + + /@webassemblyjs/helper-api-error/1.11.6: + resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + dev: false + + /@webassemblyjs/helper-buffer/1.11.6: + resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} + dev: false + + /@webassemblyjs/helper-numbers/1.11.6: + resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} + dependencies: + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@xtuc/long': 4.2.2 + dev: false + + /@webassemblyjs/helper-wasm-bytecode/1.11.6: + resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + dev: false + + /@webassemblyjs/helper-wasm-section/1.11.6: + resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + dev: false + + /@webassemblyjs/ieee754/1.11.6: + resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} + dependencies: + '@xtuc/ieee754': 1.2.0 + dev: false + + /@webassemblyjs/leb128/1.11.6: + resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} + dependencies: + '@xtuc/long': 4.2.2 + dev: false + + /@webassemblyjs/utf8/1.11.6: + resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + dev: false + + /@webassemblyjs/wasm-edit/1.11.6: + resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 + dev: false + + /@webassemblyjs/wasm-gen/1.11.6: + resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 + dev: false + + /@webassemblyjs/wasm-opt/1.11.6: + resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + dev: false + + /@webassemblyjs/wasm-parser/1.11.6: + resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 + dev: false + + /@webassemblyjs/wast-printer/1.11.6: + resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@xtuc/long': 4.2.2 + dev: false + + /@webpack-cli/configtest/1.2.0_b6ed4fc45665505c19b044157b25ef91: + resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} + peerDependencies: + webpack: 4.x.x || 5.x.x + webpack-cli: 4.x.x + dependencies: + webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca + webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.88.2: + resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} + peerDependencies: + webpack: 4.x.x || 5.x.x + webpack-cli: 4.x.x + dependencies: + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: + resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} + peerDependencies: + webpack-cli: 4.x.x + dependencies: + envinfo: 7.10.0 + webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@webpack-cli/info/1.5.0_webpack-cli@4.8.0: + resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} + peerDependencies: + webpack-cli: 4.x.x + dependencies: + envinfo: 7.10.0 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: + resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} + peerDependencies: + webpack-cli: 4.x.x + webpack-dev-server: '*' + peerDependenciesMeta: + webpack-dev-server: + optional: true + dependencies: + webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@webpack-cli/serve/1.7.0_webpack-cli@4.8.0: + resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} + peerDependencies: + webpack-cli: 4.x.x + webpack-dev-server: '*' + peerDependenciesMeta: + webpack-dev-server: + optional: true + dependencies: + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + dev: false + + /@xarc/fastify-server/2.2.1: + resolution: {integrity: sha512-P/fd87MYHjm3fZy4zKpZxmQ3WEIu1AM2yLLzWHDYidKFroyXs8Tx6bHOAWTG4Iu++YOCY5cC31UxindAzPOS6g==} + engines: {node: '>= 10.0.0'} + dependencies: + async-eventemitter: 0.2.4 + chalk: 4.1.2 + electrode-confippet: 1.7.1 + fastify: 2.15.3 + fastify-plugin: 1.6.1 + lodash: 4.17.21 + require-at: 1.0.6 + tslib: 2.6.0 + xaa: 1.7.3 + transitivePeerDependencies: + - supports-color + dev: false + + /@xarc/fastify-server/3.3.1: + resolution: {integrity: sha512-p/y/q3oAp8IGfnRfwA4PwjqSrM++jua1oMMZY0PkGFFfAwrURkZvwYrk32CDF2v57cM45PPi9p1eUOLpiiM6EA==} + engines: {node: '>= 10.0.0'} + dependencies: + async-eventemitter: 0.2.4 + chalk: 4.1.2 + electrode-confippet: 1.7.1 + fastify: 3.29.5 + fastify-plugin: 3.0.1 + lodash: 4.17.21 + require-at: 1.0.6 + tslib: 2.6.0 + xaa: 1.7.3 + transitivePeerDependencies: + - supports-color + dev: false + + /@xarc/module-dev/2.2.5: + resolution: {integrity: sha512-ozIr2DF8X7H4hdOQ0q2zlXah+gqJZFzKBCaQytG5g4YYIplsWLNoWUceB5bZLwLJtCdoq4RyXX7pUkFsLPkwwQ==} + engines: {node: '>=10'} + requiresBuild: true + dependencies: + '@xarc/run': 1.1.1 + filter-scan-dir: 1.5.5 + lodash: 4.17.21 + tsconfig: 7.0.0 + xsh: 0.4.5 + dev: false + + /@xarc/module-dev/3.2.3: + resolution: {integrity: sha512-roAqOAHnYsTcSXcDlVqjpjgsAdJ09LwXl8syA/1D5Y6zjBpVrrQpbtxeVWcS0uBdDbd7HYhoOxnuEAOC+8SI2A==} + engines: {node: '>=10'} + requiresBuild: true + dependencies: + '@xarc/run': 1.1.1 + filter-scan-dir: 1.5.5 + lodash: 4.17.21 + tsconfig: 7.0.0 + tslib: 2.6.0 + xsh: 0.4.5 + dev: false + + /@xarc/module-dev/4.1.0: + resolution: {integrity: sha512-ok5+h50VvKye2Qd2v+fsjtN6y2Fjket3umF7k53XQRQLeuYYCb67uZKh0DLsTePnXD3f7oUyHOOoi9cJJsO6RA==} + engines: {node: '>=10'} + requiresBuild: true + dependencies: + '@xarc/run': 1.1.1 + filter-scan-dir: 1.5.5 + lodash: 4.17.21 + tsconfig: 7.0.0 + tslib: 2.6.0 + xsh: 0.4.5 + dev: false + + /@xarc/run/1.1.1: + resolution: {integrity: sha512-aGfJ6Jusq41eZuMzlzvsqIzGiOzWu94u1XRoKhamu6hXenC7e7wsvQzWmVzWV02Ug/xL++5/pRNv1Cbp3CZu3g==} + hasBin: true + dependencies: + chalk: 4.1.2 + chalker: 1.2.0 + insync: 2.1.1 + jaro-winkler: 0.2.8 + lodash.foreach: 4.5.0 + nix-clap: 1.3.13 + optional-require: 1.1.8 + path-is-inside: 1.0.2 + read-pkg-up: 7.0.1 + require-at: 1.0.6 + string-array: 1.0.1 + unwrap-npm-cmd: 1.1.1 + xsh: 0.4.5 + dev: false + + /@xtuc/ieee754/1.2.0: + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + dev: false + + /@xtuc/long/4.2.2: + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + dev: false + + /abab/1.0.4: + resolution: {integrity: sha512-I+Wi+qiE2kUXyrRhNsWv6XsjUTBJjSoVSctKNBfLG5zG/Xe7Rjbxf13+vqYHNTwHaFU+FtSlVxOCTiMEVtPv0A==} + dev: false + + /abab/2.0.6: + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + dev: false + + /abbrev/1.0.9: + resolution: {integrity: sha512-LEyx4aLEC3x6T0UguF6YILf+ntvmOaWsVfENmIW0E9H09vKlLDGelMjjSm0jkDHALj8A8quZ/HapKNigzwge+Q==} + dev: false + + /abstract-logging/2.0.1: + resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} + dev: false + + /accept/2.1.4: + resolution: {integrity: sha512-nD5Js+vxFQPKbWhp2cjknHS0XMbtW7gvzWZn7r/EEA01WYfitHMgv8SB696J8K3GlNld+0EKpH/0WDFNfJUijQ==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + dev: false + + /accept/3.1.3: + resolution: {integrity: sha512-OgOEAidVEOKPup+Gv2+2wdH2AgVKI9LxsJ4hicdJ6cY0faUuZdZoi56kkXWlHp9qicN1nWQLmW5ZRGk+SBS5xg==} + deprecated: This module has moved and is now available at @hapi/accept. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + hoek: 6.1.3 + dev: false + + /accepts/1.3.8: + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} + dependencies: + mime-types: 2.1.35 + negotiator: 0.6.3 + dev: false + + /acorn-globals/3.1.0: + resolution: {integrity: sha512-uWttZCk96+7itPxK8xCzY86PnxKTMrReKDqrHzv42VQY0K30PUO8WY13WMOuI+cOdX4EIdzdvQ8k6jkuGRFMYw==} + dependencies: + acorn: 4.0.13 + dev: false + + /acorn-globals/4.3.4: + resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} + dependencies: + acorn: 6.4.2 + acorn-walk: 6.2.0 + dev: false + + /acorn-globals/6.0.0: + resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} + dependencies: + acorn: 7.4.1 + acorn-walk: 7.2.0 + dev: false + + /acorn-import-assertions/1.9.0_acorn@8.10.0: + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + peerDependencies: + acorn: ^8 + dependencies: + acorn: 8.10.0 + dev: false + + /acorn-jsx/3.0.1: + resolution: {integrity: sha512-AU7pnZkguthwBjKgCg6998ByQNIMjbuDQZ8bb78QAFZwPfmKia8AIzgY/gWgqCjnht8JLdXmB4YxA0KaV60ncQ==} + dependencies: + acorn: 3.3.0 + dev: false + + /acorn-jsx/5.3.2_acorn@7.4.1: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 7.4.1 + dev: false + + /acorn-jsx/5.3.2_acorn@8.10.0: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 8.10.0 + dev: false + + /acorn-walk/6.2.0: + resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} + engines: {node: '>=0.4.0'} + dev: false + + /acorn-walk/7.2.0: + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} + dev: false + + /acorn-walk/8.2.0: + resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} + engines: {node: '>=0.4.0'} + dev: false + + /acorn/3.3.0: + resolution: {integrity: sha512-OLUyIIZ7mF5oaAUT1w0TFqQS81q3saT46x8t7ukpPjMNk+nbs4ZHhs7ToV8EWnLYLepjETXd4XaCE4uxkMeqUw==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/4.0.13: + resolution: {integrity: sha512-fu2ygVGuMmlzG8ZeRJ0bvR41nsAkxxhbyk8bZ1SS521Z7vmgJFTQQlfz/Mp/nJexGBz+v8sC9bM6+lNgskt4Ug==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/5.7.4: + resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/6.4.2: + resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/8.10.0: + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /agent-base/6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /aggregate-error/3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + dev: false + + /airbnb-prop-types/2.16.0: + resolution: {integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==} + peerDependencies: + react: ^0.14 || ^15.0.0 || ^16.0.0-alpha + dependencies: + array.prototype.find: 2.2.1 + function.prototype.name: 1.1.5 + is-regex: 1.1.4 + object-is: 1.1.5 + object.assign: 4.1.4 + object.entries: 1.1.6 + prop-types: 15.8.1 + prop-types-exact: 1.2.0 + react-is: 16.13.1 + dev: false + + /ajv-errors/1.0.1_ajv@6.12.6: + resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} + peerDependencies: + ajv: '>=5.0.0' + dependencies: + ajv: 6.12.6 + dev: false + + /ajv-keywords/2.1.1_ajv@5.5.2: + resolution: {integrity: sha512-ZFztHzVRdGLAzJmpUT9LNFLe1YiVOEylcaNpEutM26PVTCtOD919IMfD01CgbRouB42Dd9atjx1HseC15DgOZA==} + peerDependencies: + ajv: ^5.0.0 + dependencies: + ajv: 5.5.2 + dev: false + + /ajv-keywords/3.5.2_ajv@6.12.6: + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + peerDependencies: + ajv: ^6.9.1 + dependencies: + ajv: 6.12.6 + dev: false + + /ajv/5.5.2: + resolution: {integrity: sha512-Ajr4IcMXq/2QmMkEmSvxqfLN5zGmJ92gHXAeOXq1OekoH2rfDNsgdDoL2f7QaRCy7G/E6TpxBVdRuNraMztGHw==} + dependencies: + co: 4.6.0 + fast-deep-equal: 1.1.0 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.3.1 + dev: false + + /ajv/6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + dev: false + + /ajv/8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + dev: false + + /align-text/0.1.4: + resolution: {integrity: sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + longest: 1.0.1 + repeat-string: 1.6.1 + dev: false + + /alphanum-sort/1.0.2: + resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} + dev: false + + /amdefine/1.0.1: + resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} + engines: {node: '>=0.4.2'} + dev: false + optional: true + + /ammo/2.0.4: + resolution: {integrity: sha512-0FBaPg1Uk6tKQb6s0PHg83pSgk8Cx12TrVrR3Yn8Rq5K5WslMOq9vwhbXyzcN8Ti1zCRR9hpCpuIyX4RR4Ej1w==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + dev: false + + /ammo/3.0.3: + resolution: {integrity: sha512-vo76VJ44MkUBZL/BzpGXaKzMfroF4ZR6+haRuw9p+eSWfoNaH2AxVc8xmiEPC08jhzJSeM6w7/iMUGet8b4oBQ==} + deprecated: This module has moved and is now available at @hapi/ammo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + dev: false + + /ansi-align/3.0.1: + resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} + dependencies: + string-width: 4.2.3 + dev: false + + /ansi-colors/3.2.3: + resolution: {integrity: sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==} + engines: {node: '>=6'} + dev: false + + /ansi-colors/4.1.1: + resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} + engines: {node: '>=6'} + dev: false + + /ansi-colors/4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + dev: false + + /ansi-escapes/3.2.0: + resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==} + engines: {node: '>=4'} + dev: false + + /ansi-escapes/4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.21.3 + dev: false + + /ansi-escapes/5.0.0: + resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} + engines: {node: '>=12'} + dependencies: + type-fest: 1.4.0 + dev: false + + /ansi-html-community/0.0.8: + resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} + engines: {'0': node >= 0.8.0} + hasBin: true + dev: false + + /ansi-regex/2.1.1: + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} + engines: {node: '>=0.10.0'} + dev: false + + /ansi-regex/3.0.1: + resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} + engines: {node: '>=4'} + dev: false + + /ansi-regex/4.1.1: + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + engines: {node: '>=6'} + dev: false + + /ansi-regex/5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + dev: false + + /ansi-regex/6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: false + + /ansi-sequence-parser/1.1.0: + resolution: {integrity: sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==} + dev: false + + /ansi-styles/2.2.1: + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} + engines: {node: '>=0.10.0'} + dev: false + + /ansi-styles/3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + dependencies: + color-convert: 1.9.3 + dev: false + + /ansi-styles/4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + dependencies: + color-convert: 2.0.1 + dev: false + + /ansi-styles/5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + dev: false + + /ansi-styles/6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: false + + /ansi-to-html/0.7.2: + resolution: {integrity: sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g==} + engines: {node: '>=8.0.0'} + hasBin: true + dependencies: + entities: 2.2.0 + dev: false + + /any-promise/1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + dev: false + + /anymatch/1.3.2: + resolution: {integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==} + dependencies: + micromatch: 2.3.11 + normalize-path: 2.1.1 + dev: false + optional: true + + /anymatch/2.0.0: + resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} + dependencies: + micromatch: 3.1.10 + normalize-path: 2.1.1 + dev: false + + /anymatch/3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + dev: false + + /append-transform/2.0.0: + resolution: {integrity: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==} + engines: {node: '>=8'} + dependencies: + default-require-extensions: 3.0.1 + dev: false + + /aproba/1.2.0: + resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} + dev: false + + /archy/1.0.0: + resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} + dev: false + + /arg/4.1.3: + resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + dev: false + + /argparse/1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + dependencies: + sprintf-js: 1.0.3 + dev: false + + /argparse/2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + dev: false + + /args/5.0.3: + resolution: {integrity: sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==} + engines: {node: '>= 6.0.0'} + dependencies: + camelcase: 5.0.0 + chalk: 2.4.2 + leven: 2.1.0 + mri: 1.1.4 + dev: false + + /aria-query/4.2.2: + resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} + engines: {node: '>=6.0'} + dependencies: + '@babel/runtime': 7.22.6 + '@babel/runtime-corejs3': 7.22.6 + dev: false + + /aria-query/5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + dependencies: + deep-equal: 2.2.2 + dev: false + + /arr-diff/2.0.0: + resolution: {integrity: sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + dev: false + optional: true + + /arr-diff/4.0.0: + resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} + engines: {node: '>=0.10.0'} + dev: false + + /arr-flatten/1.1.0: + resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} + engines: {node: '>=0.10.0'} + dev: false + + /arr-union/3.1.0: + resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} + engines: {node: '>=0.10.0'} + dev: false + + /array-buffer-byte-length/1.0.0: + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + dependencies: + call-bind: 1.0.2 + is-array-buffer: 3.0.2 + dev: false + + /array-equal/1.0.0: + resolution: {integrity: sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==} + dev: false + + /array-flatten/1.1.1: + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + dev: false + + /array-from/2.1.1: + resolution: {integrity: sha512-GQTc6Uupx1FCavi5mPzBvVT7nEOeWMmUA9P95wpfpW1XwMSKs+KaymD5C2Up7KAUKg/mYwbsUYzdZWcoajlNZg==} + dev: false + + /array-includes/3.1.6: + resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + is-string: 1.0.7 + dev: false + + /array-union/2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + dev: false + + /array-unique/0.2.1: + resolution: {integrity: sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /array-unique/0.3.2: + resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} + engines: {node: '>=0.10.0'} + dev: false + + /array.prototype.filter/1.0.2: + resolution: {integrity: sha512-us+UrmGOilqttSOgoWZTpOvHu68vZT2YCjc/H4vhu56vzZpaDFBhB+Se2UwqWzMKbDv7Myq5M5pcZLAtUvTQdQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-array-method-boxes-properly: 1.0.0 + is-string: 1.0.7 + dev: false + + /array.prototype.find/2.2.1: + resolution: {integrity: sha512-I2ri5Z9uMpMvnsNrHre9l3PaX+z9D0/z6F7Yt2u15q7wt0I62g5kX6xUKR1SJiefgG+u2/gJUmM8B47XRvQR6w==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + dev: false + + /array.prototype.flat/1.3.1: + resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + dev: false + + /array.prototype.flatmap/1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + dev: false + + /array.prototype.reduce/1.0.5: + resolution: {integrity: sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-array-method-boxes-properly: 1.0.0 + is-string: 1.0.7 + dev: false + + /array.prototype.tosorted/1.1.1: + resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.1 + dev: false + + /arraybuffer.prototype.slice/1.0.1: + resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.0 + get-intrinsic: 1.2.1 + is-array-buffer: 3.0.2 + is-shared-array-buffer: 1.0.2 + dev: false + + /asn1/0.2.6: + resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} + dependencies: + safer-buffer: 2.1.2 + dev: false + + /assert-plus/1.0.0: + resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} + engines: {node: '>=0.8'} + dev: false + + /assertion-error/1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: false + + /assign-symbols/1.0.0: + resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} + engines: {node: '>=0.10.0'} + dev: false + + /astral-regex/1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + dev: false + + /astral-regex/2.0.0: + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} + dev: false + + /async-each/1.0.6: + resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} + dev: false + optional: true + + /async-eventemitter/0.2.4: + resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} + dependencies: + async: 2.6.4 + dev: false + + /async-limiter/1.0.1: + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} + dev: false + + /async/1.5.2: + resolution: {integrity: sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==} + dev: false + + /async/2.6.4: + resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} + dependencies: + lodash: 4.17.21 + dev: false + + /async/3.2.4: + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + dev: false + + /asynckit/0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + dev: false + + /at-least-node/1.0.0: + resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} + engines: {node: '>= 4.0.0'} + dev: false + + /atob/2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} + engines: {node: '>= 4.5.0'} + hasBin: true + dev: false + + /atomic-sleep/1.0.0: + resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} + engines: {node: '>=8.0.0'} + dev: false + + /autoprefixer/9.8.8: + resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} + hasBin: true + dependencies: + browserslist: 4.21.9 + caniuse-lite: 1.0.30001516 + normalize-range: 0.1.2 + num2fraction: 1.2.2 + picocolors: 0.2.1 + postcss: 7.0.39 + postcss-value-parser: 4.2.0 + dev: false + + /available-typed-arrays/1.0.5: + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} + dev: false + + /avvio/6.5.0: + resolution: {integrity: sha512-BmzcZ7gFpyFJsW8G+tfQw8vJNUboA9SDkkHLZ9RAALhvw/rplfWwni8Ee1rA11zj/J7/E5EvZmweusVvTHjWCA==} + dependencies: + archy: 1.0.0 + debug: 4.3.4 + fastq: 1.15.0 + transitivePeerDependencies: + - supports-color + dev: false + + /avvio/7.2.5: + resolution: {integrity: sha512-AOhBxyLVdpOad3TujtC9kL/9r3HnTkxwQ5ggOsYrvvZP1cCFvzHWJd5XxZDFuTn+IN8vkKSG5SEJrd27vCSbeA==} + dependencies: + archy: 1.0.0 + debug: 4.3.4 + fastq: 1.15.0 + queue-microtask: 1.2.3 + transitivePeerDependencies: + - supports-color + dev: false + + /aws-sign2/0.7.0: + resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} + dev: false + + /aws4/1.12.0: + resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} + dev: false + + /axios/1.4.0: + resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==} + dependencies: + follow-redirects: 1.15.2 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: false + + /b64/3.0.3: + resolution: {integrity: sha512-Pbeh0i6OLubPJdIdCepn8ZQHwN2MWznZHbHABSTEfQ706ie+yuxNSaPdqX1xRatT6WanaS1EazMiSg0NUW2XxQ==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dev: false + + /b64/4.1.2: + resolution: {integrity: sha512-+GUspBxlH3CJaxMUGUE1EBoWM6RKgWiYwUDal0qdf8m3ArnXNN1KzKVo5HOnE/FSq4HHyWf3TlHLsZI8PKQgrQ==} + deprecated: This module has moved and is now available at @hapi/b64. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + dev: false + + /babel-cli/6.26.0: + resolution: {integrity: sha512-wau+BDtQfuSBGQ9PzzFL3REvR9Sxnd4LKwtcHAiPjhugA7K/80vpHXafj+O5bAqJOuSefjOx5ZJnNSR2J1Qw6Q==} + hasBin: true + dependencies: + babel-core: 6.26.3 + babel-polyfill: 6.26.0 + babel-register: 6.26.0 + babel-runtime: 6.26.0 + commander: 2.20.3 + convert-source-map: 1.9.0 + fs-readdir-recursive: 1.1.0 + glob: 7.2.3 + lodash: 4.17.21 + output-file-sync: 1.1.2 + path-is-absolute: 1.0.1 + slash: 1.0.0 + source-map: 0.5.7 + v8flags: 2.1.1 + optionalDependencies: + chokidar: 1.7.0 + dev: false + + /babel-code-frame/6.26.0: + resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} + dependencies: + chalk: 1.1.3 + esutils: 2.0.3 + js-tokens: 3.0.2 + dev: false + + /babel-core/6.26.3: + resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} + dependencies: + babel-code-frame: 6.26.0 + babel-generator: 6.26.1 + babel-helpers: 6.24.1 + babel-messages: 6.23.0 + babel-register: 6.26.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + convert-source-map: 1.9.0 + debug: 2.6.9 + json5: 0.5.1 + lodash: 4.17.21 + minimatch: 3.1.2 + path-is-absolute: 1.0.1 + private: 0.1.8 + slash: 1.0.0 + source-map: 0.5.7 + dev: false + + /babel-eslint/10.1.0: + resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} + engines: {node: '>=6'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + peerDependencies: + eslint: '>= 4.12.1' + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-eslint/10.1.0_eslint@6.8.0: + resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} + engines: {node: '>=6'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + peerDependencies: + eslint: '>= 4.12.1' + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + eslint: 6.8.0 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-eslint/10.1.0_eslint@7.32.0: + resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} + engines: {node: '>=6'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + peerDependencies: + eslint: '>= 4.12.1' + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + eslint: 7.32.0 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-eslint/10.1.0_eslint@8.45.0: + resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} + engines: {node: '>=6'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + peerDependencies: + eslint: '>= 4.12.1' + dependencies: + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 + eslint: 8.45.0 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.2 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-eslint/7.2.3: + resolution: {integrity: sha512-i2yKOhjgwUbUrJ8oJm6QqRzltIoFahGNPZ0HF22lUN4H1DW03JQyJm7WSv+I1LURQWjDNhVqFo04acYa07rhOQ==} + engines: {node: '>=4'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + dependencies: + babel-code-frame: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + dev: false + + /babel-eslint/8.2.6: + resolution: {integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==} + engines: {node: '>=4'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + dependencies: + '@babel/code-frame': 7.0.0-beta.44 + '@babel/traverse': 7.0.0-beta.44 + '@babel/types': 7.0.0-beta.44 + babylon: 7.0.0-beta.44 + eslint-scope: 3.7.1 + eslint-visitor-keys: 1.3.0 + dev: false + + /babel-generator/6.26.1: + resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} + dependencies: + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + detect-indent: 4.0.0 + jsesc: 1.3.0 + lodash: 4.17.21 + source-map: 0.5.7 + trim-right: 1.0.1 + dev: false + + /babel-helper-bindify-decorators/6.24.1: + resolution: {integrity: sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: + resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} + dependencies: + babel-helper-explode-assignable-expression: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-builder-react-jsx/6.26.0: + resolution: {integrity: sha512-02I9jDjnVEuGy2BR3LRm9nPRb/+Ja0pvZVLr1eI5TYAA/dB0Xoc+WBo50+aDfhGDLhlBY1+QURjn9uvcFd8gzg==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + esutils: 2.0.3 + dev: false + + /babel-helper-call-delegate/6.24.1: + resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} + dependencies: + babel-helper-hoist-variables: 6.24.1 + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-define-map/6.26.0: + resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + + /babel-helper-evaluate-path/0.5.0: + resolution: {integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==} + dev: false + + /babel-helper-explode-assignable-expression/6.24.1: + resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-explode-class/6.24.1: + resolution: {integrity: sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==} + dependencies: + babel-helper-bindify-decorators: 6.24.1 + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-flip-expressions/0.4.3: + resolution: {integrity: sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==} + dev: false + + /babel-helper-function-name/6.24.1: + resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} + dependencies: + babel-helper-get-function-arity: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-get-function-arity/6.24.1: + resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-hoist-variables/6.24.1: + resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-is-nodes-equiv/0.0.1: + resolution: {integrity: sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==} + dev: false + + /babel-helper-is-void-0/0.4.3: + resolution: {integrity: sha512-07rBV0xPRM3TM5NVJEOQEkECX3qnHDjaIbFvWYPv+T1ajpUiVLiqTfC+MmiZxY5KOL/Ec08vJdJD9kZiP9UkUg==} + dev: false + + /babel-helper-mark-eval-scopes/0.4.3: + resolution: {integrity: sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==} + dev: false + + /babel-helper-optimise-call-expression/6.24.1: + resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-regex/6.26.0: + resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + + /babel-helper-remap-async-to-generator/6.24.1: + resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-remove-or-void/0.4.3: + resolution: {integrity: sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==} + dev: false + + /babel-helper-replace-supers/6.24.1: + resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} + dependencies: + babel-helper-optimise-call-expression: 6.24.1 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-to-multiple-sequence-expressions/0.5.0: + resolution: {integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==} + dev: false + + /babel-helpers/6.24.1: + resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-jest/26.6.3: + resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} + engines: {node: '>= 10.14.2'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/babel__core': 7.20.1 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 26.6.2 + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-jest/26.6.3_@babel+core@7.22.9: + resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} + engines: {node: '>= 10.14.2'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/babel__core': 7.20.1 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 26.6.2_@babel+core@7.22.9 + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-loader/8.3.0_aecbd54a7f6c6a29aed12390a9ebc274: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.22.9 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + dev: false + + /babel-loader/8.3.0_webpack@5.88.2: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + dev: false + + /babel-messages/6.23.0: + resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-check-es2015-constants/6.22.0: + resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-istanbul/6.1.1: + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} + engines: {node: '>=8'} + dependencies: + '@babel/helper-plugin-utils': 7.22.5 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 5.2.1 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-jest-hoist/26.6.2: + resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} + engines: {node: '>= 10.14.2'} + dependencies: + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 + '@types/babel__core': 7.20.1 + '@types/babel__traverse': 7.20.1 + dev: false + + /babel-plugin-lodash/3.3.4: + resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} + dependencies: + '@babel/helper-module-imports': 7.22.5 + '@babel/types': 7.22.5 + glob: 7.2.3 + lodash: 4.17.21 + require-package-name: 2.0.1 + dev: false + + /babel-plugin-minify-builtins/0.5.0: + resolution: {integrity: sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag==} + dev: false + + /babel-plugin-minify-constant-folding/0.5.0: + resolution: {integrity: sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ==} + dependencies: + babel-helper-evaluate-path: 0.5.0 + dev: false + + /babel-plugin-minify-dead-code-elimination/0.5.2: + resolution: {integrity: sha512-krq9Lwi0QIzyAlcNBXTL4usqUvevB4BzktdEsb8srcXC1AaYqRJiAQw6vdKdJSaXbz6snBvziGr6ch/aoRCfpA==} + dependencies: + babel-helper-evaluate-path: 0.5.0 + babel-helper-mark-eval-scopes: 0.4.3 + babel-helper-remove-or-void: 0.4.3 + lodash: 4.17.21 + dev: false + + /babel-plugin-minify-flip-comparisons/0.4.3: + resolution: {integrity: sha512-8hNwgLVeJzpeLVOVArag2DfTkbKodzOHU7+gAZ8mGBFGPQHK6uXVpg3jh5I/F6gfi5Q5usWU2OKcstn1YbAV7A==} + dependencies: + babel-helper-is-void-0: 0.4.3 + dev: false + + /babel-plugin-minify-guarded-expressions/0.4.4: + resolution: {integrity: sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA==} + dependencies: + babel-helper-evaluate-path: 0.5.0 + babel-helper-flip-expressions: 0.4.3 + dev: false + + /babel-plugin-minify-infinity/0.4.3: + resolution: {integrity: sha512-X0ictxCk8y+NvIf+bZ1HJPbVZKMlPku3lgYxPmIp62Dp8wdtbMLSekczty3MzvUOlrk5xzWYpBpQprXUjDRyMA==} + dev: false + + /babel-plugin-minify-mangle-names/0.5.1: + resolution: {integrity: sha512-8KMichAOae2FHlipjNDTo2wz97MdEb2Q0jrn4NIRXzHH7SJ3c5TaNNBkeTHbk9WUsMnqpNUx949ugM9NFWewzw==} + dependencies: + babel-helper-mark-eval-scopes: 0.4.3 + dev: false + + /babel-plugin-minify-numeric-literals/0.4.3: + resolution: {integrity: sha512-5D54hvs9YVuCknfWywq0eaYDt7qYxlNwCqW9Ipm/kYeS9gYhJd0Rr/Pm2WhHKJ8DC6aIlDdqSBODSthabLSX3A==} + dev: false + + /babel-plugin-minify-replace/0.5.0: + resolution: {integrity: sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q==} + dev: false + + /babel-plugin-minify-simplify/0.5.1: + resolution: {integrity: sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A==} + dependencies: + babel-helper-evaluate-path: 0.5.0 + babel-helper-flip-expressions: 0.4.3 + babel-helper-is-nodes-equiv: 0.0.1 + babel-helper-to-multiple-sequence-expressions: 0.5.0 + dev: false + + /babel-plugin-minify-type-constructors/0.4.3: + resolution: {integrity: sha512-4ADB0irJ/6BeXWHubjCJmrPbzhxDgjphBMjIjxCc25n4NGJ00NsYqwYt+F/OvE9RXx8KaSW7cJvp+iZX436tnQ==} + dependencies: + babel-helper-is-void-0: 0.4.3 + dev: false + + /babel-plugin-polyfill-corejs2/0.4.4_@babel+core@7.22.9: + resolution: {integrity: sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1_@babel+core@7.22.9 + '@nicolo-ribaudo/semver-v6': 6.3.3 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-polyfill-corejs3/0.8.2_@babel+core@7.22.9: + resolution: {integrity: sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1_@babel+core@7.22.9 + core-js-compat: 3.31.1 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-polyfill-regenerator/0.5.1_@babel+core@7.22.9: + resolution: {integrity: sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.4.1_@babel+core@7.22.9 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-react-css-modules/5.2.6: + resolution: {integrity: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==} + engines: {node: '>8.0.0'} + dependencies: + '@babel/plugin-syntax-jsx': 7.22.5 + '@babel/types': 7.22.5 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + generic-names: 2.0.1 + postcss: 7.0.39 + postcss-modules: 1.5.0 + postcss-modules-extract-imports: 1.2.1 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-parser: 1.1.1 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + dev: false + + /babel-plugin-react-css-modules/5.2.6_@babel+core@7.22.9: + resolution: {integrity: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==} + engines: {node: '>8.0.0'} + dependencies: + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.9 + '@babel/types': 7.22.5 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + generic-names: 2.0.1 + postcss: 7.0.39 + postcss-modules: 1.5.0 + postcss-modules-extract-imports: 1.2.1 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-parser: 1.1.1 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + dev: false + + /babel-plugin-syntax-async-functions/6.13.0: + resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} + dev: false + + /babel-plugin-syntax-async-generators/6.13.0: + resolution: {integrity: sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg==} + dev: false + + /babel-plugin-syntax-class-constructor-call/6.18.0: + resolution: {integrity: sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA==} + dev: false + + /babel-plugin-syntax-class-properties/6.13.0: + resolution: {integrity: sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA==} + dev: false + + /babel-plugin-syntax-decorators/6.13.0: + resolution: {integrity: sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw==} + dev: false + + /babel-plugin-syntax-do-expressions/6.13.0: + resolution: {integrity: sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg==} + dev: false + + /babel-plugin-syntax-dynamic-import/6.18.0: + resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} + dev: false + + /babel-plugin-syntax-exponentiation-operator/6.13.0: + resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} + dev: false + + /babel-plugin-syntax-export-extensions/6.13.0: + resolution: {integrity: sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg==} + dev: false + + /babel-plugin-syntax-flow/6.18.0: + resolution: {integrity: sha512-HbTDIoG1A1op7Tl/wIFQPULIBA61tsJ8Ntq2FAhLwuijrzosM/92kAfgU1Q3Kc7DH/cprJg5vDfuTY4QUL4rDA==} + dev: false + + /babel-plugin-syntax-function-bind/6.13.0: + resolution: {integrity: sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw==} + dev: false + + /babel-plugin-syntax-jsx/6.18.0: + resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} + dev: false + + /babel-plugin-syntax-object-rest-spread/6.13.0: + resolution: {integrity: sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==} + dev: false + + /babel-plugin-syntax-trailing-function-commas/6.22.0: + resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} + dev: false + + /babel-plugin-transform-async-generator-functions/6.24.1: + resolution: {integrity: sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==} + dependencies: + babel-helper-remap-async-to-generator: 6.24.1 + babel-plugin-syntax-async-generators: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-async-to-generator/6.24.1: + resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} + dependencies: + babel-helper-remap-async-to-generator: 6.24.1 + babel-plugin-syntax-async-functions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-class-constructor-call/6.24.1: + resolution: {integrity: sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==} + dependencies: + babel-plugin-syntax-class-constructor-call: 6.18.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-class-properties/6.24.1: + resolution: {integrity: sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-plugin-syntax-class-properties: 6.13.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-decorators/6.24.1: + resolution: {integrity: sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==} + dependencies: + babel-helper-explode-class: 6.24.1 + babel-plugin-syntax-decorators: 6.13.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-do-expressions/6.22.0: + resolution: {integrity: sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==} + dependencies: + babel-plugin-syntax-do-expressions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-arrow-functions/6.22.0: + resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: + resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-block-scoping/6.26.0: + resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + + /babel-plugin-transform-es2015-classes/6.24.1: + resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} + dependencies: + babel-helper-define-map: 6.26.0 + babel-helper-function-name: 6.24.1 + babel-helper-optimise-call-expression: 6.24.1 + babel-helper-replace-supers: 6.24.1 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-computed-properties/6.24.1: + resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-destructuring/6.23.0: + resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-duplicate-keys/6.24.1: + resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-for-of/6.23.0: + resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-function-name/6.24.1: + resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-literals/6.22.0: + resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-amd/6.24.1: + resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} + dependencies: + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-commonjs/6.26.2: + resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} + dependencies: + babel-plugin-transform-strict-mode: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-systemjs/6.24.1: + resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} + dependencies: + babel-helper-hoist-variables: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-umd/6.24.1: + resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} + dependencies: + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-object-super/6.24.1: + resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} + dependencies: + babel-helper-replace-supers: 6.24.1 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-parameters/6.24.1: + resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} + dependencies: + babel-helper-call-delegate: 6.24.1 + babel-helper-get-function-arity: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-shorthand-properties/6.24.1: + resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-spread/6.22.0: + resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-sticky-regex/6.24.1: + resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} + dependencies: + babel-helper-regex: 6.26.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-template-literals/6.22.0: + resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-typeof-symbol/6.23.0: + resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-unicode-regex/6.24.1: + resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} + dependencies: + babel-helper-regex: 6.26.0 + babel-runtime: 6.26.0 + regexpu-core: 2.0.0 + dev: false + + /babel-plugin-transform-exponentiation-operator/6.24.1: + resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} + dependencies: + babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 + babel-plugin-syntax-exponentiation-operator: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-export-extensions/6.22.0: + resolution: {integrity: sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==} + dependencies: + babel-plugin-syntax-export-extensions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-flow-strip-types/6.22.0: + resolution: {integrity: sha512-TxIM0ZWNw9oYsoTthL3lvAK3+eTujzktoXJg4ubGvICGbVuXVYv5hHv0XXpz8fbqlJaGYY4q5SVzaSmsg3t4Fg==} + dependencies: + babel-plugin-syntax-flow: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-function-bind/6.22.0: + resolution: {integrity: sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==} + dependencies: + babel-plugin-syntax-function-bind: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-inline-consecutive-adds/0.4.3: + resolution: {integrity: sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==} + dev: false + + /babel-plugin-transform-member-expression-literals/6.9.4: + resolution: {integrity: sha512-Xq9/Rarpj+bjOZSl1nBbZYETsNEDDJSrb6Plb1sS3/36FukWFLLRysgecva5KZECjUJTrJoQqjJgtWToaflk5Q==} + dev: false + + /babel-plugin-transform-merge-sibling-variables/6.9.5: + resolution: {integrity: sha512-xj/KrWi6/uP+DrD844h66Qh2cZN++iugEIgH8QcIxhmZZPNP6VpOE9b4gP2FFW39xDAY43kCmYMM6U0QNKN8fw==} + dev: false + + /babel-plugin-transform-minify-booleans/6.9.4: + resolution: {integrity: sha512-9pW9ePng6DZpzGPalcrULuhSCcauGAbn8AeU3bE34HcDkGm8Ldt0ysjGkyb64f0K3T5ilV4mriayOVv5fg0ASA==} + dev: false + + /babel-plugin-transform-node-env-inline/0.4.3: + resolution: {integrity: sha512-ew39EEvlhFsDBkQ+RopCIy31xRe3AWxRWsHEd2iy++ovaxnmetpqg+U0wofW0P3h9d4UXPMza02W427Xl5qrbQ==} + dev: false + + /babel-plugin-transform-object-rest-spread/6.26.0: + resolution: {integrity: sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==} + dependencies: + babel-plugin-syntax-object-rest-spread: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-property-literals/6.9.4: + resolution: {integrity: sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==} + dependencies: + esutils: 2.0.3 + dev: false + + /babel-plugin-transform-react-display-name/6.25.0: + resolution: {integrity: sha512-QLYkLiZeeED2PKd4LuXGg5y9fCgPB5ohF8olWUuETE2ryHNRqqnXlEVP7RPuef89+HTfd3syptMGVHeoAu0Wig==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx-self/6.22.0: + resolution: {integrity: sha512-Y3ZHP1nunv0U1+ysTNwLK39pabHj6cPVsfN4TRC7BDBfbgbyF4RifP5kd6LnbuMV9wcfedQMe7hn1fyKc7IzTQ==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx-source/6.22.0: + resolution: {integrity: sha512-pcDNDsZ9q/6LJmujQ/OhjeoIlp5Nl546HJ2yiFIJK3mYpgNXhI5/S9mXfVxu5yqWAi7HdI7e/q6a9xtzwL69Vw==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx/6.24.1: + resolution: {integrity: sha512-s+q/Y2u2OgDPHRuod3t6zyLoV8pUHc64i/O7ZNgIOEdYTq+ChPeybcKBi/xk9VI60VriILzFPW+dUxAEbTxh2w==} + dependencies: + babel-helper-builder-react-jsx: 6.26.0 + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-remove-prop-types/0.4.24: + resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} + dev: false + + /babel-plugin-transform-regenerator/6.26.0: + resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} + dependencies: + regenerator-transform: 0.10.1 + dev: false + + /babel-plugin-transform-regexp-constructors/0.4.3: + resolution: {integrity: sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==} + dev: false + + /babel-plugin-transform-remove-console/6.9.4: + resolution: {integrity: sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==} + dev: false + + /babel-plugin-transform-remove-debugger/6.9.4: + resolution: {integrity: sha512-Kd+eTBYlXfwoFzisburVwrngsrz4xh9I0ppoJnU/qlLysxVBRgI4Pj+dk3X8F5tDiehp3hhP8oarRMT9v2Z3lw==} + dev: false + + /babel-plugin-transform-remove-strict-mode/0.0.2: + resolution: {integrity: sha512-iYRG9kH+jXfLaE5wUe/RP5uFd1MTkgTWFuhxJyaQLA6+sMwj31GNTAZCZowLOXGX2KkgH/ej1+3x0D2lKXadKQ==} + dev: false + + /babel-plugin-transform-remove-undefined/0.5.0: + resolution: {integrity: sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==} + dependencies: + babel-helper-evaluate-path: 0.5.0 + dev: false + + /babel-plugin-transform-simplify-comparison-operators/6.9.4: + resolution: {integrity: sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==} + dev: false + + /babel-plugin-transform-strict-mode/6.24.1: + resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-undefined-to-void/6.9.4: + resolution: {integrity: sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==} + dev: false + + /babel-polyfill/6.26.0: + resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} + dependencies: + babel-runtime: 6.26.0 + core-js: 2.6.12 + regenerator-runtime: 0.10.5 + dev: false + + /babel-preset-current-node-syntax/1.0.1: + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@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 + dev: false + + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.22.9: + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.9 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.9 + dev: false + + /babel-preset-env/1.7.0: + resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} + dependencies: + babel-plugin-check-es2015-constants: 6.22.0 + babel-plugin-syntax-trailing-function-commas: 6.22.0 + babel-plugin-transform-async-to-generator: 6.24.1 + babel-plugin-transform-es2015-arrow-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoping: 6.26.0 + babel-plugin-transform-es2015-classes: 6.24.1 + babel-plugin-transform-es2015-computed-properties: 6.24.1 + babel-plugin-transform-es2015-destructuring: 6.23.0 + babel-plugin-transform-es2015-duplicate-keys: 6.24.1 + babel-plugin-transform-es2015-for-of: 6.23.0 + babel-plugin-transform-es2015-function-name: 6.24.1 + babel-plugin-transform-es2015-literals: 6.22.0 + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-plugin-transform-es2015-modules-systemjs: 6.24.1 + babel-plugin-transform-es2015-modules-umd: 6.24.1 + babel-plugin-transform-es2015-object-super: 6.24.1 + babel-plugin-transform-es2015-parameters: 6.24.1 + babel-plugin-transform-es2015-shorthand-properties: 6.24.1 + babel-plugin-transform-es2015-spread: 6.22.0 + babel-plugin-transform-es2015-sticky-regex: 6.24.1 + babel-plugin-transform-es2015-template-literals: 6.22.0 + babel-plugin-transform-es2015-typeof-symbol: 6.23.0 + babel-plugin-transform-es2015-unicode-regex: 6.24.1 + babel-plugin-transform-exponentiation-operator: 6.24.1 + babel-plugin-transform-regenerator: 6.26.0 + browserslist: 3.2.8 + invariant: 2.2.4 + semver: 5.7.2 + dev: false + + /babel-preset-es2015/6.24.1: + resolution: {integrity: sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==} + deprecated: '🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!' + dependencies: + babel-plugin-check-es2015-constants: 6.22.0 + babel-plugin-transform-es2015-arrow-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoping: 6.26.0 + babel-plugin-transform-es2015-classes: 6.24.1 + babel-plugin-transform-es2015-computed-properties: 6.24.1 + babel-plugin-transform-es2015-destructuring: 6.23.0 + babel-plugin-transform-es2015-duplicate-keys: 6.24.1 + babel-plugin-transform-es2015-for-of: 6.23.0 + babel-plugin-transform-es2015-function-name: 6.24.1 + babel-plugin-transform-es2015-literals: 6.22.0 + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-plugin-transform-es2015-modules-systemjs: 6.24.1 + babel-plugin-transform-es2015-modules-umd: 6.24.1 + babel-plugin-transform-es2015-object-super: 6.24.1 + babel-plugin-transform-es2015-parameters: 6.24.1 + babel-plugin-transform-es2015-shorthand-properties: 6.24.1 + babel-plugin-transform-es2015-spread: 6.22.0 + babel-plugin-transform-es2015-sticky-regex: 6.24.1 + babel-plugin-transform-es2015-template-literals: 6.22.0 + babel-plugin-transform-es2015-typeof-symbol: 6.23.0 + babel-plugin-transform-es2015-unicode-regex: 6.24.1 + babel-plugin-transform-regenerator: 6.26.0 + dev: false + + /babel-preset-flow/6.23.0: + resolution: {integrity: sha512-PQZFJXnM3d80Vq4O67OE6EMVKIw2Vmzy8UXovqulNogCtblWU8rzP7Sm5YgHiCg4uejUxzCkHfNXQ4Z6GI+Dhw==} + dependencies: + babel-plugin-transform-flow-strip-types: 6.22.0 + dev: false + + /babel-preset-jest/26.6.2: + resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} + engines: {node: '>= 10.14.2'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + babel-plugin-jest-hoist: 26.6.2 + babel-preset-current-node-syntax: 1.0.1 + dev: false + + /babel-preset-jest/26.6.2_@babel+core@7.22.9: + resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} + engines: {node: '>= 10.14.2'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.9 + babel-plugin-jest-hoist: 26.6.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.22.9 + dev: false + + /babel-preset-minify/0.5.2: + resolution: {integrity: sha512-v4GL+kk0TfovbRIKZnC3HPbu2cAGmPAby7BsOmuPdMJfHV+4FVdsGXTH/OOGQRKYdjemBuL1+MsE6mobobhe9w==} + dependencies: + babel-plugin-minify-builtins: 0.5.0 + babel-plugin-minify-constant-folding: 0.5.0 + babel-plugin-minify-dead-code-elimination: 0.5.2 + babel-plugin-minify-flip-comparisons: 0.4.3 + babel-plugin-minify-guarded-expressions: 0.4.4 + babel-plugin-minify-infinity: 0.4.3 + babel-plugin-minify-mangle-names: 0.5.1 + babel-plugin-minify-numeric-literals: 0.4.3 + babel-plugin-minify-replace: 0.5.0 + babel-plugin-minify-simplify: 0.5.1 + babel-plugin-minify-type-constructors: 0.4.3 + babel-plugin-transform-inline-consecutive-adds: 0.4.3 + babel-plugin-transform-member-expression-literals: 6.9.4 + babel-plugin-transform-merge-sibling-variables: 6.9.5 + babel-plugin-transform-minify-booleans: 6.9.4 + babel-plugin-transform-property-literals: 6.9.4 + babel-plugin-transform-regexp-constructors: 0.4.3 + babel-plugin-transform-remove-console: 6.9.4 + babel-plugin-transform-remove-debugger: 6.9.4 + babel-plugin-transform-remove-undefined: 0.5.0 + babel-plugin-transform-simplify-comparison-operators: 6.9.4 + babel-plugin-transform-undefined-to-void: 6.9.4 + lodash: 4.17.21 + dev: false + + /babel-preset-react/6.24.1: + resolution: {integrity: sha512-phQe3bElbgF887UM0Dhz55d22ob8czTL1kbhZFwpCE6+R/X9kHktfwmx9JZb+bBSVRGphP5tZ9oWhVhlgjrX3Q==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-plugin-transform-react-display-name: 6.25.0 + babel-plugin-transform-react-jsx: 6.24.1 + babel-plugin-transform-react-jsx-self: 6.22.0 + babel-plugin-transform-react-jsx-source: 6.22.0 + babel-preset-flow: 6.23.0 + dev: false + + /babel-preset-stage-0/6.24.1: + resolution: {integrity: sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==} + dependencies: + babel-plugin-transform-do-expressions: 6.22.0 + babel-plugin-transform-function-bind: 6.22.0 + babel-preset-stage-1: 6.24.1 + dev: false + + /babel-preset-stage-1/6.24.1: + resolution: {integrity: sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==} + dependencies: + babel-plugin-transform-class-constructor-call: 6.24.1 + babel-plugin-transform-export-extensions: 6.22.0 + babel-preset-stage-2: 6.24.1 + dev: false + + /babel-preset-stage-2/6.24.1: + resolution: {integrity: sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==} + dependencies: + babel-plugin-syntax-dynamic-import: 6.18.0 + babel-plugin-transform-class-properties: 6.24.1 + babel-plugin-transform-decorators: 6.24.1 + babel-preset-stage-3: 6.24.1 + dev: false + + /babel-preset-stage-3/6.24.1: + resolution: {integrity: sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==} + dependencies: + babel-plugin-syntax-trailing-function-commas: 6.22.0 + babel-plugin-transform-async-generator-functions: 6.24.1 + babel-plugin-transform-async-to-generator: 6.24.1 + babel-plugin-transform-exponentiation-operator: 6.24.1 + babel-plugin-transform-object-rest-spread: 6.26.0 + dev: false + + /babel-register/6.26.0: + resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} + dependencies: + babel-core: 6.26.3 + babel-runtime: 6.26.0 + core-js: 2.6.12 + home-or-tmp: 2.0.0 + lodash: 4.17.21 + mkdirp: 0.5.6 + source-map-support: 0.4.18 + dev: false + + /babel-runtime/6.26.0: + resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} + dependencies: + core-js: 2.6.12 + regenerator-runtime: 0.11.1 + dev: false + + /babel-template/6.26.0: + resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + lodash: 4.17.21 + dev: false + + /babel-traverse/6.26.0: + resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} + dependencies: + babel-code-frame: 6.26.0 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + debug: 2.6.9 + globals: 9.18.0 + invariant: 2.2.4 + lodash: 4.17.21 + dev: false + + /babel-types/6.26.0: + resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} + dependencies: + babel-runtime: 6.26.0 + esutils: 2.0.3 + lodash: 4.17.21 + to-fast-properties: 1.0.3 + dev: false + + /babylon/6.18.0: + resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} + hasBin: true + dev: false + + /babylon/7.0.0-beta.44: + resolution: {integrity: sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + + /babylon/7.0.0-beta.47: + resolution: {integrity: sha512-+rq2cr4GDhtToEzKFD6KZZMDBXhjFAr9JjPw9pAppZACeEWqNM294j+NdBzkSHYXwzzBmVjZ3nEVJlOhbR2gOQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dev: false + + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: false + + /base/0.11.2: + resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /base64id/2.0.0: + resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} + engines: {node: ^4.5.0 || >= 5.9} + dev: false + + /batch/0.6.1: + resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} + dev: false + + /bcrypt-pbkdf/1.0.2: + resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} + dependencies: + tweetnacl: 0.14.5 + dev: false + + /benchmark/2.1.4: + resolution: {integrity: sha512-l9MlfN4M1K/H2fbhfMy3B7vJd6AGKJVQn2h6Sg/Yx+KckoUA7ewS5Vv6TjSq18ooE1kS9hhAlQRH3AkXIh/aOQ==} + dependencies: + lodash: 4.17.21 + platform: 1.3.6 + dev: false + + /bfj/6.1.2: + resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} + engines: {node: '>= 6.0.0'} + dependencies: + bluebird: 3.7.2 + check-types: 8.0.3 + hoopy: 0.1.4 + tryer: 1.0.1 + dev: false + + /big-integer/1.6.51: + resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==} + engines: {node: '>=0.6'} + dev: false + + /big-time/2.0.1: + resolution: {integrity: sha512-qtwYYoocwpiAxTXC5sIpB6nH5j6ckt+n/jhD7J5OEiFHnUZEFn0Xk8STUaE5s10LdazN/87bTDMe+fSihaW7Kg==} + engines: {node: '>=6.0.0'} + dev: false + + /big.js/3.2.0: + resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} + dev: false + + /big.js/5.2.2: + resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} + dev: false + + /binary-extensions/1.13.1: + resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /binary-extensions/2.2.0: + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} + dev: false + + /bindings/1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + dependencies: + file-uri-to-path: 1.0.0 + dev: false + optional: true + + /bluebird/2.11.0: + resolution: {integrity: sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ==} + dev: false + + /bluebird/3.7.2: + resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} + dev: false + + /body-parser/1.20.1: + resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + 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 + dev: false + + /body-parser/1.20.2: + resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + 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.2 + type-is: 1.6.18 + unpipe: 1.0.0 + dev: false + + /boolbase/1.0.0: + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + dev: false + + /boom/5.2.0: + resolution: {integrity: sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + dev: false + + /boom/7.3.0: + resolution: {integrity: sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==} + deprecated: This module has moved and is now available at @hapi/boom. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + dev: false + + /bounce/1.2.3: + resolution: {integrity: sha512-3G7B8CyBnip5EahCZJjnvQ1HLyArC6P5e+xcolo13BVI9ogFaDOsNMAE7FIWliHtIkYI8/nTRCvCY9tZa3Mu4g==} + deprecated: This module has moved and is now available at @hapi/bounce. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + hoek: 6.1.3 + dev: false + + /bourne/1.1.2: + resolution: {integrity: sha512-b2dgVkTZhkQirNMohgC00rWfpVqEi9y5tKM1k3JvoNx05ODtfQoPPd4js9CYFQoY0IM8LAmnJulEuWv74zjUOg==} + deprecated: This module has moved and is now available at @hapi/bourne. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dev: false + + /boxen/5.1.2: + resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} + engines: {node: '>=10'} + dependencies: + 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 + dev: false + + /brace-expansion/1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: false + + /brace-expansion/2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: false + + /braces/1.8.5: + resolution: {integrity: sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==} + engines: {node: '>=0.10.0'} + dependencies: + expand-range: 1.8.2 + preserve: 0.2.0 + repeat-element: 1.1.4 + dev: false + optional: true + + /braces/2.3.2: + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /braces/3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.0.1 + dev: false + + /broadcast-channel/3.7.0: + resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} + dependencies: + '@babel/runtime': 7.22.6 + detect-node: 2.1.0 + js-sha3: 0.8.0 + microseconds: 0.2.0 + nano-time: 1.0.0 + oblivious-set: 1.0.0 + rimraf: 3.0.2 + unload: 2.2.0 + dev: false + + /browser-process-hrtime/1.0.0: + resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} + dev: false + + /browser-stdout/1.3.0: + resolution: {integrity: sha512-7Rfk377tpSM9TWBEeHs0FlDZGoAIei2V/4MdZJoFMBFAK6BqLpxAIUepGRHGdPFgGsLb02PXovC4qddyHvQqTg==} + dev: false + + /browser-stdout/1.3.1: + resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} + dev: false + + /browserslist/3.2.8: + resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001516 + electron-to-chromium: 1.4.463 + dev: false + + /browserslist/4.21.9: + resolution: {integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001516 + electron-to-chromium: 1.4.463 + node-releases: 2.0.13 + update-browserslist-db: 1.0.11_browserslist@4.21.9 + dev: false + + /bser/2.1.1: + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + dependencies: + node-int64: 0.4.0 + dev: false + + /btoa/1.2.1: + resolution: {integrity: sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==} + engines: {node: '>= 0.4.0'} + hasBin: true + dev: false + + /buffer-from/1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + dev: false + + /bytes/3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + dev: false + + /cacache/12.0.4: + resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} + dependencies: + bluebird: 3.7.2 + chownr: 1.1.4 + figgy-pudding: 3.5.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + 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 + dev: false + + /cacache/15.3.0: + resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==} + engines: {node: '>= 10'} + dependencies: + '@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.15 + unique-filename: 1.1.1 + dev: false + + /cache-base/1.0.1: + resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /cache-content-type/1.0.1: + resolution: {integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==} + engines: {node: '>= 6.0.0'} + dependencies: + mime-types: 2.1.35 + ylru: 1.3.2 + dev: false + + /caching-transform/4.0.0: + resolution: {integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==} + engines: {node: '>=8'} + dependencies: + hasha: 5.2.2 + make-dir: 3.1.0 + package-hash: 4.0.0 + write-file-atomic: 3.0.3 + dev: false + + /call-bind/1.0.2: + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + dependencies: + function-bind: 1.1.1 + get-intrinsic: 1.2.1 + dev: false + + /call/4.0.2: + resolution: {integrity: sha512-RIanwfIQAJuF9Ms0gNpV83RlLn6AqYpcUWe6S8vdP25Z5HXnAefOx9jCo1pF/ov0gxyIPfSCvjdIXl0iCw/bkA==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + dev: false + + /call/5.0.3: + resolution: {integrity: sha512-eX16KHiAYXugbFu6VifstSdwH6aMuWWb4s0qvpq1nR1b+Sf+u68jjttg8ixDBEldPqBi30bDU35OJQWKeTLKxg==} + deprecated: This module has moved and is now available at @hapi/call. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + hoek: 6.1.3 + dev: false + + /caller-callsite/2.0.0: + resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} + engines: {node: '>=4'} + dependencies: + callsites: 2.0.0 + dev: false + + /caller-id/0.1.0: + resolution: {integrity: sha512-2+PpV7vh8FktS9XVW1hgO8xLJ0T6ctGRx7bNDnpWfSp+/bCg453Pz+moXTiU0tCndX6ssqMz9n3mJ05P+h/g2A==} + engines: {node: '>=0.8'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. + dependencies: + stack-trace: 0.0.10 + dev: false + + /caller-path/0.1.0: + resolution: {integrity: sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==} + engines: {node: '>=0.10.0'} + dependencies: + callsites: 0.2.0 + dev: false + + /caller-path/2.0.0: + resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} + engines: {node: '>=4'} + dependencies: + caller-callsite: 2.0.0 + dev: false + + /callsites/0.2.0: + resolution: {integrity: sha512-Zv4Dns9IbXXmPkgRRUjAaJQgfN4xX5p6+RQFhWUqscdvvK2xK/ZL8b3IXIJsj+4sD+f24NwnWy2BY8AJ82JB0A==} + engines: {node: '>=0.10.0'} + dev: false + + /callsites/2.0.0: + resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} + engines: {node: '>=4'} + dev: false + + /callsites/3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + dev: false + + /camel-case/4.1.2: + resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + dependencies: + pascal-case: 3.1.2 + tslib: 2.6.0 + dev: false + + /camelcase/1.2.1: + resolution: {integrity: sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==} + engines: {node: '>=0.10.0'} + dev: false + + /camelcase/5.0.0: + resolution: {integrity: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==} + engines: {node: '>=6'} + dev: false + + /camelcase/5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + dev: false + + /camelcase/6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + dev: false + + /caniuse-api/3.0.0: + resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} + dependencies: + browserslist: 4.21.9 + caniuse-lite: 1.0.30001516 + lodash.memoize: 4.1.2 + lodash.uniq: 4.5.0 + dev: false + + /caniuse-lite/1.0.30001516: + resolution: {integrity: sha512-Wmec9pCBY8CWbmI4HsjBeQLqDTqV91nFVR83DnZpYyRnPI1wePDsTg0bGLPC5VU/3OIZV1fmxEea1b+tFKe86g==} + dev: false + + /capture-exit/2.0.0: + resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} + engines: {node: 6.* || 8.* || >= 10.*} + dependencies: + rsvp: 4.8.5 + dev: false + + /caseless/0.12.0: + resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} + dev: false + + /catbox-memory/2.0.4: + resolution: {integrity: sha512-PlVLh6M+Z+anAKHllMUkIIgs5f5nX5qMwz8gnUQykY+q6BI+fKTY511pYVhD7j8506XQPMFMtpyoS8TKbP1GYg==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + dev: false + + /catbox-memory/3.1.4: + resolution: {integrity: sha512-1tDnll066au0HXBSDHS/YQ34MQ2omBsmnA9g/jseyq/M3m7UPrajVtPDZK/rXgikSC1dfjo9Pa+kQ1qcyG2d3g==} + deprecated: This module has moved and is now available at @hapi/catbox-memory. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + big-time: 2.0.1 + boom: 7.3.0 + hoek: 6.1.3 + dev: false + + /catbox/10.0.6: + resolution: {integrity: sha512-gQWCnF/jbHcfwGbQ4FQxyRiAwLRipqWTTXjpq7rTqqdcsnZosFa0L3LsCZcPTF33QIeMMkS7QmFBHt6QdzGPvg==} + deprecated: This module has moved and is now available at @hapi/catbox. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + hoek: 6.1.3 + joi: 14.3.1 + dev: false + + /catbox/7.1.5: + resolution: {integrity: sha512-4fui5lELzqZ+9cnaAP/BcqXTH6LvWLBRtFhJ0I4FfgfXiSaZcf6k9m9dqOyChiTxNYtvLk7ZMYSf7ahMq3bf5A==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + joi: 10.6.0 + dev: false + + /center-align/0.1.3: + resolution: {integrity: sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==} + engines: {node: '>=0.10.0'} + dependencies: + align-text: 0.1.4 + lazy-cache: 1.0.4 + dev: false + + /chai-as-promised/7.1.1: + resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} + peerDependencies: + chai: '>= 2.1.2 < 5' + dependencies: + check-error: 1.0.2 + dev: false + + /chai-as-promised/7.1.1_chai@4.3.6: + resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} + peerDependencies: + chai: '>= 2.1.2 < 5' + dependencies: + chai: 4.3.6 + check-error: 1.0.2 + dev: false + + /chai-as-promised/7.1.1_chai@4.3.7: + resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} + peerDependencies: + chai: '>= 2.1.2 < 5' + dependencies: + chai: 4.3.7 + check-error: 1.0.2 + dev: false + + /chai-shallowly/1.0.0: + resolution: {integrity: sha512-15Qqlb8dIjdBkLenK7GeuxwHmCAsNClfH1txNpYs5pvYtFP/ZR7gjzGWfrSsYoqx9q0/BGOFDM9QFLC9jlAdNQ==} + dependencies: + enzyme: 3.11.0 + dev: false + + /chai/3.5.0: + resolution: {integrity: sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==} + engines: {node: '>= 0.4.0'} + dependencies: + assertion-error: 1.1.0 + deep-eql: 0.1.3 + type-detect: 1.0.0 + dev: false + + /chai/4.3.6: + resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.2 + deep-eql: 3.0.1 + get-func-name: 2.0.0 + loupe: 2.3.6 + pathval: 1.1.1 + type-detect: 4.0.8 + dev: false + + /chai/4.3.7: + resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.2 + deep-eql: 4.1.3 + get-func-name: 2.0.0 + loupe: 2.3.6 + pathval: 1.1.1 + type-detect: 4.0.8 + dev: false + + /chalk/1.1.3: + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /chalk/2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + dev: false + + /chalk/4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: false + + /chalk/5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + dev: false + + /chalker/1.2.0: + resolution: {integrity: sha512-Cag6asQV/lK6AQGBWGGDt5bu+FSzo4OlLHQVrd4Io1cJCGNXIvKcaxx6JH0+iL1azQ4Bs1i7qkvzlkH2Vwo2OQ==} + dependencies: + chalk: 4.1.2 + dev: false + + /char-regex/1.0.2: + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} + dev: false + + /chardet/0.4.2: + resolution: {integrity: sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==} + dev: false + + /chardet/0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + dev: false + + /check-error/1.0.2: + resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} + dev: false + + /check-types/8.0.3: + resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} + dev: false + + /cheerio-select/2.1.0: + resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==} + dependencies: + boolbase: 1.0.0 + css-select: 5.1.0 + css-what: 6.1.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.1.0 + dev: false + + /cheerio/1.0.0-rc.12: + resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==} + engines: {node: '>= 6'} + dependencies: + cheerio-select: 2.1.0 + dom-serializer: 2.0.0 + domhandler: 5.0.3 + domutils: 3.1.0 + htmlparser2: 8.0.2 + parse5: 7.1.2 + parse5-htmlparser2-tree-adapter: 7.0.0 + dev: false + + /chokidar/1.7.0: + resolution: {integrity: sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==} + deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + dependencies: + anymatch: 1.3.2 + async-each: 1.0.6 + glob-parent: 2.0.0 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 2.0.1 + path-is-absolute: 1.0.1 + readdirp: 2.2.1 + optionalDependencies: + fsevents: 1.2.13 + dev: false + optional: true + + /chokidar/3.3.0: + resolution: {integrity: sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==} + engines: {node: '>= 8.10.0'} + dependencies: + 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.2.0 + optionalDependencies: + fsevents: 2.1.3 + dev: false + + /chokidar/3.5.1: + resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} + engines: {node: '>= 8.10.0'} + dependencies: + 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.5.0 + optionalDependencies: + fsevents: 2.3.2 + dev: false + + /chokidar/3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} + dependencies: + 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 + optionalDependencies: + fsevents: 2.3.2 + dev: false + + /chownr/1.1.4: + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + dev: false + + /chownr/2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + dev: false + + /chrome-trace-event/1.0.3: + resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} + engines: {node: '>=6.0'} + dev: false + + /ci-info/2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + dev: false + + /circular-json/0.3.3: + resolution: {integrity: sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==} + deprecated: CircularJSON is in maintenance only, flatted is its successor. + dev: false + + /cjs-module-lexer/0.6.0: + resolution: {integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==} + dev: false + + /class-utils/0.3.6: + resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-union: 3.1.0 + define-property: 0.2.5 + isobject: 3.0.1 + static-extend: 0.1.2 + dev: false + + /clean-css/5.3.2: + resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} + engines: {node: '>= 10.0'} + dependencies: + source-map: 0.6.1 + dev: false + + /clean-stack/2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + dev: false + + /cli-boxes/2.2.1: + resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} + engines: {node: '>=6'} + dev: false + + /cli-cursor/2.1.0: + resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} + engines: {node: '>=4'} + dependencies: + restore-cursor: 2.0.0 + dev: false + + /cli-cursor/3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + dependencies: + restore-cursor: 3.1.0 + dev: false + + /cli-cursor/4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + restore-cursor: 4.0.0 + dev: false + + /cli-width/2.2.1: + resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==} + dev: false + + /cli-width/3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + dev: false + + /cliui/2.1.0: + resolution: {integrity: sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==} + dependencies: + center-align: 0.1.3 + right-align: 0.1.3 + wordwrap: 0.0.2 + dev: false + + /cliui/5.0.0: + resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} + dependencies: + string-width: 3.1.0 + strip-ansi: 5.2.0 + wrap-ansi: 5.1.0 + dev: false + + /cliui/6.0.0: + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + dev: false + + /cliui/7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: false + + /clone-deep/4.0.1: + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} + dependencies: + is-plain-object: 2.0.4 + kind-of: 6.0.3 + shallow-clone: 3.0.1 + dev: false + + /clone/2.1.2: + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} + engines: {node: '>=0.8'} + dev: false + + /co/4.6.0: + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + dev: false + + /coa/2.0.2: + resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} + engines: {node: '>= 4.0'} + dependencies: + '@types/q': 1.5.5 + chalk: 2.4.2 + q: 1.5.1 + dev: false + + /collect-v8-coverage/1.0.2: + resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} + dev: false + + /collection-visit/1.0.0: + resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} + engines: {node: '>=0.10.0'} + dependencies: + map-visit: 1.0.0 + object-visit: 1.0.1 + dev: false + + /color-convert/1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + dependencies: + color-name: 1.1.3 + dev: false + + /color-convert/2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + dependencies: + color-name: 1.1.4 + dev: false + + /color-name/1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + dev: false + + /color-name/1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + dev: false + + /color-string/1.9.1: + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + dependencies: + color-name: 1.1.4 + simple-swizzle: 0.2.2 + dev: false + + /color/3.2.1: + resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} + dependencies: + color-convert: 1.9.3 + color-string: 1.9.1 + dev: false + + /colorette/1.4.0: + resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + dev: false + + /colorette/2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + dev: false + + /colors/1.0.3: + resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==} + engines: {node: '>=0.1.90'} + dev: false + + /colors/1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + dev: false + + /colorspace/1.1.4: + resolution: {integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==} + dependencies: + color: 3.2.1 + text-hex: 1.0.0 + dev: false + + /combined-stream/1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + dependencies: + delayed-stream: 1.0.0 + dev: false + + /commander/2.11.0: + resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} + dev: false + + /commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + dev: false + + /commander/2.9.0: + resolution: {integrity: sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==} + engines: {node: '>= 0.6.x'} + dependencies: + graceful-readlink: 1.0.1 + dev: false + + /commander/4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + dev: false + + /commander/7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + dev: false + + /commander/8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + dev: false + + /comment-parser/0.7.6: + resolution: {integrity: sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==} + engines: {node: '>= 6.0.0'} + dev: false + + /comment-parser/1.1.5: + resolution: {integrity: sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==} + engines: {node: '>= 10.0.0'} + dev: false + + /commondir/1.0.1: + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + dev: false + + /component-emitter/1.2.1: + resolution: {integrity: sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==} + dev: false + + /component-emitter/1.3.0: + resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} + dev: false + + /concat-map/0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: false + + /concat-stream/1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + typedarray: 0.0.6 + dev: false + + /connect/3.7.0: + resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} + engines: {node: '>= 0.10.0'} + dependencies: + debug: 2.6.9 + finalhandler: 1.1.2 + parseurl: 1.3.3 + utils-merge: 1.0.1 + dev: false + + /content-disposition/0.5.4: + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /content-type-parser/1.0.2: + resolution: {integrity: sha512-lM4l4CnMEwOLHAHr/P6MEZwZFPJFtAAKgL6pogbXmVZggIqXhdB6RbBtPOTsw2FcXwYhehRGERJmRrjOiIB8pQ==} + dev: false + + /content-type/1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + dev: false + + /content/3.0.7: + resolution: {integrity: sha512-LXtnSnvE+Z1Cjpa3P9gh9kb396qV4MqpfwKy777BOSF8n6nw2vAi03tHNl0/XRqZUyzVzY/+nMXOZVnEapWzdg==} + engines: {node: '>=4.5.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + dev: false + + /content/4.0.6: + resolution: {integrity: sha512-lR9ND3dXiMdmsE84K6l02rMdgiBVmtYWu1Vr/gfSGHcIcznBj2QxmSdUgDuNFOA+G9yrb1IIWkZ7aKtB6hDGyA==} + deprecated: This module has moved and is now available at @hapi/content. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + dev: false + + /convert-source-map/1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + dev: false + + /cookie-signature/1.0.6: + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + dev: false + + /cookie/0.4.2: + resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} + engines: {node: '>= 0.6'} + dev: false + + /cookie/0.5.0: + resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + engines: {node: '>= 0.6'} + dev: false + + /cookiejar/2.0.6: + resolution: {integrity: sha512-X9IsySmsr1heROBZCpyEYhqJyU7CXNJoVxIlQ5bBb7DskYUx0mQ+g2f7yPYajceZeGJWHQbIfGB6j0hywV/ARQ==} + dev: false + + /cookies/0.8.0: + resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==} + engines: {node: '>= 0.8'} + dependencies: + depd: 2.0.0 + keygrip: 1.1.0 + dev: false + + /copy-anything/2.0.6: + resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} + dependencies: + is-what: 3.14.1 + dev: false + + /copy-concurrently/1.0.5: + resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} + dependencies: + 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 + dev: false + + /copy-descriptor/0.1.1: + resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} + engines: {node: '>=0.10.0'} + dev: false + + /core-js-compat/3.31.1: + resolution: {integrity: sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA==} + dependencies: + browserslist: 4.21.9 + dev: false + + /core-js-pure/3.31.1: + resolution: {integrity: sha512-w+C62kvWti0EPs4KPMCMVv9DriHSXfQOCQ94bGGBiEW5rrbtt/Rz8n5Krhfw9cpFyzXBjf3DB3QnPdEzGDY4Fw==} + requiresBuild: true + dev: false + + /core-js/2.6.12: + resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} + deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. + requiresBuild: true + dev: false + + /core-js/3.31.1: + resolution: {integrity: sha512-2sKLtfq1eFST7l7v62zaqXacPc7uG8ZAya8ogijLhTtaKNcpzpB4TMoTw2Si+8GYKRwFPMMtUT0263QFWFfqyQ==} + requiresBuild: true + dev: false + + /core-util-is/1.0.2: + resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} + dev: false + + /core-util-is/1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: false + + /cors/2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} + dependencies: + object-assign: 4.1.1 + vary: 1.1.2 + dev: false + + /cosmiconfig/5.2.1: + resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} + engines: {node: '>=4'} + dependencies: + import-fresh: 2.0.0 + is-directory: 0.3.1 + js-yaml: 3.14.1 + parse-json: 4.0.0 + dev: false + + /create-require/1.1.1: + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + dev: false + + /cross-spawn/5.1.0: + resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} + dependencies: + lru-cache: 4.1.5 + shebang-command: 1.2.0 + which: 1.3.1 + dev: false + + /cross-spawn/6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + dependencies: + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.2 + shebang-command: 1.2.0 + which: 1.3.1 + dev: false + + /cross-spawn/7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: false + + /cryptiles/3.1.4: + resolution: {integrity: sha512-8I1sgZHfVwcSOY6mSGpVU3lw/GSIZvusg8dD2+OGehCJpOhQRLNcH0qb9upQnOH4XhgxxFJSg6E2kx95deb1Tw==} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + dev: false + + /cryptiles/4.1.3: + resolution: {integrity: sha512-gT9nyTMSUC1JnziQpPbxKGBbUg8VL7Zn2NB4E1cJYvuXdElHrwxrV9bmltZGDzet45zSDGyYceueke1TjynGzw==} + deprecated: This module has moved and is now available at @hapi/cryptiles. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + dev: false + + /crypto/1.0.1: + resolution: {integrity: sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==} + deprecated: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. + dev: false + + /css-blank-pseudo/0.1.4: + resolution: {integrity: sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + postcss: 7.0.39 + dev: false + + /css-color-names/0.0.4: + resolution: {integrity: sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==} + dev: false + + /css-declaration-sorter/4.0.1: + resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} + engines: {node: '>4'} + dependencies: + postcss: 7.0.39 + timsort: 0.3.0 + dev: false + + /css-has-pseudo/0.10.0: + resolution: {integrity: sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 5.0.0 + dev: false + + /css-loader/6.8.1_webpack@5.88.2: + resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.26 + postcss: 8.4.26 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.26 + postcss-modules-local-by-default: 4.0.3_postcss@8.4.26 + postcss-modules-scope: 3.0.0_postcss@8.4.26 + postcss-modules-values: 4.0.0_postcss@8.4.26 + postcss-value-parser: 4.2.0 + semver: 7.5.4 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /css-minimizer-webpack-plugin/1.3.0_webpack@5.88.2: + resolution: {integrity: sha512-jFa0Siplmfef4ndKglpVaduY47oHQwioAOEGK0f0vAX0s+vc+SmP6cCMoc+8Adau5600RnOEld5VVdC8CQau7w==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + cacache: 15.3.0 + cssnano: 4.1.11 + find-cache-dir: 3.3.2 + jest-worker: 26.6.2 + p-limit: 3.1.0 + schema-utils: 3.3.0 + serialize-javascript: 5.0.1 + source-map: 0.6.1 + webpack: 5.88.2_uglify-js@2.8.29 + webpack-sources: 1.4.3 + dev: false + + /css-modules-loader-core/1.1.0: + resolution: {integrity: sha512-XWOBwgy5nwBn76aA+6ybUGL/3JBnCtBX9Ay9/OWIpzKYWlVHMazvJ+WtHumfi+xxdPF440cWK7JCYtt8xDifew==} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.1 + postcss-modules-extract-imports: 1.1.0 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 + dev: false + + /css-prefers-color-scheme/3.1.1: + resolution: {integrity: sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + postcss: 7.0.39 + dev: false + + /css-select-base-adapter/0.1.1: + resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} + dev: false + + /css-select/2.1.0: + resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} + dependencies: + boolbase: 1.0.0 + css-what: 3.4.2 + domutils: 1.7.0 + nth-check: 1.0.2 + dev: false + + /css-select/4.3.0: + resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} + dependencies: + boolbase: 1.0.0 + css-what: 6.1.0 + domhandler: 4.3.1 + domutils: 2.8.0 + nth-check: 2.1.1 + dev: false + + /css-select/5.1.0: + resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + dependencies: + boolbase: 1.0.0 + css-what: 6.1.0 + domhandler: 5.0.3 + domutils: 3.1.0 + nth-check: 2.1.1 + dev: false + + /css-selector-tokenizer/0.7.3: + resolution: {integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==} + dependencies: + cssesc: 3.0.0 + fastparse: 1.1.2 + dev: false + + /css-tree/1.0.0-alpha.37: + resolution: {integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==} + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: 2.0.4 + source-map: 0.6.1 + dev: false + + /css-tree/1.1.3: + resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: 2.0.14 + source-map: 0.6.1 + dev: false + + /css-what/3.4.2: + resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} + engines: {node: '>= 6'} + dev: false + + /css-what/6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + engines: {node: '>= 6'} + dev: false + + /css/3.0.0: + resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} + dependencies: + inherits: 2.0.4 + source-map: 0.6.1 + source-map-resolve: 0.6.0 + dev: false + + /cssdb/4.4.0: + resolution: {integrity: sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==} + dev: false + + /cssesc/2.0.0: + resolution: {integrity: sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /cssesc/3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /cssnano-preset-default/4.0.8: + resolution: {integrity: sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==} + engines: {node: '>=6.9.0'} + dependencies: + css-declaration-sorter: 4.0.1 + cssnano-util-raw-cache: 4.0.1 + postcss: 7.0.39 + postcss-calc: 7.0.5 + postcss-colormin: 4.0.3 + postcss-convert-values: 4.0.1 + postcss-discard-comments: 4.0.2 + postcss-discard-duplicates: 4.0.2 + postcss-discard-empty: 4.0.1 + postcss-discard-overridden: 4.0.1 + postcss-merge-longhand: 4.0.11 + postcss-merge-rules: 4.0.3 + postcss-minify-font-values: 4.0.2 + postcss-minify-gradients: 4.0.2 + postcss-minify-params: 4.0.2 + postcss-minify-selectors: 4.0.2 + postcss-normalize-charset: 4.0.1 + postcss-normalize-display-values: 4.0.2 + postcss-normalize-positions: 4.0.2 + postcss-normalize-repeat-style: 4.0.2 + postcss-normalize-string: 4.0.2 + postcss-normalize-timing-functions: 4.0.2 + postcss-normalize-unicode: 4.0.1 + postcss-normalize-url: 4.0.1 + postcss-normalize-whitespace: 4.0.2 + postcss-ordered-values: 4.1.2 + postcss-reduce-initial: 4.0.3 + postcss-reduce-transforms: 4.0.2 + postcss-svgo: 4.0.3 + postcss-unique-selectors: 4.0.1 + dev: false + + /cssnano-util-get-arguments/4.0.0: + resolution: {integrity: sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==} + engines: {node: '>=6.9.0'} + dev: false + + /cssnano-util-get-match/4.0.0: + resolution: {integrity: sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==} + engines: {node: '>=6.9.0'} + dev: false + + /cssnano-util-raw-cache/4.0.1: + resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /cssnano-util-same-parent/4.0.1: + resolution: {integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==} + engines: {node: '>=6.9.0'} + dev: false + + /cssnano/4.1.11: + resolution: {integrity: sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==} + engines: {node: '>=6.9.0'} + dependencies: + cosmiconfig: 5.2.1 + cssnano-preset-default: 4.0.8 + is-resolvable: 1.1.0 + postcss: 7.0.39 + dev: false + + /csso/4.2.0: + resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} + engines: {node: '>=8.0.0'} + dependencies: + css-tree: 1.1.3 + dev: false + + /cssom/0.3.8: + resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} + dev: false + + /cssom/0.4.4: + resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} + dev: false + + /cssom/0.5.0: + resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} + dev: false + + /cssstyle/0.2.37: + resolution: {integrity: sha512-FUpKc+1FNBsHUr9IsfSGCovr8VuGOiiuzlgCyppKBjJi2jYTOFLN3oiiNRMIvYqbFzF38mqKj4BgcevzU5/kIA==} + dependencies: + cssom: 0.3.8 + dev: false + + /cssstyle/2.3.0: + resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} + engines: {node: '>=8'} + dependencies: + cssom: 0.3.8 + dev: false + + /csstype/3.1.2: + resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + dev: false + + /custom-event/1.0.1: + resolution: {integrity: sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==} + dev: false + + /cycle/1.0.3: + resolution: {integrity: sha512-TVF6svNzeQCOpjCqsy0/CSy8VgObG3wXusJ73xW2GbG5rGx7lC8zxDSURicsXI2UsGdi2L0QNRCi745/wUDvsA==} + engines: {node: '>=0.4.0'} + dev: false + + /cyclist/1.0.2: + resolution: {integrity: sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==} + dev: false + + /dashdash/1.14.1: + resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} + engines: {node: '>=0.10'} + dependencies: + assert-plus: 1.0.0 + dev: false + + /data-urls/1.1.0: + resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} + dependencies: + abab: 2.0.6 + whatwg-mimetype: 2.3.0 + whatwg-url: 7.1.0 + dev: false + + /data-urls/2.0.0: + resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} + engines: {node: '>=10'} + dependencies: + abab: 2.0.6 + whatwg-mimetype: 2.3.0 + whatwg-url: 8.7.0 + dev: false + + /data-urls/3.0.2: + resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} + engines: {node: '>=12'} + dependencies: + abab: 2.0.6 + whatwg-mimetype: 3.0.0 + whatwg-url: 11.0.0 + dev: false + + /date-format/4.0.14: + resolution: {integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==} + engines: {node: '>=4.0'} + dev: false + + /dateformat/4.6.3: + resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} + dev: false + + /debug/2.6.8: + resolution: {integrity: sha512-E22fsyWPt/lr4/UgQLt/pXqerGMDsanhbnmqIS3VAXuDi1v3IpiwXe2oncEIondHSBuPDWRoK/pMjlvi8FuOXQ==} + dependencies: + ms: 2.0.0 + dev: false + + /debug/2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + dependencies: + ms: 2.0.0 + dev: false + + /debug/3.1.0: + resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==} + dependencies: + ms: 2.0.0 + dev: false + + /debug/3.2.6: + resolution: {integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==} + deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) + dependencies: + ms: 2.1.3 + dev: false + + /debug/3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + dependencies: + ms: 2.1.3 + dev: false + + /debug/4.3.1_supports-color@8.1.1: + resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: false + + /debug/4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: false + + /debug/4.3.4_supports-color@8.1.1: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: false + + /decamelize/1.2.0: + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} + dev: false + + /decamelize/4.0.0: + resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} + engines: {node: '>=10'} + dev: false + + /decimal.js/10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + dev: false + + /decode-uri-component/0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} + engines: {node: '>=0.10'} + dev: false + + /deep-diff/0.3.8: + resolution: {integrity: sha512-yVn6RZmHiGnxRKR9sJb3iVV2XTF1Ghh2DiWRZ3dMnGc43yUdWWF/kX6lQyk3+P84iprfWKU/8zFTrlkvtFm1ug==} + dev: false + + /deep-eql/0.1.3: + resolution: {integrity: sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==} + dependencies: + type-detect: 0.1.1 + dev: false + + /deep-eql/3.0.1: + resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} + engines: {node: '>=0.12'} + dependencies: + type-detect: 4.0.8 + dev: false + + /deep-eql/4.1.3: + resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} + engines: {node: '>=6'} + dependencies: + type-detect: 4.0.8 + dev: false + + /deep-equal/1.0.1: + resolution: {integrity: sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==} + dev: false + + /deep-equal/2.2.2: + resolution: {integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==} + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.1 + is-arguments: 1.1.1 + is-array-buffer: 3.0.2 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + isarray: 2.0.5 + object-is: 1.1.5 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + side-channel: 1.0.4 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.11 + dev: false + + /deep-is/0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + dev: false + + /deepmerge/4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + dev: false + + /default-require-extensions/3.0.1: + resolution: {integrity: sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw==} + engines: {node: '>=8'} + dependencies: + strip-bom: 4.0.0 + dev: false + + /define-lazy-prop/2.0.0: + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} + dev: false + + /define-properties/1.2.0: + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + engines: {node: '>= 0.4'} + dependencies: + has-property-descriptors: 1.0.0 + object-keys: 1.1.1 + dev: false + + /define-property/0.2.5: + resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 0.1.6 + dev: false + + /define-property/1.0.0: + resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 1.0.2 + dev: false + + /define-property/2.0.2: + resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 1.0.2 + isobject: 3.0.1 + dev: false + + /delayed-stream/1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + dev: false + + /delegates/1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + dev: false + + /depd/1.1.2: + resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} + engines: {node: '>= 0.6'} + dev: false + + /depd/2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + dev: false + + /destroy/1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dev: false + + /detect-indent/4.0.0: + resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} + engines: {node: '>=0.10.0'} + dependencies: + repeating: 2.0.1 + dev: false + + /detect-newline/3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} + dev: false + + /detect-node/2.1.0: + resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + dev: false + + /di/0.0.1: + resolution: {integrity: sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==} + dev: false + + /diff-sequences/26.6.2: + resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} + engines: {node: '>= 10.14.2'} + dev: false + + /diff/3.2.0: + resolution: {integrity: sha512-597ykPFhtJYaXqPq6fF7Vl1fXTKgPdLOntyxpmdzUOKiYGqK7zcnbplj5088+8qJnWdzXhyeau5iVr8HVo9dgg==} + engines: {node: '>=0.3.1'} + dev: false + + /diff/3.3.1: + resolution: {integrity: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==} + engines: {node: '>=0.3.1'} + dev: false + + /diff/3.5.0: + resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} + engines: {node: '>=0.3.1'} + dev: false + + /diff/4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + dev: false + + /diff/5.0.0: + resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==} + engines: {node: '>=0.3.1'} + dev: false + + /diff/5.1.0: + resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} + engines: {node: '>=0.3.1'} + dev: false + + /dir-glob/3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + dependencies: + path-type: 4.0.0 + dev: false + + /discontinuous-range/1.0.0: + resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} + dev: false + + /docopt/0.6.2: + resolution: {integrity: sha512-NqTbaYeE4gA/wU1hdKFdU+AFahpDOpgGLzHP42k6H6DKExJd0A55KEVWYhL9FEmHmgeLvEU2vuKXDuU+4yToOw==} + engines: {node: '>=0.10.0'} + dev: false + + /doctrine/2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + dependencies: + esutils: 2.0.3 + dev: false + + /doctrine/3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + dependencies: + esutils: 2.0.3 + dev: false + + /dom-accessibility-api/0.5.16: + resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} + dev: false + + /dom-converter/0.2.0: + resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} + dependencies: + utila: 0.4.0 + dev: false + + /dom-serialize/2.2.1: + resolution: {integrity: sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==} + dependencies: + custom-event: 1.0.1 + ent: 2.2.0 + extend: 3.0.2 + void-elements: 2.0.1 + dev: false + + /dom-serializer/0.2.2: + resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} + dependencies: + domelementtype: 2.3.0 + entities: 2.2.0 + dev: false + + /dom-serializer/1.4.1: + resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} + dependencies: + domelementtype: 2.3.0 + domhandler: 4.3.1 + entities: 2.2.0 + dev: false + + /dom-serializer/2.0.0: + resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + entities: 4.5.0 + dev: false + + /domelementtype/1.3.1: + resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} + dev: false + + /domelementtype/2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + dev: false + + /domexception/1.0.1: + resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} + dependencies: + webidl-conversions: 4.0.2 + dev: false + + /domexception/2.0.1: + resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} + engines: {node: '>=8'} + dependencies: + webidl-conversions: 5.0.0 + dev: false + + /domexception/4.0.0: + resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} + engines: {node: '>=12'} + dependencies: + webidl-conversions: 7.0.0 + dev: false + + /domhandler/4.3.1: + resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.3.0 + dev: false + + /domhandler/5.0.3: + resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.3.0 + dev: false + + /domutils/1.7.0: + resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} + dependencies: + dom-serializer: 0.2.2 + domelementtype: 1.3.1 + dev: false + + /domutils/2.8.0: + resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} + dependencies: + dom-serializer: 1.4.1 + domelementtype: 2.3.0 + domhandler: 4.3.1 + dev: false + + /domutils/3.1.0: + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + dependencies: + dom-serializer: 2.0.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + dev: false + + /dot-case/3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.0 + dev: false + + /dot-prop/5.3.0: + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} + dependencies: + is-obj: 2.0.0 + dev: false + + /duplexer/0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + dev: false + + /duplexify/3.7.1: + resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} + dependencies: + end-of-stream: 1.4.4 + inherits: 2.0.4 + readable-stream: 2.3.8 + stream-shift: 1.0.1 + dev: false + + /eastasianwidth/0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: false + + /ecc-jsbn/0.1.2: + resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} + dependencies: + jsbn: 0.1.1 + safer-buffer: 2.1.2 + dev: false + + /ee-first/1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + dev: false + + /ejs/2.7.4: + resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} + engines: {node: '>=0.10.0'} + requiresBuild: true + dev: false + + /electrode-archetype-njs-module-dev/2.3.2: + resolution: {integrity: sha512-9hi4x1s5SRdZexHQiOxRmukTDaWKeyQoDSZcfa2l0N0b5IPpKFSCv1pPczUHT32+f6OOG6Tfk0aCQWZ6yHdSKw==} + dependencies: + babel-eslint: 7.2.3 + chai: 3.5.0 + eslint: 4.19.1 + eslint-config-walmart: 1.2.4 + eslint-plugin-filenames: 1.3.2_eslint@4.19.1 + mocha: 3.5.3 + nyc: 11.9.0 + sinon: 1.17.7 + sinon-chai: 2.14.0_chai@3.5.0+sinon@1.17.7 + xclap: 0.2.53 + xsh: 0.4.5 + dev: false + + /electrode-archetype-njs-module-dev/3.0.3: + resolution: {integrity: sha512-WdWMHZjQWzDTstOCQy+gPNqNhXd3CJ58TMmVxIFsYNVhiyxnZjrTXea0g7+JHNk/CqhfQR5lozGTS1dqU1Xtfw==} + dependencies: + babel-eslint: 8.2.6 + chai: 4.3.7 + eslint: 4.19.1 + eslint-config-walmart: 1.2.4 + eslint-plugin-filenames: 1.3.2_eslint@4.19.1 + mocha: 4.1.0 + nyc: 11.9.0 + sinon: 4.5.0 + sinon-chai: 2.14.0_chai@4.3.7+sinon@4.5.0 + unwrap-npm-cmd: 1.1.1 + xclap: 0.2.53 + xsh: 0.4.5 + dev: false + + /electrode-confippet/1.7.1: + resolution: {integrity: sha512-7zdZ7DAiqu5r2ng/Ze4FaDzoY4ca//WJJk3Z8gg7Wa2o85PifGU8sIkc7K8kVKO+6A31RMaAQkZmuny9udkl1A==} + engines: {node: '>= 4.2.2'} + dependencies: + js-yaml: 3.14.1 + lodash: 4.17.21 + tslib: 2.6.0 + dev: false + + /electrode-hapi-compat/1.3.3: + resolution: {integrity: sha512-cvpUs0csNP5NI4V3w6wbApUTRDlFb2gV11pjTmuDHc86QKQJb6YOhYHb9wT2Cp4+5bJost7p1jtCgz7m4TY1LA==} + dev: false + + /electrode-server/1.9.0: + resolution: {integrity: sha512-+l2Gbd4D7J4PmQ04ZSQc+OjkWQmKoBjHH0S/6BIlmGLH1RufMD5c6w65IGi27PX8J4ZxYeuKkMxXYSVVDsQPVg==} + engines: {node: '>= 4.2.2'} + dependencies: + async-eventemitter: 0.2.4 + bluebird: 3.7.2 + chalk: 4.1.2 + electrode-confippet: 1.7.1 + hapi: 16.7.0 + lodash: 4.17.21 + require-at: 1.0.6 + dev: false + + /electrode-server/2.5.0: + resolution: {integrity: sha512-zUqnUZMq8nrgaxmoTmfb85aCPyUgugyrucBhhllE5XGA16y/vjvCpc2Gtb4T0imdt81NEXWXyiT0+JgAt/gG9g==} + engines: {node: '>= 4.2.2'} + dependencies: + async-eventemitter: 0.2.4 + bluebird: 3.7.2 + chalk: 4.1.2 + electrode-confippet: 1.7.1 + hapi: 17.8.5 + lodash: 4.17.21 + require-at: 1.0.6 + dev: false + + /electrode-server/3.3.0: + resolution: {integrity: sha512-sK5i9IpiGO8CcZ0np4d68EUIkiRC9RrUmQ5VPMa9XBKPeMdp8Z6e1hipzf1xjLO9ZttspVzgPIFNN7vo4unUCw==} + engines: {node: '>= 4.2.2'} + dependencies: + '@hapi/hapi': 18.4.1 + async-eventemitter: 0.2.4 + chalk: 4.1.2 + electrode-confippet: 1.7.1 + lodash: 4.17.21 + require-at: 1.0.6 + xaa: 1.7.3 + dev: false + + /electron-to-chromium/1.4.463: + resolution: {integrity: sha512-fT3hvdUWLjDbaTGzyOjng/CQhQJSQP8ThO3XZAoaxHvHo2kUXiRQVMj9M235l8uDFiNPsPa6KHT1p3RaR6ugRw==} + dev: false + + /emittery/0.7.2: + resolution: {integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==} + engines: {node: '>=10'} + dev: false + + /emoji-regex/7.0.3: + resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} + dev: false + + /emoji-regex/8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + dev: false + + /emoji-regex/9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + dev: false + + /emojis-list/2.1.0: + resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==} + engines: {node: '>= 0.10'} + dev: false + + /emojis-list/3.0.0: + resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} + engines: {node: '>= 4'} + dev: false + + /enabled/2.0.0: + resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} + dev: false + + /encodeurl/1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + dev: false + + /end-of-stream/1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + dependencies: + once: 1.4.0 + dev: false + + /engine.io-parser/5.1.0: + resolution: {integrity: sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w==} + engines: {node: '>=10.0.0'} + dev: false + + /engine.io/6.5.1: + resolution: {integrity: sha512-mGqhI+D7YxS9KJMppR6Iuo37Ed3abhU8NdfgSvJSDUafQutrN+sPTncJYTyM9+tkhSmWodKtVYGPPHyXJEwEQA==} + engines: {node: '>=10.0.0'} + dependencies: + '@types/cookie': 0.4.1 + '@types/cors': 2.8.13 + '@types/node': 20.4.2 + accepts: 1.3.8 + base64id: 2.0.0 + cookie: 0.4.2 + cors: 2.8.5 + debug: 4.3.4 + engine.io-parser: 5.1.0 + ws: 8.11.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /enhanced-resolve/5.15.0: + resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + dev: false + + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.3 + dev: false + + /ent/2.2.0: + resolution: {integrity: sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==} + dev: false + + /entities/2.2.0: + resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + dev: false + + /entities/4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + dev: false + + /envinfo/7.10.0: + resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /enzyme-adapter-react-16/1.15.7_enzyme@3.11.0: + resolution: {integrity: sha512-LtjKgvlTc/H7adyQcj+aq0P0H07LDL480WQl1gU512IUyaDo/sbOaNDdZsJXYW2XaoPqrLLE9KbZS+X2z6BASw==} + peerDependencies: + enzyme: ^3.0.0 + react: ^16.0.0-0 + react-dom: ^16.0.0-0 + dependencies: + enzyme: 3.11.0 + enzyme-adapter-utils: 1.14.1 + enzyme-shallow-equal: 1.0.5 + has: 1.0.3 + object.assign: 4.1.4 + object.values: 1.1.6 + prop-types: 15.8.1 + react-is: 16.13.1 + react-test-renderer: 16.14.0 + semver: 5.7.2 + dev: false + + /enzyme-adapter-utils/1.14.1: + resolution: {integrity: sha512-JZgMPF1QOI7IzBj24EZoDpaeG/p8Os7WeBZWTJydpsH7JRStc7jYbHE4CmNQaLqazaGFyLM8ALWA3IIZvxW3PQ==} + peerDependencies: + react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 + dependencies: + airbnb-prop-types: 2.16.0 + function.prototype.name: 1.1.5 + has: 1.0.3 + object.assign: 4.1.4 + object.fromentries: 2.0.6 + prop-types: 15.8.1 + semver: 5.7.2 + dev: false + + /enzyme-shallow-equal/1.0.5: + resolution: {integrity: sha512-i6cwm7hN630JXenxxJFBKzgLC3hMTafFQXflvzHgPmDhOBhxUWDe8AeRv1qp2/uWJ2Y8z5yLWMzmAfkTOiOCZg==} + dependencies: + has: 1.0.3 + object-is: 1.1.5 + dev: false + + /enzyme/3.11.0: + resolution: {integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==} + dependencies: + array.prototype.flat: 1.3.1 + cheerio: 1.0.0-rc.12 + enzyme-shallow-equal: 1.0.5 + function.prototype.name: 1.1.5 + has: 1.0.3 + html-element-map: 1.3.1 + is-boolean-object: 1.1.2 + is-callable: 1.2.7 + is-number-object: 1.0.7 + is-regex: 1.1.4 + is-string: 1.0.7 + is-subset: 0.1.1 + lodash.escape: 4.0.1 + lodash.isequal: 4.5.0 + object-inspect: 1.12.3 + object-is: 1.1.5 + object.assign: 4.1.4 + object.entries: 1.1.6 + object.values: 1.1.6 + raf: 3.4.1 + rst-selector-parser: 2.2.3 + string.prototype.trim: 1.2.7 + dev: false + + /errno/0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + dependencies: + prr: 1.0.1 + dev: false + + /error-ex/1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 + dev: false + + /es-abstract/1.22.1: + resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + arraybuffer.prototype.slice: 1.0.1 + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.2.1 + get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + is-array-buffer: 3.0.2 + 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-typed-array: 1.1.12 + is-weakref: 1.0.2 + object-inspect: 1.12.3 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + safe-array-concat: 1.0.0 + safe-regex-test: 1.0.0 + string.prototype.trim: 1.2.7 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 + typed-array-buffer: 1.0.0 + typed-array-byte-length: 1.0.0 + typed-array-byte-offset: 1.0.0 + typed-array-length: 1.0.4 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.11 + dev: false + + /es-array-method-boxes-properly/1.0.0: + resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} + dev: false + + /es-get-iterator/1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + 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 + stop-iteration-iterator: 1.0.0 + dev: false + + /es-module-lexer/1.3.0: + resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} + dev: false + + /es-set-tostringtag/2.0.1: + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + has-tostringtag: 1.0.0 + dev: false + + /es-shim-unscopables/1.0.0: + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + dependencies: + has: 1.0.3 + dev: false + + /es-to-primitive/1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + dev: false + + /es6-error/4.1.1: + resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} + dev: false + + /es6-promise/3.3.1: + resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==} + dev: false + + /escalade/3.1.1: + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} + dev: false + + /escape-html/1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + dev: false + + /escape-string-regexp/1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + dev: false + + /escape-string-regexp/2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + dev: false + + /escape-string-regexp/4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + dev: false + + /escodegen/1.14.3: + resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} + engines: {node: '>=4.0'} + hasBin: true + dependencies: + esprima: 4.0.1 + estraverse: 4.3.0 + esutils: 2.0.3 + optionator: 0.8.3 + optionalDependencies: + source-map: 0.6.1 + dev: false + + /escodegen/1.8.1: + resolution: {integrity: sha512-yhi5S+mNTOuRvyW4gWlg5W1byMaQGWWSYHXsuFZ7GBo7tpyOwi2EdzMP/QWxh9hwkD2m+wDVHJsxhRIj+v/b/A==} + engines: {node: '>=0.12.0'} + hasBin: true + dependencies: + esprima: 2.7.3 + estraverse: 1.9.3 + esutils: 2.0.3 + optionator: 0.8.3 + optionalDependencies: + source-map: 0.2.0 + dev: false + + /escodegen/2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} + engines: {node: '>=6.0'} + hasBin: true + dependencies: + esprima: 4.0.1 + estraverse: 5.3.0 + esutils: 2.0.3 + optionalDependencies: + source-map: 0.6.1 + dev: false + + /eslint-config-prettier/2.10.0: + resolution: {integrity: sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA==} + hasBin: true + peerDependencies: + eslint: '>=3.14.1' + dependencies: + get-stdin: 5.0.1 + dev: false + + /eslint-config-walmart/1.2.4: + resolution: {integrity: sha512-VK/G03Z9XFUAFT8quBAhPRN8w4zMr30xuzxI32tNi5RX5DGooq4tRwOIKWtQWQfUv0kCdHLDNmsktX6IjBU3GQ==} + engines: {node: '>= 0.10.0'} + dev: false + + /eslint-config-walmart/2.2.1: + resolution: {integrity: sha512-0z0rXi8DbqSJanJq5lKnDuKBs4hMsx9Qp3Ksl9QWYzvqG/8ibzbraGKDy3b44JD3ZZEbBig3BvpWXP9Sw0E+3A==} + engines: {node: '>= 0.10.0'} + dev: false + + /eslint-plugin-filenames/1.3.2_eslint@4.19.1: + resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} + peerDependencies: + eslint: '*' + dependencies: + eslint: 4.19.1 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + lodash.snakecase: 4.1.1 + lodash.upperfirst: 4.3.1 + dev: false + + /eslint-plugin-filenames/1.3.2_eslint@6.8.0: + resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} + peerDependencies: + eslint: '*' + dependencies: + eslint: 6.8.0 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + lodash.snakecase: 4.1.1 + lodash.upperfirst: 4.3.1 + dev: false + + /eslint-plugin-filenames/1.3.2_eslint@7.32.0: + resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} + peerDependencies: + eslint: '*' + dependencies: + eslint: 7.32.0 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + lodash.snakecase: 4.1.1 + lodash.upperfirst: 4.3.1 + dev: false + + /eslint-plugin-filenames/1.3.2_eslint@8.45.0: + resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} + peerDependencies: + eslint: '*' + dependencies: + eslint: 8.45.0 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + lodash.snakecase: 4.1.1 + lodash.upperfirst: 4.3.1 + dev: false + + /eslint-plugin-flowtype/5.10.0: + resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^7.1.0 + dependencies: + lodash: 4.17.21 + string-natural-compare: 3.0.1 + dev: false + + /eslint-plugin-flowtype/5.10.0_eslint@7.32.0: + resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^7.1.0 + dependencies: + eslint: 7.32.0 + lodash: 4.17.21 + string-natural-compare: 3.0.1 + dev: false + + /eslint-plugin-jest/23.20.0: + resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==} + engines: {node: '>=8'} + peerDependencies: + eslint: '>=5' + dependencies: + '@typescript-eslint/experimental-utils': 2.34.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /eslint-plugin-jsdoc/30.7.13_eslint@6.8.0: + resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + comment-parser: 0.7.6 + debug: 4.3.4 + eslint: 6.8.0 + jsdoctypeparser: 9.0.0 + lodash: 4.17.21 + regextras: 0.7.1 + semver: 7.5.4 + spdx-expression-parse: 3.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint-plugin-jsdoc/30.7.13_eslint@7.32.0: + resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + comment-parser: 0.7.6 + debug: 4.3.4 + eslint: 7.32.0 + jsdoctypeparser: 9.0.0 + lodash: 4.17.21 + regextras: 0.7.1 + semver: 7.5.4 + spdx-expression-parse: 3.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint-plugin-jsdoc/30.7.13_eslint@8.45.0: + resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + comment-parser: 0.7.6 + debug: 4.3.4 + eslint: 8.45.0 + jsdoctypeparser: 9.0.0 + lodash: 4.17.21 + regextras: 0.7.1 + semver: 7.5.4 + spdx-expression-parse: 3.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint-plugin-jsdoc/32.3.4_eslint@7.32.0: + resolution: {integrity: sha512-xSWfsYvffXnN0OkwLnB7MoDDDDjqcp46W7YlY1j7JyfAQBQ+WnGCfLov3gVNZjUGtK9Otj8mEhTZTqJu4QtIGA==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + comment-parser: 1.1.5 + debug: 4.3.4 + eslint: 7.32.0 + jsdoctypeparser: 9.0.0 + lodash: 4.17.21 + regextras: 0.7.1 + semver: 7.5.4 + spdx-expression-parse: 3.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint-plugin-mocha/8.2.0: + resolution: {integrity: sha512-8oOR47Ejt+YJPNQzedbiklDqS1zurEaNrxXpRs+Uk4DMDPVmKNagShFeUaYsfvWP55AhI+P1non5QZAHV6K78A==} + engines: {node: '>=10.0.0'} + peerDependencies: + eslint: '>=7.0.0' + dependencies: + eslint-utils: 2.1.0 + ramda: 0.27.2 + dev: false + + /eslint-plugin-mocha/8.2.0_eslint@7.32.0: + resolution: {integrity: sha512-8oOR47Ejt+YJPNQzedbiklDqS1zurEaNrxXpRs+Uk4DMDPVmKNagShFeUaYsfvWP55AhI+P1non5QZAHV6K78A==} + engines: {node: '>=10.0.0'} + peerDependencies: + eslint: '>=7.0.0' + dependencies: + eslint: 7.32.0 + eslint-utils: 2.1.0 + ramda: 0.27.2 + dev: false + + /eslint-plugin-react/7.32.2: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 + doctrine: 2.1.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.4 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.1 + string.prototype.matchall: 4.0.8 + dev: false + + /eslint-plugin-react/7.32.2_eslint@7.32.0: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 + doctrine: 2.1.0 + eslint: 7.32.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.4 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.1 + string.prototype.matchall: 4.0.8 + dev: false + + /eslint-plugin-tsdoc/0.2.17: + resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + dependencies: + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 + dev: false + + /eslint-scope/3.7.1: + resolution: {integrity: sha512-ivpbtpUgg9SJS4TLjK7KdcDhqc/E3CGItsvQbBNLkNGUeMhd5qnJcryba/brESS+dg3vrLqPuc/UcS7jRJdN5A==} + engines: {node: '>=4.0.0'} + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: false + + /eslint-scope/3.7.3: + resolution: {integrity: sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==} + engines: {node: '>=4.0.0'} + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: false + + /eslint-scope/5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: false + + /eslint-scope/7.2.1: + resolution: {integrity: sha512-CvefSOsDdaYYvxChovdrPo/ZGt8d5lrJWleAc1diXRKhHGiTYEI26cvo8Kle/wGnsizoCJjK73FMg1/IkIwiNA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + dev: false + + /eslint-utils/1.4.3: + resolution: {integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==} + engines: {node: '>=6'} + dependencies: + eslint-visitor-keys: 1.3.0 + dev: false + + /eslint-utils/2.1.0: + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} + dependencies: + eslint-visitor-keys: 1.3.0 + dev: false + + /eslint-utils/3.0.0_eslint@7.32.0: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + dependencies: + eslint: 7.32.0 + eslint-visitor-keys: 2.1.0 + dev: false + + /eslint-visitor-keys/1.3.0: + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} + dev: false + + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} + dev: false + + /eslint-visitor-keys/3.4.1: + resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + + /eslint/4.19.1: + resolution: {integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==} + engines: {node: '>=4'} + hasBin: true + dependencies: + ajv: 5.5.2 + babel-code-frame: 6.26.0 + chalk: 2.4.2 + concat-stream: 1.6.2 + cross-spawn: 5.1.0 + debug: 3.2.7 + doctrine: 2.1.0 + eslint-scope: 3.7.3 + eslint-visitor-keys: 1.3.0 + espree: 3.5.4 + esquery: 1.5.0 + esutils: 2.0.3 + file-entry-cache: 2.0.0 + functional-red-black-tree: 1.0.1 + glob: 7.2.3 + globals: 11.12.0 + ignore: 3.3.10 + imurmurhash: 0.1.4 + inquirer: 3.3.0 + is-resolvable: 1.1.0 + js-yaml: 3.14.1 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.3.0 + lodash: 4.17.21 + minimatch: 3.1.2 + mkdirp: 0.5.6 + natural-compare: 1.4.0 + optionator: 0.8.3 + path-is-inside: 1.0.2 + pluralize: 7.0.0 + progress: 2.0.3 + regexpp: 1.1.0 + require-uncached: 1.0.3 + semver: 5.7.2 + strip-ansi: 4.0.0 + strip-json-comments: 2.0.1 + table: 4.0.2 + text-table: 0.2.0 + dev: false + + /eslint/6.8.0: + resolution: {integrity: sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + hasBin: true + dependencies: + '@babel/code-frame': 7.22.5 + ajv: 6.12.6 + chalk: 2.4.2 + cross-spawn: 6.0.5 + debug: 4.3.4 + doctrine: 3.0.0 + eslint-scope: 5.1.1 + eslint-utils: 1.4.3 + eslint-visitor-keys: 1.3.0 + espree: 6.2.1 + esquery: 1.5.0 + esutils: 2.0.3 + file-entry-cache: 5.0.1 + functional-red-black-tree: 1.0.1 + glob-parent: 5.1.2 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + inquirer: 7.3.3 + is-glob: 4.0.3 + js-yaml: 3.14.1 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.3.0 + lodash: 4.17.21 + minimatch: 3.1.2 + mkdirp: 0.5.6 + natural-compare: 1.4.0 + optionator: 0.8.3 + progress: 2.0.3 + regexpp: 2.0.1 + semver: 6.3.1 + strip-ansi: 5.2.0 + strip-json-comments: 3.1.1 + table: 5.4.6 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint/7.32.0: + resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} + engines: {node: ^10.12.0 || >=12.0.0} + hasBin: true + dependencies: + '@babel/code-frame': 7.12.11 + '@eslint/eslintrc': 0.4.3 + '@humanwhocodes/config-array': 0.5.0 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + enquirer: 2.3.6 + escape-string-regexp: 4.0.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + eslint-visitor-keys: 2.1.0 + espree: 7.3.1 + esquery: 1.5.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + functional-red-black-tree: 1.0.1 + glob-parent: 5.1.2 + globals: 13.20.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + js-yaml: 3.14.1 + 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.3 + progress: 2.0.3 + regexpp: 3.2.0 + semver: 7.5.4 + strip-ansi: 6.0.1 + strip-json-comments: 3.1.1 + table: 6.8.1 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - supports-color + dev: false + + /eslint/8.45.0: + resolution: {integrity: sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + dependencies: + '@eslint-community/eslint-utils': 4.4.0_eslint@8.45.0 + '@eslint-community/regexpp': 4.5.1 + '@eslint/eslintrc': 2.1.0 + '@eslint/js': 8.44.0 + '@humanwhocodes/config-array': 0.11.10 + '@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.2.1 + eslint-visitor-keys: 3.4.1 + espree: 9.6.1 + esquery: 1.5.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.20.0 + graphemer: 1.4.0 + ignore: 5.2.4 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + 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.3 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + dev: false + + /espree/3.5.4: + resolution: {integrity: sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==} + engines: {node: '>=0.10.0'} + dependencies: + acorn: 5.7.4 + acorn-jsx: 3.0.1 + dev: false + + /espree/6.2.1: + resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==} + engines: {node: '>=6.0.0'} + dependencies: + acorn: 7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 + eslint-visitor-keys: 1.3.0 + dev: false + + /espree/7.3.1: + resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + acorn: 7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 + eslint-visitor-keys: 1.3.0 + dev: false + + /espree/9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.10.0 + acorn-jsx: 5.3.2_acorn@8.10.0 + eslint-visitor-keys: 3.4.1 + dev: false + + /esprima/2.7.3: + resolution: {integrity: sha512-OarPfz0lFCiW4/AV2Oy1Rp9qu0iusTKqykwTspGCZtPxmF81JR4MmIebvF1F9+UOKth2ZubLQ4XGGaU+hSn99A==} + engines: {node: '>=0.10.0'} + hasBin: true + dev: false + + /esprima/4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /esquery/1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} + dependencies: + estraverse: 5.3.0 + dev: false + + /esrecurse/4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + dependencies: + estraverse: 5.3.0 + dev: false + + /estraverse/1.9.3: + resolution: {integrity: sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==} + engines: {node: '>=0.10.0'} + dev: false + + /estraverse/4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + dev: false + + /estraverse/5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + dev: false + + /esutils/2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: false + + /etag/1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + dev: false + + /eventemitter3/4.0.7: + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + dev: false + + /events/3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + dev: false + + /exec-sh/0.3.6: + resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} + dev: false + + /execa/1.0.0: + resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} + engines: {node: '>=6'} + dependencies: + 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 + dev: false + + /execa/4.1.0: + resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} + engines: {node: '>=10'} + dependencies: + 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 + dev: false + + /execa/5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + dependencies: + 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 + dev: false + + /exit/0.1.2: + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} + engines: {node: '>= 0.8.0'} + dev: false + + /expand-brackets/0.1.5: + resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} + engines: {node: '>=0.10.0'} + dependencies: + is-posix-bracket: 0.1.1 + dev: false + optional: true + + /expand-brackets/2.1.4: + resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /expand-range/1.8.2: + resolution: {integrity: sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==} + engines: {node: '>=0.10.0'} + dependencies: + fill-range: 2.2.4 + dev: false + optional: true + + /expect/26.6.2: + resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@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 + dev: false + + /express/4.18.2: + resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} + engines: {node: '>= 0.10.0'} + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.1 + content-disposition: 0.5.4 + content-type: 1.0.5 + 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 + dev: false + + /extend-shallow/2.0.1: + resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} + engines: {node: '>=0.10.0'} + dependencies: + is-extendable: 0.1.1 + dev: false + + /extend-shallow/3.0.2: + resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} + engines: {node: '>=0.10.0'} + dependencies: + assign-symbols: 1.0.0 + is-extendable: 1.0.1 + dev: false + + /extend/3.0.0: + resolution: {integrity: sha512-5mYyg57hpD+sFaJmgNL9BidQ5C7dmJE3U5vzlRWbuqG+8dytvYEoxvKs6Tj5cm3LpMsFvRt20qz1ckezmsOUgQ==} + dev: false + + /extend/3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + dev: false + + /external-editor/2.2.0: + resolution: {integrity: sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==} + engines: {node: '>=0.12'} + dependencies: + chardet: 0.4.2 + iconv-lite: 0.4.24 + tmp: 0.0.33 + dev: false + + /external-editor/3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + dependencies: + chardet: 0.7.0 + iconv-lite: 0.4.24 + tmp: 0.0.33 + dev: false + + /extglob/0.3.2: + resolution: {integrity: sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 1.0.0 + dev: false + optional: true + + /extglob/2.0.4: + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /extsprintf/1.3.0: + resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} + engines: {'0': node >=0.6.0} + dev: false + + /eyes/0.1.8: + resolution: {integrity: sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==} + engines: {node: '> 0.1.90'} + dev: false + + /fast-async/7.0.6: + resolution: {integrity: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg==} + dependencies: + '@babel/generator': 7.22.9 + '@babel/helper-module-imports': 7.22.5 + babylon: 7.0.0-beta.47 + nodent-runtime: 3.2.1 + nodent-transform: 3.2.9 + dev: false + + /fast-content-type-parse/1.0.0: + resolution: {integrity: sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==} + dev: false + + /fast-decode-uri-component/1.0.1: + resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} + dev: false + + /fast-deep-equal/1.1.0: + resolution: {integrity: sha512-fueX787WZKCV0Is4/T2cyAdM4+x1S3MXXOAhavE1ys/W42SHAPacLTQhucja22QBYrfGw50M2sRiXPtTGv9Ymw==} + dev: false + + /fast-deep-equal/3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + dev: false + + /fast-glob/3.3.0: + resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} + engines: {node: '>=8.6.0'} + dependencies: + '@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 + dev: false + + /fast-json-stable-stringify/2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: false + + /fast-json-stringify/1.21.0: + resolution: {integrity: sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA==} + dependencies: + ajv: 6.12.6 + deepmerge: 4.3.1 + string-similarity: 4.0.4 + dev: false + + /fast-json-stringify/2.7.13: + resolution: {integrity: sha512-ar+hQ4+OIurUGjSJD1anvYSDcUflywhKjfxnsW4TBTD7+u0tJufv6DKRWoQk3vI6YBOWMoz0TQtfbe7dxbQmvA==} + engines: {node: '>= 10.0.0'} + dependencies: + ajv: 6.12.6 + deepmerge: 4.3.1 + rfdc: 1.3.0 + string-similarity: 4.0.4 + dev: false + + /fast-levenshtein/2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + dev: false + + /fast-redact/2.1.0: + resolution: {integrity: sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A==} + engines: {node: '>=6'} + dev: false + + /fast-redact/3.2.0: + resolution: {integrity: sha512-zaTadChr+NekyzallAMXATXLOR8MNx3zqpZ0MUF2aGf4EathnG0f32VLODNlY8IuGY3HoRO2L6/6fSzNsLaHIw==} + engines: {node: '>=6'} + dev: false + + /fast-safe-stringify/2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + dev: false + + /fastest-levenshtein/1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + dev: false + + /fastify-plugin/1.6.1: + resolution: {integrity: sha512-APBcb27s+MjaBIerFirYmBLatoPCgmHZM6XP0K+nDL9k0yX8NJPWDY1RAC3bh6z+AB5ULS2j31BUfLMT3uaZ4A==} + dependencies: + semver: 6.3.1 + dev: false + + /fastify-plugin/3.0.1: + resolution: {integrity: sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==} + dev: false + + /fastify/2.15.3: + resolution: {integrity: sha512-2O+A9SjHpbH/SgDDMA+xIznhx/rDeNuwPIiZSFVU7fwOiiFfQjHmfu21jp22wMmsZ5PYKYFR+pze2TzoAUmOtw==} + engines: {node: '>=6'} + dependencies: + abstract-logging: 2.0.1 + ajv: 6.12.6 + avvio: 6.5.0 + fast-json-stringify: 1.21.0 + find-my-way: 2.2.5 + flatstr: 1.0.12 + light-my-request: 3.8.0 + middie: 4.1.0 + pino: 5.17.0 + proxy-addr: 2.0.7 + readable-stream: 3.6.2 + rfdc: 1.3.0 + secure-json-parse: 2.7.0 + tiny-lru: 7.0.6 + transitivePeerDependencies: + - supports-color + dev: false + + /fastify/3.29.5: + resolution: {integrity: sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw==} + dependencies: + '@fastify/ajv-compiler': 1.1.0 + '@fastify/error': 2.0.0 + abstract-logging: 2.0.1 + avvio: 7.2.5 + fast-content-type-parse: 1.0.0 + fast-json-stringify: 2.7.13 + find-my-way: 4.5.1 + flatstr: 1.0.12 + light-my-request: 4.12.0 + pino: 6.14.0 + process-warning: 1.0.0 + proxy-addr: 2.0.7 + rfdc: 1.3.0 + secure-json-parse: 2.7.0 + semver: 7.5.4 + tiny-lru: 8.0.2 + transitivePeerDependencies: + - supports-color + dev: false + + /fastparse/1.1.2: + resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} + dev: false + + /fastq/1.15.0: + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + dependencies: + reusify: 1.0.4 + dev: false + + /fb-watchman/2.0.2: + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} + dependencies: + bser: 2.1.1 + dev: false + + /fecha/4.2.3: + resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} + dev: false + + /figgy-pudding/3.5.2: + resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} + dev: false + + /figures/2.0.0: + resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} + engines: {node: '>=4'} + dependencies: + escape-string-regexp: 1.0.5 + dev: false + + /figures/3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 1.0.5 + dev: false + + /file-entry-cache/2.0.0: + resolution: {integrity: sha512-uXP/zGzxxFvFfcZGgBIwotm+Tdc55ddPAzF7iHshP4YGaXMww7rSF9peD9D1sui5ebONg5UobsZv+FfgEpGv/w==} + engines: {node: '>=0.10.0'} + dependencies: + flat-cache: 1.3.4 + object-assign: 4.1.1 + dev: false + + /file-entry-cache/5.0.1: + resolution: {integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==} + engines: {node: '>=4'} + dependencies: + flat-cache: 2.0.1 + dev: false + + /file-entry-cache/6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flat-cache: 3.0.4 + dev: false + + /file-loader/6.2.0_webpack@5.88.2: + resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /file-uri-to-path/1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + dev: false + optional: true + + /filename-regex/2.0.1: + resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /filesize/3.6.1: + resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} + engines: {node: '>= 0.4.0'} + dev: false + + /fill-range/2.2.4: + resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 2.1.0 + isobject: 2.1.0 + randomatic: 3.1.1 + repeat-element: 1.1.4 + repeat-string: 1.6.1 + dev: false + optional: true + + /fill-range/4.0.0: + resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 2.0.1 + is-number: 3.0.0 + repeat-string: 1.6.1 + to-regex-range: 2.1.1 + dev: false + + /fill-range/7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + dependencies: + to-regex-range: 5.0.1 + dev: false + + /filter-scan-dir/1.1.1: + resolution: {integrity: sha512-TjRjOOqZS+P3Jrixka4w6LPUbkexne3N4qTQsRE2JP8fMt+NyhYlPL9ejIHaKj8W9L5YqEy3ucrZXqTLxzrpgg==} + engines: {node: '>=8'} + dev: false + + /filter-scan-dir/1.5.5: + resolution: {integrity: sha512-6mjGuIpeh3OoLxWPWYa4OHSzKrT2gfNJzcObHYMyp6+FTsZXe44up+CUMhoGu/Gqx8ZsV5KOT3JjvjA9ZuEVjA==} + engines: {node: '>=8'} + dev: false + + /finalhandler/1.1.2: + resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9 + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.3.0 + parseurl: 1.3.3 + statuses: 1.5.0 + unpipe: 1.0.0 + dev: false + + /finalhandler/1.2.0: + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} + dependencies: + 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 + dev: false + + /find-cache-dir/2.1.0: + resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} + engines: {node: '>=6'} + dependencies: + commondir: 1.0.1 + make-dir: 2.1.0 + pkg-dir: 3.0.0 + dev: false + + /find-cache-dir/3.3.2: + resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} + engines: {node: '>=8'} + dependencies: + commondir: 1.0.1 + make-dir: 3.1.0 + pkg-dir: 4.2.0 + dev: false + + /find-my-way/2.2.5: + resolution: {integrity: sha512-GjRZZlGcGmTh9t+6Xrj5K0YprpoAFCAiCPgmAH9Kb09O4oX6hYuckDfnDipYj+Q7B1GtYWSzDI5HEecNYscLQg==} + engines: {node: '>=6'} + dependencies: + fast-decode-uri-component: 1.0.1 + safe-regex2: 2.0.0 + semver-store: 0.3.0 + dev: false + + /find-my-way/4.5.1: + resolution: {integrity: sha512-kE0u7sGoUFbMXcOG/xpkmz4sRLCklERnBcg7Ftuu1iAxsfEt2S46RLJ3Sq7vshsEy2wJT2hZxE58XZK27qa8kg==} + engines: {node: '>=10'} + dependencies: + fast-decode-uri-component: 1.0.1 + fast-deep-equal: 3.1.3 + safe-regex2: 2.0.0 + semver-store: 0.3.0 + dev: false + + /find-up/3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: false + + /find-up/4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 + dev: false + + /find-up/5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + dev: false + + /flat-cache/1.3.4: + resolution: {integrity: sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==} + engines: {node: '>=0.10.0'} + dependencies: + circular-json: 0.3.3 + graceful-fs: 4.2.11 + rimraf: 2.6.3 + write: 0.2.1 + dev: false + + /flat-cache/2.0.1: + resolution: {integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==} + engines: {node: '>=4'} + dependencies: + flatted: 2.0.2 + rimraf: 2.6.3 + write: 1.0.3 + dev: false + + /flat-cache/3.0.4: + resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flatted: 3.2.7 + rimraf: 3.0.2 + dev: false + + /flat/4.1.1: + resolution: {integrity: sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==} + hasBin: true + dependencies: + is-buffer: 2.0.5 + dev: false + + /flat/5.0.2: + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + hasBin: true + dev: false + + /flatstr/1.0.12: + resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} + dev: false + + /flatted/2.0.2: + resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} + dev: false + + /flatted/3.2.7: + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + dev: false + + /flatten/1.0.3: + resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} + deprecated: flatten is deprecated in favor of utility frameworks such as lodash. + dev: false + + /flush-write-stream/1.1.1: + resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /fn.name/1.1.0: + resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} + dev: false + + /follow-redirects/1.15.2: + resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dev: false + + /for-each/0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + dependencies: + is-callable: 1.2.7 + dev: false + + /for-in/1.0.2: + resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} + engines: {node: '>=0.10.0'} + dev: false + + /for-own/0.1.5: + resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} + engines: {node: '>=0.10.0'} + dependencies: + for-in: 1.0.2 + dev: false + optional: true + + /foreground-child/2.0.0: + resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} + engines: {node: '>=8.0.0'} + dependencies: + cross-spawn: 7.0.3 + signal-exit: 3.0.7 + dev: false + + /forever-agent/0.6.1: + resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} + dev: false + + /form-data/1.0.0-rc3: + resolution: {integrity: sha512-Z5JWXWsFDI8x73Rt/Dc7SK/EvKBzudhqIVBtEhcAhtoevCTqO3YJmctGBLzT0Ggg39xFcefkXt00t1TYLz6D0w==} + engines: {node: '>= 0.10'} + dependencies: + async: 1.5.2 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + + /form-data/2.3.3: + resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + engines: {node: '>= 0.12'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + + /form-data/3.0.1: + resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} + engines: {node: '>= 6'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + + /form-data/4.0.0: + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + + /formatio/1.1.1: + resolution: {integrity: sha512-cPh7is6k3d8tIUh+pnXXuAbD/uhSXGgqLPw0UrYpv5lfdJ+MMMSjx40JNpqP7Top9Nt25YomWEiRmkHbOvkCaA==} + deprecated: This package is unmaintained. Use @sinonjs/formatio instead + dependencies: + samsam: 1.1.2 + dev: false + + /formidable/1.0.17: + resolution: {integrity: sha512-95MFT5qipMvUiesmuvGP1BI4hh5XWCzyTapiNJ/k8JBQda7rPy7UCWYItz2uZEdTgGNy1eInjzlL9Wx1O9fedg==} + engines: {node: '>=0.8.0'} + deprecated: 'Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau' + dev: false + + /forwarded/0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} + dev: false + + /fragment-cache/0.2.1: + resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} + engines: {node: '>=0.10.0'} + dependencies: + map-cache: 0.2.2 + dev: false + + /fresh/0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + dev: false + + /from2/2.3.0: + resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /fromentries/1.3.2: + resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} + dev: false + + /fs-extra/10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: false + + /fs-extra/7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: false + + /fs-extra/8.1.0: + resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: false + + /fs-extra/9.1.0: + resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} + engines: {node: '>=10'} + dependencies: + at-least-node: 1.0.0 + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: false + + /fs-minipass/2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: false + + /fs-monkey/1.0.4: + resolution: {integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==} + dev: false + + /fs-readdir-recursive/1.1.0: + resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} + dev: false + + /fs-write-stream-atomic/1.0.10: + resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} + dependencies: + graceful-fs: 4.2.11 + iferr: 0.1.5 + imurmurhash: 0.1.4 + readable-stream: 2.3.8 + dev: false + + /fs.realpath/1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: false + + /fsevents/1.2.13: + resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} + engines: {node: '>= 4.0'} + os: [darwin] + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + requiresBuild: true + dependencies: + bindings: 1.5.0 + nan: 2.17.0 + dev: false + optional: true + + /fsevents/2.1.3: + resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + deprecated: '"Please update to latest v2.3 or v2.2"' + dev: false + optional: true + + /fsevents/2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + dev: false + optional: true + + /function-bind/1.1.1: + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + dev: false + + /function.prototype.name/1.1.5: + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + functions-have-names: 1.2.3 + dev: false + + /functional-red-black-tree/1.0.1: + resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} + dev: false + + /functions-have-names/1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: false + + /generic-names/2.0.1: + resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==} + dependencies: + loader-utils: 1.4.2 + dev: false + + /gensync/1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + dev: false + + /get-caller-file/1.0.3: + resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==} + dev: false + + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: false + + /get-func-name/2.0.0: + resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} + dev: false + + /get-intrinsic/1.2.1: + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-proto: 1.0.1 + has-symbols: 1.0.3 + dev: false + + /get-package-type/0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} + dev: false + + /get-stdin/5.0.1: + resolution: {integrity: sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA==} + engines: {node: '>=0.12.0'} + dev: false + + /get-stream/4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} + dependencies: + pump: 3.0.0 + dev: false + + /get-stream/5.2.0: + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} + dependencies: + pump: 3.0.0 + dev: false + + /get-stream/6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + dev: false + + /get-symbol-description/1.0.0: + resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + dev: false + + /get-value/2.0.6: + resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} + engines: {node: '>=0.10.0'} + dev: false + + /getpass/0.1.7: + resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} + dependencies: + assert-plus: 1.0.0 + dev: false + + /glob-base/0.3.0: + resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} + engines: {node: '>=0.10.0'} + dependencies: + glob-parent: 2.0.0 + is-glob: 2.0.1 + dev: false + optional: true + + /glob-parent/2.0.0: + resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} + dependencies: + is-glob: 2.0.1 + dev: false + optional: true + + /glob-parent/5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + dependencies: + is-glob: 4.0.3 + dev: false + + /glob-parent/6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + dependencies: + is-glob: 4.0.3 + dev: false + + /glob-to-regexp/0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + dev: false + + /glob/5.0.15: + resolution: {integrity: sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==} + dependencies: + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: false + + /glob/7.1.1: + resolution: {integrity: sha512-mRyN/EsN2SyNhKWykF3eEGhDpeNplMWaW18Bmh76tnOqk5TbELAVwFAYOCmKVssOYFrYvvLMguiA+NXO3ZTuVA==} + dependencies: + 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 + dev: false + + /glob/7.1.2: + resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} + dependencies: + 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 + dev: false + + /glob/7.1.3: + resolution: {integrity: sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==} + dependencies: + 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 + dev: false + + /glob/7.1.6: + resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + dependencies: + 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 + dev: false + + /glob/7.2.0: + resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} + dependencies: + 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 + dev: false + + /glob/7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + dependencies: + 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 + dev: false + + /glob/8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.6 + once: 1.4.0 + dev: false + + /globals/11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + dev: false + + /globals/12.4.0: + resolution: {integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.8.1 + dev: false + + /globals/13.20.0: + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.20.2 + dev: false + + /globals/9.18.0: + resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} + engines: {node: '>=0.10.0'} + dev: false + + /globalthis/1.0.3: + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.2.0 + dev: false + + /globby/11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.0 + ignore: 5.2.4 + merge2: 1.4.1 + slash: 3.0.0 + dev: false + + /gopd/1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.1 + dev: false + + /graceful-fs/4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: false + + /graceful-readlink/1.0.1: + resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} + dev: false + + /graphemer/1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: false + + /growl/1.10.3: + resolution: {integrity: sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==} + engines: {node: '>=4.x'} + dev: false + + /growl/1.10.5: + resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==} + engines: {node: '>=4.x'} + dev: false + + /growl/1.9.2: + resolution: {integrity: sha512-RTBwDHhNuOx4F0hqzItc/siXCasGfC4DeWcBamclWd+6jWtBaeB/SGbMkGf0eiQoW7ib8JpvOgnUsmgMHI3Mfw==} + dev: false + + /growly/1.3.0: + resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==} + dev: false + optional: true + + /gzip-size/5.1.1: + resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} + engines: {node: '>=6'} + dependencies: + duplexer: 0.1.2 + pify: 4.0.1 + dev: false + + /hamt_plus/1.0.2: + resolution: {integrity: sha512-t2JXKaehnMb9paaYA7J0BX8QQAY8lwfQ9Gjf4pg/mk4krt+cmwmU652HOoWonf+7+EQV97ARPMhhVgU1ra2GhA==} + dev: false + + /handle-thing/2.0.1: + resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} + dev: false + + /handlebars/4.7.7: + resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} + engines: {node: '>=0.4.7'} + hasBin: true + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.17.4 + dev: false + + /hapi/16.7.0: + resolution: {integrity: sha512-UeMX1LMWmHEIgMlwZGK/3lhI7X0VRvOioVply0Y9qF+/O5woGdQzNB8ZmDnLOBjnB6bdWWHyo5DEamuCsE1vmg==} + deprecated: This version contains severe security issues and defects and should not be used! Please upgrade to the latest version of @hapi/hapi or consider a commercial license (https://github.com/hapijs/hapi/issues/4114) + dependencies: + accept: 2.1.4 + ammo: 2.0.4 + boom: 5.2.0 + call: 4.0.2 + catbox: 7.1.5 + catbox-memory: 2.0.4 + cryptiles: 3.1.4 + heavy: 4.0.4 + hoek: 4.2.1 + iron: 4.0.5 + items: 2.1.2 + joi: 11.4.0 + mimos: 3.0.3 + podium: 1.3.0 + shot: 3.4.2 + somever: 1.0.1 + statehood: 5.0.4 + subtext: 5.0.1 + topo: 2.0.2 + dev: false + + /hapi/17.8.5: + resolution: {integrity: sha512-+RnMWK/HI3VCvzfy0vO28YycMX19OiY8h9tYaDzjjOJ1eTh/HY2URvhFNkcqxZ1R1uoUdiB+pnjGi9e+vkaPEw==} + deprecated: This version contains severe security issues and defects and should not be used! Please upgrade to the latest version of @hapi/hapi or consider a commercial license (https://github.com/hapijs/hapi/issues/4114) + dependencies: + accept: 3.1.3 + ammo: 3.0.3 + boom: 7.3.0 + bounce: 1.2.3 + call: 5.0.3 + catbox: 10.0.6 + catbox-memory: 3.1.4 + heavy: 6.1.2 + hoek: 6.1.3 + joi: 14.3.1 + mimos: 4.0.2 + podium: 3.2.0 + shot: 4.0.7 + somever: 2.0.0 + statehood: 6.0.9 + subtext: 6.0.12 + teamwork: 3.2.0 + topo: 3.0.3 + dev: false + + /har-schema/2.0.0: + resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} + engines: {node: '>=4'} + dev: false + + /har-validator/5.1.5: + resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} + engines: {node: '>=6'} + deprecated: this library is no longer supported + dependencies: + ajv: 6.12.6 + har-schema: 2.0.0 + dev: false + + /harmony-reflect/1.6.2: + resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} + dev: false + + /has-ansi/2.0.0: + resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: false + + /has-bigints/1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: false + + /has-flag/1.0.0: + resolution: {integrity: sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==} + engines: {node: '>=0.10.0'} + dev: false + + /has-flag/2.0.0: + resolution: {integrity: sha512-P+1n3MnwjR/Epg9BBo1KT8qbye2g2Ou4sFumihwt6I4tsUX7jnLcX4BTOSKg/B1ZrIYMN9FcEnG4x5a7NB8Eng==} + engines: {node: '>=0.10.0'} + dev: false + + /has-flag/3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + dev: false + + /has-flag/4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + dev: false + + /has-property-descriptors/1.0.0: + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} + dependencies: + get-intrinsic: 1.2.1 + dev: false + + /has-proto/1.0.1: + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} + dev: false + + /has-symbols/1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + dev: false + + /has-tostringtag/1.0.0: + resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + engines: {node: '>= 0.4'} + dependencies: + has-symbols: 1.0.3 + dev: false + + /has-value/0.3.1: + resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} + engines: {node: '>=0.10.0'} + dependencies: + get-value: 2.0.6 + has-values: 0.1.4 + isobject: 2.1.0 + dev: false + + /has-value/1.0.0: + resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} + engines: {node: '>=0.10.0'} + dependencies: + get-value: 2.0.6 + has-values: 1.0.0 + isobject: 3.0.1 + dev: false + + /has-values/0.1.4: + resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} + engines: {node: '>=0.10.0'} + dev: false + + /has-values/1.0.0: + resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 3.0.0 + kind-of: 4.0.0 + dev: false + + /has/1.0.3: + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} + dependencies: + function-bind: 1.1.1 + dev: false + + /hasha/5.2.2: + resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} + engines: {node: '>=8'} + dependencies: + is-stream: 2.0.1 + type-fest: 0.8.1 + dev: false + + /he/1.1.1: + resolution: {integrity: sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==} + hasBin: true + dev: false + + /he/1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + dev: false + + /heavy/4.0.4: + resolution: {integrity: sha512-8JYatUE+yVxhld/9C+AszeLr0Wh2hGHRkPyyl+xakVLF7Ev1SsH1Kp1iNl06C8LrMlwYBholBqW2URQCn39zuw==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + joi: 10.6.0 + dev: false + + /heavy/6.1.2: + resolution: {integrity: sha512-cJp884bqhiebNcEHydW0g6V1MUGYOXRPw9c7MFiHQnuGxtbWuSZpsbojwb2kxb3AA1/Rfs8CNiV9MMOF8pFRDg==} + deprecated: This module has moved and is now available at @hapi/heavy. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + hoek: 6.1.3 + joi: 14.3.1 + dev: false + + /hex-color-regex/1.1.0: + resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} + dev: false + + /highlight.js/10.7.3: + resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} + dev: false + + /history/4.10.1: + resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} + dependencies: + '@babel/runtime': 7.22.6 + loose-envify: 1.4.0 + resolve-pathname: 3.0.0 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + value-equal: 1.0.1 + dev: false + + /history/5.3.0: + resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} + dependencies: + '@babel/runtime': 7.22.6 + dev: false + + /hoek/4.2.1: + resolution: {integrity: sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dev: false + + /hoek/6.1.3: + resolution: {integrity: sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==} + deprecated: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dev: false + + /hoist-non-react-statics/3.3.2: + resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + dependencies: + react-is: 16.13.1 + dev: false + + /home-or-tmp/2.0.0: + resolution: {integrity: sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==} + engines: {node: '>=0.10.0'} + dependencies: + os-homedir: 1.0.2 + os-tmpdir: 1.0.2 + dev: false + + /hoopy/0.1.4: + resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} + engines: {node: '>= 6.0.0'} + dev: false + + /hosted-git-info/2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + dev: false + + /hpack.js/2.1.6: + resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} + dependencies: + inherits: 2.0.4 + obuf: 1.1.2 + readable-stream: 2.3.8 + wbuf: 1.7.3 + dev: false + + /hsl-regex/1.0.0: + resolution: {integrity: sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==} + dev: false + + /hsla-regex/1.0.0: + resolution: {integrity: sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==} + dev: false + + /html-element-map/1.3.1: + resolution: {integrity: sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==} + dependencies: + array.prototype.filter: 1.0.2 + call-bind: 1.0.2 + dev: false + + /html-encoding-sniffer/1.0.2: + resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} + dependencies: + whatwg-encoding: 1.0.5 + dev: false + + /html-encoding-sniffer/2.0.1: + resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} + engines: {node: '>=10'} + dependencies: + whatwg-encoding: 1.0.5 + dev: false + + /html-encoding-sniffer/3.0.0: + resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} + engines: {node: '>=12'} + dependencies: + whatwg-encoding: 2.0.0 + dev: false + + /html-entities/2.4.0: + resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==} + dev: false + + /html-escaper/2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + dev: false + + /html-minifier-terser/6.1.0: + resolution: {integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==} + engines: {node: '>=12'} + hasBin: true + dependencies: + camel-case: 4.1.2 + clean-css: 5.3.2 + commander: 8.3.0 + he: 1.2.0 + param-case: 3.0.4 + relateurl: 0.2.7 + terser: 5.19.1 + dev: false + + /html-webpack-plugin/5.5.3_webpack@5.88.2: + resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==} + engines: {node: '>=10.13.0'} + peerDependencies: + webpack: ^5.20.0 + dependencies: + '@types/html-minifier-terser': 6.1.0 + html-minifier-terser: 6.1.0 + lodash: 4.17.21 + pretty-error: 4.0.0 + tapable: 2.2.1 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /htmlparser2/6.1.0: + resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} + dependencies: + domelementtype: 2.3.0 + domhandler: 4.3.1 + domutils: 2.8.0 + entities: 2.2.0 + dev: false + + /htmlparser2/8.0.2: + resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.1.0 + entities: 4.5.0 + dev: false + + /http-assert/1.5.0: + resolution: {integrity: sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==} + engines: {node: '>= 0.8'} + dependencies: + deep-equal: 1.0.1 + http-errors: 1.8.1 + dev: false + + /http-deceiver/1.2.7: + resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} + dev: false + + /http-errors/1.6.3: + resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==} + engines: {node: '>= 0.6'} + dependencies: + depd: 1.1.2 + inherits: 2.0.3 + setprototypeof: 1.1.0 + statuses: 1.5.0 + dev: false + + /http-errors/1.8.1: + resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} + engines: {node: '>= 0.6'} + dependencies: + depd: 1.1.2 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 1.5.0 + toidentifier: 1.0.1 + dev: false + + /http-errors/2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + dev: false + + /http-proxy-agent/4.0.1: + resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} + engines: {node: '>= 6'} + dependencies: + '@tootallnate/once': 1.1.2 + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /http-proxy-agent/5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} + dependencies: + '@tootallnate/once': 2.0.0 + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /http-proxy/1.18.1: + resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.7 + follow-redirects: 1.15.2 + requires-port: 1.0.0 + transitivePeerDependencies: + - debug + dev: false + + /http-signature/1.2.0: + resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} + engines: {node: '>=0.8', npm: '>=1.3.7'} + dependencies: + assert-plus: 1.0.0 + jsprim: 1.4.2 + sshpk: 1.17.0 + dev: false + + /http-status-codes/1.4.0: + resolution: {integrity: sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==} + dev: false + + /http-status-codes/2.2.0: + resolution: {integrity: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==} + dev: false + + /https-proxy-agent/5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + dependencies: + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /human-signals/1.1.1: + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} + dev: false + + /human-signals/2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + dev: false + + /iconv-lite/0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: false + + /iconv-lite/0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: false + + /icss-replace-symbols/1.1.0: + resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} + dev: false + + /icss-utils/5.1.0_postcss@8.4.26: + resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.4.26 + dev: false + + /identity-obj-proxy/3.0.0: + resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==} + engines: {node: '>=4'} + dependencies: + harmony-reflect: 1.6.2 + dev: false + + /iferr/0.1.5: + resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==} + dev: false + + /ignore/3.3.10: + resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} + dev: false + + /ignore/4.0.6: + resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} + engines: {node: '>= 4'} + dev: false + + /ignore/5.2.4: + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + engines: {node: '>= 4'} + dev: false + + /image-size/0.5.5: + resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dev: false + optional: true + + /immutable/4.3.1: + resolution: {integrity: sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==} + dev: false + + /import-cwd/2.1.0: + resolution: {integrity: sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==} + engines: {node: '>=4'} + dependencies: + import-from: 2.1.0 + dev: false + + /import-fresh/2.0.0: + resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} + engines: {node: '>=4'} + dependencies: + caller-path: 2.0.0 + resolve-from: 3.0.0 + dev: false + + /import-fresh/3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + dev: false + + /import-from/2.1.0: + resolution: {integrity: sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==} + engines: {node: '>=4'} + dependencies: + resolve-from: 3.0.0 + dev: false + + /import-local/3.1.0: + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} + hasBin: true + dependencies: + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 + dev: false + + /imurmurhash/0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + dev: false + + /in-publish/2.0.1: + resolution: {integrity: sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==} + hasBin: true + dev: false + + /indent-string/4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: false + + /indexes-of/1.0.1: + resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} + dev: false + + /infer-owner/1.0.4: + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} + dev: false + + /inflight/1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: false + + /inherits/2.0.3: + resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} + dev: false + + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: false + + /inquirer/3.3.0: + resolution: {integrity: sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==} + dependencies: + ansi-escapes: 3.2.0 + chalk: 2.4.2 + cli-cursor: 2.1.0 + cli-width: 2.2.1 + external-editor: 2.2.0 + figures: 2.0.0 + lodash: 4.17.21 + mute-stream: 0.0.7 + run-async: 2.4.1 + rx-lite: 4.0.8 + rx-lite-aggregates: 4.0.8 + string-width: 2.1.1 + strip-ansi: 4.0.0 + through: 2.3.8 + dev: false + + /inquirer/7.3.3: + resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} + engines: {node: '>=8.0.0'} + dependencies: + 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 + run-async: 2.4.1 + rxjs: 6.6.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + through: 2.3.8 + dev: false + + /insync/2.1.1: + resolution: {integrity: sha512-UzUhOZFpCMM22Xlig9iUPqalf8n7c4eYScamce1C+jN3ad8FtmVm42ryMwVq0hAxHbwUhWFhPvTFQQpFdDUKkw==} + dev: false + + /internal-slot/1.0.5: + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + side-channel: 1.0.4 + dev: false + + /interpret/1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + dev: false + + /interpret/2.2.0: + resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==} + engines: {node: '>= 0.10'} + dev: false + + /intl/1.2.5: + resolution: {integrity: sha512-rK0KcPHeBFBcqsErKSpvZnrOmWOj+EmDkyJ57e90YWaQNqbcivcqmKDlHEeNprDWOsKzPsh1BfSpPQdDvclHVw==} + dev: false + + /invariant/2.2.4: + resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} + dependencies: + loose-envify: 1.4.0 + dev: false + + /ip-regex/2.1.0: + resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} + engines: {node: '>=4'} + dev: false + + /ipaddr.js/1.9.1: + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} + dev: false + + /iron/4.0.5: + resolution: {integrity: sha512-rWkobJjk5IYW5AYR6LkxtmnGF8BzOqdm/mQMP4PNi35unXVxKa4v1TgpleyYRpKuBj0cTQUPQLufLyWKnE5hhw==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + cryptiles: 3.1.4 + hoek: 4.2.1 + dev: false + + /iron/5.0.6: + resolution: {integrity: sha512-zYUMOSkEXGBdwlV/AXF9zJC0aLuTJUKHkGeYS5I2g225M5i6SrxQyGJGhPgOR8BK1omL6N5i6TcwfsXbP8/Exw==} + deprecated: This module has moved and is now available at @hapi/iron. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + b64: 4.1.2 + boom: 7.3.0 + cryptiles: 4.1.3 + hoek: 6.1.3 + dev: false + + /is-absolute-url/2.1.0: + resolution: {integrity: sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==} + engines: {node: '>=0.10.0'} + dev: false + + /is-accessor-descriptor/0.1.6: + resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /is-accessor-descriptor/1.0.0: + resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 + dev: false + + /is-arguments/1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + dev: false + + /is-array-buffer/3.0.2: + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + dev: false + + /is-arrayish/0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + dev: false + + /is-arrayish/0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + dev: false + + /is-bigint/1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + dependencies: + has-bigints: 1.0.2 + dev: false + + /is-binary-path/1.0.1: + resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} + engines: {node: '>=0.10.0'} + dependencies: + binary-extensions: 1.13.1 + dev: false + optional: true + + /is-binary-path/2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + dependencies: + binary-extensions: 2.2.0 + dev: false + + /is-boolean-object/1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + dev: false + + /is-buffer/1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + dev: false + + /is-buffer/2.0.5: + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} + dev: false + + /is-callable/1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + dev: false + + /is-ci/2.0.0: + resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} + hasBin: true + dependencies: + ci-info: 2.0.0 + dev: false + + /is-color-stop/1.1.0: + resolution: {integrity: sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==} + dependencies: + css-color-names: 0.0.4 + hex-color-regex: 1.1.0 + hsl-regex: 1.0.0 + hsla-regex: 1.0.0 + rgb-regex: 1.0.1 + rgba-regex: 1.0.0 + dev: false + + /is-core-module/2.12.1: + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + dependencies: + has: 1.0.3 + dev: false + + /is-data-descriptor/0.1.4: + resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /is-data-descriptor/1.0.0: + resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 + dev: false + + /is-date-object/1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.0 + dev: false + + /is-descriptor/0.1.6: + resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 0.1.6 + is-data-descriptor: 0.1.4 + kind-of: 5.1.0 + dev: false + + /is-descriptor/1.0.2: + resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 1.0.0 + is-data-descriptor: 1.0.0 + kind-of: 6.0.3 + dev: false + + /is-directory/0.3.1: + resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} + engines: {node: '>=0.10.0'} + dev: false + + /is-docker/2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + dev: false + + /is-dotfile/1.0.3: + resolution: {integrity: sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-equal-shallow/0.1.3: + resolution: {integrity: sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==} + engines: {node: '>=0.10.0'} + dependencies: + is-primitive: 2.0.0 + dev: false + optional: true + + /is-extendable/0.1.1: + resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} + engines: {node: '>=0.10.0'} + dev: false + + /is-extendable/1.0.1: + resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + engines: {node: '>=0.10.0'} + dependencies: + is-plain-object: 2.0.4 + dev: false + + /is-extglob/1.0.0: + resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-extglob/2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + dev: false + + /is-finite/1.1.0: + resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} + engines: {node: '>=0.10.0'} + dev: false + + /is-fullwidth-code-point/2.0.0: + resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} + engines: {node: '>=4'} + dev: false + + /is-fullwidth-code-point/3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + dev: false + + /is-fullwidth-code-point/4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + dev: false + + /is-generator-fn/2.1.0: + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} + dev: false + + /is-generator-function/1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.0 + dev: false + + /is-glob/2.0.1: + resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 1.0.0 + dev: false + optional: true + + /is-glob/4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 + dev: false + + /is-map/2.0.2: + resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} + dev: false + + /is-negative-zero/2.0.2: + resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + engines: {node: '>= 0.4'} + dev: false + + /is-number-object/1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.0 + dev: false + + /is-number/2.1.0: + resolution: {integrity: sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + optional: true + + /is-number/3.0.0: + resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /is-number/4.0.0: + resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-number/7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + dev: false + + /is-obj/2.0.0: + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} + dev: false + + /is-path-inside/3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + dev: false + + /is-plain-obj/2.1.0: + resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} + engines: {node: '>=8'} + dev: false + + /is-plain-object/2.0.4: + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: false + + /is-posix-bracket/0.1.1: + resolution: {integrity: sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-potential-custom-element-name/1.0.1: + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + dev: false + + /is-primitive/2.0.0: + resolution: {integrity: sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-regex/1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + dev: false + + /is-resolvable/1.1.0: + resolution: {integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==} + dev: false + + /is-set/2.0.2: + resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} + dev: false + + /is-shared-array-buffer/1.0.2: + resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + dependencies: + call-bind: 1.0.2 + dev: false + + /is-stream/1.1.0: + resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} + engines: {node: '>=0.10.0'} + dev: false + + /is-stream/2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + dev: false + + /is-string/1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.0 + dev: false + + /is-subset/0.1.1: + resolution: {integrity: sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==} + dev: false + + /is-symbol/1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + dependencies: + has-symbols: 1.0.3 + dev: false + + /is-typed-array/1.1.12: + resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + engines: {node: '>= 0.4'} + dependencies: + which-typed-array: 1.1.11 + dev: false + + /is-typedarray/1.0.0: + resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + dev: false + + /is-unicode-supported/0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + dev: false + + /is-weakmap/2.0.1: + resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} + dev: false + + /is-weakref/1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + dependencies: + call-bind: 1.0.2 + dev: false + + /is-weakset/2.0.2: + resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + dev: false + + /is-what/3.14.1: + resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} + dev: false + + /is-windows/1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + dev: false + + /is-wsl/1.1.0: + resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} + engines: {node: '>=4'} + dev: false + + /is-wsl/2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + dependencies: + is-docker: 2.2.1 + dev: false + + /isarray/0.0.1: + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + dev: false + + /isarray/1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: false + + /isarray/2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + dev: false + + /isbinaryfile/4.0.10: + resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==} + engines: {node: '>= 8.0.0'} + dev: false + + /isemail/2.2.1: + resolution: {integrity: sha512-LPjFxaTatluwGAJlGe4FtRdzg0a9KlXrahHoHAR4HwRNf90Ttwi6sOQ9zj+EoCPmk9yyK+WFUqkm0imUo8UJbw==} + engines: {node: '>=4.0.0'} + dev: false + + /isemail/3.2.0: + resolution: {integrity: sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==} + engines: {node: '>=4.0.0'} + dependencies: + punycode: 2.3.0 + dev: false + + /isexe/2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + dev: false + + /isobject/2.1.0: + resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} + engines: {node: '>=0.10.0'} + dependencies: + isarray: 1.0.0 + dev: false + + /isobject/3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + dev: false + + /isomorphic-loader/4.5.0: + resolution: {integrity: sha512-4xsT6LrXvCocODjzqZSRK2arvI20ydyVAjLIeu0meYZP8wYgNO1W4bIaO1Fhv6e9WrTzX+ND9LMo66F2leOs/Q==} + engines: {node: '>=10'} + dev: false + + /isstream/0.1.2: + resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} + dev: false + + /istanbul-lib-coverage/3.2.0: + resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} + engines: {node: '>=8'} + dev: false + + /istanbul-lib-hook/3.0.0: + resolution: {integrity: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==} + engines: {node: '>=8'} + dependencies: + append-transform: 2.0.0 + dev: false + + /istanbul-lib-instrument/4.0.3: + resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.22.9 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /istanbul-lib-instrument/5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.22.9 + '@babel/parser': 7.22.7 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /istanbul-lib-processinfo/2.0.3: + resolution: {integrity: sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==} + engines: {node: '>=8'} + dependencies: + archy: 1.0.0 + cross-spawn: 7.0.3 + istanbul-lib-coverage: 3.2.0 + p-map: 3.0.0 + rimraf: 3.0.2 + uuid: 8.3.2 + dev: false + + /istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} + engines: {node: '>=8'} + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 3.1.0 + supports-color: 7.2.0 + dev: false + + /istanbul-lib-source-maps/4.0.1: + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} + dependencies: + debug: 4.3.4 + istanbul-lib-coverage: 3.2.0 + source-map: 0.6.1 + transitivePeerDependencies: + - supports-color + dev: false + + /istanbul-reports/3.1.5: + resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} + engines: {node: '>=8'} + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.0 + dev: false + + /istanbul/0.4.5: + resolution: {integrity: sha512-nMtdn4hvK0HjUlzr1DrKSUY8ychprt8dzHOgY2KXsIhHu5PuQQEOTM27gV9Xblyon7aUH/TSFIjRHEODF/FRPg==} + deprecated: |- + This module is no longer maintained, try this instead: + npm i nyc + Visit https://istanbul.js.org/integrations for other alternatives. + hasBin: true + dependencies: + abbrev: 1.0.9 + async: 1.5.2 + escodegen: 1.8.1 + esprima: 2.7.3 + glob: 5.0.15 + handlebars: 4.7.7 + js-yaml: 3.14.1 + mkdirp: 0.5.6 + nopt: 3.0.6 + once: 1.4.0 + resolve: 1.1.7 + supports-color: 3.2.3 + which: 1.3.1 + wordwrap: 1.0.0 + dev: false + + /items/2.1.2: + resolution: {integrity: sha512-kezcEqgB97BGeZZYtX/MA8AG410ptURstvnz5RAgyFZ8wQFPMxHY8GpTq+/ZHKT3frSlIthUq7EvLt9xn3TvXg==} + deprecated: This module has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version of hapi to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dev: false + + /jaro-winkler/0.2.8: + resolution: {integrity: sha512-yr+mElb6dWxA1mzFu0+26njV5DWAQRNTi5pB6fFMm79zHrfAs3d0qjhe/IpZI4AHIUJkzvu5QXQRWOw2O0GQyw==} + dev: false + + /jest-changed-files/26.6.2: + resolution: {integrity: sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + execa: 4.1.0 + throat: 5.0.0 + dev: false + + /jest-cli/26.6.3: + resolution: {integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==} + engines: {node: '>= 10.14.2'} + hasBin: true + dependencies: + '@jest/core': 26.6.3 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + import-local: 3.1.0 + is-ci: 2.0.0 + jest-config: 26.6.3 + jest-util: 26.6.2 + jest-validate: 26.6.2 + prompts: 2.4.2 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /jest-config/26.6.3: + resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} + engines: {node: '>= 10.14.2'} + peerDependencies: + ts-node: '>=9.0.0' + peerDependenciesMeta: + ts-node: + optional: true + dependencies: + '@babel/core': 7.22.9 + '@jest/test-sequencer': 26.6.3 + '@jest/types': 26.6.2 + babel-jest: 26.6.3_@babel+core@7.22.9 + chalk: 4.1.2 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-environment-jsdom: 26.6.2 + jest-environment-node: 26.6.2 + jest-get-type: 26.3.0 + jest-jasmine2: 26.6.3 + jest-regex-util: 26.0.0 + jest-resolve: 26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 + micromatch: 4.0.5 + pretty-format: 26.6.2 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + /jest-diff/26.6.2: + resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} + engines: {node: '>= 10.14.2'} + dependencies: + chalk: 4.1.2 + diff-sequences: 26.6.2 + jest-get-type: 26.3.0 + pretty-format: 26.6.2 + dev: false + + /jest-docblock/26.0.0: + resolution: {integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==} + engines: {node: '>= 10.14.2'} + dependencies: + detect-newline: 3.1.0 + dev: false + + /jest-each/26.6.2: + resolution: {integrity: sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + chalk: 4.1.2 + jest-get-type: 26.3.0 + jest-util: 26.6.2 + pretty-format: 26.6.2 + dev: false + + /jest-environment-jsdom/26.6.2: + resolution: {integrity: sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + jest-mock: 26.6.2 + jest-util: 26.6.2 + jsdom: 16.7.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + /jest-environment-node/26.6.2: + resolution: {integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + jest-mock: 26.6.2 + jest-util: 26.6.2 + dev: false + + /jest-get-type/26.3.0: + resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} + engines: {node: '>= 10.14.2'} + dev: false + + /jest-haste-map/26.6.2: + resolution: {integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + '@types/graceful-fs': 4.1.6 + '@types/node': 20.4.2 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + 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 + optionalDependencies: + fsevents: 2.3.2 + dev: false + + /jest-jasmine2/26.6.3: + resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} + engines: {node: '>= 10.14.2'} + dependencies: + '@babel/traverse': 7.22.8 + '@jest/environment': 26.6.2 + '@jest/source-map': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + chalk: 4.1.2 + co: 4.6.0 + expect: 26.6.2 + is-generator-fn: 2.1.0 + jest-each: 26.6.2 + jest-matcher-utils: 26.6.2 + jest-message-util: 26.6.2 + jest-runtime: 26.6.3 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + pretty-format: 26.6.2 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /jest-leak-detector/26.6.2: + resolution: {integrity: sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==} + engines: {node: '>= 10.14.2'} + dependencies: + jest-get-type: 26.3.0 + pretty-format: 26.6.2 + dev: false + + /jest-matcher-utils/26.6.2: + resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} + engines: {node: '>= 10.14.2'} + dependencies: + chalk: 4.1.2 + jest-diff: 26.6.2 + jest-get-type: 26.3.0 + pretty-format: 26.6.2 + dev: false + + /jest-message-util/26.6.2: + resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} + engines: {node: '>= 10.14.2'} + dependencies: + '@babel/code-frame': 7.22.5 + '@jest/types': 26.6.2 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.5 + pretty-format: 26.6.2 + slash: 3.0.0 + stack-utils: 2.0.6 + dev: false + + /jest-mock/26.6.2: + resolution: {integrity: sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + dev: false + + /jest-pnp-resolver/1.2.3_jest-resolve@26.6.2: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + dependencies: + jest-resolve: 26.6.2 + dev: false + + /jest-regex-util/26.0.0: + resolution: {integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==} + engines: {node: '>= 10.14.2'} + dev: false + + /jest-resolve-dependencies/26.6.3: + resolution: {integrity: sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + jest-regex-util: 26.0.0 + jest-snapshot: 26.6.2 + dev: false + + /jest-resolve/26.6.2: + resolution: {integrity: sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-pnp-resolver: 1.2.3_jest-resolve@26.6.2 + jest-util: 26.6.2 + read-pkg-up: 7.0.1 + resolve: 1.22.2 + slash: 3.0.0 + dev: false + + /jest-runner/26.6.3: + resolution: {integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/console': 26.6.2 + '@jest/environment': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + chalk: 4.1.2 + emittery: 0.7.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 26.6.3 + jest-docblock: 26.0.0 + jest-haste-map: 26.6.2 + jest-leak-detector: 26.6.2 + jest-message-util: 26.6.2 + jest-resolve: 26.6.2 + jest-runtime: 26.6.3 + jest-util: 26.6.2 + jest-worker: 26.6.2 + source-map-support: 0.5.21 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /jest-runtime/26.6.3: + resolution: {integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==} + engines: {node: '>= 10.14.2'} + hasBin: true + dependencies: + '@jest/console': 26.6.2 + '@jest/environment': 26.6.2 + '@jest/fake-timers': 26.6.2 + '@jest/globals': 26.6.2 + '@jest/source-map': 26.6.2 + '@jest/test-result': 26.6.2 + '@jest/transform': 26.6.2 + '@jest/types': 26.6.2 + '@types/yargs': 15.0.15 + chalk: 4.1.2 + cjs-module-lexer: 0.6.0 + collect-v8-coverage: 1.0.2 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-config: 26.6.3 + jest-haste-map: 26.6.2 + jest-message-util: 26.6.2 + jest-mock: 26.6.2 + jest-regex-util: 26.0.0 + jest-resolve: 26.6.2 + jest-snapshot: 26.6.2 + jest-util: 26.6.2 + jest-validate: 26.6.2 + slash: 3.0.0 + strip-bom: 4.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /jest-serializer/26.6.2: + resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} + engines: {node: '>= 10.14.2'} + dependencies: + '@types/node': 20.4.2 + graceful-fs: 4.2.11 + dev: false + + /jest-snapshot/26.6.2: + resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} + engines: {node: '>= 10.14.2'} + dependencies: + '@babel/types': 7.22.5 + '@jest/types': 26.6.2 + '@types/babel__traverse': 7.20.1 + '@types/prettier': 2.7.3 + chalk: 4.1.2 + expect: 26.6.2 + graceful-fs: 4.2.11 + 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.5.4 + dev: false + + /jest-util/26.6.2: + resolution: {integrity: sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + chalk: 4.1.2 + graceful-fs: 4.2.11 + is-ci: 2.0.0 + micromatch: 4.0.5 + dev: false + + /jest-validate/26.6.2: + resolution: {integrity: sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/types': 26.6.2 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 26.3.0 + leven: 3.1.0 + pretty-format: 26.6.2 + dev: false + + /jest-watcher/26.6.2: + resolution: {integrity: sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@jest/test-result': 26.6.2 + '@jest/types': 26.6.2 + '@types/node': 20.4.2 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + jest-util: 26.6.2 + string-length: 4.0.2 + dev: false + + /jest-worker/26.6.2: + resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 20.4.2 + merge-stream: 2.0.0 + supports-color: 7.2.0 + dev: false + + /jest-worker/27.5.1: + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 20.4.2 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: false + + /jest/26.6.3: + resolution: {integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==} + engines: {node: '>= 10.14.2'} + hasBin: true + dependencies: + '@jest/core': 26.6.3 + import-local: 3.1.0 + jest-cli: 26.6.3 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - ts-node + - utf-8-validate + dev: false + + /jju/1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + dev: false + + /jmespath/0.15.0: + resolution: {integrity: sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==} + engines: {node: '>= 0.6.0'} + dev: false + + /joi/10.6.0: + resolution: {integrity: sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + isemail: 2.2.1 + items: 2.1.2 + topo: 2.0.2 + dev: false + + /joi/11.4.0: + resolution: {integrity: sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + isemail: 3.2.0 + topo: 2.0.2 + dev: false + + /joi/12.0.0: + resolution: {integrity: sha512-z0FNlV4NGgjQN1fdtHYXf5kmgludM65fG/JlXzU6+rwkt9U5UWuXVYnXa2FpK0u6+qBuCmrm5byPNuiiddAHvQ==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + isemail: 3.2.0 + topo: 2.0.2 + dev: false + + /joi/14.3.1: + resolution: {integrity: sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==} + deprecated: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + isemail: 3.2.0 + topo: 3.0.3 + dev: false + + /joycon/2.2.5: + resolution: {integrity: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==} + engines: {node: '>=6'} + dev: false + + /js-base64/2.6.4: + resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} + dev: false + + /js-sha3/0.8.0: + resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} + dev: false + + /js-tokens/3.0.2: + resolution: {integrity: sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==} + dev: false + + /js-tokens/4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + dev: false + + /js-yaml/3.13.1: + resolution: {integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==} + hasBin: true + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + dev: false + + /js-yaml/3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + dev: false + + /js-yaml/4.0.0: + resolution: {integrity: sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==} + hasBin: true + dependencies: + argparse: 2.0.1 + dev: false + + /js-yaml/4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + dependencies: + argparse: 2.0.1 + dev: false + + /jsbn/0.1.1: + resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} + dev: false + + /jsdoctypeparser/9.0.0: + resolution: {integrity: sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==} + engines: {node: '>=10'} + hasBin: true + dev: false + + /jsdom-global/2.1.1: + resolution: {integrity: sha512-nVZiKQhXZzmkFSF+AfpvErIYuzPEuBV684gYpWagtwWTLiy0p5EgQbP7gmNNA6/qxFb8l1E5w1NjES5nSBCw5A==} + dev: false + + /jsdom-global/3.0.2_jsdom@16.7.0: + resolution: {integrity: sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==} + peerDependencies: + jsdom: '>=10.0.0' + dependencies: + jsdom: 16.7.0 + dev: false + + /jsdom-global/3.0.2_jsdom@19.0.0: + resolution: {integrity: sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==} + peerDependencies: + jsdom: '>=10.0.0' + dependencies: + jsdom: 19.0.0 + dev: false + + /jsdom/15.2.1: + resolution: {integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==} + engines: {node: '>=8'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + 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.7 + parse5: 5.1.0 + pn: 1.1.0 + request: 2.88.2 + request-promise-native: 1.0.9_request@2.88.2 + 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 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /jsdom/16.7.0: + resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} + engines: {node: '>=10'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + abab: 2.0.6 + acorn: 8.10.0 + 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.1.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.7 + parse5: 6.0.1 + saxes: 5.0.1 + symbol-tree: 3.2.4 + tough-cookie: 4.1.3 + 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 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /jsdom/19.0.0: + resolution: {integrity: sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==} + engines: {node: '>=12'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + abab: 2.0.6 + acorn: 8.10.0 + acorn-globals: 6.0.0 + cssom: 0.5.0 + cssstyle: 2.3.0 + data-urls: 3.0.2 + decimal.js: 10.4.3 + domexception: 4.0.0 + escodegen: 2.1.0 + form-data: 4.0.0 + html-encoding-sniffer: 3.0.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-potential-custom-element-name: 1.0.1 + nwsapi: 2.2.7 + parse5: 6.0.1 + saxes: 5.0.1 + symbol-tree: 3.2.4 + tough-cookie: 4.1.3 + w3c-hr-time: 1.0.2 + w3c-xmlserializer: 3.0.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 2.0.0 + whatwg-mimetype: 3.0.0 + whatwg-url: 10.0.0 + ws: 8.13.0 + xml-name-validator: 4.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /jsdom/9.12.0: + resolution: {integrity: sha512-Qw4oqNxo4LyzkSqVIyCnEltTc4xV3g1GBaI88AvYTesWzmWHUSoMNmhBjUBa+6ldXIBJS9xoeLNJPfUAykTyxw==} + dependencies: + abab: 1.0.4 + acorn: 4.0.13 + acorn-globals: 3.1.0 + array-equal: 1.0.0 + content-type-parser: 1.0.2 + cssom: 0.3.8 + cssstyle: 0.2.37 + escodegen: 1.14.3 + html-encoding-sniffer: 1.0.2 + nwmatcher: 1.4.4 + parse5: 1.5.1 + request: 2.88.2 + sax: 1.2.4 + symbol-tree: 3.2.4 + tough-cookie: 2.5.0 + webidl-conversions: 4.0.2 + whatwg-encoding: 1.0.5 + whatwg-url: 4.8.0 + xml-name-validator: 2.0.1 + dev: false + + /jsesc/0.5.0: + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + hasBin: true + dev: false + + /jsesc/1.3.0: + resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} + hasBin: true + dev: false + + /jsesc/2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /jsesc/3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + engines: {node: '>=6'} + hasBin: true + dev: false + + /json-parse-better-errors/1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + dev: false + + /json-parse-even-better-errors/2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + dev: false + + /json-schema-traverse/0.3.1: + resolution: {integrity: sha512-4JD/Ivzg7PoW8NzdrBSr3UFwC9mHgvI7Z6z3QGBsSHgKaRTUDmyZAAKJo2UbG1kUVfS9WS8bi36N49U1xw43DA==} + dev: false + + /json-schema-traverse/0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: false + + /json-schema-traverse/1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + dev: false + + /json-schema/0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + dev: false + + /json-stable-stringify-without-jsonify/1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + dev: false + + /json-stringify-safe/5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + dev: false + + /json3/3.3.2: + resolution: {integrity: sha512-I5YLeauH3rIaE99EE++UeH2M2gSYo8/2TqDac7oZEH6D/DSQ4Woa628Qrfj1X9/OY5Mk5VvIDQaKCDchXaKrmA==} + deprecated: Please use the native JSON object instead of JSON 3 + dev: false + + /json5/0.5.1: + resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} + hasBin: true + dev: false + + /json5/1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + dependencies: + minimist: 1.2.8 + dev: false + + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: false + + /jsonc-parser/3.2.0: + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + dev: false + + /jsonfile/4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + optionalDependencies: + graceful-fs: 4.2.11 + dev: false + + /jsonfile/6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + dependencies: + universalify: 2.0.0 + optionalDependencies: + graceful-fs: 4.2.11 + dev: false + + /jsprim/1.4.2: + resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} + engines: {node: '>=0.6.0'} + dependencies: + assert-plus: 1.0.0 + extsprintf: 1.3.0 + json-schema: 0.4.0 + verror: 1.10.0 + dev: false + + /jsx-ast-utils/3.3.4: + resolution: {integrity: sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==} + engines: {node: '>=4.0'} + dependencies: + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + object.assign: 4.1.4 + object.values: 1.1.6 + dev: false + + /just-extend/4.2.1: + resolution: {integrity: sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==} + dev: false + + /karma-chrome-launcher/3.2.0: + resolution: {integrity: sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==} + dependencies: + which: 1.3.1 + dev: false + + /karma-coverage/2.2.1: + resolution: {integrity: sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==} + engines: {node: '>=10.0.0'} + dependencies: + 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 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /karma-firefox-launcher/2.1.2: + resolution: {integrity: sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA==} + dependencies: + is-wsl: 2.2.0 + which: 2.0.2 + dev: false + + /karma-ie-launcher/1.0.0_karma@6.4.2: + resolution: {integrity: sha512-ts71ke8pHvw6qdRtq0+7VY3ANLoZuUNNkA8abRaWV13QRPNm7TtSOqyszjHUtuwOWKcsSz4tbUtrNICrQC+SXQ==} + peerDependencies: + karma: '>=0.9' + dependencies: + karma: 6.4.2 + lodash: 4.17.21 + dev: false + + /karma-intl-shim/1.0.3: + resolution: {integrity: sha512-aSy7WTuzebVORrOCE2D8fPdc+mQmeuT605BKJO6GB0wI73HsHM2FR6hQQoJjDpD5X3NDfEPHNkqIxipJO0VKow==} + dependencies: + intl: 1.2.5 + dev: false + + /karma-mocha-reporter/2.2.5_karma@6.4.2: + resolution: {integrity: sha512-Hr6nhkIp0GIJJrvzY8JFeHpQZNseuIakGac4bpw8K1+5F0tLb6l7uvXRa8mt2Z+NVwYgCct4QAfp2R2QP6o00w==} + peerDependencies: + karma: '>=0.13' + dependencies: + chalk: 2.4.2 + karma: 6.4.2 + log-symbols: 2.2.0 + strip-ansi: 4.0.0 + dev: false + + /karma-mocha/2.0.1: + resolution: {integrity: sha512-Tzd5HBjm8his2OA4bouAsATYEpZrp9vC7z5E5j4C5Of5Rrs1jY67RAwXNcVmd/Bnk1wgvQRou0zGVLey44G4tQ==} + dependencies: + minimist: 1.2.8 + dev: false + + /karma-safari-launcher/1.0.0_karma@6.4.2: + resolution: {integrity: sha512-qmypLWd6F2qrDJfAETvXDfxHvKDk+nyIjpH9xIeI3/hENr0U3nuqkxaftq73PfXZ4aOuOChA6SnLW4m4AxfRjQ==} + peerDependencies: + karma: '>=0.9' + dependencies: + karma: 6.4.2 + dev: false + + /karma-sonarqube-unit-reporter/0.0.23_karma@6.4.2: + resolution: {integrity: sha512-Mp1b8pkZzFxRWS2eeEDzkrPXIlotRckLJ0C2fXUiUoilAVYJ5AiAyYN14cJzxGbRx65DdXBpu5LI+lt+MHigWA==} + peerDependencies: + karma: '>=0.9' + dependencies: + karma: 6.4.2 + xmlbuilder: 13.0.2 + dev: false + + /karma-sourcemap-loader/0.4.0: + resolution: {integrity: sha512-xCRL3/pmhAYF3I6qOrcn0uhbQevitc2DERMPH82FMnG+4WReoGcGFZb1pURf2a5apyrOHRdvD+O6K7NljqKHyA==} + dependencies: + graceful-fs: 4.2.11 + dev: false + + /karma-spec-reporter/0.0.36_karma@6.4.2: + resolution: {integrity: sha512-11bvOl1x6ryKZph7kmbmMpbi8vsngEGxGOoeTlIcDaH3ab3j8aPJnZ+r+K/SS0sBSGy5VGkGYO2+hLct7hw/6w==} + peerDependencies: + karma: '>=0.9' + dependencies: + colors: 1.4.0 + karma: 6.4.2 + dev: false + + /karma-webpack/5.0.0_webpack@5.88.2: + resolution: {integrity: sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==} + engines: {node: '>= 6'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + glob: 7.2.3 + minimatch: 3.1.2 + webpack: 5.88.2_uglify-js@2.8.29 + webpack-merge: 4.2.2 + dev: false + + /karma/6.4.2: + resolution: {integrity: sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==} + engines: {node: '>= 10'} + hasBin: true + dependencies: + '@colors/colors': 1.5.0 + body-parser: 1.20.2 + braces: 3.0.2 + chokidar: 3.5.3 + connect: 3.7.0 + di: 0.0.1 + dom-serialize: 2.2.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + http-proxy: 1.18.1 + isbinaryfile: 4.0.10 + lodash: 4.17.21 + log4js: 6.9.1 + mime: 2.6.0 + minimatch: 3.1.2 + mkdirp: 0.5.6 + qjobs: 1.2.0 + range-parser: 1.2.1 + rimraf: 3.0.2 + socket.io: 4.7.1 + source-map: 0.6.1 + tmp: 0.2.1 + ua-parser-js: 0.7.35 + yargs: 16.2.0 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate + dev: false + + /keygrip/1.1.0: + resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} + engines: {node: '>= 0.6'} + dependencies: + tsscmp: 1.0.6 + dev: false + + /kind-of/3.2.2: + resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: 1.1.6 + dev: false + + /kind-of/4.0.0: + resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: 1.1.6 + dev: false + + /kind-of/5.1.0: + resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} + engines: {node: '>=0.10.0'} + dev: false + + /kind-of/6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + dev: false + + /kleur/3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + dev: false + + /koa-compose/3.2.1: + resolution: {integrity: sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw==} + dependencies: + any-promise: 1.3.0 + dev: false + + /koa-compose/4.1.0: + resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==} + dev: false + + /koa-convert/2.0.0: + resolution: {integrity: sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==} + engines: {node: '>= 10'} + dependencies: + co: 4.6.0 + koa-compose: 4.1.0 + dev: false + + /koa-router/7.4.0: + resolution: {integrity: sha512-IWhaDXeAnfDBEpWS6hkGdZ1ablgr6Q6pGdXCyK38RbzuH4LkUOpPqPw+3f8l8aTDrQmBQ7xJc0bs2yV4dzcO+g==} + engines: {node: '>= 4'} + dependencies: + debug: 3.2.7 + http-errors: 1.8.1 + koa-compose: 3.2.1 + methods: 1.1.2 + path-to-regexp: 1.8.0 + urijs: 1.19.11 + dev: false + + /koa/2.14.2: + resolution: {integrity: sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==} + engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} + dependencies: + accepts: 1.3.8 + cache-content-type: 1.0.1 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookies: 0.8.0 + debug: 4.3.4 + delegates: 1.0.0 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + fresh: 0.5.2 + http-assert: 1.5.0 + http-errors: 1.8.1 + is-generator-function: 1.0.10 + koa-compose: 4.1.0 + koa-convert: 2.0.0 + on-finished: 2.4.1 + only: 0.0.2 + parseurl: 1.3.3 + statuses: 1.5.0 + type-is: 1.6.18 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /kuler/2.0.0: + resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} + dev: false + + /lazy-cache/1.0.4: + resolution: {integrity: sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==} + engines: {node: '>=0.10.0'} + dev: false + + /less-loader/4.1.0_less@3.13.1+webpack@5.88.2: + resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} + engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} + peerDependencies: + less: ^2.3.1 || ^3.0.0 + webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 + dependencies: + clone: 2.1.2 + less: 3.13.1 + loader-utils: 1.4.2 + pify: 3.0.0 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /less/3.13.1: + resolution: {integrity: sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==} + engines: {node: '>=6'} + hasBin: true + dependencies: + copy-anything: 2.0.6 + tslib: 1.14.1 + optionalDependencies: + errno: 0.1.8 + graceful-fs: 4.2.11 + image-size: 0.5.5 + make-dir: 2.1.0 + mime: 1.6.0 + native-request: 1.1.0 + source-map: 0.6.1 + dev: false + + /leven/2.1.0: + resolution: {integrity: sha512-nvVPLpIHUxCUoRLrFqTgSxXJ614d8AgQoWl7zPe/2VadE8+1dpU3LBhowRuBAcuwruWtOdD8oYC9jDNJjXDPyA==} + engines: {node: '>=0.10.0'} + dev: false + + /leven/3.1.0: + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} + dev: false + + /levn/0.3.0: + resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.1.2 + type-check: 0.3.2 + dev: false + + /levn/0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: false + + /light-my-request/3.8.0: + resolution: {integrity: sha512-cIOWmNsgoStysmkzcv2EwvLwMb2hEm6oqKMerG/b5ey9F0we2Qony8cAZgBktmGPYUvPyKsDCzMcYU6fXbpWew==} + dependencies: + ajv: 6.12.6 + cookie: 0.4.2 + readable-stream: 3.6.2 + set-cookie-parser: 2.6.0 + dev: false + + /light-my-request/4.12.0: + resolution: {integrity: sha512-0y+9VIfJEsPVzK5ArSIJ8Dkxp8QMP7/aCuxCUtG/tr9a2NoOf/snATE/OUc05XUplJCEnRh6gTkH7xh9POt1DQ==} + dependencies: + ajv: 8.12.0 + cookie: 0.5.0 + process-warning: 1.0.0 + set-cookie-parser: 2.6.0 + dev: false + + /lines-and-columns/1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + dev: false + + /loader-runner/4.3.0: + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} + dev: false + + /loader-utils/0.2.17: + resolution: {integrity: sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==} + dependencies: + big.js: 3.2.0 + emojis-list: 2.1.0 + json5: 0.5.1 + object-assign: 4.1.1 + dev: false + + /loader-utils/1.4.2: + resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==} + engines: {node: '>=4.0.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.2 + dev: false + + /loader-utils/2.0.4: + resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} + engines: {node: '>=8.9.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.3 + dev: false + + /loadjs/4.2.0: + resolution: {integrity: sha512-AgQGZisAlTPbTEzrHPb6q+NYBMD+DP9uvGSIjSUM5uG+0jG15cb8axWpxuOIqrmQjn6scaaH8JwloiP27b2KXA==} + dev: false + + /locate-path/3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: false + + /locate-path/5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} + dependencies: + p-locate: 4.1.0 + dev: false + + /locate-path/6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + dependencies: + p-locate: 5.0.0 + dev: false + + /lodash._arrayeach/3.0.0: + resolution: {integrity: sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==} + dev: false + + /lodash._baseassign/3.2.0: + resolution: {integrity: sha512-t3N26QR2IdSN+gqSy9Ds9pBu/J1EAFEshKlUHpJG3rvyJOYgcELIxcIeKKfZk7sjOz11cFfzJRsyFry/JyabJQ==} + dependencies: + lodash._basecopy: 3.0.1 + lodash.keys: 3.1.2 + dev: false + + /lodash._basecopy/3.0.1: + resolution: {integrity: sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==} + dev: false + + /lodash._basecreate/3.0.3: + resolution: {integrity: sha512-EDem6C9iQpn7fxnGdmhXmqYGjCkStmDXT4AeyB2Ph8WKbglg4aJZczNkQglj+zWXcOEEkViK8THuV2JvugW47g==} + dev: false + + /lodash._baseeach/3.0.4: + resolution: {integrity: sha512-IqUZ9MQo2UT1XPGuBntInqTOlc+oV+bCo0kMp+yuKGsfvRSNgUW0YjWVZUrG/gs+8z/Eyuc0jkJjOBESt9BXxg==} + dependencies: + lodash.keys: 3.1.2 + dev: false + + /lodash._bindcallback/3.0.1: + resolution: {integrity: sha512-2wlI0JRAGX8WEf4Gm1p/mv/SZ+jLijpj0jyaE/AXeuQphzCgD8ZQW4oSpoN8JAopujOFGU3KMuq7qfHBWlGpjQ==} + dev: false + + /lodash._getnative/3.9.1: + resolution: {integrity: sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==} + dev: false + + /lodash._isiterateecall/3.0.9: + resolution: {integrity: sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==} + dev: false + + /lodash.camelcase/4.3.0: + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + dev: false + + /lodash.create/3.1.1: + resolution: {integrity: sha512-IUfOYwDEbI8JbhW6psW+Ig01BOVK67dTSCUAbS58M0HBkPcAv/jHuxD+oJVP2tUCo3H9L6f/8GM6rxwY+oc7/w==} + dependencies: + lodash._baseassign: 3.2.0 + lodash._basecreate: 3.0.3 + lodash._isiterateecall: 3.0.9 + dev: false + + /lodash.debounce/4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + dev: false + + /lodash.escape/4.0.1: + resolution: {integrity: sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==} + dev: false + + /lodash.flattendeep/4.4.0: + resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} + dev: false + + /lodash.foreach/3.0.3: + resolution: {integrity: sha512-PA7Lp7pe2HMJBoB1vELegEIF3waUFnM0fWDKJVYolwZ4zHh6WTmnq0xmzfQksD66gx2quhDNyBdyaE2T8/DP3Q==} + dependencies: + lodash._arrayeach: 3.0.0 + lodash._baseeach: 3.0.4 + lodash._bindcallback: 3.0.1 + lodash.isarray: 3.0.4 + dev: false + + /lodash.foreach/4.5.0: + resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==} + dev: false + + /lodash.get/4.4.2: + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + dev: false + + /lodash.isarguments/3.1.0: + resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==} + dev: false + + /lodash.isarray/3.0.4: + resolution: {integrity: sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==} + dev: false + + /lodash.isequal/4.5.0: + resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + dev: false + + /lodash.kebabcase/4.1.1: + resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + dev: false + + /lodash.keys/3.1.2: + resolution: {integrity: sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==} + dependencies: + lodash._getnative: 3.9.1 + lodash.isarguments: 3.1.0 + lodash.isarray: 3.0.4 + dev: false + + /lodash.keys/4.2.0: + resolution: {integrity: sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ==} + dev: false + + /lodash.memoize/4.1.2: + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} + dev: false + + /lodash.merge/4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + dev: false + + /lodash.omit/4.5.0: + resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==} + dev: false + + /lodash.snakecase/4.1.1: + resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} + dev: false + + /lodash.sortby/4.7.0: + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + dev: false + + /lodash.truncate/4.4.2: + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} + dev: false + + /lodash.uniq/4.5.0: + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + dev: false + + /lodash.upperfirst/4.3.1: + resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} + dev: false + + /lodash/4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: false + + /log-symbols/2.2.0: + resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==} + engines: {node: '>=4'} + dependencies: + chalk: 2.4.2 + dev: false + + /log-symbols/3.0.0: + resolution: {integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==} + engines: {node: '>=8'} + dependencies: + chalk: 2.4.2 + dev: false + + /log-symbols/4.0.0: + resolution: {integrity: sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==} + engines: {node: '>=10'} + dependencies: + chalk: 4.1.2 + dev: false + + /log-symbols/4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + dependencies: + chalk: 4.1.2 + is-unicode-supported: 0.1.0 + dev: false + + /log-update/4.0.0: + resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} + engines: {node: '>=10'} + dependencies: + ansi-escapes: 4.3.2 + cli-cursor: 3.1.0 + slice-ansi: 4.0.0 + wrap-ansi: 6.2.0 + dev: false + + /log-update/5.0.1: + resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + ansi-escapes: 5.0.0 + cli-cursor: 4.0.0 + slice-ansi: 5.0.0 + strip-ansi: 7.1.0 + wrap-ansi: 8.1.0 + dev: false + + /log4js/6.9.1: + resolution: {integrity: sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==} + engines: {node: '>=8.0'} + dependencies: + date-format: 4.0.14 + debug: 4.3.4 + flatted: 3.2.7 + rfdc: 1.3.0 + streamroller: 3.1.5 + transitivePeerDependencies: + - supports-color + dev: false + + /logform/2.5.1: + resolution: {integrity: sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg==} + dependencies: + '@colors/colors': 1.5.0 + '@types/triple-beam': 1.3.2 + fecha: 4.2.3 + ms: 2.1.3 + safe-stable-stringify: 2.4.3 + triple-beam: 1.4.1 + dev: false + + /lolex/1.3.2: + resolution: {integrity: sha512-YYp8cqz7/8eruZ15L1mzcPkvLYxipfdsWIDESvNdNmQP9o7TsDitRhNuV2xb7aFu2ofZngao1jiVrVZ842x4BQ==} + dev: false + + /lolex/2.7.5: + resolution: {integrity: sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==} + dev: false + + /lolex/4.2.0: + resolution: {integrity: sha512-gKO5uExCXvSm6zbF562EvM+rd1kQDnB9AZBbiQVzf1ZmdDpxUSvpnAaVOP83N/31mRK8Ml8/VE8DMvsAZQ+7wg==} + dev: false + + /lolex/5.1.2: + resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} + dependencies: + '@sinonjs/commons': 1.8.6 + dev: false + + /longest/1.0.1: + resolution: {integrity: sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==} + engines: {node: '>=0.10.0'} + dev: false + + /loose-envify/1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + dependencies: + js-tokens: 4.0.0 + dev: false + + /loupe/2.3.6: + resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} + dependencies: + get-func-name: 2.0.0 + dev: false + + /lower-case/2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.6.0 + dev: false + + /lru-cache/4.1.5: + resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} + dependencies: + pseudomap: 1.0.2 + yallist: 2.1.2 + dev: false + + /lru-cache/5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: false + + /lru-cache/6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + dependencies: + yallist: 4.0.0 + dev: false + + /lunr/2.3.9: + resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + dev: false + + /lz-string/1.5.0: + resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} + hasBin: true + dev: false + + /make-dir/2.1.0: + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} + dependencies: + pify: 4.0.1 + semver: 5.7.2 + dev: false + + /make-dir/3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} + dependencies: + semver: 6.3.1 + dev: false + + /make-error/1.3.6: + resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + dev: false + + /makeerror/1.0.12: + resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} + dependencies: + tmpl: 1.0.5 + dev: false + + /map-age-cleaner/0.1.3: + resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} + engines: {node: '>=6'} + dependencies: + p-defer: 1.0.0 + dev: false + + /map-cache/0.2.2: + resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} + engines: {node: '>=0.10.0'} + dev: false + + /map-visit/1.0.0: + resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} + engines: {node: '>=0.10.0'} + dependencies: + object-visit: 1.0.1 + dev: false + + /marked/1.0.0: + resolution: {integrity: sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==} + engines: {node: '>= 8.16.2'} + hasBin: true + dev: false + + /marked/2.0.7: + resolution: {integrity: sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==} + engines: {node: '>= 8.16.2'} + hasBin: true + dev: false + + /marked/4.3.0: + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} + hasBin: true + dev: false + + /match-sorter/6.3.1: + resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} + dependencies: + '@babel/runtime': 7.22.6 + remove-accents: 0.4.2 + dev: false + + /math-random/1.0.4: + resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} + dev: false + optional: true + + /mdn-data/2.0.14: + resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + dev: false + + /mdn-data/2.0.4: + resolution: {integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==} + dev: false + + /media-typer/0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + dev: false + + /mem/8.1.1: + resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} + engines: {node: '>=10'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 3.1.0 + dev: false + + /memfs/3.5.3: + resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} + engines: {node: '>= 4.0.0'} + dependencies: + fs-monkey: 1.0.4 + dev: false + + /merge-descriptors/1.0.1: + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + dev: false + + /merge-stream/2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + dev: false + + /merge2/1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + dev: false + + /methods/1.1.2: + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} + dev: false + + /micromatch/2.3.11: + resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 2.0.0 + array-unique: 0.2.1 + braces: 1.8.5 + expand-brackets: 0.1.5 + extglob: 0.3.2 + filename-regex: 2.0.1 + is-extglob: 1.0.0 + is-glob: 2.0.1 + kind-of: 3.2.2 + normalize-path: 2.1.1 + object.omit: 2.0.1 + parse-glob: 3.0.4 + regex-cache: 0.4.4 + dev: false + optional: true + + /micromatch/3.1.10: + resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /micromatch/4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.2 + picomatch: 2.3.1 + dev: false + + /microseconds/0.2.0: + resolution: {integrity: sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==} + dev: false + + /middie/4.1.0: + resolution: {integrity: sha512-eylPpZA+K3xO9kpDjagoPkEUkNcWV3EAo5OEz0MqsekUpT7KbnQkk8HNZkh4phx2vvOAmNNZuLRWF9lDDHPpVQ==} + dependencies: + path-to-regexp: 4.0.5 + reusify: 1.0.4 + dev: false + + /mime-db/1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + dev: false + + /mime-types/2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + dev: false + + /mime/1.3.4: + resolution: {integrity: sha512-sAaYXszED5ALBt665F0wMQCUXpGuZsGdopoqcHPdL39ZYdi7uHoZlhrfZfhv8WzivhBzr/oXwaj+yiK5wY8MXQ==} + hasBin: true + dev: false + + /mime/1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /mime/2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + hasBin: true + dev: false + + /mime/3.0.0: + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} + hasBin: true + dev: false + + /mimic-fn/1.2.0: + resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} + engines: {node: '>=4'} + dev: false + + /mimic-fn/2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + dev: false + + /mimic-fn/3.1.0: + resolution: {integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==} + engines: {node: '>=8'} + dev: false + + /mimos/3.0.3: + resolution: {integrity: sha512-BfYn3Kdlfii+Zr5P/1dvUDxCvy9qOeDzsKaoZ1ZbkfUqP001+OPdHsdWQ/ff4wbLGFWCsxrygX9macR2xc7CMg==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + mime-db: 1.52.0 + dev: false + + /mimos/4.0.2: + resolution: {integrity: sha512-5XBsDqBqzSN88XPPH/TFpOalWOjHJM5Z2d3AMx/30iq+qXvYKd/8MPhqBwZDOLtoaIWInR3nLzMQcxfGK9djXA==} + deprecated: This module has moved and is now available at @hapi/mimos. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + mime-db: 1.52.0 + dev: false + + /mini-css-extract-plugin/1.6.2_webpack@5.88.2: + resolution: {integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.4.0 || ^5.0.0 + dependencies: + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.88.2_uglify-js@2.8.29 + webpack-sources: 1.4.3 + dev: false + + /minimalistic-assert/1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + dev: false + + /minimatch/3.0.4: + resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} + dependencies: + brace-expansion: 1.1.11 + dev: false + + /minimatch/3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + dependencies: + brace-expansion: 1.1.11 + dev: false + + /minimatch/5.0.1: + resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: false + + /minimatch/5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: false + + /minimatch/7.4.6: + resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: false + + /minimist/0.0.8: + resolution: {integrity: sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==} + dev: false + + /minimist/1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + dev: false + + /minipass-collect/1.0.2: + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: false + + /minipass-flush/1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: false + + /minipass-pipeline/1.2.4: + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} + dependencies: + minipass: 3.3.6 + dev: false + + /minipass/3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + dependencies: + yallist: 4.0.0 + dev: false + + /minipass/5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + dev: false + + /minizlib/2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + yallist: 4.0.0 + dev: false + + /mississippi/3.0.0: + resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} + engines: {node: '>=4.0.0'} + dependencies: + 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 + dev: false + + /mixin-deep/1.3.2: + resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} + engines: {node: '>=0.10.0'} + dependencies: + for-in: 1.0.2 + is-extendable: 1.0.1 + dev: false + + /mkdirp/0.5.1: + resolution: {integrity: sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==} + deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) + hasBin: true + dependencies: + minimist: 0.0.8 + dev: false + + /mkdirp/0.5.5: + resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} + hasBin: true + dependencies: + minimist: 1.2.8 + dev: false + + /mkdirp/0.5.6: + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} + hasBin: true + dependencies: + minimist: 1.2.8 + dev: false + + /mkdirp/1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + dev: false + + /mocha/10.2.0: + resolution: {integrity: sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==} + engines: {node: '>= 14.0.0'} + hasBin: true + dependencies: + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.3 + debug: 4.3.4_supports-color@8.1.1 + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.2.0 + he: 1.2.0 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 5.0.1 + ms: 2.1.3 + nanoid: 3.3.3 + serialize-javascript: 6.0.0 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + workerpool: 6.2.1 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 + dev: false + + /mocha/3.5.3: + resolution: {integrity: sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==} + engines: {node: '>= 0.10.x', npm: '>= 1.4.x'} + hasBin: true + dependencies: + browser-stdout: 1.3.0 + commander: 2.9.0 + debug: 2.6.8 + diff: 3.2.0 + escape-string-regexp: 1.0.5 + glob: 7.1.1 + growl: 1.9.2 + he: 1.1.1 + json3: 3.3.2 + lodash.create: 3.1.1 + mkdirp: 0.5.1 + supports-color: 3.1.2 + dev: false + + /mocha/4.1.0: + resolution: {integrity: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==} + engines: {node: '>= 4.0.0'} + hasBin: true + dependencies: + browser-stdout: 1.3.0 + commander: 2.11.0 + debug: 3.1.0 + diff: 3.3.1 + escape-string-regexp: 1.0.5 + glob: 7.1.2 + growl: 1.10.3 + he: 1.1.1 + mkdirp: 0.5.1 + supports-color: 4.4.0 + dev: false + + /mocha/7.2.0: + resolution: {integrity: sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==} + engines: {node: '>= 8.10.0'} + hasBin: true + dependencies: + ansi-colors: 3.2.3 + browser-stdout: 1.3.1 + chokidar: 3.3.0 + debug: 3.2.6 + diff: 3.5.0 + escape-string-regexp: 1.0.5 + find-up: 3.0.0 + glob: 7.1.3 + growl: 1.10.5 + he: 1.2.0 + js-yaml: 3.13.1 + log-symbols: 3.0.0 + minimatch: 3.0.4 + mkdirp: 0.5.5 + ms: 2.1.1 + node-environment-flags: 1.0.6 + object.assign: 4.1.0 + strip-json-comments: 2.0.1 + supports-color: 6.0.0 + which: 1.3.1 + wide-align: 1.1.3 + yargs: 13.3.2 + yargs-parser: 13.1.2 + yargs-unparser: 1.6.0 + dev: false + + /mocha/8.4.0: + resolution: {integrity: sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==} + engines: {node: '>= 10.12.0'} + hasBin: true + dependencies: + '@ungap/promise-all-settled': 1.1.2 + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.1 + debug: 4.3.1_supports-color@8.1.1 + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.1.6 + growl: 1.10.5 + he: 1.2.0 + js-yaml: 4.0.0 + log-symbols: 4.0.0 + minimatch: 3.0.4 + ms: 2.1.3 + nanoid: 3.1.20 + serialize-javascript: 5.0.1 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + which: 2.0.2 + wide-align: 1.1.3 + workerpool: 6.1.0 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 + dev: false + + /mock-require/1.3.0: + resolution: {integrity: sha512-N6rVnkCPEdq5rs7C4aNADQo6MSG6vpgPEccI2ZhNoucMBRlYbo/Wfkz5fLtO0vFXR/pE+1VTvG+sWHZIEe3uBw==} + engines: {node: '>=0.10'} + dependencies: + caller-id: 0.1.0 + dev: false + + /mock-require/3.0.3: + resolution: {integrity: sha512-lLzfLHcyc10MKQnNUCv7dMcoY/2Qxd6wJfbqCcVk3LDb8An4hF6ohk5AztrvgKhJCqj36uyzi/p5se+tvyD+Wg==} + engines: {node: '>=4.3.0'} + dependencies: + get-caller-file: 1.0.3 + normalize-path: 2.1.1 + dev: false + + /moo/0.5.2: + resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} + dev: false + + /move-concurrently/1.0.1: + resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==} + dependencies: + 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 + dev: false + + /mri/1.1.4: + resolution: {integrity: sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==} + engines: {node: '>=4'} + dev: false + + /ms/2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + dev: false + + /ms/2.1.1: + resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} + dev: false + + /ms/2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + dev: false + + /ms/2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + dev: false + + /munchy/1.0.9: + resolution: {integrity: sha512-S50xIaqpFuwe2shmDu8fpycRZ8IrUYyxhtP5fpL2mYQjqNvacw67EMFaxUFMDhSh7sfxaZrY1YiZlExZn9VFBw==} + dev: false + + /mute-stream/0.0.7: + resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==} + dev: false + + /mute-stream/0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + dev: false + + /nan/2.17.0: + resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} + dev: false + optional: true + + /nano-time/1.0.0: + resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} + dependencies: + big-integer: 1.6.51 + dev: false + + /nanoid/3.1.20: + resolution: {integrity: sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: false + + /nanoid/3.3.3: + resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: false + + /nanoid/3.3.6: + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: false + + /nanomatch/1.2.13: + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /native-request/1.1.0: + resolution: {integrity: sha512-uZ5rQaeRn15XmpgE0xoPL8YWqcX90VtCFglYwAgkvKM5e8fog+vePLAhHxuuv/gRkrQxIeh5U3q9sMNUrENqWw==} + dev: false + optional: true + + /natural-compare-lite/1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: false + + /natural-compare/1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + dev: false + + /nearley/2.20.1: + resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} + hasBin: true + dependencies: + commander: 2.20.3 + moo: 0.5.2 + railroad-diagrams: 1.0.0 + randexp: 0.4.6 + dev: false + + /negotiator/0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + dev: false + + /neo-async/2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + dev: false + + /nice-try/1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + dev: false + + /nigel/2.0.2: + resolution: {integrity: sha512-KzIv9fdPY3z7mQu4Y3SVW/Y5nK1k+AUpwXCVnZYNn42a+abSnG0gXsrCT55sR/lt/9sYdV+e89JqFTfNpUBeWg==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + vise: 2.0.2 + dev: false + + /nigel/3.0.4: + resolution: {integrity: sha512-3SZCCS/duVDGxFpTROHEieC+itDo4UqL9JNUyQJv3rljudQbK6aqus5B4470OxhESPJLN93Qqxg16rH7DUjbfQ==} + deprecated: This module has moved and is now available at @hapi/nigel. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + vise: 3.0.2 + dev: false + + /nise/1.5.3: + resolution: {integrity: sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==} + dependencies: + '@sinonjs/formatio': 3.2.2 + '@sinonjs/text-encoding': 0.7.2 + just-extend: 4.2.1 + lolex: 5.1.2 + path-to-regexp: 1.8.0 + dev: false + + /nise/4.1.0: + resolution: {integrity: sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==} + dependencies: + '@sinonjs/commons': 1.8.6 + '@sinonjs/fake-timers': 6.0.1 + '@sinonjs/text-encoding': 0.7.2 + just-extend: 4.2.1 + path-to-regexp: 1.8.0 + dev: false + + /nise/5.1.4: + resolution: {integrity: sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==} + dependencies: + '@sinonjs/commons': 2.0.0 + '@sinonjs/fake-timers': 10.3.0 + '@sinonjs/text-encoding': 0.7.2 + just-extend: 4.2.1 + path-to-regexp: 1.8.0 + dev: false + + /nix-clap/1.3.13: + resolution: {integrity: sha512-ejn05GSB4qDNi6nPGgR7IGkqwzL9Eh8HYoc0T7Zs6QpNUGhyiAIoKCxgsHe0VXJIFI2eVb83DYiK9xzN8OQx3Q==} + dependencies: + strip-ansi: 4.0.0 + dev: false + + /no-case/3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.6.0 + dev: false + + /node-environment-flags/1.0.6: + resolution: {integrity: sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==} + dependencies: + object.getownpropertydescriptors: 2.1.6 + semver: 5.7.2 + dev: false + + /node-int64/0.4.0: + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} + dev: false + + /node-notifier/8.0.2: + resolution: {integrity: sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==} + dependencies: + growly: 1.3.0 + is-wsl: 2.2.0 + semver: 7.5.4 + shellwords: 0.1.1 + uuid: 8.3.2 + which: 2.0.2 + dev: false + optional: true + + /node-preload/0.2.1: + resolution: {integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==} + engines: {node: '>=8'} + dependencies: + process-on-spawn: 1.0.0 + dev: false + + /node-releases/2.0.13: + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} + dev: false + + /nodent-runtime/3.2.1: + resolution: {integrity: sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA==} + requiresBuild: true + dev: false + + /nodent-transform/3.2.9: + resolution: {integrity: sha512-4a5FH4WLi+daH/CGD5o/JWRR8W5tlCkd3nrDSkxbOzscJTyTUITltvOJeQjg3HJ1YgEuNyiPhQbvbtRjkQBByQ==} + dev: false + + /nopt/3.0.6: + resolution: {integrity: sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==} + hasBin: true + dependencies: + abbrev: 1.0.9 + dev: false + + /normalize-package-data/2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.22.2 + semver: 5.7.2 + validate-npm-package-license: 3.0.4 + dev: false + + /normalize-path/2.1.1: + resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} + engines: {node: '>=0.10.0'} + dependencies: + remove-trailing-separator: 1.1.0 + dev: false + + /normalize-path/3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + dev: false + + /normalize-range/0.1.2: + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} + dev: false + + /normalize-url/3.3.0: + resolution: {integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==} + engines: {node: '>=6'} + dev: false + + /npm-run-path/2.0.2: + resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} + engines: {node: '>=4'} + dependencies: + path-key: 2.0.1 + dev: false + + /npm-run-path/4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + dependencies: + path-key: 3.1.1 + dev: false + + /nth-check/1.0.2: + resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} + dependencies: + boolbase: 1.0.0 + dev: false + + /nth-check/2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + dependencies: + boolbase: 1.0.0 + dev: false + + /num2fraction/1.2.2: + resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==} + dev: false + + /nwmatcher/1.4.4: + resolution: {integrity: sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==} + dev: false + + /nwsapi/2.2.7: + resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} + dev: false + + /nyc/11.9.0: + resolution: {integrity: sha512-w8OdJAhXL5izerzZMdqzYKMj/pgHJyY3qEPYBjLLxrhcVoHEY9pU5ENIiZyCgG9OR7x3VcUMoD40o6PtVpfR4g==} + hasBin: true + dev: false + bundledDependencies: + - archy + - arrify + - caching-transform + - convert-source-map + - debug-log + - default-require-extensions + - find-cache-dir + - find-up + - foreground-child + - glob + - istanbul-lib-coverage + - istanbul-lib-hook + - istanbul-lib-instrument + - istanbul-lib-report + - istanbul-lib-source-maps + - istanbul-reports + - md5-hex + - merge-source-map + - micromatch + - mkdirp + - resolve-from + - rimraf + - signal-exit + - spawn-wrap + - test-exclude + - yargs + - yargs-parser + + /nyc/15.1.0: + resolution: {integrity: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==} + engines: {node: '>=8.9'} + hasBin: true + dependencies: + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + caching-transform: 4.0.0 + convert-source-map: 1.9.0 + decamelize: 1.2.0 + find-cache-dir: 3.3.2 + find-up: 4.1.0 + foreground-child: 2.0.0 + get-package-type: 0.1.0 + glob: 7.2.3 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-hook: 3.0.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-processinfo: 2.0.3 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.5 + make-dir: 3.1.0 + node-preload: 0.2.1 + p-map: 3.0.0 + process-on-spawn: 1.0.0 + resolve-from: 5.0.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + spawn-wrap: 2.0.0 + test-exclude: 6.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - supports-color + dev: false + + /oauth-sign/0.9.0: + resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + dev: false + + /object-assign/4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + dev: false + + /object-copy/0.1.0: + resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} + engines: {node: '>=0.10.0'} + dependencies: + copy-descriptor: 0.1.1 + define-property: 0.2.5 + kind-of: 3.2.2 + dev: false + + /object-hash/1.3.1: + resolution: {integrity: sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==} + engines: {node: '>= 0.10.0'} + dev: false + + /object-inspect/1.12.3: + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + dev: false + + /object-is/1.1.5: + resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + dev: false + + /object-keys/1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + dev: false + + /object-visit/1.0.1: + resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: false + + /object.assign/4.1.0: + resolution: {integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.2.0 + function-bind: 1.1.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + dev: false + + /object.assign/4.1.4: + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + has-symbols: 1.0.3 + object-keys: 1.1.1 + dev: false + + /object.entries/1.1.6: + resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /object.fromentries/2.0.6: + resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /object.getownpropertydescriptors/2.1.6: + resolution: {integrity: sha512-lq+61g26E/BgHv0ZTFgRvi7NMEPuAxLkFU7rukXjc/AlwH4Am5xXVnIXy3un1bg/JPbXHrixRkK1itUzzPiIjQ==} + engines: {node: '>= 0.8'} + dependencies: + array.prototype.reduce: 1.0.5 + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + safe-array-concat: 1.0.0 + dev: false + + /object.hasown/1.1.2: + resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} + dependencies: + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /object.omit/2.0.1: + resolution: {integrity: sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==} + engines: {node: '>=0.10.0'} + dependencies: + for-own: 0.1.5 + is-extendable: 0.1.1 + dev: false + optional: true + + /object.pick/1.3.0: + resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: false + + /object.values/1.1.6: + resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /oblivious-set/1.0.0: + resolution: {integrity: sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==} + dev: false + + /obuf/1.1.2: + resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} + dev: false + + /on-finished/2.3.0: + resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} + engines: {node: '>= 0.8'} + dependencies: + ee-first: 1.1.1 + dev: false + + /on-finished/2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + dependencies: + ee-first: 1.1.1 + dev: false + + /once/1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + dev: false + + /one-time/1.0.0: + resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==} + dependencies: + fn.name: 1.1.0 + dev: false + + /onetime/2.0.1: + resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} + engines: {node: '>=4'} + dependencies: + mimic-fn: 1.2.0 + dev: false + + /onetime/5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + dependencies: + mimic-fn: 2.1.0 + dev: false + + /only/0.0.2: + resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} + dev: false + + /open/8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + dev: false + + /opener/1.5.2: + resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} + hasBin: true + dev: false + + /opfs/1.1.1: + resolution: {integrity: sha512-1gVNS4XUqb6RikfaHrhiS7WPR7ht3WH1nn2//65AOeSmTkzo3qosxXJX+oRlurPrnabx+uKLoi4wWr3mfgSKbg==} + engines: {node: '>=6'} + dev: false + + /opn/5.5.0: + resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} + engines: {node: '>=4'} + dependencies: + is-wsl: 1.1.0 + dev: false + + /optional-require/1.1.8: + resolution: {integrity: sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==} + engines: {node: '>=4'} + dependencies: + require-at: 1.0.6 + dev: false + + /optionator/0.8.3: + resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} + engines: {node: '>= 0.8.0'} + dependencies: + 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.4 + dev: false + + /optionator/0.9.3: + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + engines: {node: '>= 0.8.0'} + dependencies: + '@aashutoshrathi/word-wrap': 1.2.6 + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: false + + /os-homedir/1.0.2: + resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} + engines: {node: '>=0.10.0'} + dev: false + + /os-tmpdir/1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + dev: false + + /output-file-sync/1.1.2: + resolution: {integrity: sha512-uQLlclru4xpCi+tfs80l3QF24KL81X57ELNMy7W/dox+JTtxUf1bLyQ8968fFCmSqqbokjW0kn+WBIlO+rSkNg==} + dependencies: + graceful-fs: 4.2.11 + mkdirp: 0.5.6 + object-assign: 4.1.1 + dev: false + + /p-defer/1.0.0: + resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} + engines: {node: '>=4'} + dev: false + + /p-each-series/2.2.0: + resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} + engines: {node: '>=8'} + dev: false + + /p-finally/1.0.0: + resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} + engines: {node: '>=4'} + dev: false + + /p-limit/2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + dependencies: + p-try: 2.2.0 + dev: false + + /p-limit/3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + dependencies: + yocto-queue: 0.1.0 + dev: false + + /p-locate/3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: false + + /p-locate/4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + dependencies: + p-limit: 2.3.0 + dev: false + + /p-locate/5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + dependencies: + p-limit: 3.1.0 + dev: false + + /p-map/3.0.0: + resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} + engines: {node: '>=8'} + dependencies: + aggregate-error: 3.1.0 + dev: false + + /p-map/4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + dependencies: + aggregate-error: 3.1.0 + dev: false + + /p-try/2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + dev: false + + /package-hash/4.0.0: + resolution: {integrity: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==} + engines: {node: '>=8'} + dependencies: + graceful-fs: 4.2.11 + hasha: 5.2.2 + lodash.flattendeep: 4.4.0 + release-zalgo: 1.0.0 + dev: false + + /parallel-transform/1.2.0: + resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} + dependencies: + cyclist: 1.0.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /param-case/3.0.4: + resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.0 + dev: false + + /parent-module/1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + dependencies: + callsites: 3.1.0 + dev: false + + /parse-glob/3.0.4: + resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} + engines: {node: '>=0.10.0'} + dependencies: + glob-base: 0.3.0 + is-dotfile: 1.0.3 + is-extglob: 1.0.0 + is-glob: 2.0.1 + dev: false + optional: true + + /parse-json/4.0.0: + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + dev: false + + /parse-json/5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + dependencies: + '@babel/code-frame': 7.22.5 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + dev: false + + /parse5-htmlparser2-tree-adapter/7.0.0: + resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} + dependencies: + domhandler: 5.0.3 + parse5: 7.1.2 + dev: false + + /parse5/1.5.1: + resolution: {integrity: sha512-w2jx/0tJzvgKwZa58sj2vAYq/S/K1QJfIB3cWYea/Iu1scFPDQQ3IQiVZTHWtRBwAjv2Yd7S/xeZf3XqLDb3bA==} + dev: false + + /parse5/5.1.0: + resolution: {integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==} + dev: false + + /parse5/6.0.1: + resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} + dev: false + + /parse5/7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + dependencies: + entities: 4.5.0 + dev: false + + /parseurl/1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + dev: false + + /pascal-case/3.1.2: + resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.0 + dev: false + + /pascalcase/0.1.1: + resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} + engines: {node: '>=0.10.0'} + dev: false + + /path-exists/3.0.0: + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} + dev: false + + /path-exists/4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + dev: false + + /path-is-absolute/1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + dev: false + + /path-is-inside/1.0.2: + resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} + dev: false + + /path-key/2.0.1: + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} + engines: {node: '>=4'} + dev: false + + /path-key/3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + dev: false + + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: false + + /path-to-regexp/0.1.7: + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} + dev: false + + /path-to-regexp/1.8.0: + resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} + dependencies: + isarray: 0.0.1 + dev: false + + /path-to-regexp/4.0.5: + resolution: {integrity: sha512-l+fTaGG2N9ZRpCEUj5fG1VKdDLaiqwCIvPngpnxzREhcdobhZC4ou4w984HBu72DqAJ5CfcdV6tjqNOunfpdsQ==} + dev: false + + /path-type/4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + dev: false + + /pathval/1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: false + + /performance-now/2.1.0: + resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} + dev: false + + /pez/2.1.5: + resolution: {integrity: sha512-XHZL8ZBoxZGrprJAG83pvzo7tJPKmyfJVeyW0NFi6e4+J7C92AjeliYZwElvtdakOg6cEvLtCTfnt3n9XnpEmg==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + b64: 3.0.3 + boom: 5.2.0 + content: 3.0.7 + hoek: 4.2.1 + nigel: 2.0.2 + dev: false + + /pez/4.0.5: + resolution: {integrity: sha512-HvL8uiFIlkXbx/qw4B8jKDCWzo7Pnnd65Uvanf9OOCtb20MRcb9gtTVBf9NCnhETif1/nzbDHIjAWC/sUp7LIQ==} + deprecated: This module has moved and is now available at @hapi/pez. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + b64: 4.1.2 + boom: 7.3.0 + content: 4.0.6 + hoek: 6.1.3 + nigel: 3.0.4 + dev: false + + /picocolors/0.2.1: + resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} + dev: false + + /picocolors/1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: false + + /picomatch/2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + dev: false + + /pify/2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + dev: false + + /pify/3.0.0: + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} + dev: false + + /pify/4.0.1: + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} + dev: false + + /pino-pretty/4.8.0: + resolution: {integrity: sha512-mhQfHG4rw5ZFpWL44m0Utjo4GC2+HMfdNvxyA8lLw0sIqn6fCf7uQe6dPckUcW/obly+OQHD7B/MTso6LNizYw==} + hasBin: true + dependencies: + '@hapi/bourne': 2.1.0 + args: 5.0.3 + chalk: 4.1.2 + dateformat: 4.6.3 + fast-safe-stringify: 2.1.1 + jmespath: 0.15.0 + joycon: 2.2.5 + pump: 3.0.0 + readable-stream: 3.6.2 + rfdc: 1.3.0 + split2: 3.2.2 + strip-json-comments: 3.1.1 + dev: false + + /pino-std-serializers/2.5.0: + resolution: {integrity: sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg==} + dev: false + + /pino-std-serializers/3.2.0: + resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} + dev: false + + /pino/5.17.0: + resolution: {integrity: sha512-LqrqmRcJz8etUjyV0ddqB6OTUutCgQULPFg2b4dtijRHUsucaAdBgSUW58vY6RFSX+NT8963F+q0tM6lNwGShA==} + hasBin: true + dependencies: + fast-redact: 2.1.0 + fast-safe-stringify: 2.1.1 + flatstr: 1.0.12 + pino-std-serializers: 2.5.0 + quick-format-unescaped: 3.0.3 + sonic-boom: 0.7.7 + dev: false + + /pino/6.14.0: + resolution: {integrity: sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==} + hasBin: true + dependencies: + fast-redact: 3.2.0 + fast-safe-stringify: 2.1.1 + flatstr: 1.0.12 + pino-std-serializers: 3.2.0 + process-warning: 1.0.0 + quick-format-unescaped: 4.0.4 + sonic-boom: 1.4.1 + dev: false + + /pirates/4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + dev: false + + /pkg-dir/3.0.0: + resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} + engines: {node: '>=6'} + dependencies: + find-up: 3.0.0 + dev: false + + /pkg-dir/4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} + dependencies: + find-up: 4.1.0 + dev: false + + /pkg-up/3.1.0: + resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} + engines: {node: '>=8'} + dependencies: + find-up: 3.0.0 + dev: false + + /platform/1.3.6: + resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} + dev: false + + /pluralize/7.0.0: + resolution: {integrity: sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==} + engines: {node: '>=4'} + dev: false + + /pn/1.1.0: + resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} + dev: false + + /podium/1.3.0: + resolution: {integrity: sha512-ZIujqk1pv8bRZNVxwwwq0BhXilZ2udycQT3Kp8ah3f3TcTmVg7ILJsv/oLf47gRa2qeiP584lNq+pfvS9U3aow==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + items: 2.1.2 + joi: 10.6.0 + dev: false + + /podium/3.2.0: + resolution: {integrity: sha512-rbwvxwVkI6gRRlxZQ1zUeafrpGxZ7QPHIheinehAvGATvGIPfWRkaTeWedc5P4YjXJXEV8ZbBxPtglNylF9hjw==} + deprecated: This module has moved and is now available at @hapi/podium. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + joi: 14.3.1 + dev: false + + /posix-character-classes/0.1.1: + resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} + engines: {node: '>=0.10.0'} + dev: false + + /postcss-attribute-case-insensitive/4.0.2: + resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 6.0.13 + dev: false + + /postcss-calc/7.0.5: + resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 6.0.13 + postcss-value-parser: 4.2.0 + dev: false + + /postcss-color-functional-notation/2.0.1: + resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-color-gray/5.0.0: + resolution: {integrity: sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==} + engines: {node: '>=6.0.0'} + dependencies: + '@csstools/convert-colors': 1.4.0 + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-color-hex-alpha/5.0.3: + resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-color-mod-function/3.0.3: + resolution: {integrity: sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==} + engines: {node: '>=6.0.0'} + dependencies: + '@csstools/convert-colors': 1.4.0 + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-color-rebeccapurple/4.0.1: + resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-colormin/4.0.3: + resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} + engines: {node: '>=6.9.0'} + dependencies: + browserslist: 4.21.9 + color: 3.2.1 + has: 1.0.3 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-convert-values/4.0.1: + resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-custom-media/7.0.8: + resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-custom-properties/8.0.11: + resolution: {integrity: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-custom-selectors/5.1.2: + resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 5.0.0 + dev: false + + /postcss-dir-pseudo-class/5.0.0: + resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} + engines: {node: '>=4.0.0'} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 5.0.0 + dev: false + + /postcss-discard-comments/4.0.2: + resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-discard-duplicates/4.0.2: + resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-discard-empty/4.0.1: + resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-discard-overridden/4.0.1: + resolution: {integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-double-position-gradients/1.0.0: + resolution: {integrity: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-env-function/2.0.2: + resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-focus-visible/4.0.0: + resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-focus-within/3.0.0: + resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-font-variant/4.0.1: + resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-gap-properties/2.0.0: + resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-image-set-function/3.0.1: + resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-import/12.0.1: + resolution: {integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + read-cache: 1.0.0 + resolve: 1.22.2 + dev: false + + /postcss-initial/3.0.4: + resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-lab-function/2.0.1: + resolution: {integrity: sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==} + engines: {node: '>=6.0.0'} + dependencies: + '@csstools/convert-colors': 1.4.0 + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-less/3.1.4: + resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==} + engines: {node: '>=6.14.4'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-load-config/2.1.2: + resolution: {integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==} + engines: {node: '>= 4'} + dependencies: + cosmiconfig: 5.2.1 + import-cwd: 2.1.0 + dev: false + + /postcss-loader/3.0.0: + resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} + engines: {node: '>= 6'} + dependencies: + loader-utils: 1.4.2 + postcss: 7.0.39 + postcss-load-config: 2.1.2 + schema-utils: 1.0.0 + dev: false + + /postcss-logical/3.0.0: + resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-media-minmax/4.0.0: + resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-merge-longhand/4.0.11: + resolution: {integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==} + engines: {node: '>=6.9.0'} + dependencies: + css-color-names: 0.0.4 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + stylehacks: 4.0.3 + dev: false + + /postcss-merge-rules/4.0.3: + resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} + engines: {node: '>=6.9.0'} + dependencies: + browserslist: 4.21.9 + caniuse-api: 3.0.0 + cssnano-util-same-parent: 4.0.1 + postcss: 7.0.39 + postcss-selector-parser: 3.1.2 + vendors: 1.0.4 + dev: false + + /postcss-minify-font-values/4.0.2: + resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-minify-gradients/4.0.2: + resolution: {integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: 4.0.0 + is-color-stop: 1.1.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-minify-params/4.0.2: + resolution: {integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==} + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: 1.0.2 + browserslist: 4.21.9 + cssnano-util-get-arguments: 4.0.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + uniqs: 2.0.0 + dev: false + + /postcss-minify-selectors/4.0.2: + resolution: {integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==} + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: 1.0.2 + has: 1.0.3 + postcss: 7.0.39 + postcss-selector-parser: 3.1.2 + dev: false + + /postcss-modules-extract-imports/1.1.0: + resolution: {integrity: sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA==} + dependencies: + postcss: 6.0.23 + dev: false + + /postcss-modules-extract-imports/1.2.1: + resolution: {integrity: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==} + dependencies: + postcss: 6.0.23 + dev: false + + /postcss-modules-extract-imports/3.0.0_postcss@8.4.26: + resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.4.26 + dev: false + + /postcss-modules-local-by-default/1.2.0: + resolution: {integrity: sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==} + dependencies: + css-selector-tokenizer: 0.7.3 + postcss: 6.0.23 + dev: false + + /postcss-modules-local-by-default/4.0.3_postcss@8.4.26: + resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.26 + postcss: 8.4.26 + postcss-selector-parser: 6.0.13 + postcss-value-parser: 4.2.0 + dev: false + + /postcss-modules-parser/1.1.1: + resolution: {integrity: sha512-UQbh3X/SIEOVtZWllzYm+gb+v3TukgMZJK9cUtb3kFwzWkgYQVb/N0zTUNOrodIVXox9wo7yuzmaOMJKYYndtA==} + engines: {node: '>=0.12'} + dependencies: + icss-replace-symbols: 1.1.0 + lodash.foreach: 3.0.3 + postcss: 5.2.18 + dev: false + + /postcss-modules-scope/1.1.0: + resolution: {integrity: sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw==} + dependencies: + css-selector-tokenizer: 0.7.3 + postcss: 6.0.23 + dev: false + + /postcss-modules-scope/3.0.0_postcss@8.4.26: + resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.4.26 + postcss-selector-parser: 6.0.13 + dev: false + + /postcss-modules-values/1.3.0: + resolution: {integrity: sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA==} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.23 + dev: false + + /postcss-modules-values/4.0.0_postcss@8.4.26: + resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.26 + postcss: 8.4.26 + dev: false + + /postcss-modules/1.5.0: + resolution: {integrity: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==} + dependencies: + css-modules-loader-core: 1.1.0 + generic-names: 2.0.1 + lodash.camelcase: 4.3.0 + postcss: 7.0.39 + string-hash: 1.1.3 + dev: false + + /postcss-nested/4.2.3: + resolution: {integrity: sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw==} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 6.0.13 + dev: false + + /postcss-nesting/7.0.1: + resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-normalize-charset/4.0.1: + resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-normalize-display-values/4.0.2: + resolution: {integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: 4.0.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-positions/4.0.2: + resolution: {integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: 4.0.0 + has: 1.0.3 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-repeat-style/4.0.2: + resolution: {integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: 4.0.0 + cssnano-util-get-match: 4.0.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-string/4.0.2: + resolution: {integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==} + engines: {node: '>=6.9.0'} + dependencies: + has: 1.0.3 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-timing-functions/4.0.2: + resolution: {integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: 4.0.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-unicode/4.0.1: + resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} + engines: {node: '>=6.9.0'} + dependencies: + browserslist: 4.21.9 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-url/4.0.1: + resolution: {integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==} + engines: {node: '>=6.9.0'} + dependencies: + is-absolute-url: 2.1.0 + normalize-url: 3.3.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-normalize-whitespace/4.0.2: + resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-ordered-values/4.1.2: + resolution: {integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: 4.0.0 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-overflow-shorthand/2.0.0: + resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-page-break/2.0.0: + resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-place/4.0.1: + resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-values-parser: 2.0.1 + dev: false + + /postcss-preset-env/6.7.1: + resolution: {integrity: sha512-rlRkgX9t0v2On33n7TK8pnkcYOATGQSv48J2RS8GsXhqtg+xk6AummHP88Y5mJo0TLJelBjePvSjScTNkj3+qw==} + engines: {node: '>=6.0.0'} + dependencies: + autoprefixer: 9.8.8 + browserslist: 4.21.9 + caniuse-lite: 1.0.30001516 + css-blank-pseudo: 0.1.4 + css-has-pseudo: 0.10.0 + css-prefers-color-scheme: 3.1.1 + cssdb: 4.4.0 + postcss: 7.0.39 + postcss-attribute-case-insensitive: 4.0.2 + postcss-color-functional-notation: 2.0.1 + postcss-color-gray: 5.0.0 + postcss-color-hex-alpha: 5.0.3 + postcss-color-mod-function: 3.0.3 + postcss-color-rebeccapurple: 4.0.1 + postcss-custom-media: 7.0.8 + postcss-custom-properties: 8.0.11 + postcss-custom-selectors: 5.1.2 + postcss-dir-pseudo-class: 5.0.0 + postcss-double-position-gradients: 1.0.0 + postcss-env-function: 2.0.2 + postcss-focus-visible: 4.0.0 + postcss-focus-within: 3.0.0 + postcss-font-variant: 4.0.1 + postcss-gap-properties: 2.0.0 + postcss-image-set-function: 3.0.1 + postcss-initial: 3.0.4 + postcss-lab-function: 2.0.1 + postcss-logical: 3.0.0 + postcss-media-minmax: 4.0.0 + postcss-nesting: 7.0.1 + postcss-overflow-shorthand: 2.0.0 + postcss-page-break: 2.0.0 + postcss-place: 4.0.1 + postcss-pseudo-class-any-link: 6.0.0 + postcss-replace-overflow-wrap: 3.0.0 + postcss-selector-matches: 4.0.0 + postcss-selector-not: 4.0.1 + dev: false + + /postcss-pseudo-class-any-link/6.0.0: + resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + postcss-selector-parser: 5.0.0 + dev: false + + /postcss-reduce-initial/4.0.3: + resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} + engines: {node: '>=6.9.0'} + dependencies: + browserslist: 4.21.9 + caniuse-api: 3.0.0 + has: 1.0.3 + postcss: 7.0.39 + dev: false + + /postcss-reduce-transforms/4.0.2: + resolution: {integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==} + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: 4.0.0 + has: 1.0.3 + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + dev: false + + /postcss-replace-overflow-wrap/3.0.0: + resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-scss/2.1.1: + resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==} + engines: {node: '>=6.0.0'} + dependencies: + postcss: 7.0.39 + dev: false + + /postcss-selector-matches/4.0.0: + resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} + dependencies: + balanced-match: 1.0.2 + postcss: 7.0.39 + dev: false + + /postcss-selector-not/4.0.1: + resolution: {integrity: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==} + dependencies: + balanced-match: 1.0.2 + postcss: 7.0.39 + dev: false + + /postcss-selector-parser/3.1.2: + resolution: {integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==} + engines: {node: '>=8'} + dependencies: + dot-prop: 5.3.0 + indexes-of: 1.0.1 + uniq: 1.0.1 + dev: false + + /postcss-selector-parser/5.0.0: + resolution: {integrity: sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==} + engines: {node: '>=4'} + dependencies: + cssesc: 2.0.0 + indexes-of: 1.0.1 + uniq: 1.0.1 + dev: false + + /postcss-selector-parser/6.0.13: + resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} + engines: {node: '>=4'} + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + dev: false + + /postcss-svgo/4.0.3: + resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} + engines: {node: '>=6.9.0'} + dependencies: + postcss: 7.0.39 + postcss-value-parser: 3.3.1 + svgo: 1.3.2 + dev: false + + /postcss-unique-selectors/4.0.1: + resolution: {integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==} + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: 1.0.2 + postcss: 7.0.39 + uniqs: 2.0.0 + dev: false + + /postcss-value-parser/3.3.1: + resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==} + dev: false + + /postcss-value-parser/4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + dev: false + + /postcss-values-parser/2.0.1: + resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} + engines: {node: '>=6.14.4'} + dependencies: + flatten: 1.0.3 + indexes-of: 1.0.1 + uniq: 1.0.1 + dev: false + + /postcss/5.2.18: + resolution: {integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==} + engines: {node: '>=0.12'} + dependencies: + chalk: 1.1.3 + js-base64: 2.6.4 + source-map: 0.5.7 + supports-color: 3.2.3 + dev: false + + /postcss/6.0.1: + resolution: {integrity: sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw==} + engines: {node: '>=4.0.0'} + dependencies: + chalk: 1.1.3 + source-map: 0.5.7 + supports-color: 3.2.3 + dev: false + + /postcss/6.0.23: + resolution: {integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==} + engines: {node: '>=4.0.0'} + dependencies: + chalk: 2.4.2 + source-map: 0.6.1 + supports-color: 5.5.0 + dev: false + + /postcss/7.0.39: + resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} + engines: {node: '>=6.0.0'} + dependencies: + picocolors: 0.2.1 + source-map: 0.6.1 + dev: false + + /postcss/8.4.26: + resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.6 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: false + + /preact-render-to-string/5.2.6: + resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==} + peerDependencies: + preact: '>=10' + dependencies: + pretty-format: 3.8.0 + dev: false + + /preact-render-to-string/5.2.6_preact@10.16.0: + resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==} + peerDependencies: + preact: '>=10' + dependencies: + preact: 10.16.0 + pretty-format: 3.8.0 + dev: false + + /preact/10.16.0: + resolution: {integrity: sha512-XTSj3dJ4roKIC93pald6rWuB2qQJO9gO2iLLyTe87MrjQN+HklueLsmskbywEWqCHlclgz3/M4YLL2iBr9UmMA==} + dev: false + + /prelude-ls/1.1.2: + resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} + engines: {node: '>= 0.8.0'} + dev: false + + /prelude-ls/1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + dev: false + + /preserve/0.2.0: + resolution: {integrity: sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /prettier/1.19.1: + resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /prettier/2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: false + + /pretty-error/4.0.0: + resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==} + dependencies: + lodash: 4.17.21 + renderkid: 3.0.0 + dev: false + + /pretty-format/26.6.2: + resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} + engines: {node: '>= 10'} + dependencies: + '@jest/types': 26.6.2 + ansi-regex: 5.0.1 + ansi-styles: 4.3.0 + react-is: 17.0.2 + dev: false + + /pretty-format/27.5.1: + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: false + + /pretty-format/3.8.0: + resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} + dev: false + + /private/0.1.8: + resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} + engines: {node: '>= 0.6'} + dev: false + + /process-nextick-args/2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: false + + /process-on-spawn/1.0.0: + resolution: {integrity: sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==} + engines: {node: '>=8'} + dependencies: + fromentries: 1.3.2 + dev: false + + /process-warning/1.0.0: + resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} + dev: false + + /progress/2.0.3: + resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} + engines: {node: '>=0.4.0'} + dev: false + + /promise-inflight/1.0.1: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + dev: false + + /prompts/2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: false + + /prop-types-exact/1.2.0: + resolution: {integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==} + dependencies: + has: 1.0.3 + object.assign: 4.1.4 + reflect.ownkeys: 0.2.0 + dev: false + + /prop-types/15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + dev: false + + /proxy-addr/2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} + dependencies: + forwarded: 0.2.0 + ipaddr.js: 1.9.1 + dev: false + + /proxy-from-env/1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: false + + /prr/1.0.1: + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} + dev: false + + /ps-get/1.1.0: + resolution: {integrity: sha512-muN3eNy+lkwlICHD4/9XUM3YqzJaEyWJBRUJ8y5EnGsBRhsZBggF4KvVVPIdVZ+bj0KoiRJs7OrOELoYQSh76Q==} + dev: false + + /pseudomap/1.0.2: + resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} + dev: false + + /psl/1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + dev: false + + /pump/2.0.1: + resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + dev: false + + /pump/3.0.0: + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + dev: false + + /pumpify/1.5.1: + resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} + dependencies: + duplexify: 3.7.1 + inherits: 2.0.4 + pump: 2.0.1 + dev: false + + /punycode/2.3.0: + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + engines: {node: '>=6'} + dev: false + + /q/1.5.1: + resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} + engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + dev: false + + /qjobs/1.2.0: + resolution: {integrity: sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==} + engines: {node: '>=0.9'} + dev: false + + /qs/2.3.3: + resolution: {integrity: sha512-f5M0HQqZWkzU8GELTY8LyMrGkr3bPjKoFtTkwUEqJQbcljbeK8M7mliP9Ia2xoOI6oMerp+QPS7oYJtpGmWe/A==} + dev: false + + /qs/6.11.0: + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.4 + dev: false + + /qs/6.5.3: + resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} + engines: {node: '>=0.6'} + dev: false + + /querystringify/2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + dev: false + + /queue-microtask/1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + dev: false + + /quick-format-unescaped/3.0.3: + resolution: {integrity: sha512-dy1yjycmn9blucmJLXOfZDx1ikZJUi6E8bBZLnhPG5gBrVhHXx2xVyqqgKBubVNEXmx51dBACMHpoMQK/N/AXQ==} + dev: false + + /quick-format-unescaped/4.0.4: + resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} + dev: false + + /raf/3.4.1: + resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} + dependencies: + performance-now: 2.1.0 + dev: false + + /railroad-diagrams/1.0.0: + resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} + dev: false + + /ramda/0.27.2: + resolution: {integrity: sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==} + dev: false + + /randexp/0.4.6: + resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} + engines: {node: '>=0.12'} + dependencies: + discontinuous-range: 1.0.0 + ret: 0.1.15 + dev: false + + /randomatic/3.1.1: + resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} + engines: {node: '>= 0.10.0'} + dependencies: + is-number: 4.0.0 + kind-of: 6.0.3 + math-random: 1.0.4 + dev: false + optional: true + + /randombytes/2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /range-parser/1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + dev: false + + /raw-body/2.5.1: + resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + dev: false + + /raw-body/2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + dev: false + + /react-dom/18.2.0: + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + scheduler: 0.23.0 + dev: false + + /react-dom/18.2.0_react@18.2.0: + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + react: 18.2.0 + scheduler: 0.23.0 + dev: false + + /react-fast-compare/2.0.4: + resolution: {integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==} + dev: false + + /react-helmet/5.2.1: + resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} + peerDependencies: + react: '>=15.0.0' + dependencies: + object-assign: 4.1.1 + prop-types: 15.8.1 + react-fast-compare: 2.0.4 + react-side-effect: 1.2.0 + dev: false + + /react-helmet/5.2.1_react@18.2.0: + resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} + peerDependencies: + react: '>=15.0.0' + dependencies: + object-assign: 4.1.1 + prop-types: 15.8.1 + react: 18.2.0 + react-fast-compare: 2.0.4 + react-side-effect: 1.2.0_react@18.2.0 + dev: false + + /react-is/16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + dev: false + + /react-is/17.0.2: + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + dev: false + + /react-is/18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + dev: false + + /react-lifecycles-compat/3.0.4: + resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} + dev: false + + /react-query/3.39.3: + resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + '@babel/runtime': 7.22.6 + broadcast-channel: 3.7.0 + match-sorter: 6.3.1 + dev: false + + /react-query/3.39.3_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + '@babel/runtime': 7.22.6 + broadcast-channel: 3.7.0 + match-sorter: 6.3.1 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + dev: false + + /react-redux/5.1.2_react@18.2.0+redux@4.2.1: + resolution: {integrity: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==} + peerDependencies: + react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 + redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 + dependencies: + '@babel/runtime': 7.22.6 + hoist-non-react-statics: 3.3.2 + invariant: 2.2.4 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-is: 16.13.1 + react-lifecycles-compat: 3.0.4 + redux: 4.2.1 + dev: false + + /react-redux/8.1.1_218d4c23caa91839c5aa0af611b88026: + resolution: {integrity: sha512-5W0QaKtEhj+3bC0Nj0NkqkhIv8gLADH/2kYFMTHxCVqQILiWzLv6MaLuV5wJU3BQEdHKzTfcvPN0WMS6SC1oyA==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + react-native: '>=0.59' + redux: ^4 || ^5.0.0-beta.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.22.6 + '@types/hoist-non-react-statics': 3.3.1 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-is: 18.2.0 + redux: 4.2.1 + use-sync-external-store: 1.2.0_react@18.2.0 + dev: false + + /react-redux/8.1.1_45c70d26d74a1e15209a3378ba66d275: + resolution: {integrity: sha512-5W0QaKtEhj+3bC0Nj0NkqkhIv8gLADH/2kYFMTHxCVqQILiWzLv6MaLuV5wJU3BQEdHKzTfcvPN0WMS6SC1oyA==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + react-native: '>=0.59' + redux: ^4 || ^5.0.0-beta.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.22.6 + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-is: 18.2.0 + redux: 4.2.1 + use-sync-external-store: 1.2.0_react@18.2.0 + dev: false + + /react-router-config/5.1.1: + resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} + peerDependencies: + react: '>=15' + react-router: '>=5' + dependencies: + '@babel/runtime': 7.22.6 + dev: false + + /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: + resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} + peerDependencies: + react: '>=15' + react-router: '>=5' + dependencies: + '@babel/runtime': 7.22.6 + react: 18.2.0 + react-router: 5.3.4_react@18.2.0 + dev: false + + /react-router-dom/5.3.4_react@18.2.0: + resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} + peerDependencies: + react: '>=15' + dependencies: + '@babel/runtime': 7.22.6 + history: 4.10.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-router: 5.3.4_react@18.2.0 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + dev: false + + /react-router-dom/6.14.2_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-5pWX0jdKR48XFZBuJqHosX3AAHjRAzygouMTyimnBPOLdY3WjzUSKhus2FVMihUFWzeLebDgr4r8UeQFAct7Bg==} + engines: {node: '>=14'} + peerDependencies: + react: '>=16.8' + react-dom: '>=16.8' + dependencies: + '@remix-run/router': 1.7.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-router: 6.14.2_react@18.2.0 + dev: false + + /react-router/5.3.4_react@18.2.0: + resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} + peerDependencies: + react: '>=15' + dependencies: + '@babel/runtime': 7.22.6 + history: 4.10.1 + hoist-non-react-statics: 3.3.2 + loose-envify: 1.4.0 + path-to-regexp: 1.8.0 + prop-types: 15.8.1 + react: 18.2.0 + react-is: 16.13.1 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + dev: false + + /react-router/6.14.2_react@18.2.0: + resolution: {integrity: sha512-09Zss2dE2z+T1D03IheqAFtK4UzQyX8nFPWx6jkwdYzGLXd5ie06A6ezS2fO6zJfEb/SpG6UocN2O1hfD+2urQ==} + engines: {node: '>=14'} + peerDependencies: + react: '>=16.8' + dependencies: + '@remix-run/router': 1.7.2 + react: 18.2.0 + dev: false + + /react-side-effect/1.2.0: + resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} + peerDependencies: + react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 + dependencies: + shallowequal: 1.1.0 + dev: false + + /react-side-effect/1.2.0_react@18.2.0: + resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} + peerDependencies: + react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 + dependencies: + react: 18.2.0 + shallowequal: 1.1.0 + dev: false + + /react-test-renderer/16.14.0: + resolution: {integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==} + peerDependencies: + react: ^16.14.0 + dependencies: + object-assign: 4.1.1 + prop-types: 15.8.1 + react-is: 16.13.1 + scheduler: 0.19.1 + dev: false + + /react/18.2.0: + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + dev: false + + /read-cache/1.0.0: + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} + dependencies: + pify: 2.3.0 + dev: false + + /read-pkg-up/7.0.1: + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} + dependencies: + find-up: 4.1.0 + read-pkg: 5.2.0 + type-fest: 0.8.1 + dev: false + + /read-pkg/5.2.0: + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} + dependencies: + '@types/normalize-package-data': 2.4.1 + normalize-package-data: 2.5.0 + parse-json: 5.2.0 + type-fest: 0.6.0 + dev: false + + /readable-stream/1.0.27-1: + resolution: {integrity: sha512-uQE31HGhpMrqZwtDjRliOs2aC3XBi+DdkhLs+Xa0dvVD5eDiZr3+k8rKVZcyTzxosgtMw7B/twQsK3P1KTZeVg==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 0.0.1 + string_decoder: 0.10.31 + dev: false + + /readable-stream/2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + dependencies: + 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 + dev: false + + /readable-stream/3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: false + + /readdirp/2.2.1: + resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} + engines: {node: '>=0.10'} + dependencies: + graceful-fs: 4.2.11 + micromatch: 3.1.10 + readable-stream: 2.3.8 + dev: false + optional: true + + /readdirp/3.2.0: + resolution: {integrity: sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==} + engines: {node: '>= 8'} + dependencies: + picomatch: 2.3.1 + dev: false + + /readdirp/3.5.0: + resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} + engines: {node: '>=8.10.0'} + dependencies: + picomatch: 2.3.1 + dev: false + + /readdirp/3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + dependencies: + picomatch: 2.3.1 + dev: false + + /rechoir/0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.2 + dev: false + + /rechoir/0.7.1: + resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.2 + dev: false + + /recoil/0.7.7: + resolution: {integrity: sha512-8Og5KPQW9LwC577Vc7Ug2P0vQshkv1y3zG3tSSkWMqkWSwHmE+by06L8JtnGocjW6gcCvfwB3YtrJG6/tWivNQ==} + peerDependencies: + react: '>=16.13.1' + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + hamt_plus: 1.0.2 + dev: false + + /recoil/0.7.7_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-8Og5KPQW9LwC577Vc7Ug2P0vQshkv1y3zG3tSSkWMqkWSwHmE+by06L8JtnGocjW6gcCvfwB3YtrJG6/tWivNQ==} + peerDependencies: + react: '>=16.13.1' + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + hamt_plus: 1.0.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + dev: false + + /reduce-component/1.0.1: + resolution: {integrity: sha512-y0wyCcdQul3hI3xHfIs0vg/jSbboQc/YTOAqaxjFG7At+XSexduuOqBVL9SmOLSwa/ldkbzVzdwuk9s2EKTAZg==} + dev: false + + /redux-bundler-preact/2.0.1: + resolution: {integrity: sha512-x6Oklhv7aV1o7K9NU97TFnZa72cm3KRbtIZsHAJ35Vrx8b1gh5cXgDCCf+ajmpO7il834z5XIaHJstK2/dnyqw==} + peerDependencies: + preact: '>=10.0.0' + dev: false + + /redux-bundler-preact/2.0.1_preact@10.16.0: + resolution: {integrity: sha512-x6Oklhv7aV1o7K9NU97TFnZa72cm3KRbtIZsHAJ35Vrx8b1gh5cXgDCCf+ajmpO7il834z5XIaHJstK2/dnyqw==} + peerDependencies: + preact: '>=10.0.0' + dependencies: + preact: 10.16.0 + dev: false + + /redux-bundler/26.1.0: + resolution: {integrity: sha512-xZBKst80CCQqzmBSxI+8+ywS4cez6vOIlCgSW48dp0U6jdb1Pq/e4FtYxuavy2fvFc4+IGAYqUIDynC+JBYYPQ==} + dev: false + + /redux-logger/3.0.6: + resolution: {integrity: sha512-JoCIok7bg/XpqA1JqCqXFypuqBbQzGQySrhFzewB7ThcnysTO30l4VCst86AuB9T9tuT03MAA56Jw2PNhRSNCg==} + dependencies: + deep-diff: 0.3.8 + dev: false + + /redux-observable/1.2.0_rxjs@6.6.7: + resolution: {integrity: sha512-yeR90RP2WzZzCxxnQPlh2uFzyfFLsfXu8ROh53jGDPXVqj71uNDMmvi/YKQkd9ofiVoO4OYb1snbowO49tCEMg==} + peerDependencies: + redux: '>=4 <5' + rxjs: '>=6.0.0-beta.0 <7' + dependencies: + rxjs: 6.6.7 + dev: false + + /redux-saga/1.2.3: + resolution: {integrity: sha512-HDe0wTR5nhd8Xr5xjGzoyTbdAw6rjy1GDplFt3JKtKN8/MnkQSRqK/n6aQQhpw5NI4ekDVOaW+w4sdxPBaCoTQ==} + dependencies: + '@redux-saga/core': 1.2.3 + dev: false + + /redux/4.2.1: + resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} + dependencies: + '@babel/runtime': 7.22.6 + dev: false + + /reflect.ownkeys/0.2.0: + resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} + dev: false + + /regenerate-unicode-properties/10.1.0: + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: false + + /regenerate/1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + dev: false + + /regenerator-runtime/0.10.5: + resolution: {integrity: sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==} + dev: false + + /regenerator-runtime/0.11.1: + resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} + dev: false + + /regenerator-runtime/0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + dev: false + + /regenerator-transform/0.10.1: + resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + private: 0.1.8 + dev: false + + /regenerator-transform/0.15.1: + resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} + dependencies: + '@babel/runtime': 7.22.6 + dev: false + + /regex-cache/0.4.4: + resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-equal-shallow: 0.1.3 + dev: false + optional: true + + /regex-not/1.0.2: + resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 3.0.2 + safe-regex: 1.1.0 + dev: false + + /regexp.prototype.flags/1.5.0: + resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + functions-have-names: 1.2.3 + dev: false + + /regexpp/1.1.0: + resolution: {integrity: sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==} + engines: {node: '>=4.0.0'} + dev: false + + /regexpp/2.0.1: + resolution: {integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==} + engines: {node: '>=6.5.0'} + dev: false + + /regexpp/3.2.0: + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} + engines: {node: '>=8'} + dev: false + + /regexpu-core/2.0.0: + resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==} + dependencies: + regenerate: 1.4.2 + regjsgen: 0.2.0 + regjsparser: 0.1.5 + dev: false + + /regexpu-core/5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + dependencies: + '@babel/regjsgen': 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.0 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: false + + /regextras/0.7.1: + resolution: {integrity: sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==} + engines: {node: '>=0.1.14'} + dev: false + + /regjsgen/0.2.0: + resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} + dev: false + + /regjsparser/0.1.5: + resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: false + + /regjsparser/0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: false + + /relateurl/0.2.7: + resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} + engines: {node: '>= 0.10'} + dev: false + + /release-zalgo/1.0.0: + resolution: {integrity: sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==} + engines: {node: '>=4'} + dependencies: + es6-error: 4.1.1 + dev: false + + /remove-accents/0.4.2: + resolution: {integrity: sha512-7pXIJqJOq5tFgG1A2Zxti3Ht8jJF337m4sowbuHsW30ZnkQFnDzy9qBNhgzX8ZLW4+UBcXiiR7SwR6pokHsxiA==} + dev: false + + /remove-trailing-separator/1.1.0: + resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} + dev: false + + /renderkid/3.0.0: + resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==} + dependencies: + css-select: 4.3.0 + dom-converter: 0.2.0 + htmlparser2: 6.1.0 + lodash: 4.17.21 + strip-ansi: 6.0.1 + dev: false + + /repeat-element/1.1.4: + resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} + engines: {node: '>=0.10.0'} + dev: false + + /repeat-string/1.6.1: + resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} + engines: {node: '>=0.10'} + dev: false + + /repeating/2.0.1: + resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==} + engines: {node: '>=0.10.0'} + dependencies: + is-finite: 1.1.0 + dev: false + + /request-promise-core/1.1.4_request@2.88.2: + resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} + engines: {node: '>=0.10.0'} + peerDependencies: + request: ^2.34 + dependencies: + lodash: 4.17.21 + request: 2.88.2 + dev: false + + /request-promise-native/1.0.9_request@2.88.2: + resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} + engines: {node: '>=0.12.0'} + deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 + peerDependencies: + request: ^2.34 + dependencies: + request: 2.88.2 + request-promise-core: 1.1.4_request@2.88.2 + stealthy-require: 1.1.1 + tough-cookie: 2.5.0 + dev: false + + /request/2.88.2: + resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + dependencies: + aws-sign2: 0.7.0 + aws4: 1.12.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 + dev: false + + /require-at/1.0.6: + resolution: {integrity: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g==} + engines: {node: '>=4'} + dev: false + + /require-directory/2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + dev: false + + /require-from-string/2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + dev: false + + /require-main-filename/2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + dev: false + + /require-package-name/2.0.1: + resolution: {integrity: sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==} + dev: false + + /require-uncached/1.0.3: + resolution: {integrity: sha512-Xct+41K3twrbBHdxAgMoOS+cNcoqIjfM2/VxBF4LL2hVph7YsF8VSKyQ3BDFZwEVbok9yeDl2le/qo0S77WG2w==} + engines: {node: '>=0.10.0'} + dependencies: + caller-path: 0.1.0 + resolve-from: 1.0.1 + dev: false + + /requires-port/1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + dev: false + + /resolve-cwd/3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} + dependencies: + resolve-from: 5.0.0 + dev: false + + /resolve-from/1.0.1: + resolution: {integrity: sha512-kT10v4dhrlLNcnO084hEjvXCI1wUG9qZLoz2RogxqDQQYy7IxjI/iMUkOtQTNEh6rzHxvdQWHsJyel1pKOVCxg==} + engines: {node: '>=0.10.0'} + dev: false + + /resolve-from/3.0.0: + resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==} + engines: {node: '>=4'} + dev: false + + /resolve-from/4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + dev: false + + /resolve-from/5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + dev: false + + /resolve-pathname/3.0.0: + resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} + dev: false + + /resolve-url/0.2.1: + resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} + deprecated: https://github.com/lydell/resolve-url#deprecated + dev: false + + /resolve/1.1.7: + resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} + dev: false + + /resolve/1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + dependencies: + is-core-module: 2.12.1 + path-parse: 1.0.7 + dev: false + + /resolve/1.22.2: + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + hasBin: true + dependencies: + is-core-module: 2.12.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + + /resolve/2.0.0-next.4: + resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} + hasBin: true + dependencies: + is-core-module: 2.12.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + + /restore-cursor/2.0.0: + resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} + engines: {node: '>=4'} + dependencies: + onetime: 2.0.1 + signal-exit: 3.0.7 + dev: false + + /restore-cursor/3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: false + + /restore-cursor/4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: false + + /ret/0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} + dev: false + + /ret/0.2.2: + resolution: {integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==} + engines: {node: '>=4'} + dev: false + + /reusify/1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + dev: false + + /rfdc/1.3.0: + resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} + dev: false + + /rgb-regex/1.0.1: + resolution: {integrity: sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==} + dev: false + + /rgba-regex/1.0.0: + resolution: {integrity: sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==} + dev: false + + /right-align/0.1.3: + resolution: {integrity: sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg==} + engines: {node: '>=0.10.0'} + dependencies: + align-text: 0.1.4 + dev: false + + /rimraf/2.6.3: + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + hasBin: true + dependencies: + glob: 7.2.3 + dev: false + + /rimraf/2.7.1: + resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + hasBin: true + dependencies: + glob: 7.2.3 + dev: false + + /rimraf/3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + dependencies: + glob: 7.2.3 + dev: false + + /rst-selector-parser/2.2.3: + resolution: {integrity: sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==} + dependencies: + lodash.flattendeep: 4.4.0 + nearley: 2.20.1 + dev: false + + /rsvp/4.8.5: + resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} + engines: {node: 6.* || >= 7.*} + dev: false + + /run-async/2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} + dev: false + + /run-parallel/1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + dependencies: + queue-microtask: 1.2.3 + dev: false + + /run-queue/1.0.3: + resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==} + dependencies: + aproba: 1.2.0 + dev: false + + /run-verify/1.2.6: + resolution: {integrity: sha512-q3NhhrLdnxsdlBvICE6eZKs2aB6FSTZLo3xfAkD99s4wpc67Mmp8/G7Jn79rTX3IpUAgGwhlDF2V3hjuQmh7KA==} + dev: false + + /rx-lite-aggregates/4.0.8: + resolution: {integrity: sha512-3xPNZGW93oCjiO7PtKxRK6iOVYBWBvtf9QHDfU23Oc+dLIQmAV//UnyXV/yihv81VS/UqoQPk4NegS8EFi55Hg==} + dependencies: + rx-lite: 4.0.8 + dev: false + + /rx-lite/4.0.8: + resolution: {integrity: sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA==} + dev: false + + /rxjs/6.6.7: + resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} + engines: {npm: '>=2.0.0'} + dependencies: + tslib: 1.14.1 + dev: false + + /safe-array-concat/1.0.0: + resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} + engines: {node: '>=0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + isarray: 2.0.5 + dev: false + + /safe-buffer/5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: false + + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: false + + /safe-regex-test/1.0.0: + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-regex: 1.1.4 + dev: false + + /safe-regex/1.1.0: + resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} + dependencies: + ret: 0.1.15 + dev: false + + /safe-regex2/2.0.0: + resolution: {integrity: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==} + dependencies: + ret: 0.2.2 + dev: false + + /safe-stable-stringify/2.4.3: + resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + engines: {node: '>=10'} + dev: false + + /safer-buffer/2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + dev: false + + /safetimeout/0.1.2: + resolution: {integrity: sha512-aSHXtzSwpO82gYr7zbDqBv8MFxT+X7d3FJEGXrZJwgZeyu8u7EHrTJcGmPeCEvvCPZDTdPwpvPtaq6qG0DzCoA==} + deprecated: Please use the 'safe-timers' module instead + dev: false + + /samsam/1.1.2: + resolution: {integrity: sha512-iVL7LibpM3tl4rQPweOXXrmjGegxx27flTOjQEZD3PXe4oZNFzuz6Si4mgleK/JWU/hyCvtV01RUovjvBEpDmw==} + deprecated: This package has been deprecated in favour of @sinonjs/samsam + dev: false + + /samsam/1.3.0: + resolution: {integrity: sha512-1HwIYD/8UlOtFS3QO3w7ey+SdSDFE4HRNLZoZRYVQefrOY3l17epswImeB1ijgJFQJodIaHcwkp3r/myBjFVbg==} + deprecated: This package has been deprecated in favour of @sinonjs/samsam + dev: false + + /sane/4.1.0: + resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} + engines: {node: 6.* || 8.* || >= 10.*} + deprecated: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added + hasBin: true + dependencies: + '@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.8 + walker: 1.0.8 + dev: false + + /sass-loader/13.3.2_sass@1.63.6+webpack@5.88.2: + resolution: {integrity: sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==} + engines: {node: '>= 14.15.0'} + peerDependencies: + fibers: '>= 3.1.0' + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + sass: ^1.3.0 + sass-embedded: '*' + webpack: ^5.0.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + sass-embedded: + optional: true + dependencies: + neo-async: 2.6.2 + sass: 1.63.6 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /sass/1.63.6: + resolution: {integrity: sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==} + engines: {node: '>=14.0.0'} + hasBin: true + dependencies: + chokidar: 3.5.3 + immutable: 4.3.1 + source-map-js: 1.0.2 + dev: false + + /sax/1.2.4: + resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} + dev: false + + /saxes/3.1.11: + resolution: {integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==} + engines: {node: '>=8'} + dependencies: + xmlchars: 2.2.0 + dev: false + + /saxes/5.0.1: + resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} + engines: {node: '>=10'} + dependencies: + xmlchars: 2.2.0 + dev: false + + /scheduler/0.19.1: + resolution: {integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + + /scheduler/0.23.0: + resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + dependencies: + loose-envify: 1.4.0 + dev: false + + /schema-utils/1.0.0: + resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} + engines: {node: '>= 4'} + dependencies: + ajv: 6.12.6 + ajv-errors: 1.0.1_ajv@6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + dev: false + + /schema-utils/2.7.1: + resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} + engines: {node: '>= 8.9.0'} + dependencies: + '@types/json-schema': 7.0.12 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + dev: false + + /schema-utils/3.3.0: + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/json-schema': 7.0.12 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + dev: false + + /secure-json-parse/2.7.0: + resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} + dev: false + + /select-hose/2.0.0: + resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} + dev: false + + /semver-store/0.3.0: + resolution: {integrity: sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==} + dev: false + + /semver/5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true + dev: false + + /semver/6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + dev: false + + /semver/7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: false + + /send/0.18.0: + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} + dependencies: + 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 + dev: false + + /serialize-javascript/1.9.1: + resolution: {integrity: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==} + dev: false + + /serialize-javascript/5.0.1: + resolution: {integrity: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==} + dependencies: + randombytes: 2.1.0 + dev: false + + /serialize-javascript/6.0.0: + resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} + dependencies: + randombytes: 2.1.0 + dev: false + + /serialize-javascript/6.0.1: + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + dependencies: + randombytes: 2.1.0 + dev: false + + /serve-index-fs/1.10.1: + resolution: {integrity: sha512-JRb5gmypjeGvGIoTkdiw2OW5T1bG1fatzR9+X569cGK38yiF4HedEjeCteFFmwTw0wmkLVEcD6ekz1dGsS674Q==} + engines: {node: '>= 0.8.0'} + dependencies: + accepts: 1.3.8 + batch: 0.6.1 + debug: 2.6.9 + escape-html: 1.0.3 + http-errors: 1.6.3 + mime-types: 2.1.35 + parseurl: 1.3.3 + dev: false + + /serve-static/1.15.0: + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} + dependencies: + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.18.0 + dev: false + + /set-blocking/2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + dev: false + + /set-cookie-parser/1.0.2: + resolution: {integrity: sha512-EyqCrf//G0bCXi03651bRSysHBQHR8bSSfL57Pk2whdjKYAk0FrBn+C/z+nBy2QtDJClBymvbv0zbxKzAcLP3Q==} + dev: false + + /set-cookie-parser/2.6.0: + resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} + dev: false + + /set-value/2.0.1: + resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 2.0.1 + is-extendable: 0.1.1 + is-plain-object: 2.0.4 + split-string: 3.1.0 + dev: false + + /setprototypeof/1.1.0: + resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} + dev: false + + /setprototypeof/1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + dev: false + + /shallow-clone/3.0.1: + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} + dependencies: + kind-of: 6.0.3 + dev: false + + /shallowequal/1.1.0: + resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} + dev: false + + /shcmd/0.8.4: + resolution: {integrity: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw==} + engines: {node: '>=4'} + dependencies: + glob: 7.2.3 + dev: false + + /shebang-command/1.2.0: + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: 1.0.0 + dev: false + + /shebang-command/2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 + dev: false + + /shebang-regex/1.0.0: + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} + engines: {node: '>=0.10.0'} + dev: false + + /shebang-regex/3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + dev: false + + /shelljs/0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.2.3 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: false + + /shellwords/0.1.1: + resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} + dev: false + optional: true + + /shiki/0.10.1: + resolution: {integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==} + dependencies: + jsonc-parser: 3.2.0 + vscode-oniguruma: 1.7.0 + vscode-textmate: 5.2.0 + dev: false + + /shiki/0.14.3: + resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} + dependencies: + ansi-sequence-parser: 1.1.0 + jsonc-parser: 3.2.0 + vscode-oniguruma: 1.7.0 + vscode-textmate: 8.0.0 + dev: false + + /shiki/0.9.15: + resolution: {integrity: sha512-/Y0z9IzhJ8nD9nbceORCqu6NgT9X6I8Fk8c3SICHI5NbZRLdZYFaB233gwct9sU0vvSypyaL/qaKvzyQGJBZSw==} + dependencies: + jsonc-parser: 3.2.0 + vscode-oniguruma: 1.7.0 + vscode-textmate: 5.2.0 + dev: false + + /shot/3.4.2: + resolution: {integrity: sha512-d/mcXYzS+5mKp6VRIiQlGM+2QcX1Gb1tRAO52o9MmVSSMmv+IO0UUBa+FFU+QaeOgnkv1z3c9VsjwO9ZEdOJUA==} + engines: {node: '>=4.5.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + joi: 10.6.0 + dev: false + + /shot/4.0.7: + resolution: {integrity: sha512-RKaKAGKxJ11EjJl0cf2fYVSsd4KB5Cncb9J0v7w+0iIaXpxNqFWTYNDNhBX7f0XSyDrjOH9a4OWZ9Gp/ZML+ew==} + deprecated: This module has moved and is now available at @hapi/shot. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + joi: 14.3.1 + dev: false + + /shx/0.3.4: + resolution: {integrity: sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==} + engines: {node: '>=6'} + hasBin: true + dependencies: + minimist: 1.2.8 + shelljs: 0.8.5 + dev: false + + /side-channel/1.0.4: + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + object-inspect: 1.12.3 + dev: false + + /signal-exit/3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + dev: false + + /simple-swizzle/0.2.2: + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + dependencies: + is-arrayish: 0.3.2 + dev: false + + /sinon-chai/2.14.0_chai@3.5.0+sinon@1.17.7: + resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} + peerDependencies: + chai: '>=1.9.2 <5' + sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 + dependencies: + chai: 3.5.0 + sinon: 1.17.7 + dev: false + + /sinon-chai/2.14.0_chai@4.3.7+sinon@4.5.0: + resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} + peerDependencies: + chai: '>=1.9.2 <5' + sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 + dependencies: + chai: 4.3.7 + sinon: 4.5.0 + dev: false + + /sinon-chai/3.7.0_chai@4.3.6+sinon@9.2.4: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.6 + sinon: 9.2.4 + dev: false + + /sinon-chai/3.7.0_chai@4.3.7+sinon@13.0.2: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.7 + sinon: 13.0.2 + dev: false + + /sinon-chai/3.7.0_chai@4.3.7+sinon@14.0.2: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.7 + sinon: 14.0.2 + dev: false + + /sinon-chai/3.7.0_chai@4.3.7+sinon@15.2.0: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.7 + sinon: 15.2.0 + dev: false + + /sinon-chai/3.7.0_chai@4.3.7+sinon@7.5.0: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.7 + sinon: 7.5.0 + dev: false + + /sinon-chai/3.7.0_chai@4.3.7+sinon@9.2.4: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.7 + sinon: 9.2.4 + dev: false + + /sinon/1.17.7: + resolution: {integrity: sha512-M9rtyQxKfcTTdB64rpPSRaTzOvunb+HHPv/3PxvNPrEDnFSny95Pi6/3VoD471ody0ay0IHyzT3BErfcLXj6NA==} + engines: {node: '>=0.1.103'} + dependencies: + formatio: 1.1.1 + lolex: 1.3.2 + samsam: 1.1.2 + util: 0.12.5 + dev: false + + /sinon/13.0.2: + resolution: {integrity: sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==} + dependencies: + '@sinonjs/commons': 1.8.6 + '@sinonjs/fake-timers': 9.1.2 + '@sinonjs/samsam': 6.1.3 + diff: 5.1.0 + nise: 5.1.4 + supports-color: 7.2.0 + dev: false + + /sinon/14.0.2: + resolution: {integrity: sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==} + dependencies: + '@sinonjs/commons': 2.0.0 + '@sinonjs/fake-timers': 9.1.2 + '@sinonjs/samsam': 7.0.1 + diff: 5.1.0 + nise: 5.1.4 + supports-color: 7.2.0 + dev: false + + /sinon/15.2.0: + resolution: {integrity: sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==} + dependencies: + '@sinonjs/commons': 3.0.0 + '@sinonjs/fake-timers': 10.3.0 + '@sinonjs/samsam': 8.0.0 + diff: 5.1.0 + nise: 5.1.4 + supports-color: 7.2.0 + dev: false + + /sinon/4.5.0: + resolution: {integrity: sha512-trdx+mB0VBBgoYucy6a9L7/jfQOmvGeaKZT4OOJ+lPAtI8623xyGr8wLiE4eojzBS8G9yXbhx42GHUOVLr4X2w==} + requiresBuild: true + dependencies: + '@sinonjs/formatio': 2.0.0 + diff: 3.5.0 + lodash.get: 4.4.2 + lolex: 2.7.5 + nise: 1.5.3 + supports-color: 5.5.0 + type-detect: 4.0.8 + dev: false + + /sinon/7.5.0: + resolution: {integrity: sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q==} + dependencies: + '@sinonjs/commons': 1.8.6 + '@sinonjs/formatio': 3.2.2 + '@sinonjs/samsam': 3.3.3 + diff: 3.5.0 + lolex: 4.2.0 + nise: 1.5.3 + supports-color: 5.5.0 + dev: false + + /sinon/9.2.4: + resolution: {integrity: sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==} + dependencies: + '@sinonjs/commons': 1.8.6 + '@sinonjs/fake-timers': 6.0.1 + '@sinonjs/samsam': 5.3.1 + diff: 4.0.2 + nise: 4.1.0 + supports-color: 7.2.0 + dev: false + + /sisteransi/1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + dev: false + + /slash/1.0.0: + resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} + engines: {node: '>=0.10.0'} + dev: false + + /slash/2.0.0: + resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} + engines: {node: '>=6'} + dev: false + + /slash/3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + dev: false + + /slice-ansi/1.0.0: + resolution: {integrity: sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==} + engines: {node: '>=4'} + dependencies: + is-fullwidth-code-point: 2.0.0 + dev: false + + /slice-ansi/2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 + dev: false + + /slice-ansi/4.0.0: + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + dev: false + + /slice-ansi/5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + dev: false + + /snapdragon-node/2.1.1: + resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 1.0.0 + isobject: 3.0.1 + snapdragon-util: 3.0.1 + dev: false + + /snapdragon-util/3.0.1: + resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /snapdragon/0.8.2: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} + dependencies: + 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 + dev: false + + /socket.io-adapter/2.5.2: + resolution: {integrity: sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==} + dependencies: + ws: 8.11.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /socket.io-parser/4.2.4: + resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==} + engines: {node: '>=10.0.0'} + dependencies: + '@socket.io/component-emitter': 3.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /socket.io/4.7.1: + resolution: {integrity: sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw==} + engines: {node: '>=10.0.0'} + dependencies: + accepts: 1.3.8 + base64id: 2.0.0 + cors: 2.8.5 + debug: 4.3.4 + engine.io: 6.5.1 + socket.io-adapter: 2.5.2 + socket.io-parser: 4.2.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /somever/1.0.1: + resolution: {integrity: sha512-PCDMBcega4n7wuBUKmkiXidF3cOwtHHGg2qJYl0Rkw7StZqORoCgqce7HUuWNta/NAiQhwLDezNnTANxEWPCGA==} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + dev: false + + /somever/2.0.0: + resolution: {integrity: sha512-9JaIPP+HxwYGqCDqqK3tRaTqdtQHoK6Qy3IrXhIt2q5x8fs8RcfU7BMWlFTCOgFazK8p88zIv1tHQXvAwtXMyw==} + deprecated: This module has moved and is now available at @hapi/somever. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + bounce: 1.2.3 + hoek: 6.1.3 + dev: false + + /sonic-boom/0.7.7: + resolution: {integrity: sha512-Ei5YOo5J64GKClHIL/5evJPgASXFVpfVYbJV9PILZQytTK6/LCwHvsZJW2Ig4p9FMC2OrBrMnXKgRN/OEoAWfg==} + dependencies: + atomic-sleep: 1.0.0 + flatstr: 1.0.12 + dev: false + + /sonic-boom/1.4.1: + resolution: {integrity: sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==} + dependencies: + atomic-sleep: 1.0.0 + flatstr: 1.0.12 + dev: false + + /source-list-map/2.0.1: + resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} + dev: false + + /source-map-explorer/1.8.0: + resolution: {integrity: sha512-1Q0lNSw5J7pChKmjqniOCLbvLFi4KJfrtixk99CzvRcqFiGBJvRHMrw0PjLwKOvbuAo8rNOukJhEPA0Nj85xDw==} + hasBin: true + dependencies: + btoa: 1.2.1 + convert-source-map: 1.9.0 + docopt: 0.6.2 + ejs: 2.7.4 + fs-extra: 7.0.1 + glob: 7.2.3 + opn: 5.5.0 + source-map: 0.5.7 + temp: 0.9.4 + dev: false + + /source-map-js/1.0.2: + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} + engines: {node: '>=0.10.0'} + dev: false + + /source-map-resolve/0.5.3: + resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated + dependencies: + 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 + dev: false + + /source-map-resolve/0.6.0: + resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated + dependencies: + atob: 2.1.2 + decode-uri-component: 0.2.2 + dev: false + + /source-map-support/0.4.18: + resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} + dependencies: + source-map: 0.5.7 + dev: false + + /source-map-support/0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: false + + /source-map-url/0.4.1: + resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} + deprecated: See https://github.com/lydell/source-map-url#deprecated + dev: false + + /source-map/0.2.0: + resolution: {integrity: sha512-CBdZ2oa/BHhS4xj5DlhjWNHcan57/5YuvfdLf17iVmIpd9KRm+DFLmC6nBNj+6Ua7Kt3TmOjDpQT1aTYOQtoUA==} + engines: {node: '>=0.8.0'} + dependencies: + amdefine: 1.0.1 + dev: false + optional: true + + /source-map/0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + dev: false + + /source-map/0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + dev: false + + /source-map/0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + dev: false + + /spawn-wrap/2.0.0: + resolution: {integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==} + engines: {node: '>=8'} + dependencies: + foreground-child: 2.0.0 + is-windows: 1.0.2 + make-dir: 3.1.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + which: 2.0.2 + dev: false + + /spdx-correct/3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.13 + dev: false + + /spdx-exceptions/2.3.0: + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + dev: false + + /spdx-expression-parse/3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + dependencies: + spdx-exceptions: 2.3.0 + spdx-license-ids: 3.0.13 + dev: false + + /spdx-license-ids/3.0.13: + resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + dev: false + + /spdy-transport/3.0.0: + resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} + dependencies: + debug: 4.3.4 + detect-node: 2.1.0 + hpack.js: 2.1.6 + obuf: 1.1.2 + readable-stream: 3.6.2 + wbuf: 1.7.3 + transitivePeerDependencies: + - supports-color + dev: false + + /spdy/4.0.2: + resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} + engines: {node: '>=6.0.0'} + dependencies: + debug: 4.3.4 + handle-thing: 2.0.1 + http-deceiver: 1.2.7 + select-hose: 2.0.0 + spdy-transport: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /split-string/3.1.0: + resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 3.0.2 + dev: false + + /split2/3.2.2: + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + dependencies: + readable-stream: 3.6.2 + dev: false + + /sprintf-js/1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + dev: false + + /sshpk/1.17.0: + resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + 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 + dev: false + + /ssri/6.0.2: + resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} + dependencies: + figgy-pudding: 3.5.2 + dev: false + + /ssri/8.0.1: + resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: false + + /stable/0.1.8: + resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} + deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' + dev: false + + /stack-trace/0.0.10: + resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} + dev: false + + /stack-utils/2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 2.0.0 + dev: false + + /statehood/5.0.4: + resolution: {integrity: sha512-6/feFLqqHylvA/dHwJA0DgXvbEcKgbhRUeljsuu6+cIr8PO88nax7Wc+celZlPTncqT2arsxXL8P329Q1yfe9Q==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + bourne: 1.1.2 + cryptiles: 3.1.4 + hoek: 4.2.1 + iron: 4.0.5 + items: 2.1.2 + joi: 12.0.0 + dev: false + + /statehood/6.0.9: + resolution: {integrity: sha512-jbFg1+MYEqfC7ABAoWZoeF4cQUtp3LUvMDUGExL76cMmleBHG7I6xlZFsE8hRi7nEySIvutHmVlLmBe9+2R5LQ==} + deprecated: This module has moved and is now available at @hapi/statehood. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + bounce: 1.2.3 + bourne: 1.1.2 + cryptiles: 4.1.3 + hoek: 6.1.3 + iron: 5.0.6 + joi: 14.3.1 + dev: false + + /static-extend/0.1.2: + resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 0.2.5 + object-copy: 0.1.0 + dev: false + + /statuses/1.5.0: + resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} + engines: {node: '>= 0.6'} + dev: false + + /statuses/2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + dev: false + + /stealthy-require/1.1.1: + resolution: {integrity: sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==} + engines: {node: '>=0.10.0'} + dev: false + + /stop-iteration-iterator/1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + dependencies: + internal-slot: 1.0.5 + dev: false + + /stream-each/1.2.3: + resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} + dependencies: + end-of-stream: 1.4.4 + stream-shift: 1.0.1 + dev: false + + /stream-shift/1.0.1: + resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} + dev: false + + /stream-to-array/2.3.0: + resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + dependencies: + any-promise: 1.3.0 + dev: false + + /streamroller/3.1.5: + resolution: {integrity: sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==} + engines: {node: '>=8.0'} + dependencies: + date-format: 4.0.14 + debug: 4.3.4 + fs-extra: 8.1.0 + transitivePeerDependencies: + - supports-color + dev: false + + /string-array/1.0.1: + resolution: {integrity: sha512-IHgqBWTsXuE27ZL7N9/XBIzWWrSwr9tKJw6qdIOMGIM2sxxJRvJe9vQMPW37MHrxidXlyJD8w61mQ6qLvnjqvg==} + dev: false + + /string-hash/1.1.3: + resolution: {integrity: sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==} + dev: false + + /string-length/4.0.2: + resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} + engines: {node: '>=10'} + dependencies: + char-regex: 1.0.2 + strip-ansi: 6.0.1 + dev: false + + /string-natural-compare/3.0.1: + resolution: {integrity: sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==} + dev: false + + /string-similarity/4.0.4: + resolution: {integrity: sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. + dev: false + + /string-width/2.1.1: + resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} + engines: {node: '>=4'} + dependencies: + is-fullwidth-code-point: 2.0.0 + strip-ansi: 4.0.0 + dev: false + + /string-width/3.1.0: + resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} + engines: {node: '>=6'} + dependencies: + emoji-regex: 7.0.3 + is-fullwidth-code-point: 2.0.0 + strip-ansi: 5.2.0 + dev: false + + /string-width/4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + dev: false + + /string-width/5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + dev: false + + /string.prototype.matchall/4.0.8: + resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + regexp.prototype.flags: 1.5.0 + side-channel: 1.0.4 + dev: false + + /string.prototype.trim/1.2.7: + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /string.prototype.trimend/1.0.6: + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /string.prototype.trimstart/1.0.6: + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + dev: false + + /string_decoder/0.10.31: + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + dev: false + + /string_decoder/1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: false + + /string_decoder/1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /strip-ansi/3.0.1: + resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: false + + /strip-ansi/4.0.0: + resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==} + engines: {node: '>=4'} + dependencies: + ansi-regex: 3.0.1 + dev: false + + /strip-ansi/5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.1 + dev: false + + /strip-ansi/6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: false + + /strip-ansi/7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: false + + /strip-bom/3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + dev: false + + /strip-bom/4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + dev: false + + /strip-eof/1.0.0: + resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} + engines: {node: '>=0.10.0'} + dev: false + + /strip-final-newline/2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + dev: false + + /strip-json-comments/2.0.1: + resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} + engines: {node: '>=0.10.0'} + dev: false + + /strip-json-comments/3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + dev: false + + /stylehacks/4.0.3: + resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} + engines: {node: '>=6.9.0'} + dependencies: + browserslist: 4.21.9 + postcss: 7.0.39 + postcss-selector-parser: 3.1.2 + dev: false + + /stylus-relative-loader/4.0.0_stylus@0.57.0: + resolution: {integrity: sha512-92mAbAb04JakJh5UHvGdIsLcKKMi3qXz76o4isYmLNEz9kTWbutCVn4DNQNCToSo+TTshJTGv8+VkvDOF6+hEQ==} + peerDependencies: + stylus: ^0.54.5 + dependencies: + debug: 2.6.9 + es6-promise: 3.3.1 + loader-utils: 0.2.17 + stylus: 0.57.0 + dev: false + + /stylus/0.57.0: + resolution: {integrity: sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==} + hasBin: true + dependencies: + css: 3.0.0 + debug: 4.3.4 + glob: 7.2.3 + safer-buffer: 2.1.2 + sax: 1.2.4 + source-map: 0.7.4 + transitivePeerDependencies: + - supports-color + dev: false + + /subtext/5.0.1: + resolution: {integrity: sha512-zH/jaUKJ/bkrTpEe3zuTFIRnqAwv5xcGpXA2JaxEc30KRAT4k78jZnRqM45snjBSZAuvpI8chRUh1VZprcUVfw==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + bourne: 1.1.2 + content: 3.0.7 + hoek: 4.2.1 + pez: 2.1.5 + wreck: 12.5.1 + dev: false + + /subtext/6.0.12: + resolution: {integrity: sha512-yT1wCDWVgqvL9BIkWzWqgj5spUSYo/Enu09iUV8t2ZvHcr2tKGTGg2kc9tUpVEsdhp1ihsZeTAiDqh0TQciTPQ==} + deprecated: This module has moved and is now available at @hapi/subtext. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + bourne: 1.1.2 + content: 4.0.6 + hoek: 6.1.3 + pez: 4.0.5 + wreck: 14.2.0 + dev: false + + /sudo-prompt/9.2.1: + resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + dev: false + + /sugarss/2.0.0: + resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==} + dependencies: + postcss: 7.0.39 + dev: false + + /superagent/1.8.5: + resolution: {integrity: sha512-4h4R6fISQXvgjIqZ8DjONYy3y2XPxgZO0LgHsBI6tDAEhzJLpWuK+thM60SmUiERJOEJzmxlIGx/GP6+azky/A==} + engines: {node: '>= 0.8'} + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . + dependencies: + component-emitter: 1.2.1 + cookiejar: 2.0.6 + debug: 2.6.9 + extend: 3.0.0 + form-data: 1.0.0-rc3 + formidable: 1.0.17 + methods: 1.1.2 + mime: 1.3.4 + qs: 2.3.3 + readable-stream: 1.0.27-1 + reduce-component: 1.0.1 + dev: false + + /supports-color/2.0.0: + resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} + engines: {node: '>=0.8.0'} + dev: false + + /supports-color/3.1.2: + resolution: {integrity: sha512-F8dvPrZJtNzvDRX26eNXT4a7AecAvTGljmmnI39xEgSpbHKhQ7N0dO/NTxUExd0wuLHp4zbwYY7lvHq0aKpwrA==} + engines: {node: '>=0.8.0'} + dependencies: + has-flag: 1.0.0 + dev: false + + /supports-color/3.2.3: + resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} + engines: {node: '>=0.8.0'} + dependencies: + has-flag: 1.0.0 + dev: false + + /supports-color/4.4.0: + resolution: {integrity: sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==} + engines: {node: '>=4'} + dependencies: + has-flag: 2.0.0 + dev: false + + /supports-color/5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + dependencies: + has-flag: 3.0.0 + dev: false + + /supports-color/6.0.0: + resolution: {integrity: sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==} + engines: {node: '>=6'} + dependencies: + has-flag: 3.0.0 + dev: false + + /supports-color/7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + dependencies: + has-flag: 4.0.0 + dev: false + + /supports-color/8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + dependencies: + has-flag: 4.0.0 + dev: false + + /supports-hyperlinks/2.3.0: + resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} + engines: {node: '>=8'} + dependencies: + has-flag: 4.0.0 + supports-color: 7.2.0 + dev: false + + /supports-preserve-symlinks-flag/1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: false + + /svgo/1.3.2: + resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} + engines: {node: '>=4.0.0'} + deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. + hasBin: true + dependencies: + chalk: 2.4.2 + coa: 2.0.2 + css-select: 2.1.0 + css-select-base-adapter: 0.1.1 + css-tree: 1.0.0-alpha.37 + csso: 4.2.0 + js-yaml: 3.14.1 + mkdirp: 0.5.6 + object.values: 1.1.6 + sax: 1.2.4 + stable: 0.1.8 + unquote: 1.1.1 + util.promisify: 1.0.1 + dev: false + + /symbol-tree/3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + dev: false + + /table/4.0.2: + resolution: {integrity: sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==} + dependencies: + ajv: 5.5.2 + ajv-keywords: 2.1.1_ajv@5.5.2 + chalk: 2.4.2 + lodash: 4.17.21 + slice-ansi: 1.0.0 + string-width: 2.1.1 + dev: false + + /table/5.4.6: + resolution: {integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==} + engines: {node: '>=6.0.0'} + dependencies: + ajv: 6.12.6 + lodash: 4.17.21 + slice-ansi: 2.1.0 + string-width: 3.1.0 + dev: false + + /table/6.8.1: + resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} + engines: {node: '>=10.0.0'} + dependencies: + ajv: 8.12.0 + lodash.truncate: 4.4.2 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: false + + /tapable/2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + dev: false + + /tar/6.1.15: + resolution: {integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==} + engines: {node: '>=10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + dev: false + + /teamwork/3.2.0: + resolution: {integrity: sha512-xAmJ8PIVjRZMXAHgUuOP8ITsv0SedyWAit2UWiNImXgg/F+BxrsG46ZegElNBM0Dwp+iMfbigg/Ll/M2oDRYww==} + deprecated: This module has moved and is now available at @hapi/teamwork. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dev: false + + /temp/0.9.4: + resolution: {integrity: sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==} + engines: {node: '>=6.0.0'} + dependencies: + mkdirp: 0.5.6 + rimraf: 2.6.3 + dev: false + + /terminal-link/2.1.1: + resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} + engines: {node: '>=8'} + dependencies: + ansi-escapes: 4.3.2 + supports-hyperlinks: 2.3.0 + dev: false + + /terser-webpack-plugin/5.3.9_uglify-js@2.8.29+webpack@5.88.2: + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + '@jridgewell/trace-mapping': 0.3.18 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.19.1 + uglify-js: 2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + dev: false + + /terser/5.19.1: + resolution: {integrity: sha512-27hxBUVdV6GoNg1pKQ7Z5cbR6V9txPVyBA+FQw3BaZ1Wuzvztce5p156DaP0NVZNrMZZ+6iG9Syf7WgMNKDg2Q==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.5 + acorn: 8.10.0 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: false + + /test-exclude/6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 7.2.3 + minimatch: 3.1.2 + dev: false + + /text-hex/1.0.0: + resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} + dev: false + + /text-table/0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + dev: false + + /throat/5.0.0: + resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} + dev: false + + /through/2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + dev: false + + /through2/2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: false + + /timsort/0.3.0: + resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} + dev: false + + /tiny-invariant/1.3.1: + resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} + dev: false + + /tiny-lru/7.0.6: + resolution: {integrity: sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==} + engines: {node: '>=6'} + dev: false + + /tiny-lru/8.0.2: + resolution: {integrity: sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==} + engines: {node: '>=6'} + dev: false + + /tiny-warning/1.0.3: + resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} + dev: false + + /tmp/0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + dependencies: + os-tmpdir: 1.0.2 + dev: false + + /tmp/0.2.1: + resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} + engines: {node: '>=8.17.0'} + dependencies: + rimraf: 3.0.2 + dev: false + + /tmpl/1.0.5: + resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} + dev: false + + /to-fast-properties/1.0.3: + resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} + engines: {node: '>=0.10.0'} + dev: false + + /to-fast-properties/2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + dev: false + + /to-object-path/0.3.0: + resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /to-regex-range/2.1.1: + resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 3.0.0 + repeat-string: 1.6.1 + dev: false + + /to-regex-range/5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + dependencies: + is-number: 7.0.0 + dev: false + + /to-regex/3.0.2: + resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 2.0.2 + extend-shallow: 3.0.2 + regex-not: 1.0.2 + safe-regex: 1.1.0 + dev: false + + /toidentifier/1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + dev: false + + /topo/2.0.2: + resolution: {integrity: sha512-QMfJ9TC5lKcmLZImOZ/BTSWJeVbay7XK2nlzvFALW3BA5OkvBnbs0poku4EsRpDMndDVnM58EU/8D3ZcoVehWg==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + dev: false + + /topo/3.0.3: + resolution: {integrity: sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==} + deprecated: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + dev: false + + /tough-cookie/2.5.0: + resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} + engines: {node: '>=0.8'} + dependencies: + psl: 1.9.0 + punycode: 2.3.0 + dev: false + + /tough-cookie/3.0.1: + resolution: {integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==} + engines: {node: '>=6'} + dependencies: + ip-regex: 2.1.0 + psl: 1.9.0 + punycode: 2.3.0 + dev: false + + /tough-cookie/4.1.3: + resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} + engines: {node: '>=6'} + dependencies: + psl: 1.9.0 + punycode: 2.3.0 + universalify: 0.2.0 + url-parse: 1.5.10 + dev: false + + /tr46/0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + dev: false + + /tr46/1.0.1: + resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} + dependencies: + punycode: 2.3.0 + dev: false + + /tr46/2.1.0: + resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} + engines: {node: '>=8'} + dependencies: + punycode: 2.3.0 + dev: false + + /tr46/3.0.0: + resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} + engines: {node: '>=12'} + dependencies: + punycode: 2.3.0 + dev: false + + /trim-right/1.0.1: + resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==} + engines: {node: '>=0.10.0'} + dev: false + + /triple-beam/1.4.1: + resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} + engines: {node: '>= 14.0.0'} + dev: false + + /tryer/1.0.1: + resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} + dev: false + + /ts-node/10.9.1_121bb9107e71cb273c2c9f9d1b903c77: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 17.0.45 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + + /ts-node/10.9.1_20ba4bc34cd1f1f1c9a13434c041014a: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 18.16.19 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + + /ts-node/10.9.1_6b208d4bccaf0e47c7c47aa869c25f7f: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 14.18.53 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.8.4 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + + /ts-node/10.9.1_ba7a2968ac38906672dd09cf325a0448: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.4.2 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.1.6 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + + /ts-node/10.9.1_e404ffc1fc4dee3307900dcd675f87b4: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 14.18.53 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + + /ts-node/8.10.2_typescript@3.9.10: + resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} + engines: {node: '>=6.0.0'} + hasBin: true + peerDependencies: + typescript: '>=2.7' + dependencies: + arg: 4.1.3 + diff: 4.0.2 + make-error: 1.3.6 + source-map-support: 0.5.21 + typescript: 3.9.10 + yn: 3.1.1 + dev: false + + /ts-node/9.1.1_typescript@4.9.5: + resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} + engines: {node: '>=10.0.0'} + hasBin: true + peerDependencies: + typescript: '>=2.7' + dependencies: + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + source-map-support: 0.5.21 + typescript: 4.9.5 + yn: 3.1.1 + dev: false + + /tsconfig/7.0.0: + resolution: {integrity: sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==} + dependencies: + '@types/strip-bom': 3.0.0 + '@types/strip-json-comments': 0.0.30 + strip-bom: 3.0.0 + strip-json-comments: 2.0.1 + dev: false + + /tslib/1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: false + + /tslib/2.6.0: + resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} + dev: false + + /tsscmp/1.0.6: + resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} + engines: {node: '>=0.6.x'} + dev: false + + /tsutils/3.21.0: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + dev: false + + /tsutils/3.21.0_typescript@3.9.10: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 3.9.10 + dev: false + + /tsutils/3.21.0_typescript@4.8.4: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 4.8.4 + dev: false + + /tsutils/3.21.0_typescript@4.9.5: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 4.9.5 + dev: false + + /tunnel-agent/0.6.0: + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /tweetnacl/0.14.5: + resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} + dev: false + + /type-check/0.3.2: + resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.1.2 + dev: false + + /type-check/0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + dev: false + + /type-detect/0.1.1: + resolution: {integrity: sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==} + dev: false + + /type-detect/1.0.0: + resolution: {integrity: sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==} + dev: false + + /type-detect/4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + dev: false + + /type-fest/0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + dev: false + + /type-fest/0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + dev: false + + /type-fest/0.6.0: + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} + dev: false + + /type-fest/0.8.1: + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} + dev: false + + /type-fest/1.4.0: + resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} + engines: {node: '>=10'} + dev: false + + /type-is/1.6.18: + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} + dependencies: + media-typer: 0.3.0 + mime-types: 2.1.35 + dev: false + + /typed-array-buffer/1.0.0: + resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + dev: false + + /typed-array-byte-length/1.0.0: + resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + dev: false + + /typed-array-byte-offset/1.0.0: + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + dev: false + + /typed-array-length/1.0.4: + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.12 + dev: false + + /typedarray-to-buffer/3.1.5: + resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} + dependencies: + is-typedarray: 1.0.0 + dev: false + + /typedarray/0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: false + + /typedoc-default-themes/0.10.2: + resolution: {integrity: sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==} + engines: {node: '>= 8'} + dependencies: + lunr: 2.3.9 + dev: false + + /typedoc-default-themes/0.12.10: + resolution: {integrity: sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==} + engines: {node: '>= 8'} + dev: false + + /typedoc-plugin-external-module-name/3.1.0: + resolution: {integrity: sha512-7Jym2cOkSbMtXRb2C9RytIihryB/a7UZZbCWeIZ+PoSxglOwiHqTAPWWVN2AbVKh3iKy8PpGRCYggfDnpb177g==} + peerDependencies: + typedoc: '>=0.7.0 <0.18.0' + dependencies: + lodash: 4.17.21 + semver: 7.5.4 + dev: false + + /typedoc-plugin-external-module-name/3.1.0_typedoc@0.17.8: + resolution: {integrity: sha512-7Jym2cOkSbMtXRb2C9RytIihryB/a7UZZbCWeIZ+PoSxglOwiHqTAPWWVN2AbVKh3iKy8PpGRCYggfDnpb177g==} + peerDependencies: + typedoc: '>=0.7.0 <0.18.0' + dependencies: + lodash: 4.17.21 + semver: 7.5.4 + typedoc: 0.17.8_typescript@3.9.10 + dev: false + + /typedoc/0.17.8_typescript@3.9.10: + resolution: {integrity: sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==} + engines: {node: '>= 8.0.0'} + hasBin: true + peerDependencies: + typescript: '>=3.8.3' + dependencies: + fs-extra: 8.1.0 + handlebars: 4.7.7 + highlight.js: 10.7.3 + lodash: 4.17.21 + lunr: 2.3.9 + marked: 1.0.0 + minimatch: 3.1.2 + progress: 2.0.3 + shelljs: 0.8.5 + typedoc-default-themes: 0.10.2 + typescript: 3.9.10 + dev: false + + /typedoc/0.17.8_typescript@4.9.5: + resolution: {integrity: sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==} + engines: {node: '>= 8.0.0'} + hasBin: true + peerDependencies: + typescript: '>=3.8.3' + dependencies: + fs-extra: 8.1.0 + handlebars: 4.7.7 + highlight.js: 10.7.3 + lodash: 4.17.21 + lunr: 2.3.9 + marked: 1.0.0 + minimatch: 3.1.2 + progress: 2.0.3 + shelljs: 0.8.5 + typedoc-default-themes: 0.10.2 + typescript: 4.9.5 + dev: false + + /typedoc/0.20.37_typescript@4.8.4: + resolution: {integrity: sha512-9+qDhdc4X00qTNOtii6QX2z7ndAeWVOso7w3MPSoSJdXlVhpwPfm1yEp4ooKuWA9fiQILR8FKkyjmeqa13hBbw==} + engines: {node: '>= 10.8.0'} + hasBin: true + peerDependencies: + typescript: 3.9.x || 4.0.x || 4.1.x || 4.2.x + dependencies: + colors: 1.4.0 + fs-extra: 9.1.0 + handlebars: 4.7.7 + lodash: 4.17.21 + lunr: 2.3.9 + marked: 2.0.7 + minimatch: 3.1.2 + progress: 2.0.3 + shelljs: 0.8.5 + shiki: 0.9.15 + typedoc-default-themes: 0.12.10 + typescript: 4.8.4 + dev: false + + /typedoc/0.20.37_typescript@4.9.5: + resolution: {integrity: sha512-9+qDhdc4X00qTNOtii6QX2z7ndAeWVOso7w3MPSoSJdXlVhpwPfm1yEp4ooKuWA9fiQILR8FKkyjmeqa13hBbw==} + engines: {node: '>= 10.8.0'} + hasBin: true + peerDependencies: + typescript: 3.9.x || 4.0.x || 4.1.x || 4.2.x + dependencies: + colors: 1.4.0 + fs-extra: 9.1.0 + handlebars: 4.7.7 + lodash: 4.17.21 + lunr: 2.3.9 + marked: 2.0.7 + minimatch: 3.1.2 + progress: 2.0.3 + shelljs: 0.8.5 + shiki: 0.9.15 + typedoc-default-themes: 0.12.10 + typescript: 4.9.5 + dev: false + + /typedoc/0.22.18_typescript@4.9.5: + resolution: {integrity: sha512-NK9RlLhRUGMvc6Rw5USEYgT4DVAUFk7IF7Q6MYfpJ88KnTZP7EneEa4RcP+tX1auAcz7QT1Iy0bUSZBYYHdoyA==} + engines: {node: '>= 12.10.0'} + hasBin: true + peerDependencies: + typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x + dependencies: + glob: 8.1.0 + lunr: 2.3.9 + marked: 4.3.0 + minimatch: 5.1.6 + shiki: 0.10.1 + typescript: 4.9.5 + dev: false + + /typedoc/0.23.28_typescript@4.9.5: + resolution: {integrity: sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==} + engines: {node: '>= 14.14'} + hasBin: true + peerDependencies: + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x + dependencies: + lunr: 2.3.9 + marked: 4.3.0 + minimatch: 7.4.6 + shiki: 0.14.3 + typescript: 4.9.5 + dev: false + + /typescript-compare/0.0.2: + resolution: {integrity: sha512-8ja4j7pMHkfLJQO2/8tut7ub+J3Lw2S3061eJLFQcvs3tsmJKp8KG5NtpLn7KcY2w08edF74BSVN7qJS0U6oHA==} + dependencies: + typescript-logic: 0.0.0 + dev: false + + /typescript-logic/0.0.0: + resolution: {integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q==} + dev: false + + /typescript-tuple/2.2.1: + resolution: {integrity: sha512-Zcr0lbt8z5ZdEzERHAMAniTiIKerFCMgd7yjq1fPnDJ43et/k9twIFQMUYff9k5oXcsQ0WpvFcgzK2ZKASoW6Q==} + dependencies: + typescript-compare: 0.0.2 + dev: false + + /typescript/3.9.10: + resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + + /typescript/4.8.4: + resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + + /typescript/5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + engines: {node: '>=14.17'} + hasBin: true + dev: false + + /ua-parser-js/0.7.35: + resolution: {integrity: sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==} + dev: false + + /uglify-js/2.8.29: + resolution: {integrity: sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w==} + engines: {node: '>=0.8.0'} + hasBin: true + dependencies: + source-map: 0.5.7 + yargs: 3.10.0 + optionalDependencies: + uglify-to-browserify: 1.0.2 + dev: false + + /uglify-js/3.17.4: + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} + hasBin: true + dev: false + + /uglify-to-browserify/1.0.2: + resolution: {integrity: sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==} + dev: false + optional: true + + /uglifyjs-webpack-plugin/2.2.0_webpack@5.88.2: + resolution: {integrity: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg==} + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 + dependencies: + cacache: 12.0.4 + find-cache-dir: 2.1.0 + is-wsl: 1.1.0 + schema-utils: 1.0.0 + serialize-javascript: 1.9.1 + source-map: 0.6.1 + uglify-js: 3.17.4 + webpack: 5.88.2_uglify-js@2.8.29 + webpack-sources: 1.4.3 + worker-farm: 1.7.0 + dev: false + + /unbox-primitive/1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + dependencies: + call-bind: 1.0.2 + has-bigints: 1.0.2 + has-symbols: 1.0.3 + which-boxed-primitive: 1.0.2 + dev: false + + /unicode-canonical-property-names-ecmascript/2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} + dev: false + + /unicode-match-property-ecmascript/2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 + dev: false + + /unicode-match-property-value-ecmascript/2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + dev: false + + /unicode-property-aliases-ecmascript/2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} + dev: false + + /union-value/1.0.1: + resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-union: 3.1.0 + get-value: 2.0.6 + is-extendable: 0.1.1 + set-value: 2.0.1 + dev: false + + /uniq/1.0.1: + resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} + dev: false + + /uniqs/2.0.0: + resolution: {integrity: sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==} + dev: false + + /unique-filename/1.1.1: + resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} + dependencies: + unique-slug: 2.0.2 + dev: false + + /unique-slug/2.0.2: + resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} + dependencies: + imurmurhash: 0.1.4 + dev: false + + /universalify/0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + dev: false + + /universalify/0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + dev: false + + /universalify/2.0.0: + resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} + engines: {node: '>= 10.0.0'} + dev: false + + /unload/2.2.0: + resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} + dependencies: + '@babel/runtime': 7.22.6 + detect-node: 2.1.0 + dev: false + + /unpipe/1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + dev: false + + /unquote/1.1.1: + resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} + dev: false + + /unset-value/1.0.0: + resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} + engines: {node: '>=0.10.0'} + dependencies: + has-value: 0.3.1 + isobject: 3.0.1 + dev: false + + /unwrap-npm-cmd/1.1.1: + resolution: {integrity: sha512-Y0PFhW+X6oahjV/e4yBxThgq0k9Ymh3RwUh6P/rMiGp55X5qa2mQghZAHKyJ9tDPinZntD0Z+5DHFzlx9/UNbg==} + dependencies: + which: 1.3.1 + dev: false + + /update-browserslist-db/1.0.11_browserslist@4.21.9: + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.9 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: false + + /uri-js/4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + dependencies: + punycode: 2.3.0 + dev: false + + /urijs/1.19.11: + resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==} + dev: false + + /urix/0.1.0: + resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} + deprecated: Please see https://github.com/lydell/urix#deprecated + dev: false + + /url-loader/4.1.1_file-loader@6.2.0+webpack@5.88.2: + resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} + engines: {node: '>= 10.13.0'} + peerDependencies: + file-loader: '*' + webpack: ^4.0.0 || ^5.0.0 + peerDependenciesMeta: + file-loader: + optional: true + dependencies: + file-loader: 6.2.0_webpack@5.88.2 + loader-utils: 2.0.4 + mime-types: 2.1.35 + schema-utils: 3.3.0 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /url-parse/1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + dev: false + + /use-sync-external-store/1.2.0_react@18.2.0: + resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + dev: false + + /use/3.1.1: + resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} + engines: {node: '>=0.10.0'} + dev: false + + /user-home/1.1.1: + resolution: {integrity: sha512-aggiKfEEubv3UwRNqTzLInZpAOmKzwdHqEBmW/hBA/mt99eg+b4VrX6i+IRLxU8+WJYfa33rGwRseg4eElUgsQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dev: false + + /util-deprecate/1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: false + + /util.promisify/1.0.1: + resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} + dependencies: + define-properties: 1.2.0 + es-abstract: 1.22.1 + has-symbols: 1.0.3 + object.getownpropertydescriptors: 2.1.6 + dev: false + + /util/0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + dependencies: + inherits: 2.0.4 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 + is-typed-array: 1.1.12 + which-typed-array: 1.1.11 + dev: false + + /utila/0.4.0: + resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} + dev: false + + /utils-merge/1.0.1: + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} + dev: false + + /uuid/3.4.0: + resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + dev: false + + /uuid/8.3.2: + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + hasBin: true + dev: false + + /v8-compile-cache-lib/3.0.1: + resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + dev: false + + /v8-compile-cache/2.3.0: + resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + dev: false + + /v8-to-istanbul/7.1.2: + resolution: {integrity: sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==} + engines: {node: '>=10.10.0'} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + convert-source-map: 1.9.0 + source-map: 0.7.4 + dev: false + + /v8flags/2.1.1: + resolution: {integrity: sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA==} + engines: {node: '>= 0.10.0'} + dependencies: + user-home: 1.1.1 + dev: false + + /valid-url/1.0.9: + resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} + dev: false + + /validate-npm-package-license/3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + dev: false + + /value-equal/1.0.1: + resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} + dev: false + + /vary/1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + dev: false + + /vendors/1.0.4: + resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} + dev: false + + /verror/1.10.0: + resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: 1.0.0 + core-util-is: 1.0.2 + extsprintf: 1.3.0 + dev: false + + /vise/2.0.2: + resolution: {integrity: sha512-CqqBsJC+eoqmYggmN9BEXg2xHju1fC0laeaEDDfIt7QxOtgKoXere+BuKqpmNrNmRUQMdjlgQU9ng9QAnDSvpA==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + hoek: 4.2.1 + dev: false + + /vise/3.0.2: + resolution: {integrity: sha512-X52VtdRQbSBXdjcazRiY3eRgV3vTQ0B+7Wh8uC9cVv7lKfML5m9+9NHlbcgCY0R9EAqD1v/v7o9mhGh2A3ANFg==} + deprecated: This module has moved and is now available at @hapi/vise. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + hoek: 6.1.3 + dev: false + + /visual-logger/1.1.3: + resolution: {integrity: sha512-8XPxTR+RoZZtSkx1TY+aLAvG1EivsO0352WuWyXr0nU7n7T2XOh3ty/QwGS2dx7ZUDJQ5PTVp/p5StXaR11H7w==} + dependencies: + chalk: 4.1.2 + log-update: 4.0.0 + dev: false + + /void-elements/2.0.1: + resolution: {integrity: sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==} + engines: {node: '>=0.10.0'} + dev: false + + /vscode-oniguruma/1.7.0: + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} + dev: false + + /vscode-textmate/5.2.0: + resolution: {integrity: sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==} + dev: false + + /vscode-textmate/8.0.0: + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} + dev: false + + /w3c-hr-time/1.0.2: + resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} + deprecated: Use your platform's native performance.now() and performance.timeOrigin. + dependencies: + browser-process-hrtime: 1.0.0 + dev: false + + /w3c-xmlserializer/1.1.2: + resolution: {integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==} + dependencies: + domexception: 1.0.1 + webidl-conversions: 4.0.2 + xml-name-validator: 3.0.0 + dev: false + + /w3c-xmlserializer/2.0.0: + resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} + engines: {node: '>=10'} + dependencies: + xml-name-validator: 3.0.0 + dev: false + + /w3c-xmlserializer/3.0.0: + resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==} + engines: {node: '>=12'} + dependencies: + xml-name-validator: 4.0.0 + dev: false + + /walker/1.0.8: + resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + dependencies: + makeerror: 1.0.12 + dev: false + + /watchpack/2.4.0: + resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} + engines: {node: '>=10.13.0'} + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + dev: false + + /wbuf/1.7.3: + resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} + dependencies: + minimalistic-assert: 1.0.1 + dev: false + + /webidl-conversions/3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + dev: false + + /webidl-conversions/4.0.2: + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + dev: false + + /webidl-conversions/5.0.0: + resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} + engines: {node: '>=8'} + dev: false + + /webidl-conversions/6.1.0: + resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} + engines: {node: '>=10.4'} + dev: false + + /webidl-conversions/7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} + dev: false + + /webpack-bundle-analyzer/3.9.0: + resolution: {integrity: sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==} + engines: {node: '>= 6.14.4'} + hasBin: true + dependencies: + acorn: 7.4.1 + acorn-walk: 7.2.0 + bfj: 6.1.2 + chalk: 2.4.2 + commander: 2.20.3 + ejs: 2.7.4 + express: 4.18.2 + filesize: 3.6.1 + gzip-size: 5.1.1 + lodash: 4.17.21 + mkdirp: 0.5.6 + opener: 1.5.2 + ws: 6.2.2 + dev: false + + /webpack-cli/4.10.0_c897c9b007e9156ce2be4a7c8f7573c8: + resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + '@webpack-cli/generators': '*' + '@webpack-cli/migrate': '*' + webpack: 4.x.x || 5.x.x + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + '@webpack-cli/generators': + optional: true + '@webpack-cli/migrate': + optional: true + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true + dependencies: + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 1.2.0_b6ed4fc45665505c19b044157b25ef91 + '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 + '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 + colorette: 2.0.20 + commander: 7.2.0 + cross-spawn: 7.0.3 + fastest-levenshtein: 1.0.16 + import-local: 3.1.0 + interpret: 2.2.0 + rechoir: 0.7.1 + webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca + webpack-bundle-analyzer: 3.9.0 + webpack-merge: 5.9.0 + dev: false + + /webpack-cli/4.8.0_c897c9b007e9156ce2be4a7c8f7573c8: + resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + '@webpack-cli/generators': '*' + '@webpack-cli/migrate': '*' + webpack: 4.x.x || 5.x.x + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + '@webpack-cli/generators': + optional: true + '@webpack-cli/migrate': + optional: true + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true + dependencies: + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.88.2 + '@webpack-cli/info': 1.5.0_webpack-cli@4.8.0 + '@webpack-cli/serve': 1.7.0_webpack-cli@4.8.0 + colorette: 1.4.0 + commander: 7.2.0 + execa: 5.1.1 + fastest-levenshtein: 1.0.16 + import-local: 3.1.0 + interpret: 2.2.0 + rechoir: 0.7.1 + v8-compile-cache: 2.3.0 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-bundle-analyzer: 3.9.0 + webpack-merge: 5.9.0 + dev: false + + /webpack-dev-middleware/4.3.0_webpack@5.88.2: + resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} + engines: {node: '>= v10.23.3'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + colorette: 1.4.0 + mem: 8.1.1 + memfs: 3.5.3 + mime-types: 2.1.35 + range-parser: 1.2.1 + schema-utils: 3.3.0 + webpack: 5.88.2_uglify-js@2.8.29 + dev: false + + /webpack-hot-middleware/2.25.4: + resolution: {integrity: sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w==} + dependencies: + ansi-html-community: 0.0.8 + html-entities: 2.4.0 + strip-ansi: 6.0.1 + dev: false + + /webpack-merge/4.2.2: + resolution: {integrity: sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==} + dependencies: + lodash: 4.17.21 + dev: false + + /webpack-merge/5.9.0: + resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} + engines: {node: '>=10.0.0'} + dependencies: + clone-deep: 4.0.1 + wildcard: 2.0.1 + dev: false + + /webpack-sources/1.4.3: + resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==} + dependencies: + source-list-map: 2.0.1 + source-map: 0.6.1 + dev: false + + /webpack-sources/2.3.1: + resolution: {integrity: sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==} + engines: {node: '>=10.13.0'} + dependencies: + source-list-map: 2.0.1 + source-map: 0.6.1 + dev: false + + /webpack-sources/3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + dev: false + + /webpack-stats-plugin/1.1.3: + resolution: {integrity: sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw==} + dev: false + + /webpack/5.88.2_17c93feb39fd8f95264c9b12c9d849ca: + resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0_acorn@8.10.0 + browserslist: 4.21.9 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 + watchpack: 2.4.0 + webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: false + + /webpack/5.88.2_f52b93474dd2fb1e4f90db635f9d54a8: + resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0_acorn@8.10.0 + browserslist: 4.21.9 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 + watchpack: 2.4.0 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: false + + /webpack/5.88.2_uglify-js@2.8.29: + resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0_acorn@8.10.0 + browserslist: 4.21.9 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: false + + /whatwg-encoding/1.0.5: + resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} + dependencies: + iconv-lite: 0.4.24 + dev: false + + /whatwg-encoding/2.0.0: + resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} + engines: {node: '>=12'} + dependencies: + iconv-lite: 0.6.3 + dev: false + + /whatwg-fetch/2.0.4: + resolution: {integrity: sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==} + dev: false + + /whatwg-mimetype/2.3.0: + resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} + dev: false + + /whatwg-mimetype/3.0.0: + resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} + engines: {node: '>=12'} + dev: false + + /whatwg-url/10.0.0: + resolution: {integrity: sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==} + engines: {node: '>=12'} + dependencies: + tr46: 3.0.0 + webidl-conversions: 7.0.0 + dev: false + + /whatwg-url/11.0.0: + resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} + engines: {node: '>=12'} + dependencies: + tr46: 3.0.0 + webidl-conversions: 7.0.0 + dev: false + + /whatwg-url/4.8.0: + resolution: {integrity: sha512-nUvUPuenPFtPfy/X+dAYh/TfRbTBlnXTM5iIfLseJFkkQewmpG9pGR6i87E9qL+lZaJzv+99kkQWoGOtLfkZQQ==} + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + dev: false + + /whatwg-url/7.1.0: + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + dev: false + + /whatwg-url/8.7.0: + resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} + engines: {node: '>=10'} + dependencies: + lodash: 4.17.21 + tr46: 2.1.0 + webidl-conversions: 6.1.0 + dev: false + + /which-boxed-primitive/1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + dependencies: + 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 + dev: false + + /which-collection/1.0.1: + resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} + dependencies: + is-map: 2.0.2 + is-set: 2.0.2 + is-weakmap: 2.0.1 + is-weakset: 2.0.2 + dev: false + + /which-module/2.0.1: + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} + dev: false + + /which-typed-array/1.1.11: + resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 + dev: false + + /which/1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: false + + /which/2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: false + + /wide-align/1.1.3: + resolution: {integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==} + dependencies: + string-width: 2.1.1 + dev: false + + /widest-line/3.1.0: + resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} + engines: {node: '>=8'} + dependencies: + string-width: 4.2.3 + dev: false + + /wildcard/2.0.1: + resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + dev: false + + /window-size/0.1.0: + resolution: {integrity: sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg==} + engines: {node: '>= 0.8.0'} + dev: false + + /winston-transport/4.5.0: + resolution: {integrity: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==} + engines: {node: '>= 6.4.0'} + dependencies: + logform: 2.5.1 + readable-stream: 3.6.2 + triple-beam: 1.4.1 + dev: false + + /winston/2.4.7: + resolution: {integrity: sha512-vLB4BqzCKDnnZH9PHGoS2ycawueX4HLqENXQitvFHczhgW2vFpSOn31LZtVr1KU8YTw7DS4tM+cqyovxo8taVg==} + engines: {node: '>= 0.10.0'} + dependencies: + async: 2.6.4 + colors: 1.0.3 + cycle: 1.0.3 + eyes: 0.1.8 + isstream: 0.1.2 + stack-trace: 0.0.10 + dev: false + + /winston/3.10.0: + resolution: {integrity: sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==} + engines: {node: '>= 12.0.0'} + dependencies: + '@colors/colors': 1.5.0 + '@dabh/diagnostics': 2.0.3 + async: 3.2.4 + is-stream: 2.0.1 + logform: 2.5.1 + one-time: 1.0.0 + readable-stream: 3.6.2 + safe-stable-stringify: 2.4.3 + stack-trace: 0.0.10 + triple-beam: 1.4.1 + winston-transport: 4.5.0 + dev: false + + /word-wrap/1.2.4: + resolution: {integrity: sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==} + engines: {node: '>=0.10.0'} + dev: false + + /wordwrap/0.0.2: + resolution: {integrity: sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==} + engines: {node: '>=0.4.0'} + dev: false + + /wordwrap/1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + dev: false + + /worker-farm/1.7.0: + resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} + dependencies: + errno: 0.1.8 + dev: false + + /workerpool/6.1.0: + resolution: {integrity: sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==} + dev: false + + /workerpool/6.2.1: + resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} + dev: false + + /wrap-ansi/5.1.0: + resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + string-width: 3.1.0 + strip-ansi: 5.2.0 + dev: false + + /wrap-ansi/6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: false + + /wrap-ansi/7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: false + + /wrap-ansi/8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + dev: false + + /wrappy/1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: false + + /wreck/12.5.1: + resolution: {integrity: sha512-l5DUGrc+yDyIflpty1x9XuMj1ehVjC/dTbF3/BasOO77xk0EdEa4M/DuOY8W88MQDAD0fEDqyjc8bkIMHd2E9A==} + engines: {node: '>=4.0.0'} + deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). + dependencies: + boom: 5.2.0 + hoek: 4.2.1 + dev: false + + /wreck/14.2.0: + resolution: {integrity: sha512-NFFft3SMgqrJbXEVfYifh+QDWFxni+98/I7ut7rLbz3F0XOypluHsdo3mdEYssGSirMobM3fGlqhyikbWKDn2Q==} + deprecated: This module has moved and is now available at @hapi/wreck. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. + dependencies: + boom: 7.3.0 + bourne: 1.1.2 + hoek: 6.1.3 + dev: false + + /write-file-atomic/3.0.3: + resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} + dependencies: + imurmurhash: 0.1.4 + is-typedarray: 1.0.0 + signal-exit: 3.0.7 + typedarray-to-buffer: 3.1.5 + dev: false + + /write/0.2.1: + resolution: {integrity: sha512-CJ17OoULEKXpA5pef3qLj5AxTJ6mSt7g84he2WIskKwqFO4T97d5V7Tadl0DYDk7qyUOQD5WlUlOMChaYrhxeA==} + engines: {node: '>=0.10.0'} + dependencies: + mkdirp: 0.5.6 + dev: false + + /write/1.0.3: + resolution: {integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==} + engines: {node: '>=4'} + dependencies: + mkdirp: 0.5.6 + dev: false + + /ws/6.2.2: + resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} + dependencies: + async-limiter: 1.0.1 + dev: false + + /ws/7.5.9: + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + engines: {node: '>=8.3.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: false + + /ws/8.11.0: + resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: false + + /ws/8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: false + + /xaa/1.7.1: + resolution: {integrity: sha512-SLb9sd9sWeQMqyrghmdhXOb4NKHTvRchG34nzVvxP+Cf8UvkGuxu6VM7+fsPbFWSBNfGFsLvHeZf9X6ifbPRrg==} + dependencies: + tslib: 2.6.0 + dev: false + + /xaa/1.7.3: + resolution: {integrity: sha512-GBA/59U8+INwVb1gfNQ5GEnV8lnBJj+9GUacvqeAWACbdl7v/73qgmdmo+rLkTp6rLU8xSEzFhWX+Akbj6Wh3A==} + dev: false + + /xclap/0.2.53: + resolution: {integrity: sha512-sKGFvLhZySDy4zBxzgcFu9a5+01ma6S/E8rQNMSbTuaWegdpD2leB5GzqIxktmzdkSjSJ5XjI2MGM0OGcyf2HA==} + hasBin: true + dependencies: + '@xarc/run': 1.1.1 + dev: false + + /xenv-config/1.3.1: + resolution: {integrity: sha512-ekNalpPoXwgWx1tE384qlkx8+17ANcpmCtak4TYK1EsEcM+0a607TqszGHv4sWMBuogM28XyJmzcRoIgMjABIA==} + dev: false + + /xml-name-validator/2.0.1: + resolution: {integrity: sha512-jRKe/iQYMyVJpzPH+3HL97Lgu5HrCfii+qSo+TfjKHtOnvbnvdVfMYrn9Q34YV81M2e5sviJlI6Ko9y+nByzvA==} + dev: false + + /xml-name-validator/3.0.0: + resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} + dev: false + + /xml-name-validator/4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} + dev: false + + /xmlbuilder/13.0.2: + resolution: {integrity: sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==} + engines: {node: '>=6.0'} + dev: false + + /xmlchars/2.2.0: + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + dev: false + + /xsh/0.4.5: + resolution: {integrity: sha512-Tkmj2v1+Uik0zaTU/0+Qwbv8b/NEnPwHgSfnhPIjlSoIb2dRW8HlJMrJb4x232LoITzZATKr7fhdMR4renzhzg==} + dependencies: + shcmd: 0.8.4 + dev: false + + /xstdout/0.1.1: + resolution: {integrity: sha512-LVXVwRTZUCQ3hqTL31T8+qKISGoH1Vv4G9VQiDtO49VEMODbUmYeZcw76MPK+Cgy+uRt+SIgFQz2FrrrVDUDCQ==} + dev: false + + /xtend/4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: false + + /y18n/4.0.3: + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + dev: false + + /y18n/5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + dev: false + + /yallist/2.1.2: + resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} + dev: false + + /yallist/3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: false + + /yallist/4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + dev: false + + /yargs-parser/13.1.2: + resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: false + + /yargs-parser/18.1.3: + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} + engines: {node: '>=6'} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: false + + /yargs-parser/20.2.4: + resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} + engines: {node: '>=10'} + dev: false + + /yargs-parser/20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: false + + /yargs-unparser/1.6.0: + resolution: {integrity: sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==} + engines: {node: '>=6'} + dependencies: + flat: 4.1.1 + lodash: 4.17.21 + yargs: 13.3.2 + dev: false + + /yargs-unparser/2.0.0: + resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} + engines: {node: '>=10'} + dependencies: + camelcase: 6.3.0 + decamelize: 4.0.0 + flat: 5.0.2 + is-plain-obj: 2.1.0 + dev: false + + /yargs/13.3.2: + resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} + dependencies: + cliui: 5.0.0 + find-up: 3.0.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: 3.1.0 + which-module: 2.0.1 + y18n: 4.0.3 + yargs-parser: 13.1.2 + dev: false + + /yargs/15.4.1: + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} + engines: {node: '>=8'} + dependencies: + 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.1 + y18n: 4.0.3 + yargs-parser: 18.1.3 + dev: false + + /yargs/16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + dependencies: + 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 + dev: false + + /yargs/3.10.0: + resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} + dependencies: + camelcase: 1.2.1 + cliui: 2.1.0 + decamelize: 1.2.0 + window-size: 0.1.0 + dev: false + + /ylru/1.3.2: + resolution: {integrity: sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==} + engines: {node: '>= 4.0.0'} + dev: false + + /yn/3.1.1: + resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} + engines: {node: '>=6'} + dev: false + + /yocto-queue/0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + dev: false + + file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.88.2: + resolution: {integrity: sha512-PahjmQA+Obo3rNADzX7gFVqBljZ3Pss+WopkWdoel2VWBFyBZfe8yJk2qqcC43alKUZjznmOX2/Bp2ay6dzZdw==, tarball: file:projects/app-dev.tgz} + id: file:projects/app-dev.tgz + name: '@rush-temp/app-dev' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-proposal-decorators': 7.22.7_@babel+core@7.22.9 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.22.9 + '@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-react-inline-elements': 7.22.5_@babel+core@7.22.9 + '@babel/plugin-transform-runtime': 7.22.9_@babel+core@7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/preset-typescript': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@jchip/redbird': 1.3.0 + '@types/chai': 4.3.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@types/webpack': 5.28.0_uglify-js@2.8.29 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + ansi-to-html: 0.7.2 + babel-eslint: 10.1.0_eslint@7.32.0 + babel-plugin-lodash: 3.3.4 + babel-plugin-minify-dead-code-elimination: 0.5.2 + babel-plugin-react-css-modules: 5.2.6_@babel+core@7.22.9 + babel-plugin-transform-node-env-inline: 0.4.3 + babel-plugin-transform-react-remove-prop-types: 0.4.24 + boxen: 5.1.2 + chai: 4.3.7 + chalker: 1.2.0 + chokidar: 3.5.3 + core-js: 3.31.1 + electrode-server: 3.3.0 + electrode-server1: /electrode-server/1.9.0 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 32.3.4_eslint@7.32.0 + eslint-plugin-tsdoc: 0.2.17 + fast-async: 7.0.6 + filter-scan-dir: 1.5.5 + fs-extra: 10.1.0 + glob: 8.1.0 + identity-obj-proxy: 3.0.0 + is-ci: 2.0.0 + lodash: 4.17.21 + log-update: 5.0.1 + mime: 3.0.0 + mkdirp: 1.0.4 + mocha: 8.4.0 + mock-require: 3.0.3 + nix-clap: 1.3.13 + nyc: 15.1.0 + open: 8.4.2 + optional-require: 1.1.8 + pkg-up: 3.1.0 + prettier: 2.8.8 + prompts: 2.4.2 + ps-get: 1.1.0 + read-pkg-up: 7.0.1 + regenerator-runtime: 0.13.11 + request: 2.88.2 + require-at: 1.0.6 + run-verify: 1.2.6 + semver: 7.5.4 + serve-index-fs: 1.10.1 + shx: 0.3.4 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 + source-map-support: 0.5.21 + sudo-prompt: 9.2.1 + ts-node: 10.9.1_e404ffc1fc4dee3307900dcd675f87b4 + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + visual-logger: 1.1.3 + webpack-dev-middleware: 4.3.0_webpack@5.88.2 + webpack-hot-middleware: 2.25.4 + winston: 3.10.0 + xaa: 1.7.3 + xenv-config: 1.3.1 + xsh: 0.4.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - debug + - esbuild + - supports-color + - uglify-js + - webpack + - webpack-cli + dev: false + + file:projects/app.tgz: + resolution: {integrity: sha512-DPSzVOIk3NvtKjIuvo6fd39E0xQaAT50Aq+Vl30lXZebTqv27vw2K8DVDkTgRM2w6j3Gsp7Q203GYpelT86/cg==, tarball: file:projects/app.tgz} + name: '@rush-temp/app' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 9.1.1 + '@types/node': 17.0.45 + '@types/sinon': 10.0.15 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 5.62.0_813dde211e9fed146d00a3a5a279daee + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@8.45.0 + chai: 4.3.7 + chalk: 5.3.0 + eslint: 8.45.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@8.45.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.45.0 + eslint-plugin-tsdoc: 0.2.17 + isomorphic-loader: 4.5.0 + mocha: 10.2.0 + mock-require: 3.0.3 + nyc: 15.1.0 + optional-require: 1.1.8 + prettier: 2.8.8 + prompts: 2.4.2 + sinon: 13.0.2 + sinon-chai: 3.7.0_chai@4.3.7+sinon@13.0.2 + source-map-support: 0.5.21 + ts-node: 10.9.1_121bb9107e71cb273c2c9f9d1b903c77 + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + xsh: 0.4.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - supports-color + dev: false + + file:projects/create-app.tgz_uglify-js@2.8.29: + resolution: {integrity: sha512-iWnefjBNW89Le8Uk+YpqMl+N73NRRYQOZ3FejiMq8PjAjKvD54QcvJ9+vFeNm+R5gcEHrvy6FwNMml2snViawA==, tarball: file:projects/create-app.tgz} + id: file:projects/create-app.tgz + name: '@rush-temp/create-app' + version: 0.0.0 + dependencies: + '@babel/core': 7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@types/chai': 4.3.5 + '@types/mocha': 7.0.2 + '@xarc/module-dev': 2.2.5 + babel-loader: 8.3.0_aecbd54a7f6c6a29aed12390a9ebc274 + chai: 4.3.7 + chalker: 1.2.0 + lodash: 4.17.21 + mocha: 7.2.0 + nyc: 15.1.0 + opfs: 1.1.1 + prettier: 2.8.8 + prompts: 2.4.2 + run-verify: 1.2.6 + shcmd: 0.8.4 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-bundle-analyzer: 3.9.0 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + xclap: 0.2.53 + transitivePeerDependencies: + - '@swc/core' + - '@webpack-cli/generators' + - '@webpack-cli/migrate' + - esbuild + - supports-color + - uglify-js + - webpack-dev-server + dev: false + + file:projects/dev-base.tgz: + resolution: {integrity: sha512-6oU9fUQi1CSm1gwpB6WoSo8lT8AbN71cImujOx4d3NKoKDWiDFeGt7OqfXdIJgqJNCE7HQ4IyOTw3LglhCILIA==, tarball: file:projects/dev-base.tgz} + name: '@rush-temp/dev-base' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2 + '@types/node': 14.18.53 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + eslint-plugin-tsdoc: 0.2.17 + prettier: 2.8.8 + source-map-support: 0.5.21 + ts-node: 9.1.1_typescript@4.9.5 + tslib: 2.6.0 + typedoc: 0.20.37_typescript@4.9.5 + typescript: 4.9.5 + winston: 2.4.7 + transitivePeerDependencies: + - nyc + - supports-color + dev: false + + file:projects/electrode-archetype-webpack-dll-dev.tgz_73b0bf351ab9a055d7b5b1930428d9b3: + resolution: {integrity: sha512-ZnFN0g3YYQk6TxBkRT5n/6AW9PnTahxhj/ul9Wjh/7Y6ihR7KGNN8q6tvbeK3dpFV3zwA2sIF4nfipWhzbtJ8w==, tarball: file:projects/electrode-archetype-webpack-dll-dev.tgz} + id: file:projects/electrode-archetype-webpack-dll-dev.tgz + name: '@rush-temp/electrode-archetype-webpack-dll-dev' + version: 0.0.0 + dependencies: + bluebird: 3.7.2 + electrode-archetype-njs-module-dev: 3.0.3 + glob: 7.2.3 + optional-require: 1.1.8 + require-at: 1.0.6 + source-map-explorer: 1.8.0 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.88.2 + webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca + webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 + webpack-stats-plugin: 1.1.3 + xclap: 0.2.53 + xsh: 0.4.5 + transitivePeerDependencies: + - '@swc/core' + - '@webpack-cli/generators' + - '@webpack-cli/migrate' + - esbuild + - uglify-js + - webpack-bundle-analyzer + - webpack-dev-server + dev: false + + file:projects/electrode-archetype-webpack-dll.tgz: + resolution: {integrity: sha512-KD1VVQ83rKadS4luJ2W1Q/f72roHetECvlhKruW3G05OWM+kRxm/LRdntra71B5nb9phFykDFVFsJ/4wTzdXgA==, tarball: file:projects/electrode-archetype-webpack-dll.tgz} + name: '@rush-temp/electrode-archetype-webpack-dll' + version: 0.0.0 + dependencies: + electrode-archetype-njs-module-dev: 3.0.3 + optional-require: 1.1.8 + xsh: 0.4.5 + dev: false + + file:projects/electrode-cdn-file-loader.tgz: + resolution: {integrity: sha512-c3xOXllloxjYyAhjzmTT1MQZ2nJmrCxwiNLilUULWJIlwwy7R1yC+m3tnX1cUxSMYYXvRBjcFCrirVnpgrzcXw==, tarball: file:projects/electrode-cdn-file-loader.tgz} + name: '@rush-temp/electrode-cdn-file-loader' + version: 0.0.0 + dependencies: + loader-utils: 1.4.2 + dev: false + + file:projects/electrode-cookies.tgz: + resolution: {integrity: sha512-7wFvYECAMRua388goHi/O+sS8Zi2MMimxyax+fq/duPWhFTFFcrTD7COztQb+j/hKLUTMII+Y7u9OcmFZMHnrg==, tarball: file:projects/electrode-cookies.tgz} + name: '@rush-temp/electrode-cookies' + version: 0.0.0 + dependencies: + bluebird: 2.11.0 + electrode-archetype-njs-module-dev: 2.3.2 + electrode-hapi-compat: 1.3.3 + electrode-server: 2.5.0 + eslint-config-prettier: 2.10.0 + jsdom: 9.12.0 + jsdom-global: 2.1.1 + lodash: 4.17.21 + mock-require: 1.3.0 + prettier: 1.19.1 + set-cookie-parser: 1.0.2 + superagent: 1.8.5 + xclap: 0.2.53 + transitivePeerDependencies: + - eslint + dev: false + + file:projects/electrode-node-resolver.tgz: + resolution: {integrity: sha512-xvYQpyXNeAofpVFCbv+oB7tAT1BW1D7cXJDKNxPKTrWOJjniEm+P+w7CZoPtFGdJi3ji+wFlTjs95N15Wfsycw==, tarball: file:projects/electrode-node-resolver.tgz} + name: '@rush-temp/electrode-node-resolver' + version: 0.0.0 + dependencies: + prettier: 1.19.1 + require-at: 1.0.6 + dev: false + + file:projects/electrode-react-webapp.tgz: + resolution: {integrity: sha512-EDJgt5fq7O2H6OPezmdNfgejRjg/jvU6uY0zjAhtD/kqr7w2H9XkX+qS7os8wFA+6NhPPcLtPB7y8Not3Q90rQ==, tarball: file:projects/electrode-react-webapp.tgz} + name: '@rush-temp/electrode-react-webapp' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + benchmark: 2.1.4 + chai: 4.3.6 + electrode-archetype-njs-module-dev: 3.0.3 + electrode-hapi-compat: 1.3.3 + electrode-server: 1.9.0 + electrode-server2: /electrode-server/2.5.0 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + express: 4.18.2 + http-status-codes: 1.4.0 + in-publish: 2.0.1 + koa: 2.14.2 + koa-router: 7.4.0 + lodash: 4.17.21 + mocha: 10.2.0 + munchy: 1.0.9 + nyc: 15.1.0 + object-assign: 4.1.1 + prettier: 1.19.1 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-helmet: 5.2.1_react@18.2.0 + require-at: 1.0.6 + run-verify: 1.2.6 + stream-to-array: 2.3.0 + string-array: 1.0.1 + superagent: 1.8.5 + uglify-js: 2.8.29 + xaa: 1.7.3 + xclap: 0.2.53 + xstdout: 0.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/electrode-redux-router-engine.tgz: + resolution: {integrity: sha512-mKDyXEYArysPy9wRpmuL+apnWDsElgqQezL1d8DTlpMlCg514HyPsOiNRNQgSlMhaC4S+lFjTHHMCTOEYLw1ww==, tarball: file:projects/electrode-redux-router-engine.tgz} + name: '@rush-temp/electrode-redux-router-engine' + version: 0.0.0 + dependencies: + '@xarc/run': 1.1.1 + babel-cli: 6.26.0 + babel-core: 6.26.3 + babel-preset-env: 1.7.0 + babel-preset-es2015: 6.24.1 + babel-preset-react: 6.24.1 + babel-preset-stage-0: 6.24.1 + babel-register: 6.26.0 + electrode-archetype-njs-module-dev: 2.3.2 + electrode-server: 1.9.0 + optional-require: 1.1.8 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 5.1.2_react@18.2.0+redux@4.2.1 + react-router: 5.3.4_react@18.2.0 + react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 + react-router-dom: 5.3.4_react@18.2.0 + redux: 4.2.1 + run-verify: 1.2.6 + stream-to-array: 2.3.0 + xclap: 0.2.53 + xstdout: 0.1.1 + dev: false + + file:projects/electrode-ui-config.tgz: + resolution: {integrity: sha512-Ly59LPUuHrrwRkw0CIatx9alnv0+Z6HgCFTz85tTsVQ8K4kpIrwDijwfMbF+2RuLFLLpsoSaiPgJfL1HGKYQQg==, tarball: file:projects/electrode-ui-config.tgz} + name: '@rush-temp/electrode-ui-config' + version: 0.0.0 + dependencies: + '@xarc/run': 1.1.1 + babel-cli: 6.26.0 + babel-preset-es2015: 6.24.1 + bluebird: 2.11.0 + electrode-archetype-njs-module-dev: 3.0.3 + electrode-hapi-compat: 1.3.3 + lodash: 4.17.21 + nyc: 15.1.0 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/electrode-ui-logger.tgz: + resolution: {integrity: sha512-bPHJqp5veFvGA4a9DE9JtW8aAdNExsU2BvPHp9TRVOi8r6FvngULXdAUjx9F37NQuNyCBXhHDSoQSGPMZ/MoYg==, tarball: file:projects/electrode-ui-logger.tgz} + name: '@rush-temp/electrode-ui-logger' + version: 0.0.0 + dependencies: + '@xarc/run': 1.1.1 + electrode-archetype-njs-module-dev: 2.3.2 + json-stringify-safe: 5.0.1 + lodash.keys: 4.2.0 + lodash.omit: 4.5.0 + whatwg-fetch: 2.0.4 + dev: false + + file:projects/index-page.tgz: + resolution: {integrity: sha512-fRGQvoOqM8pcQBOST4PmTxM/irPcifz2XAYdSo0fOysG5/xn56qF1U+s701Fg3FnSMB/whUd2Z243uPCjrsR1w==, tarball: file:projects/index-page.tgz} + name: '@rush-temp/index-page' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 7.0.2 + '@types/node': 13.13.52 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@xarc/module-dev': 2.2.5 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@6.8.0 + chai: 4.3.7 + eslint: 6.8.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@6.8.0 + eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 + lodash: 4.17.21 + mocha: 7.2.0 + nyc: 15.1.0 + require-at: 1.0.6 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + source-map-support: 0.5.21 + ts-node: 8.10.2_typescript@3.9.10 + typedoc: 0.17.8_typescript@3.9.10 + typescript: 3.9.10 + xclap: 0.2.53 + xsh: 0.4.5 + xstdout: 0.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/jsx-renderer.tgz: + resolution: {integrity: sha512-g+6NtVZhx39r/M6PMmW/SoWR6kFBUBCDiIeQEd1E+1rO/JugsLEf7OqOkekwFgoEu1w1LRaCxBBX7jynCeeu7w==, tarball: file:projects/jsx-renderer.tgz} + name: '@rush-temp/jsx-renderer' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 7.0.2 + '@types/node': 13.13.52 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@xarc/module-dev': 2.2.5 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@6.8.0 + chai: 4.3.7 + eslint: 6.8.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@6.8.0 + eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 + lodash: 4.17.21 + mocha: 7.2.0 + munchy: 1.0.9 + nyc: 15.1.0 + optional-require: 1.1.8 + prettier: 2.8.8 + require-at: 1.0.6 + run-verify: 1.2.6 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + source-map-support: 0.5.21 + stream-to-array: 2.3.0 + ts-node: 8.10.2_typescript@3.9.10 + typedoc: 0.17.8_typescript@3.9.10 + typedoc-plugin-external-module-name: 3.1.0_typedoc@0.17.8 + typescript: 3.9.10 + xaa: 1.7.1 + xsh: 0.4.5 + xstdout: 0.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/opt-archetype-check.tgz: + resolution: {integrity: sha512-XGCX8JpqW/PCdmXcmOVRFVLBu95QBE8rXCewdzYsVhx8lVrd1/fLqi2wU9DkA+wbNpC92N1uRhlU6GBKzzWYNg==, tarball: file:projects/opt-archetype-check.tgz} + name: '@rush-temp/opt-archetype-check' + version: 0.0.0 + dev: false + + file:projects/opt-eslint.tgz: + resolution: {integrity: sha512-yWdqgOdGrneVTzA5/ajtYH6CXxSKY3dhxvFLjXic4/IzJts3T6syHVfhM9/+DKV1TNDvBAKIl5tVzhYlL8g0eQ==, tarball: file:projects/opt-eslint.tgz} + name: '@rush-temp/opt-eslint' + version: 0.0.0 + dependencies: + babel-eslint: 10.1.0_eslint@7.32.0 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-flowtype: 5.10.0_eslint@7.32.0 + eslint-plugin-mocha: 8.2.0_eslint@7.32.0 + eslint-plugin-react: 7.32.2_eslint@7.32.0 + shx: 0.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/opt-jest.tgz: + resolution: {integrity: sha512-YGgvIk2fF9xok+ZnmF9KoBju4lOh3skdJrbudtvcbP6DtTo8G+Et8STW7B2OvK0RiR6ZVxN8KN5s0eLixXstuQ==, tarball: file:projects/opt-jest.tgz} + name: '@rush-temp/opt-jest' + version: 0.0.0 + dependencies: + '@types/jest': 26.0.24 + babel-jest: 26.6.3 + eslint-plugin-jest: 23.20.0 + jest: 26.6.3 + shx: 0.3.4 + transitivePeerDependencies: + - '@babel/core' + - bufferutil + - canvas + - eslint + - supports-color + - ts-node + - typescript + - utf-8-validate + dev: false + + file:projects/opt-karma.tgz_webpack@5.88.2: + resolution: {integrity: sha512-ymhYg7NBx0hsJD9IiSauF6onfmIB/qmUarhUrHVH+6K0Yr3TN81ApOzU6gQzCQoEuy1nKBOl8jAiikbvueI1HQ==, tarball: file:projects/opt-karma.tgz} + id: file:projects/opt-karma.tgz + name: '@rush-temp/opt-karma' + version: 0.0.0 + dependencies: + '@types/mocha': 10.0.1 + babel-plugin-istanbul: 6.1.1 + chai: 4.3.7 + chai-as-promised: 7.1.1_chai@4.3.7 + chai-shallowly: 1.0.0 + core-js: 3.31.1 + enzyme: 3.11.0 + enzyme-adapter-react-16: 1.15.7_enzyme@3.11.0 + karma: 6.4.2 + karma-chrome-launcher: 3.2.0 + karma-coverage: 2.2.1 + karma-firefox-launcher: 2.1.2 + karma-ie-launcher: 1.0.0_karma@6.4.2 + karma-intl-shim: 1.0.3 + karma-mocha: 2.0.1 + karma-mocha-reporter: 2.2.5_karma@6.4.2 + karma-safari-launcher: 1.0.0_karma@6.4.2 + karma-sonarqube-unit-reporter: 0.0.23_karma@6.4.2 + karma-sourcemap-loader: 0.4.0 + karma-spec-reporter: 0.0.36_karma@6.4.2 + karma-webpack: 5.0.0_webpack@5.88.2 + mocha: 10.2.0 + shx: 0.3.4 + sinon: 15.2.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@15.2.0 + transitivePeerDependencies: + - bufferutil + - debug + - react + - react-dom + - supports-color + - utf-8-validate + - webpack + dev: false + + file:projects/opt-less.tgz_webpack@5.88.2: + resolution: {integrity: sha512-tPBAiL8nbXDnew974eUrSSGo1+SbM3DXKKQMJK61l6rQicNQStGvzjFZcnDqzGjpGV13+FFBC3YjW6ZUzGDhQA==, tarball: file:projects/opt-less.tgz} + id: file:projects/opt-less.tgz + name: '@rush-temp/opt-less' + version: 0.0.0 + dependencies: + less: 3.13.1 + less-loader: 4.1.0_less@3.13.1+webpack@5.88.2 + shx: 0.3.4 + transitivePeerDependencies: + - webpack + dev: false + + file:projects/opt-mocha.tgz: + resolution: {integrity: sha512-jm2KNpzMuYr5I8Wd65sA1k3uVdzyM2RcLnH2ha+zg6sZ773l8FDvsjXYJdXAza/0OtITISLDoN4B5CICu7fEfw==, tarball: file:projects/opt-mocha.tgz} + name: '@rush-temp/opt-mocha' + version: 0.0.0 + dependencies: + '@types/mocha': 5.2.7 + chai: 4.3.7 + chai-as-promised: 7.1.1_chai@4.3.7 + chai-shallowly: 1.0.0 + enzyme: 3.11.0 + enzyme-adapter-react-16: 1.15.7_enzyme@3.11.0 + mocha: 4.1.0 + shx: 0.3.4 + transitivePeerDependencies: + - react + - react-dom + dev: false + + file:projects/opt-postcss.tgz: + resolution: {integrity: sha512-OwZOIJWpyQ2jT41PdQyL19gvbTV79tu+bN7HxiQrJ7r2sd5aXZC1gpDBrt//rr1HEDuiZ5uURFDjjwlLYg7UvA==, tarball: file:projects/opt-postcss.tgz} + name: '@rush-temp/opt-postcss' + version: 0.0.0 + dependencies: + postcss-import: 12.0.1 + postcss-less: 3.1.4 + postcss-loader: 3.0.0 + postcss-nested: 4.2.3 + postcss-preset-env: 6.7.1 + postcss-scss: 2.1.1 + shx: 0.3.4 + sugarss: 2.0.0 + dev: false + + file:projects/opt-preact.tgz: + resolution: {integrity: sha512-oTIknNpFnMdZh8qx+nJT3fiAXPT0RZjcc1r9HuDIgUHJ06jV03LUJD7GW8B69ozEQTgW5IPUc3WRNC6TlQJCsQ==, tarball: file:projects/opt-preact.tgz} + name: '@rush-temp/opt-preact' + version: 0.0.0 + dependencies: + preact: 10.16.0 + shx: 0.3.4 + dev: false + + file:projects/opt-react.tgz: + resolution: {integrity: sha512-2bF/fhqz1egRUtbeaHVn5SdyPz4fhssDOll4gBxFAqz6xZs3MWcOUUuHElCp4IEh1lt54/p0nY/7TvEYSqzi7A==, tarball: file:projects/opt-react.tgz} + name: '@rush-temp/opt-react' + version: 0.0.0 + dependencies: + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + shx: 0.3.4 + dev: false + + file:projects/opt-sass.tgz_webpack@5.88.2: + resolution: {integrity: sha512-TVYHyjFFaZZjATb205qVsU/QMCvRMb+3q9deesYnraxutmXBmmkRS6udQmgdzXHtah5Tn7eHapu71l61PnWjOA==, tarball: file:projects/opt-sass.tgz} + id: file:projects/opt-sass.tgz + name: '@rush-temp/opt-sass' + version: 0.0.0 + dependencies: + sass: 1.63.6 + sass-loader: 13.3.2_sass@1.63.6+webpack@5.88.2 + shx: 0.3.4 + transitivePeerDependencies: + - fibers + - node-sass + - sass-embedded + - webpack + dev: false + + file:projects/opt-stylus.tgz: + resolution: {integrity: sha512-G/Ff+nsFDeeR5admzjkQ2h92ePWrqek73lj+QWc1HodVCsFlmLjaZ9imAzITgKSpQnp1LM4K1j07HGbpaol7uQ==, tarball: file:projects/opt-stylus.tgz} + name: '@rush-temp/opt-stylus' + version: 0.0.0 + dependencies: + shx: 0.3.4 + stylus: 0.57.0 + stylus-relative-loader: 4.0.0_stylus@0.57.0 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/poc-subapp-redux.tgz_webpack@5.88.2: + resolution: {integrity: sha512-TVwk++rRelv2gyd9mOxjFk8OsidCVOolcHcffhrElNX1ghO2Dxc8tk5A6O5hZyhBGD/4/LYgPL8+2PCzImYsIA==, tarball: file:projects/poc-subapp-redux.tgz} + id: file:projects/poc-subapp-redux.tgz + name: '@rush-temp/poc-subapp-redux' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@module-federation/concat-runtime': 0.0.1 + '@xarc/fastify-server': 3.3.1 + '@xarc/run': 1.1.1 + electrode-confippet: 1.7.1 + history: 5.3.0 + html-webpack-plugin: 5.5.3_webpack@5.88.2 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_218d4c23caa91839c5aa0af611b88026 + react-router: 6.14.2_react@18.2.0 + react-router-dom: 6.14.2_react-dom@18.2.0+react@18.2.0 + redux: 4.2.1 + redux-logger: 3.0.6 + webpack-hot-middleware: 2.25.4 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react-native + - supports-color + - webpack + dev: false + + file:projects/poc-subapp.tgz_webpack@5.88.2: + resolution: {integrity: sha512-tIDzzNGX8H1L6z7dM1If7/jKuGooTe8kTLC7+AsnZvz9AIJIzZikgyIMErfdxlp8TocGv+KWYBZqS7Es3ze0+w==, tarball: file:projects/poc-subapp.tgz} + id: file:projects/poc-subapp.tgz + name: '@rush-temp/poc-subapp' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@module-federation/concat-runtime': 0.0.1 + '@xarc/fastify-server': 2.2.1 + '@xarc/run': 1.1.1 + electrode-confippet: 1.7.1 + history: 5.3.0 + html-webpack-plugin: 5.5.3_webpack@5.88.2 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_218d4c23caa91839c5aa0af611b88026 + react-router: 6.14.2_react@18.2.0 + react-router-dom: 6.14.2_react-dom@18.2.0+react@18.2.0 + redux: 4.2.1 + webpack-hot-middleware: 2.25.4 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react-native + - supports-color + - webpack + dev: false + + file:projects/poc-subappv1-csp.tgz: + resolution: {integrity: sha512-R3NOvkcffRBvAPIqHDz7/wUQBtpyQYl7VVHgfxqVmjDi2KF/zjRWNtwxoT4BPzd4OM0jWxQTxmwQXEY5+N+R7w==, tarball: file:projects/poc-subappv1-csp.tgz} + name: '@rush-temp/poc-subappv1-csp' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@module-federation/concat-runtime': 0.0.1 + '@xarc/fastify-server': 3.3.1 + '@xarc/run': 1.1.1 + crypto: 1.0.1 + electrode-confippet: 1.7.1 + history: 5.3.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_218d4c23caa91839c5aa0af611b88026 + react-router: 6.14.2_react@18.2.0 + react-router-dom: 6.14.2_react-dom@18.2.0+react@18.2.0 + redux: 4.2.1 + webpack-hot-middleware: 2.25.4 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react-native + - supports-color + dev: false + + file:projects/react-query.tgz: + resolution: {integrity: sha512-d2eMCX+KaSasurY26VkZBmSoEhTWQ+ZUGzEUOIu58/Q78psdtDqKOPvQ23lfRfQb7HIwuifSeWxLIwmxAnkT/w==, tarball: file:projects/react-query.tgz} + name: '@rush-temp/react-query' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 + '@types/chai': 4.3.5 + '@types/mocha': 9.1.1 + '@types/node': 18.16.19 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 10.0.15 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 5.62.0_813dde211e9fed146d00a3a5a279daee + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@8.45.0 + chai: 4.3.7 + eslint: 8.45.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@8.45.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.45.0 + eslint-plugin-tsdoc: 0.2.17 + jsdom: 16.7.0 + jsdom-global: 3.0.2_jsdom@16.7.0 + mocha: 10.2.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-query: 3.39.3_react-dom@18.2.0+react@18.2.0 + sinon: 14.0.2 + sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 + source-map-support: 0.5.21 + ts-node: 10.9.1_20ba4bc34cd1f1f1c9a13434c041014a + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - bufferutil + - canvas + - react-native + - supports-color + - utf-8-validate + dev: false + + file:projects/react-recoil.tgz: + resolution: {integrity: sha512-urpzdToZ1TkPQMWpmMgfR6dxZ5YgQ5fvqJP7GeP7ryqDh5EeBYRqbtDgUNFC0gptt71ZZUQtgsRgRor2UiMH2Q==, tarball: file:projects/react-recoil.tgz} + name: '@rush-temp/react-recoil' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 + '@types/chai': 4.3.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 3.2.3 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + chai: 4.3.7 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + jsdom: 16.7.0 + jsdom-global: 3.0.2_jsdom@16.7.0 + mocha: 8.4.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + recoil: 0.7.7_react-dom@18.2.0+react@18.2.0 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 + source-map-support: 0.5.21 + ts-node: 10.9.1_e404ffc1fc4dee3307900dcd675f87b4 + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - bufferutil + - canvas + - react-native + - supports-color + - utf-8-validate + dev: false + + file:projects/react-redux-observable.tgz: + resolution: {integrity: sha512-qGLH6CoDzBMNXdcLPzzJ3AY6snMGbCcoYFPcFJb8g4bL8naEv9ssuDt+D78n4/TUoVvTQAlUhfQ6U3heI6iI2w==, tarball: file:projects/react-redux-observable.tgz} + name: '@rush-temp/react-redux-observable' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 3.2.3 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + chai: 4.3.7 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + mocha: 8.4.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + redux-observable: 1.2.0_rxjs@6.6.7 + rxjs: 6.6.7 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 + source-map-support: 0.5.21 + ts-node: 9.1.1_typescript@4.9.5 + tslib: 2.6.0 + typedoc: 0.20.37_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - redux + - supports-color + dev: false + + file:projects/react-redux-saga.tgz: + resolution: {integrity: sha512-aC46Ub7vToNElXhSuEIN7skQyx/vI5lR9Y1YaLTo/1iLh5MJ3TGK3OVDwZKFXTIz53SPWDQTxpYEiyeL5ySbXw==, tarball: file:projects/react-redux-saga.tgz} + name: '@rush-temp/react-redux-saga' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 3.2.3 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + chai: 4.3.7 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + mocha: 8.4.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + redux-saga: 1.2.3 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 + source-map-support: 0.5.21 + ts-node: 9.1.1_typescript@4.9.5 + tslib: 2.6.0 + typedoc: 0.20.37_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/react-redux.tgz: + resolution: {integrity: sha512-dCT2KNevLlavgd11/JnNRXYBA/QGr354iM/y/AhFlFsmkXtzvMX1g33pe1Fy/nn0DJR0ospzj/jSy7WXP+iQ0A==, tarball: file:projects/react-redux.tgz} + name: '@rush-temp/react-redux' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 + '@types/chai': 4.3.5 + '@types/mocha': 10.0.1 + '@types/node': 18.16.19 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 10.0.15 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 5.62.0_813dde211e9fed146d00a3a5a279daee + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@xarc/module-dev': 3.2.3 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@8.45.0 + chai: 4.3.7 + eslint: 8.45.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@8.45.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.45.0 + jsdom: 19.0.0 + jsdom-global: 3.0.2_jsdom@19.0.0 + mocha: 10.2.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_45c70d26d74a1e15209a3378ba66d275 + redux: 4.2.1 + sinon: 14.0.2 + sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 + source-map-support: 0.5.21 + ts-node: 10.9.1_20ba4bc34cd1f1f1c9a13434c041014a + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - bufferutil + - canvas + - react-native + - supports-color + - utf-8-validate + dev: false + + file:projects/react-router.tgz: + resolution: {integrity: sha512-TDiiV6nJ1F/KLgSRFvpjCWNFSLa9//HcqusvZrRI5PFV0MLLqyRXzQYDrosq+sM1AYVOGotaPYGygcL2+WFvMQ==, tarball: file:projects/react-router.tgz} + name: '@rush-temp/react-router' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 + '@types/chai': 4.3.5 + '@types/mocha': 10.0.1 + '@types/node': 18.16.19 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 10.0.15 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 5.62.0_813dde211e9fed146d00a3a5a279daee + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@8.45.0 + chai: 4.3.7 + eslint: 8.45.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@8.45.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.45.0 + eslint-plugin-tsdoc: 0.2.17 + history: 5.3.0 + jsdom: 19.0.0 + jsdom-global: 3.0.2_jsdom@19.0.0 + mocha: 10.2.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_45c70d26d74a1e15209a3378ba66d275 + react-router: 6.14.2_react@18.2.0 + react-router-dom: 6.14.2_react-dom@18.2.0+react@18.2.0 + redux: 4.2.1 + sinon: 14.0.2 + sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 + source-map-support: 0.5.21 + ts-node: 10.9.1_20ba4bc34cd1f1f1c9a13434c041014a + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - bufferutil + - canvas + - react-native + - supports-color + - utf-8-validate + dev: false + + file:projects/react.tgz: + resolution: {integrity: sha512-zCrSzRKrIb5koKtFweP6IrpWGEtOgbwsXelRBeo2AD1WdzBFAeCTze+PhZB3D+eb21UXx3ihNDK6xYo88NIc1g==, tarball: file:projects/react.tgz} + name: '@rush-temp/react' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 9.1.1 + '@types/node': 18.16.19 + '@types/react': 18.2.15 + '@types/react-dom': 18.2.7 + '@types/sinon': 10.0.15 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 5.62.0_813dde211e9fed146d00a3a5a279daee + '@typescript-eslint/parser': 5.62.0_eslint@8.45.0+typescript@4.9.5 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@8.45.0 + chai: 4.3.7 + eslint: 8.45.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@8.45.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.45.0 + eslint-plugin-tsdoc: 0.2.17 + mocha: 10.2.0 + nyc: 15.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + sinon: 14.0.2 + sinon-chai: 3.7.0_chai@4.3.7+sinon@14.0.2 + source-map-support: 0.5.21 + ts-node: 10.9.1_20ba4bc34cd1f1f1c9a13434c041014a + tslib: 2.6.0 + typedoc: 0.23.28_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - supports-color + dev: false + + file:projects/render-context.tgz: + resolution: {integrity: sha512-jwtKXXvH1nF7no7WA44RDlXCvuP7nVp9l2Q5ZtHNPjrAgcyf6BSycRkKxOGinO8BdF0Iwq3KTxOUsCYjvKK/Vw==, tarball: file:projects/render-context.tgz} + name: '@rush-temp/render-context' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 7.0.2 + '@types/node': 13.13.52 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@xarc/module-dev': 2.2.5 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@6.8.0 + chai: 4.3.7 + eslint: 6.8.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@6.8.0 + eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 + mocha: 7.2.0 + munchy: 1.0.9 + nyc: 15.1.0 + optional-require: 1.1.8 + require-at: 1.0.6 + run-verify: 1.2.6 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + source-map-support: 0.5.21 + stream-to-array: 2.3.0 + ts-node: 8.10.2_typescript@3.9.10 + typedoc: 0.17.8_typescript@3.9.10 + typescript: 3.9.10 + xaa: 1.7.1 + xsh: 0.4.5 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/subapp-pbundle.tgz: + resolution: {integrity: sha512-Qglc/4dUNgRVcxg4G2UDFTIm46tlKNMfU/I2kGqd1aZdLwMDKhEyZGK2GsRxTsx75QiLflIt+0EeZFVjzZwthQ==, tarball: file:projects/subapp-pbundle.tgz} + name: '@rush-temp/subapp-pbundle' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/plugin-transform-runtime': 7.22.9_@babel+core@7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@babel/runtime': 7.22.6 + '@xarc/run': 1.1.1 + babel-preset-minify: 0.5.2 + electrode-archetype-njs-module-dev: 3.0.3 + jsdom: 15.2.1 + preact: 10.16.0 + preact-render-to-string: 5.2.6_preact@10.16.0 + redux-bundler: 26.1.0 + redux-bundler-preact: 2.0.1_preact@10.16.0 + run-verify: 1.2.6 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + file:projects/subapp-pkg-util.tgz: + resolution: {integrity: sha512-Nt83w7ogjufDyVbYRZ7TW8bBS17Vyeh6EH7S07gHALk+7BOdNLGNlClWFT81Q6iUk0LoeVb58sr4ZIiaVeTQnA==, tarball: file:projects/subapp-pkg-util.tgz} + name: '@rush-temp/subapp-pkg-util' + version: 0.0.0 + dependencies: + shcmd: 0.8.4 + xclap: 0.2.53 + dev: false + + file:projects/subapp-react.tgz: + resolution: {integrity: sha512-VZYUyCtRY2zyrbOdYXvDYF/50l1rvsbsqm2HIo3LXL6CuI14//upitJzINgX+D24v73GORpBqarg9KelLIpUmA==, tarball: file:projects/subapp-react.tgz} + name: '@rush-temp/subapp-react' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/plugin-transform-runtime': 7.22.9_@babel+core@7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@babel/runtime': 7.22.6 + '@xarc/run': 1.1.1 + babel-preset-minify: 0.5.2 + electrode-archetype-njs-module-dev: 3.0.3 + jsdom: 19.0.0 + optional-require: 1.1.8 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_218d4c23caa91839c5aa0af611b88026 + react-router: 6.14.2_react@18.2.0 + react-router-dom: 6.14.2_react-dom@18.2.0+react@18.2.0 + redux: 4.2.1 + run-verify: 1.2.6 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - bufferutil + - canvas + - react-native + - supports-color + - utf-8-validate + dev: false + + file:projects/subapp-redux.tgz: + resolution: {integrity: sha512-l5T2tTRVt4IzmT8VbOkY8+b9w9m+zDf/9MRcj8gWkYs662WQdghXDtuMGCmGDJTikrO6hN6uQvAfFTy7AQpddA==, tarball: file:projects/subapp-redux.tgz} + name: '@rush-temp/subapp-redux' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/plugin-transform-runtime': 7.22.9_@babel+core@7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@babel/runtime': 7.22.6 + '@xarc/run': 1.1.1 + babel-preset-minify: 0.5.2 + electrode-archetype-njs-module-dev: 3.0.3 + optional-require: 1.1.8 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.1.1_218d4c23caa91839c5aa0af611b88026 + redux: 4.2.1 + run-verify: 1.2.6 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react-native + - supports-color + dev: false + + file:projects/subapp-server.tgz: + resolution: {integrity: sha512-KOjvkAx76W9pKdTgEE2vn0t34aMv40qkNWwwtWR6bvsg6DBytbvLB7mIXjZt8yyOVMXKOXcbk0ATUaMnxn7LlQ==, tarball: file:projects/subapp-server.tgz} + name: '@rush-temp/subapp-server' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@hapi/boom': 9.1.4 + '@xarc/fastify-server': 3.3.1 + '@xarc/run': 1.1.1 + chai: 4.3.6 + crypto: 1.0.1 + electrode-archetype-njs-module-dev: 3.0.3 + electrode-server: 3.3.0 + filter-scan-dir: 1.5.5 + http-status-codes: 2.2.0 + optional-require: 1.1.8 + run-verify: 1.2.6 + xaa: 1.7.3 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/subapp-util.tgz: + resolution: {integrity: sha512-MpkfjGGQ1f15muehq4so7cC3ZjHc9qFGNSMMgMFvmMPSjXAUguHQq1l201oxH69A+i6PU2ycrHmjiG4S3X58Xw==, tarball: file:projects/subapp-util.tgz} + name: '@rush-temp/subapp-util' + version: 0.0.0 + dependencies: + '@xarc/run': 1.1.1 + electrode-archetype-njs-module-dev: 3.0.3 + filter-scan-dir: 1.1.1 + optional-require: 1.1.8 + dev: false + + file:projects/subapp-web.tgz: + resolution: {integrity: sha512-lA2LOAo1jAxXaVERRAg/fPT5jdzeK1G1XmHr3rm9Lif493r3x4BKxSslvcFBvCcgsYF2KSzieeiRKj1MlTb7lA==, tarball: file:projects/subapp-web.tgz} + name: '@rush-temp/subapp-web' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9_@babel+core@7.22.9 + '@babel/core': 7.22.9 + '@babel/plugin-transform-runtime': 7.22.9_@babel+core@7.22.9 + '@babel/preset-env': 7.22.9_@babel+core@7.22.9 + '@babel/preset-react': 7.22.5_@babel+core@7.22.9 + '@babel/register': 7.22.5_@babel+core@7.22.9 + '@babel/runtime': 7.22.6 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + axios: 1.4.0 + babel-preset-minify: 0.5.2 + chai: 4.3.6 + chai-as-promised: 7.1.1_chai@4.3.6 + electrode-archetype-njs-module-dev: 3.0.3 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + history: 5.3.0 + jsdom: 19.0.0 + jsesc: 3.0.2 + loadjs: 4.2.0 + lodash: 4.17.21 + mocha: 7.2.0 + mock-require: 3.0.3 + optional-require: 1.1.8 + request: 2.88.2 + run-verify: 1.2.6 + xaa: 1.7.3 + transitivePeerDependencies: + - bufferutil + - canvas + - debug + - supports-color + - utf-8-validate + dev: false + + file:projects/subapp.tgz: + resolution: {integrity: sha512-/hyPR8IAtk4cF9Ekx/6NaTDy4taGM8XHsRom6CgB4I6p2slpd/MVZs5r5Cfl/pCM/RW4KIble27u+rdoqZTEag==, tarball: file:projects/subapp.tgz} + name: '@rush-temp/subapp' + version: 0.0.0 + dependencies: + '@babel/cli': 7.22.9 + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/chai-as-promised': 7.1.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 + '@xarc/module-dev': 3.2.3 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + babel-plugin-transform-remove-strict-mode: 0.0.2 + babel-preset-minify: 0.5.2 + chai: 4.3.7 + chai-as-promised: 7.1.1_chai@4.3.7 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 32.3.4_eslint@7.32.0 + jsdom: 16.7.0 + jsdom-global: 3.0.2_jsdom@16.7.0 + lodash: 4.17.21 + mocha: 8.4.0 + nyc: 15.1.0 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.7+sinon@9.2.4 + source-map-support: 0.5.21 + ts-node: 10.9.1_e404ffc1fc4dee3307900dcd675f87b4 + tslib: 2.6.0 + typedoc: 0.22.18_typescript@4.9.5 + typescript: 4.9.5 + xsh: 0.4.5 + transitivePeerDependencies: + - '@babel/core' + - '@swc/core' + - '@swc/wasm' + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + file:projects/subapp2-basic.tgz: + resolution: {integrity: sha512-F7R2Yplfm7cyCq2pxdE3hXP+yRuC4a1f65ciaL3+LHU2mtd3ntq8dUN5wyYixG2eqnvZd0VxVsw9OjGsM/9+tw==, tarball: file:projects/subapp2-basic.tgz} + name: '@rush-temp/subapp2-basic' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@module-federation/concat-runtime': 0.0.1 + '@types/node': 20.4.2 + '@xarc/fastify-server': 3.3.1 + '@xarc/run': 1.1.1 + prettier: 2.8.8 + ts-node: 10.9.1_ba7a2968ac38906672dd09cf325a0448 + typescript: 5.1.6 + webpack-hot-middleware: 2.25.4 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - supports-color + dev: false + + file:projects/subapp2-poc.tgz: + resolution: {integrity: sha512-T3cMRl5b+Zd+TFrfn6hXSqPMrIoL02W3ICa1OBTlYFnLg/uoKPM7IBqc6pJ288kz5laRtMbtFmcgy2J2JFWtNw==, tarball: file:projects/subapp2-poc.tgz} + name: '@rush-temp/subapp2-poc' + version: 0.0.0 + dependencies: + '@babel/runtime': 7.22.6 + '@types/node': 20.4.2 + '@xarc/fastify-server': 3.3.1 + '@xarc/run': 1.1.1 + isomorphic-loader: 4.5.0 + prop-types: 15.8.1 + react-dom: 18.2.0 + ts-node: 10.9.1_ba7a2968ac38906672dd09cf325a0448 + typescript: 5.1.6 + webpack-hot-middleware: 2.25.4 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - react + - supports-color + dev: false + + file:projects/tag-renderer.tgz: + resolution: {integrity: sha512-v84/4obHeDcHJvULRChQ1viDbTLHrl+iZ3yoClEwKndr89DtVG+3wrmP+mJf0F1Wk+pH0c7FvQQwYau40tdruQ==, tarball: file:projects/tag-renderer.tgz} + name: '@rush-temp/tag-renderer' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 7.0.2 + '@types/node': 13.13.52 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 + '@xarc/module-dev': 2.2.5 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@6.8.0 + chai: 4.3.7 + eslint: 6.8.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@6.8.0 + eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 + lodash: 4.17.21 + mocha: 7.2.0 + nyc: 15.1.0 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + source-map-support: 0.5.21 + ts-node: 8.10.2_typescript@3.9.10 + typedoc: 0.17.8_typescript@3.9.10 + typescript: 3.9.10 + xsh: 0.4.5 + xstdout: 0.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + file:projects/webpack-config-composer.tgz: + resolution: {integrity: sha512-hP5KYCX8VscP9y/QuisJVk9MelXSmKXWlhsZB7qlKDgMf7SC1P5ro2Oq7x+tvtzPZ70M0UqzpTdvwY/Efi0PeA==, tarball: file:projects/webpack-config-composer.tgz} + name: '@rush-temp/webpack-config-composer' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 8.2.3 + '@types/node': 14.18.53 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 4.33.0_5717ef02ba985de55f36ee939304b942 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.8.4 + '@xarc/module-dev': 4.1.0 + '@xarc/run': 1.1.1 + babel-eslint: 10.1.0_eslint@7.32.0 + chai: 4.3.6 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + eslint-plugin-tsdoc: 0.2.17 + istanbul: 0.4.5 + lodash: 4.17.21 + mocha: 8.4.0 + nyc: 15.1.0 + prettier: 2.8.8 + sinon: 9.2.4 + sinon-chai: 3.7.0_chai@4.3.6+sinon@9.2.4 + source-map-support: 0.5.21 + ts-node: 10.9.1_6b208d4bccaf0e47c7c47aa869c25f7f + tslib: 2.6.0 + typedoc: 0.20.37_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - supports-color + dev: false + + file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3: + resolution: {integrity: sha512-w7OXezKVLi20maceFInJPVEp65jxwrYLrC0Xz0A3oRxsF8yFbpNBhZ9nQTmqLijbX+YxJW7gwe5wVa0ZDTMyDA==, tarball: file:projects/webpack.tgz} + id: file:projects/webpack.tgz + name: '@rush-temp/webpack' + version: 0.0.0 + dependencies: + '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 + '@types/chai': 4.3.5 + '@types/mocha': 10.0.1 + '@types/node': 18.16.19 + '@types/sinon': 9.0.11 + '@types/sinon-chai': 3.2.9 + '@typescript-eslint/eslint-plugin': 2.34.0_78673f6a350169a27f383eda83199f64 + '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@4.9.5 + '@xarc/module-dev': 2.2.5 + autoprefixer: 9.8.8 + babel-eslint: 10.1.0_eslint@6.8.0 + babel-loader: 8.3.0_webpack@5.88.2 + chai: 4.3.7 + chalk: 4.1.2 + chalker: 1.2.0 + css-loader: 6.8.1_webpack@5.88.2 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.88.2 + eslint: 6.8.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@6.8.0 + eslint-plugin-jsdoc: 30.7.13_eslint@6.8.0 + file-loader: 6.2.0_webpack@5.88.2 + filter-scan-dir: 1.1.1 + lodash: 4.17.21 + mini-css-extract-plugin: 1.6.2_webpack@5.88.2 + mkdirp: 1.0.4 + mocha: 7.2.0 + nyc: 15.1.0 + optional-require: 1.1.8 + prettier: 1.19.1 + require-at: 1.0.6 + run-verify: 1.2.6 + sinon: 7.5.0 + sinon-chai: 3.7.0_chai@4.3.7+sinon@7.5.0 + source-map-support: 0.5.21 + ts-node: 10.9.1_20ba4bc34cd1f1f1c9a13434c041014a + typedoc: 0.17.8_typescript@4.9.5 + typescript: 4.9.5 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 + webpack-stats-plugin: 1.1.3 + xsh: 0.4.5 + transitivePeerDependencies: + - '@babel/core' + - '@swc/core' + - '@swc/wasm' + - '@webpack-cli/generators' + - '@webpack-cli/migrate' + - esbuild + - supports-color + - uglify-js + - webpack-bundle-analyzer + - webpack-dev-server + dev: false diff --git a/packages/subapp-web/lib/load.js b/packages/subapp-web/lib/load.js index b5e4ed70e..395d7dfc7 100644 --- a/packages/subapp-web/lib/load.js +++ b/packages/subapp-web/lib/load.js @@ -16,7 +16,7 @@ const assert = require("assert"); const Fs = require("fs"); const Path = require("path"); const _ = require("lodash"); -const retrieveUrl = require("request"); +const retrieveUrl = require("axios"); const util = require("./util"); const xaa = require("xaa"); const jsesc = require("jsesc"); @@ -81,20 +81,30 @@ module.exports = function setup(setupContext, { props: setupProps }) { const path = Path.posix.join(bundleBase, bundleAsset.name); const bundleUrl = formUrl({ ...routeOptions.httpDevServer, path }); const { scriptNonce } = util.getNonceValue(setupContext.routeOptions); - retrieveUrl(bundleUrl, (err, resp, body) => { - if (err || resp.statusCode !== 200) { + + retrieveUrl + .get(bundleUrl) + .then(resp => { + const { data: body, status } = resp; + if (status === 200) { + resolve(`/*${name}*/${body}`); + } else { + const msg = makeDevDebugMessage( + `Error: fail to retrieve subapp bundle from '${bundleUrl}' for inlining in index HTML + Response: ${body}` + ); + console.error(msg); // eslint-disable-line + resolve(makeDevDebugHtml(msg)); + } + }) + .catch(err => { const msg = makeDevDebugMessage( `Error: fail to retrieve subapp bundle from '${bundleUrl}' for inlining in index HTML -Response: ${err || body}` + Response: ${err}` ); console.error(msg); // eslint-disable-line resolve(makeDevDebugHtml(msg)); - } else { - resolve( - `/*${name}*/${body}` - ); - } - }); + }); }); }; @@ -115,11 +125,9 @@ Response: ${err || body}` const src = Fs.readFileSync(Path.resolve("dist/js", bundleAsset.name)).toString(); const ext = Path.extname(bundleAsset.name); if (ext === ".js") { - inlineSubAppJs = - `/*${name}*/${src}`; + inlineSubAppJs = `/*${name}*/${src}`; } else if (ext === ".css") { - inlineSubAppJs = - `${src}`; + inlineSubAppJs = `${src}`; } else { const msg = makeDevDebugMessage(`Error: UNKNOWN bundle extension ${name}`); console.error(msg); // eslint-disable-line @@ -170,26 +178,26 @@ Response: ${err || body}` rel="preload" href="${jsBundle}" as="script">` - ); + ); } a.push( `` - ); + ); } else if (ext === ".css") { if (context.user.headEntries) { headSplits.push( `` - ); + ); } else { a.push( `` - ); + ); } } else { a.push(``); @@ -294,15 +302,14 @@ Response: ${err || body}` } else { // embed large initial state as text and parse with JSON.parse instead. const dataId = `${name}-initial-state-${Date.now()}-${++INITIAL_STATE_TAG_ID}`; - dynInitialState = - ` ${jsesc(JSON.parse(initialStateStr), { - json: true, - isScriptContext: true, - wrap: true -})} + json: true, + isScriptContext: true, + wrap: true + })} `; initialStateScript = `JSON.parse(document.getElementById("${dataId}").innerHTML)`; @@ -366,9 +373,8 @@ ${stack}`, outputSpot.add(`${comment}`); if (bundles.length > 0) { outputSpot.add(`${scripts} -${xarc}.markBundlesLoaded(${JSON.stringify(bundles)}${ - namespace ? ", " + JSON.stringify(namespace) : "" - }); +${xarc}.markBundlesLoaded(${JSON.stringify(bundles)}${namespace ? ", " + JSON.stringify(namespace) : "" + }); `); } if (preLoads.length > 0) { diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json index 29a538787..c57ece751 100644 --- a/packages/subapp-web/package.json +++ b/packages/subapp-web/package.json @@ -34,9 +34,9 @@ "loadjs": "^4.2.0", "lodash": "^4.17.15", "optional-require": "^1.1.8", - "request": "^2.88.0", "subapp-util": "^1.1.4", - "xaa": "^1.7.3" + "xaa": "^1.7.3", + "axios": "^1.4.0" }, "peerDependencies": { "@xarc/app": "^11.0.4" From 06842fc4dacac3de3d0201a59ff9097f028819f7 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Wed, 19 Jul 2023 09:15:18 +0530 Subject: [PATCH 08/15] fix(snyk): replace request package with node-fetch in subapp-web --- common/config/rush/pnpm-lock.yaml | 26 +++++++++++++++++++++++++- packages/subapp-web/lib/load.js | 24 ++++++++++++------------ packages/subapp-web/package.json | 3 ++- 3 files changed, 39 insertions(+), 14 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 5d623897b..e43296746 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -136,6 +136,7 @@ specifiers: mini-css-extract-plugin: ^1.3.9 munchy: ^1.0.9 nix-clap: ^1.3.13 + node-fetch: 2.6.12 object-assign: ^4.1.0 open: ^8.4.0 opfs: ^1.1.1 @@ -323,6 +324,7 @@ dependencies: mini-css-extract-plugin: 1.6.2_webpack@5.88.2 munchy: 1.0.9 nix-clap: 1.3.13 + node-fetch: 2.6.12 object-assign: 4.1.1 open: 8.4.2 opfs: 1.1.1 @@ -13993,6 +13995,18 @@ packages: semver: 5.7.2 dev: false + /node-fetch/2.6.12: + resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: false + /node-int64/0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} dev: false @@ -19757,6 +19771,13 @@ packages: webidl-conversions: 3.0.1 dev: false + /whatwg-url/5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + dev: false + /whatwg-url/7.1.0: resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} dependencies: @@ -20908,6 +20929,7 @@ packages: electrode-confippet: 1.7.1 history: 5.3.0 html-webpack-plugin: 5.5.3_webpack@5.88.2 + node-fetch: 2.6.12 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -21479,7 +21501,7 @@ packages: dev: false file:projects/subapp-web.tgz: - resolution: {integrity: sha512-lA2LOAo1jAxXaVERRAg/fPT5jdzeK1G1XmHr3rm9Lif493r3x4BKxSslvcFBvCcgsYF2KSzieeiRKj1MlTb7lA==, tarball: file:projects/subapp-web.tgz} + resolution: {integrity: sha512-2BMoPgmCIaFVkjGrWeQ/Gxr7XQKkppI+ihQabmy0rtDR2yQ3vVYVE0p6r1bAjKlWPrrKd1H/h/hsaJCS8p+6Bg==, tarball: file:projects/subapp-web.tgz} name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: @@ -21508,6 +21530,7 @@ packages: lodash: 4.17.21 mocha: 7.2.0 mock-require: 3.0.3 + node-fetch: 2.6.12 optional-require: 1.1.8 request: 2.88.2 run-verify: 1.2.6 @@ -21516,6 +21539,7 @@ packages: - bufferutil - canvas - debug + - encoding - supports-color - utf-8-validate dev: false diff --git a/packages/subapp-web/lib/load.js b/packages/subapp-web/lib/load.js index 395d7dfc7..c5a595860 100644 --- a/packages/subapp-web/lib/load.js +++ b/packages/subapp-web/lib/load.js @@ -16,7 +16,7 @@ const assert = require("assert"); const Fs = require("fs"); const Path = require("path"); const _ = require("lodash"); -const retrieveUrl = require("axios"); +const retrieveUrl = require("node-fetch"); const util = require("./util"); const xaa = require("xaa"); const jsesc = require("jsesc"); @@ -82,11 +82,10 @@ module.exports = function setup(setupContext, { props: setupProps }) { const bundleUrl = formUrl({ ...routeOptions.httpDevServer, path }); const { scriptNonce } = util.getNonceValue(setupContext.routeOptions); - retrieveUrl - .get(bundleUrl) - .then(resp => { - const { data: body, status } = resp; - if (status === 200) { + retrieveUrl(bundleUrl) //ToDo: Replace node-fetch with inbuilt fetch api when supports node 18+ versions + .then(async resp => { + const body = await resp.text(); + if (resp.status === 200) { resolve(`/*${name}*/${body}`); } else { const msg = makeDevDebugMessage( @@ -306,10 +305,10 @@ module.exports = function setup(setupContext, { props: setupProps }) { type="application/json" id="${dataId}"> ${jsesc(JSON.parse(initialStateStr), { - json: true, - isScriptContext: true, - wrap: true - })} + json: true, + isScriptContext: true, + wrap: true +})} `; initialStateScript = `JSON.parse(document.getElementById("${dataId}").innerHTML)`; @@ -373,8 +372,9 @@ ${stack}`, outputSpot.add(`${comment}`); if (bundles.length > 0) { outputSpot.add(`${scripts} -${xarc}.markBundlesLoaded(${JSON.stringify(bundles)}${namespace ? ", " + JSON.stringify(namespace) : "" - }); +${xarc}.markBundlesLoaded(${JSON.stringify(bundles)}${ + namespace ? ", " + JSON.stringify(namespace) : "" + }); `); } if (preLoads.length > 0) { diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json index c57ece751..9fae445e3 100644 --- a/packages/subapp-web/package.json +++ b/packages/subapp-web/package.json @@ -36,7 +36,8 @@ "optional-require": "^1.1.8", "subapp-util": "^1.1.4", "xaa": "^1.7.3", - "axios": "^1.4.0" + "axios": "^1.4.0", + "node-fetch": "2.6.12" }, "peerDependencies": { "@xarc/app": "^11.0.4" From a78130e2cf3de07941b8e8e1dd5cfc8a30ee4bc1 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Wed, 19 Jul 2023 09:17:53 +0530 Subject: [PATCH 09/15] fix(snyk): replace request package with node-fetch in subapp-web --- packages/subapp-web/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json index 9fae445e3..567becc80 100644 --- a/packages/subapp-web/package.json +++ b/packages/subapp-web/package.json @@ -36,7 +36,6 @@ "optional-require": "^1.1.8", "subapp-util": "^1.1.4", "xaa": "^1.7.3", - "axios": "^1.4.0", "node-fetch": "2.6.12" }, "peerDependencies": { From 412119f1aed907d3bed3060f58bc04283e1ef128 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Thu, 20 Jul 2023 16:26:39 +0530 Subject: [PATCH 10/15] fix(chore): update changelog --- common/changes/subapp-web/master_2023-07-20-10-55.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/subapp-web/master_2023-07-20-10-55.json diff --git a/common/changes/subapp-web/master_2023-07-20-10-55.json b/common/changes/subapp-web/master_2023-07-20-10-55.json new file mode 100644 index 000000000..a11fc25a8 --- /dev/null +++ b/common/changes/subapp-web/master_2023-07-20-10-55.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "subapp-web", + "comment": "replace request package with node-fetch to fix snyk vulnerabilities", + "type": "patch" + } + ], + "packageName": "subapp-web" +} \ No newline at end of file From 6173d069a14800651134c1162a0b0d0902900d1f Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Mon, 25 Sep 2023 09:46:07 +0530 Subject: [PATCH 11/15] fix(deprecated): remove deprecated packages --- .../README.md | 2 +- .../electrode-archetype-webpack-dll/README.md | 2 +- packages/electrode-cookies/README.md | 2 +- .../electrode-redux-router-engine/README.md | 2 +- packages/electrode-ui-config/README.md | 2 +- packages/electrode-ui-logger/README.md | 2 +- packages/subapp-pbundle/README.md | 2 +- rush.json | 45 +------------------ 8 files changed, 8 insertions(+), 51 deletions(-) diff --git a/packages/electrode-archetype-webpack-dll-dev/README.md b/packages/electrode-archetype-webpack-dll-dev/README.md index b87690834..1e924f626 100644 --- a/packages/electrode-archetype-webpack-dll-dev/README.md +++ b/packages/electrode-archetype-webpack-dll-dev/README.md @@ -1,3 +1,3 @@ -# Electrode Webpack DLL Archetype (`-dev`) +# Electrode Webpack DLL Archetype (`-dev`)(Deprecated) Electrode Webpack DLL Archetype `-dev` diff --git a/packages/electrode-archetype-webpack-dll/README.md b/packages/electrode-archetype-webpack-dll/README.md index 51fba01f7..0222c9d31 100644 --- a/packages/electrode-archetype-webpack-dll/README.md +++ b/packages/electrode-archetype-webpack-dll/README.md @@ -1,4 +1,4 @@ -# Electrode Webpack DLL Archetype +# Electrode Webpack DLL Archetype(Deprecated) Electrode Webpack DLL Archetype diff --git a/packages/electrode-cookies/README.md b/packages/electrode-cookies/README.md index c3d2b2225..e66ca45c9 100644 --- a/packages/electrode-cookies/README.md +++ b/packages/electrode-cookies/README.md @@ -1,4 +1,4 @@ -# Electrode Cookies +# Electrode Cookies(Deprecated) Electrode isomorphic cookies lib. diff --git a/packages/electrode-redux-router-engine/README.md b/packages/electrode-redux-router-engine/README.md index 11ff22d61..dc464d584 100644 --- a/packages/electrode-redux-router-engine/README.md +++ b/packages/electrode-redux-router-engine/README.md @@ -1,4 +1,4 @@ -# Electrode Redux Router Engine +# Electrode Redux Router Engine(Deprecated) [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![devDependency Status][daviddm-dev-image]][daviddm-dev-url] [![npm downloads][npm-downloads-image]][npm-downloads-url] diff --git a/packages/electrode-ui-config/README.md b/packages/electrode-ui-config/README.md index b0dfce071..4acd6ca62 100644 --- a/packages/electrode-ui-config/README.md +++ b/packages/electrode-ui-config/README.md @@ -1,4 +1,4 @@ -# electrode-ui-config +# electrode-ui-config(Deprecated) Makes the `ui` section from your app config available to your UI code. It works isomorphically. diff --git a/packages/electrode-ui-logger/README.md b/packages/electrode-ui-logger/README.md index 0b54d6435..55a702d82 100644 --- a/packages/electrode-ui-logger/README.md +++ b/packages/electrode-ui-logger/README.md @@ -1,4 +1,4 @@ -

electrode-ui-logger

+

electrode-ui-logger(Deprecated)

Log well and prosper. Happy Logging! diff --git a/packages/subapp-pbundle/README.md b/packages/subapp-pbundle/README.md index d481e0899..a4fa5be83 100644 --- a/packages/subapp-pbundle/README.md +++ b/packages/subapp-pbundle/README.md @@ -1,4 +1,4 @@ -# Electrode Subapp For Preact and Redux Bundler +# Electrode Subapp For Preact and Redux Bundler(Deprecated) This module mainly serve to setup subapp-web with [Preact] framework, and the support for [redux-bundler] for Electrode subapps. diff --git a/rush.json b/rush.json index b2aac0e5e..1b8a5deef 100644 --- a/rush.json +++ b/rush.json @@ -419,32 +419,13 @@ // } // Packages - { - "packageName": "electrode-archetype-webpack-dll", - "projectFolder": "packages/electrode-archetype-webpack-dll", - "shouldPublish": true, - "skipRushCheck": true, - "versionPolicyName": "archetypeDllVersion" - }, - { - "packageName": "electrode-archetype-webpack-dll-dev", - "projectFolder": "packages/electrode-archetype-webpack-dll-dev", - "shouldPublish": true, - "skipRushCheck": true, - "versionPolicyName": "archetypeDllVersion" - }, + { "packageName": "electrode-cdn-file-loader", "projectFolder": "packages/electrode-cdn-file-loader", "shouldPublish": true, "skipRushCheck": true }, - { - "packageName": "electrode-cookies", - "projectFolder": "packages/electrode-cookies", - "shouldPublish": true, - "skipRushCheck": true - }, { "packageName": "electrode-node-resolver", "projectFolder": "packages/electrode-node-resolver", @@ -457,36 +438,12 @@ "shouldPublish": true, "skipRushCheck": true }, - { - "packageName": "electrode-redux-router-engine", - "projectFolder": "packages/electrode-redux-router-engine", - "shouldPublish": true, - "skipRushCheck": true - }, - { - "packageName": "electrode-ui-config", - "projectFolder": "packages/electrode-ui-config", - "shouldPublish": true, - "skipRushCheck": true - }, - { - "packageName": "electrode-ui-logger", - "projectFolder": "packages/electrode-ui-logger", - "shouldPublish": true, - "skipRushCheck": true - }, { "packageName": "opt-archetype-check", "projectFolder": "packages/opt-archetype-check", "shouldPublish": false, "skipRushCheck": true }, - { - "packageName": "subapp-pbundle", - "projectFolder": "packages/subapp-pbundle", - "shouldPublish": true, - "skipRushCheck": true - }, { "packageName": "subapp-redux", "projectFolder": "packages/subapp-redux", From f1f669be362ba0a6a01a34ec169e6f070476f935 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Wed, 27 Sep 2023 19:24:23 +0530 Subject: [PATCH 12/15] fix(build): update pnpm lock --- common/config/rush/pnpm-lock.yaml | 2475 ++--------------------------- 1 file changed, 144 insertions(+), 2331 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 62aeddc85..ffbb731b3 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -13,15 +13,9 @@ specifiers: '@rush-temp/app-dev': file:./projects/app-dev.tgz '@rush-temp/create-app': file:./projects/create-app.tgz '@rush-temp/dev-base': file:./projects/dev-base.tgz - '@rush-temp/electrode-archetype-webpack-dll': file:./projects/electrode-archetype-webpack-dll.tgz - '@rush-temp/electrode-archetype-webpack-dll-dev': file:./projects/electrode-archetype-webpack-dll-dev.tgz '@rush-temp/electrode-cdn-file-loader': file:./projects/electrode-cdn-file-loader.tgz - '@rush-temp/electrode-cookies': file:./projects/electrode-cookies.tgz '@rush-temp/electrode-node-resolver': file:./projects/electrode-node-resolver.tgz '@rush-temp/electrode-react-webapp': file:./projects/electrode-react-webapp.tgz - '@rush-temp/electrode-redux-router-engine': file:./projects/electrode-redux-router-engine.tgz - '@rush-temp/electrode-ui-config': file:./projects/electrode-ui-config.tgz - '@rush-temp/electrode-ui-logger': file:./projects/electrode-ui-logger.tgz '@rush-temp/index-page': file:./projects/index-page.tgz '@rush-temp/jsx-renderer': file:./projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:./projects/opt-archetype-check.tgz @@ -47,7 +41,6 @@ specifiers: '@rush-temp/react-router': file:./projects/react-router.tgz '@rush-temp/render-context': file:./projects/render-context.tgz '@rush-temp/subapp': file:./projects/subapp.tgz - '@rush-temp/subapp-pbundle': file:./projects/subapp-pbundle.tgz '@rush-temp/subapp-pkg-util': file:./projects/subapp-pkg-util.tgz '@rush-temp/subapp-react': file:./projects/subapp-react.tgz '@rush-temp/subapp-redux': file:./projects/subapp-redux.tgz @@ -64,7 +57,6 @@ specifiers: '@types/webpack': 5.28.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 - babel-core: ^6.0.15 babel-eslint: ^10.1.0 babel-jest: ^26.1.0 babel-plugin-istanbul: ^6.1.1 @@ -74,11 +66,7 @@ specifiers: babel-plugin-transform-node-env-inline: ^0.4.3 babel-plugin-transform-react-remove-prop-types: ^0.4.24 babel-plugin-transform-remove-strict-mode: ^0.0.2 - babel-preset-env: ^1.7.0 babel-preset-minify: ^0.5.1 - babel-preset-react: ^6.0.15 - babel-preset-stage-0: ^6.0.15 - babel-register: ^6.5.2 benchmark: ^2.1.4 boxen: ^5.0.0 chai-as-promised: ^7.1.1 @@ -87,11 +75,13 @@ specifiers: chokidar: ^3.5.3 css-loader: ^6.5.1 css-minimizer-webpack-plugin: ^1.2.0 + electrode-archetype-njs-module-dev: ^3.0.3 electrode-confippet: ^1.7.1 + electrode-hapi-compat: ^1.2.0 + electrode-redux-router-engine: 6.0.0 electrode-server1: npm:electrode-server@^1.0.0 electrode-server2: npm:electrode-server@^2.0.0 enzyme: ^3.11.0 - eslint-config-prettier: ^2.3.0 eslint-config-walmart: ^2.2.1 eslint-plugin-flowtype: ^5.2.0 eslint-plugin-jest: ^23.18.0 @@ -101,6 +91,7 @@ specifiers: fast-async: ^7.0.5 file-loader: ^6.2.0 fs-extra: ^10.1.0 + glob: ^8.0.3 history: ^5.3.0 identity-obj-proxy: ^3.0.0 in-publish: ^2.0.0 @@ -108,8 +99,8 @@ specifiers: isomorphic-loader: ^4.5.0 istanbul: ^0.4.5 jest: ^26.1.0 + jsdom-global: ^3.0.2 jsesc: ^3.0.2 - json-stringify-safe: ^5.0.1 karma: ^6.4.2 karma-chrome-launcher: ^3.2.0 karma-coverage: ^2.2.1 @@ -129,12 +120,11 @@ specifiers: less-loader: ^4.1.0 loader-utils: ^1.1.0 loadjs: ^4.2.0 - lodash.keys: ^4.2.0 - lodash.omit: ^4.5.0 log-update: ^5.0.1 mime: ^3.0.0 mini-css-extract-plugin: ^1.3.9 mocha: ^10.2.0 + mock-require: ^3.0.3 munchy: ^1.0.9 nix-clap: ^1.3.13 node-fetch: 2.6.12 @@ -148,15 +138,12 @@ specifiers: postcss-nested: ^4.2.1 postcss-preset-env: ^6.7.0 postcss-scss: ^2.0.0 - preact-render-to-string: ^5.1.3 + preact: ^10.0.5 ps-get: ^1.1.0 react-helmet: ^5.2.0 react-query: ~3.39.0 - react-router-config: ^5.1.1 read-pkg-up: ^7.0.1 recoil: ^0.7.5 - redux-bundler: ^26.0.0 - redux-bundler-preact: ^2.0.1 redux-logger: ^3.0.6 redux-observable: ^1.2.0 redux-saga: ^1.1.3 @@ -168,25 +155,25 @@ specifiers: sass-loader: ^13.2.0 semver: ^7.3.7 serve-index-fs: ^1.10.1 - set-cookie-parser: ^1.0.1 shcmd: ^0.8.4 - source-map-explorer: ^1.6.0 stream-to-array: ^2.3.0 string-array: ^1.0.0 stylus: ^0.57.0 stylus-relative-loader: ^4.0.0 sudo-prompt: ^9.2.1 sugarss: ^2.0.0 + superagent: ^1.8.5 typedoc-plugin-external-module-name: ^3.1.0 uglify-js: ^2.6.2 - uglifyjs-webpack-plugin: ^2.0.1 url-loader: ^4.1.0 visual-logger: ^1.1.3 webpack: ^5.75.0 webpack-bundle-analyzer: ^3.5.2 + webpack-cli: 4.8.0 webpack-dev-middleware: ^4.1.0 - whatwg-fetch: ^2.0.3 + webpack-stats-plugin: ^1.0.3 xenv-config: ^1.3.1 + xsh: ^0.4.5 xstdout: ^0.1.1 dependencies: @@ -199,18 +186,12 @@ dependencies: '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 '@rush-temp/app': file:projects/app.tgz - '@rush-temp/app-dev': file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.88.2 + '@rush-temp/app-dev': file:projects/app-dev.tgz_c5d5b1fad86bc2ee7e110a833d65dee1 '@rush-temp/create-app': file:projects/create-app.tgz_uglify-js@2.8.29 '@rush-temp/dev-base': file:projects/dev-base.tgz - '@rush-temp/electrode-archetype-webpack-dll': file:projects/electrode-archetype-webpack-dll.tgz - '@rush-temp/electrode-archetype-webpack-dll-dev': file:projects/electrode-archetype-webpack-dll-dev.tgz_73b0bf351ab9a055d7b5b1930428d9b3 '@rush-temp/electrode-cdn-file-loader': file:projects/electrode-cdn-file-loader.tgz - '@rush-temp/electrode-cookies': file:projects/electrode-cookies.tgz '@rush-temp/electrode-node-resolver': file:projects/electrode-node-resolver.tgz '@rush-temp/electrode-react-webapp': file:projects/electrode-react-webapp.tgz - '@rush-temp/electrode-redux-router-engine': file:projects/electrode-redux-router-engine.tgz - '@rush-temp/electrode-ui-config': file:projects/electrode-ui-config.tgz - '@rush-temp/electrode-ui-logger': file:projects/electrode-ui-logger.tgz '@rush-temp/index-page': file:projects/index-page.tgz '@rush-temp/jsx-renderer': file:projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz @@ -236,7 +217,6 @@ dependencies: '@rush-temp/react-router': file:projects/react-router.tgz '@rush-temp/render-context': file:projects/render-context.tgz '@rush-temp/subapp': file:projects/subapp.tgz - '@rush-temp/subapp-pbundle': file:projects/subapp-pbundle.tgz '@rush-temp/subapp-pkg-util': file:projects/subapp-pkg-util.tgz '@rush-temp/subapp-react': file:projects/subapp-react.tgz '@rush-temp/subapp-redux': file:projects/subapp-redux.tgz @@ -250,10 +230,9 @@ dependencies: '@rush-temp/webpack-config-composer': file:projects/webpack-config-composer.tgz '@types/chai-as-promised': 7.1.6 '@types/jest': 26.0.24 - '@types/webpack': 5.28.0_uglify-js@2.8.29 + '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 - babel-core: 6.26.3 babel-eslint: 10.1.0 babel-jest: 26.6.3 babel-plugin-istanbul: 6.1.1 @@ -263,11 +242,7 @@ dependencies: babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-plugin-transform-remove-strict-mode: 0.0.2 - babel-preset-env: 1.7.0 babel-preset-minify: 0.5.2 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - babel-register: 6.26.0 benchmark: 2.1.4 boxen: 5.1.2 chai-as-promised: 7.1.1 @@ -276,11 +251,13 @@ dependencies: chokidar: 3.5.3 css-loader: 6.8.1_webpack@5.88.2 css-minimizer-webpack-plugin: 1.3.0_webpack@5.88.2 + electrode-archetype-njs-module-dev: 3.0.3 electrode-confippet: 1.7.1 + electrode-hapi-compat: 1.3.3 + electrode-redux-router-engine: 6.0.0 electrode-server1: /electrode-server/1.9.0 electrode-server2: /electrode-server/2.5.0 enzyme: 3.11.0 - eslint-config-prettier: 2.10.0 eslint-config-walmart: 2.2.1 eslint-plugin-flowtype: 5.10.0 eslint-plugin-jest: 23.20.0 @@ -290,6 +267,7 @@ dependencies: fast-async: 7.0.6 file-loader: 6.2.0_webpack@5.88.2 fs-extra: 10.1.0 + glob: 8.1.0 history: 5.3.0 identity-obj-proxy: 3.0.0 in-publish: 2.0.1 @@ -297,8 +275,8 @@ dependencies: isomorphic-loader: 4.5.0 istanbul: 0.4.5 jest: 26.6.3 + jsdom-global: 3.0.2 jsesc: 3.0.2 - json-stringify-safe: 5.0.1 karma: 6.4.2 karma-chrome-launcher: 3.2.0 karma-coverage: 2.2.1 @@ -318,12 +296,11 @@ dependencies: less-loader: 4.1.0_less@3.13.1+webpack@5.88.2 loader-utils: 1.4.2 loadjs: 4.2.0 - lodash.keys: 4.2.0 - lodash.omit: 4.5.0 log-update: 5.0.1 mime: 3.0.0 mini-css-extract-plugin: 1.6.2_webpack@5.88.2 mocha: 10.2.0 + mock-require: 3.0.3 munchy: 1.0.9 nix-clap: 1.3.13 node-fetch: 2.6.12 @@ -337,15 +314,12 @@ dependencies: postcss-nested: 4.2.3 postcss-preset-env: 6.7.1 postcss-scss: 2.1.1 - preact-render-to-string: 5.2.6 + preact: 10.17.1 ps-get: 1.1.0 react-helmet: 5.2.1 react-query: 3.39.3 - react-router-config: 5.1.1 read-pkg-up: 7.0.1 recoil: 0.7.7 - redux-bundler: 26.1.0 - redux-bundler-preact: 2.0.1 redux-logger: 3.0.6 redux-observable: 1.2.0_rxjs@6.6.7 redux-saga: 1.2.3 @@ -357,25 +331,25 @@ dependencies: sass-loader: 13.3.2_sass@1.66.1+webpack@5.88.2 semver: 7.5.4 serve-index-fs: 1.10.1 - set-cookie-parser: 1.0.2 shcmd: 0.8.4 - source-map-explorer: 1.8.0 stream-to-array: 2.3.0 string-array: 1.0.1 stylus: 0.57.0 stylus-relative-loader: 4.0.0_stylus@0.57.0 sudo-prompt: 9.2.1 sugarss: 2.0.0 + superagent: 1.8.5 typedoc-plugin-external-module-name: 3.1.0 uglify-js: 2.8.29 - uglifyjs-webpack-plugin: 2.2.0_webpack@5.88.2 url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 visual-logger: 1.1.3 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 + webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 webpack-dev-middleware: 4.3.0_webpack@5.88.2 - whatwg-fetch: 2.0.4 + webpack-stats-plugin: 1.1.3 xenv-config: 1.3.1 + xsh: 0.4.5 xstdout: 0.1.1 packages: @@ -3414,7 +3388,7 @@ packages: resolution: {integrity: sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==} dependencies: '@types/chai': 4.3.6 - '@types/sinon': 9.0.11 + '@types/sinon': 10.0.16 dev: false /@types/sinon/10.0.16: @@ -3453,12 +3427,12 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/webpack/5.28.0_uglify-js@2.8.29: + /@types/webpack/5.28.0_f52b93474dd2fb1e4f90db635f9d54a8: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: '@types/node': 20.5.9 tapable: 2.2.1 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 transitivePeerDependencies: - '@swc/core' - esbuild @@ -4096,16 +4070,6 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webpack-cli/configtest/1.2.0_b6ed4fc45665505c19b044157b25ef91: - resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} - peerDependencies: - webpack: 4.x.x || 5.x.x - webpack-cli: 4.x.x - dependencies: - webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca - webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 - dev: false - /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.88.2: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: @@ -4116,15 +4080,6 @@ packages: webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 dev: false - /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} - peerDependencies: - webpack-cli: 4.x.x - dependencies: - envinfo: 7.10.0 - webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 - dev: false - /@webpack-cli/info/1.5.0_webpack-cli@4.8.0: resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} peerDependencies: @@ -4134,18 +4089,6 @@ packages: webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 dev: false - /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} - peerDependencies: - webpack-cli: 4.x.x - webpack-dev-server: '*' - peerDependenciesMeta: - webpack-dev-server: - optional: true - dependencies: - webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 - dev: false - /@webpack-cli/serve/1.7.0_webpack-cli@4.8.0: resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} peerDependencies: @@ -4258,10 +4201,6 @@ packages: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} dev: false - /abab/1.0.4: - resolution: {integrity: sha512-I+Wi+qiE2kUXyrRhNsWv6XsjUTBJjSoVSctKNBfLG5zG/Xe7Rjbxf13+vqYHNTwHaFU+FtSlVxOCTiMEVtPv0A==} - dev: false - /abab/2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: false @@ -4306,19 +4245,6 @@ packages: negotiator: 0.6.3 dev: false - /acorn-globals/3.1.0: - resolution: {integrity: sha512-uWttZCk96+7itPxK8xCzY86PnxKTMrReKDqrHzv42VQY0K30PUO8WY13WMOuI+cOdX4EIdzdvQ8k6jkuGRFMYw==} - dependencies: - acorn: 4.0.13 - dev: false - - /acorn-globals/4.3.4: - resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} - dependencies: - acorn: 6.4.2 - acorn-walk: 6.2.0 - dev: false - /acorn-globals/6.0.0: resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} dependencies: @@ -4356,11 +4282,6 @@ packages: acorn: 8.10.0 dev: false - /acorn-walk/6.2.0: - resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} - engines: {node: '>=0.4.0'} - dev: false - /acorn-walk/7.2.0: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} @@ -4377,24 +4298,12 @@ packages: hasBin: true dev: false - /acorn/4.0.13: - resolution: {integrity: sha512-fu2ygVGuMmlzG8ZeRJ0bvR41nsAkxxhbyk8bZ1SS521Z7vmgJFTQQlfz/Mp/nJexGBz+v8sC9bM6+lNgskt4Ug==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false - /acorn/5.7.4: resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} engines: {node: '>=0.4.0'} hasBin: true dev: false - /acorn/6.4.2: - resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false - /acorn/7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} @@ -4655,14 +4564,6 @@ packages: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: false - /anymatch/1.3.2: - resolution: {integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==} - dependencies: - micromatch: 2.3.11 - normalize-path: 2.1.1 - dev: false - optional: true - /anymatch/2.0.0: resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: @@ -4685,10 +4586,6 @@ packages: default-require-extensions: 3.0.1 dev: false - /aproba/1.2.0: - resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} - dev: false - /archy/1.0.0: resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} dev: false @@ -4731,14 +4628,6 @@ packages: deep-equal: 2.2.2 dev: false - /arr-diff/2.0.0: - resolution: {integrity: sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-flatten: 1.1.0 - dev: false - optional: true - /arr-diff/4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} @@ -4761,10 +4650,6 @@ packages: is-array-buffer: 3.0.2 dev: false - /array-equal/1.0.0: - resolution: {integrity: sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==} - dev: false - /array-flatten/1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} dev: false @@ -4789,12 +4674,6 @@ packages: engines: {node: '>=8'} dev: false - /array-unique/0.2.1: - resolution: {integrity: sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /array-unique/0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} @@ -4904,11 +4783,6 @@ packages: engines: {node: '>=8'} dev: false - /async-each/1.0.6: - resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} - dev: false - optional: true - /async-eventemitter/0.2.4: resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} dependencies: @@ -5019,28 +4893,6 @@ packages: hoek: 6.1.3 dev: false - /babel-cli/6.26.0: - resolution: {integrity: sha512-wau+BDtQfuSBGQ9PzzFL3REvR9Sxnd4LKwtcHAiPjhugA7K/80vpHXafj+O5bAqJOuSefjOx5ZJnNSR2J1Qw6Q==} - hasBin: true - dependencies: - babel-core: 6.26.3 - babel-polyfill: 6.26.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - commander: 2.20.3 - convert-source-map: 1.9.0 - fs-readdir-recursive: 1.1.0 - glob: 7.2.3 - lodash: 4.17.21 - output-file-sync: 1.1.2 - path-is-absolute: 1.0.1 - slash: 1.0.0 - source-map: 0.5.7 - v8flags: 2.1.1 - optionalDependencies: - chokidar: 1.7.0 - dev: false - /babel-code-frame/6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} dependencies: @@ -5049,30 +4901,6 @@ packages: js-tokens: 3.0.2 dev: false - /babel-core/6.26.3: - resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} - dependencies: - babel-code-frame: 6.26.0 - babel-generator: 6.26.1 - babel-helpers: 6.24.1 - babel-messages: 6.23.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - convert-source-map: 1.9.0 - debug: 2.6.9 - json5: 0.5.1 - lodash: 4.17.21 - minimatch: 3.1.2 - path-is-absolute: 1.0.1 - private: 0.1.8 - slash: 1.0.0 - source-map: 0.5.7 - dev: false - /babel-eslint/10.1.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} @@ -5144,17 +4972,6 @@ packages: - supports-color dev: false - /babel-eslint/7.2.3: - resolution: {integrity: sha512-i2yKOhjgwUbUrJ8oJm6QqRzltIoFahGNPZ0HF22lUN4H1DW03JQyJm7WSv+I1LURQWjDNhVqFo04acYa07rhOQ==} - engines: {node: '>=4'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - dependencies: - babel-code-frame: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - dev: false - /babel-eslint/8.2.6: resolution: {integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==} engines: {node: '>=4'} @@ -5168,110 +4985,14 @@ packages: eslint-visitor-keys: 1.3.0 dev: false - /babel-generator/6.26.1: - resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} - dependencies: - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - detect-indent: 4.0.0 - jsesc: 1.3.0 - lodash: 4.17.21 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - - /babel-helper-bindify-decorators/6.24.1: - resolution: {integrity: sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} - dependencies: - babel-helper-explode-assignable-expression: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-builder-react-jsx/6.26.0: - resolution: {integrity: sha512-02I9jDjnVEuGy2BR3LRm9nPRb/+Ja0pvZVLr1eI5TYAA/dB0Xoc+WBo50+aDfhGDLhlBY1+QURjn9uvcFd8gzg==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - esutils: 2.0.3 - dev: false - - /babel-helper-call-delegate/6.24.1: - resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-define-map/6.26.0: - resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - /babel-helper-evaluate-path/0.5.0: resolution: {integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==} dev: false - /babel-helper-explode-assignable-expression/6.24.1: - resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-explode-class/6.24.1: - resolution: {integrity: sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==} - dependencies: - babel-helper-bindify-decorators: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-flip-expressions/0.4.3: resolution: {integrity: sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==} dev: false - /babel-helper-function-name/6.24.1: - resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} - dependencies: - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-get-function-arity/6.24.1: - resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-hoist-variables/6.24.1: - resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-is-nodes-equiv/0.0.1: resolution: {integrity: sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==} dev: false @@ -5284,57 +5005,14 @@ packages: resolution: {integrity: sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==} dev: false - /babel-helper-optimise-call-expression/6.24.1: - resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-regex/6.26.0: - resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - - /babel-helper-remap-async-to-generator/6.24.1: - resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-remove-or-void/0.4.3: resolution: {integrity: sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==} dev: false - /babel-helper-replace-supers/6.24.1: - resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} - dependencies: - babel-helper-optimise-call-expression: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-to-multiple-sequence-expressions/0.5.0: resolution: {integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==} dev: false - /babel-helpers/6.24.1: - resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - /babel-jest/26.6.3: resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} @@ -5399,18 +5077,6 @@ packages: webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /babel-messages/6.23.0: - resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-check-es2015-constants/6.22.0: - resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} - dependencies: - babel-runtime: 6.26.0 - dev: false - /babel-plugin-istanbul/6.1.1: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} @@ -5573,319 +5239,16 @@ packages: '@babel/types': 7.22.15 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 - generic-names: 2.0.1 - postcss: 7.0.39 - postcss-modules: 1.5.0 - postcss-modules-extract-imports: 1.2.1 - postcss-modules-local-by-default: 1.2.0 - postcss-modules-parser: 1.1.1 - postcss-modules-scope: 1.1.0 - postcss-modules-values: 1.3.0 - transitivePeerDependencies: - - '@babel/core' - dev: false - - /babel-plugin-syntax-async-functions/6.13.0: - resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} - dev: false - - /babel-plugin-syntax-async-generators/6.13.0: - resolution: {integrity: sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg==} - dev: false - - /babel-plugin-syntax-class-constructor-call/6.18.0: - resolution: {integrity: sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA==} - dev: false - - /babel-plugin-syntax-class-properties/6.13.0: - resolution: {integrity: sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA==} - dev: false - - /babel-plugin-syntax-decorators/6.13.0: - resolution: {integrity: sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw==} - dev: false - - /babel-plugin-syntax-do-expressions/6.13.0: - resolution: {integrity: sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg==} - dev: false - - /babel-plugin-syntax-dynamic-import/6.18.0: - resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} - dev: false - - /babel-plugin-syntax-exponentiation-operator/6.13.0: - resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} - dev: false - - /babel-plugin-syntax-export-extensions/6.13.0: - resolution: {integrity: sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg==} - dev: false - - /babel-plugin-syntax-flow/6.18.0: - resolution: {integrity: sha512-HbTDIoG1A1op7Tl/wIFQPULIBA61tsJ8Ntq2FAhLwuijrzosM/92kAfgU1Q3Kc7DH/cprJg5vDfuTY4QUL4rDA==} - dev: false - - /babel-plugin-syntax-function-bind/6.13.0: - resolution: {integrity: sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw==} - dev: false - - /babel-plugin-syntax-jsx/6.18.0: - resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - dev: false - - /babel-plugin-syntax-object-rest-spread/6.13.0: - resolution: {integrity: sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==} - dev: false - - /babel-plugin-syntax-trailing-function-commas/6.22.0: - resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} - dev: false - - /babel-plugin-transform-async-generator-functions/6.24.1: - resolution: {integrity: sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==} - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-generators: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-async-to-generator/6.24.1: - resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-functions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-class-constructor-call/6.24.1: - resolution: {integrity: sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==} - dependencies: - babel-plugin-syntax-class-constructor-call: 6.18.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-class-properties/6.24.1: - resolution: {integrity: sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-plugin-syntax-class-properties: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-decorators/6.24.1: - resolution: {integrity: sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==} - dependencies: - babel-helper-explode-class: 6.24.1 - babel-plugin-syntax-decorators: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-do-expressions/6.22.0: - resolution: {integrity: sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==} - dependencies: - babel-plugin-syntax-do-expressions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-arrow-functions/6.22.0: - resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-block-scoping/6.26.0: - resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - - /babel-plugin-transform-es2015-classes/6.24.1: - resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} - dependencies: - babel-helper-define-map: 6.26.0 - babel-helper-function-name: 6.24.1 - babel-helper-optimise-call-expression: 6.24.1 - babel-helper-replace-supers: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-computed-properties/6.24.1: - resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-destructuring/6.23.0: - resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-for-of/6.23.0: - resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-function-name/6.24.1: - resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-literals/6.22.0: - resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-amd/6.24.1: - resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} - dependencies: - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-commonjs/6.26.2: - resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} - dependencies: - babel-plugin-transform-strict-mode: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-umd/6.24.1: - resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} - dependencies: - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-object-super/6.24.1: - resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} - dependencies: - babel-helper-replace-supers: 6.24.1 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-parameters/6.24.1: - resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} - dependencies: - babel-helper-call-delegate: 6.24.1 - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-spread/6.22.0: - resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-sticky-regex/6.24.1: - resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-template-literals/6.22.0: - resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-unicode-regex/6.24.1: - resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - regexpu-core: 2.0.0 - dev: false - - /babel-plugin-transform-exponentiation-operator/6.24.1: - resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} - dependencies: - babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 - babel-plugin-syntax-exponentiation-operator: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-export-extensions/6.22.0: - resolution: {integrity: sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==} - dependencies: - babel-plugin-syntax-export-extensions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-flow-strip-types/6.22.0: - resolution: {integrity: sha512-TxIM0ZWNw9oYsoTthL3lvAK3+eTujzktoXJg4ubGvICGbVuXVYv5hHv0XXpz8fbqlJaGYY4q5SVzaSmsg3t4Fg==} - dependencies: - babel-plugin-syntax-flow: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-function-bind/6.22.0: - resolution: {integrity: sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==} - dependencies: - babel-plugin-syntax-function-bind: 6.13.0 - babel-runtime: 6.26.0 + generic-names: 2.0.1 + postcss: 7.0.39 + postcss-modules: 1.5.0 + postcss-modules-extract-imports: 1.2.1 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-parser: 1.1.1 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 + transitivePeerDependencies: + - '@babel/core' dev: false /babel-plugin-transform-inline-consecutive-adds/0.4.3: @@ -5908,57 +5271,16 @@ packages: resolution: {integrity: sha512-ew39EEvlhFsDBkQ+RopCIy31xRe3AWxRWsHEd2iy++ovaxnmetpqg+U0wofW0P3h9d4UXPMza02W427Xl5qrbQ==} dev: false - /babel-plugin-transform-object-rest-spread/6.26.0: - resolution: {integrity: sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==} - dependencies: - babel-plugin-syntax-object-rest-spread: 6.13.0 - babel-runtime: 6.26.0 - dev: false - /babel-plugin-transform-property-literals/6.9.4: resolution: {integrity: sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==} dependencies: esutils: 2.0.3 dev: false - /babel-plugin-transform-react-display-name/6.25.0: - resolution: {integrity: sha512-QLYkLiZeeED2PKd4LuXGg5y9fCgPB5ohF8olWUuETE2ryHNRqqnXlEVP7RPuef89+HTfd3syptMGVHeoAu0Wig==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx-self/6.22.0: - resolution: {integrity: sha512-Y3ZHP1nunv0U1+ysTNwLK39pabHj6cPVsfN4TRC7BDBfbgbyF4RifP5kd6LnbuMV9wcfedQMe7hn1fyKc7IzTQ==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx-source/6.22.0: - resolution: {integrity: sha512-pcDNDsZ9q/6LJmujQ/OhjeoIlp5Nl546HJ2yiFIJK3mYpgNXhI5/S9mXfVxu5yqWAi7HdI7e/q6a9xtzwL69Vw==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx/6.24.1: - resolution: {integrity: sha512-s+q/Y2u2OgDPHRuod3t6zyLoV8pUHc64i/O7ZNgIOEdYTq+ChPeybcKBi/xk9VI60VriILzFPW+dUxAEbTxh2w==} - dependencies: - babel-helper-builder-react-jsx: 6.26.0 - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - /babel-plugin-transform-react-remove-prop-types/0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: false - /babel-plugin-transform-regenerator/6.26.0: - resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} - dependencies: - regenerator-transform: 0.10.1 - dev: false - /babel-plugin-transform-regexp-constructors/0.4.3: resolution: {integrity: sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==} dev: false @@ -5985,25 +5307,10 @@ packages: resolution: {integrity: sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==} dev: false - /babel-plugin-transform-strict-mode/6.24.1: - resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-plugin-transform-undefined-to-void/6.9.4: resolution: {integrity: sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==} dev: false - /babel-polyfill/6.26.0: - resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} - dependencies: - babel-runtime: 6.26.0 - core-js: 2.6.12 - regenerator-runtime: 0.10.5 - dev: false - /babel-preset-current-node-syntax/1.0.1: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -6043,77 +5350,6 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.15 dev: false - /babel-preset-env/1.7.0: - resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - browserslist: 3.2.8 - invariant: 2.2.4 - semver: 5.7.2 - dev: false - - /babel-preset-es2015/6.24.1: - resolution: {integrity: sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==} - deprecated: '🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!' - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - dev: false - - /babel-preset-flow/6.23.0: - resolution: {integrity: sha512-PQZFJXnM3d80Vq4O67OE6EMVKIw2Vmzy8UXovqulNogCtblWU8rzP7Sm5YgHiCg4uejUxzCkHfNXQ4Z6GI+Dhw==} - dependencies: - babel-plugin-transform-flow-strip-types: 6.22.0 - dev: false - /babel-preset-jest/26.6.2: resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} @@ -6163,109 +5399,6 @@ packages: lodash: 4.17.21 dev: false - /babel-preset-react/6.24.1: - resolution: {integrity: sha512-phQe3bElbgF887UM0Dhz55d22ob8czTL1kbhZFwpCE6+R/X9kHktfwmx9JZb+bBSVRGphP5tZ9oWhVhlgjrX3Q==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-react-display-name: 6.25.0 - babel-plugin-transform-react-jsx: 6.24.1 - babel-plugin-transform-react-jsx-self: 6.22.0 - babel-plugin-transform-react-jsx-source: 6.22.0 - babel-preset-flow: 6.23.0 - dev: false - - /babel-preset-stage-0/6.24.1: - resolution: {integrity: sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==} - dependencies: - babel-plugin-transform-do-expressions: 6.22.0 - babel-plugin-transform-function-bind: 6.22.0 - babel-preset-stage-1: 6.24.1 - dev: false - - /babel-preset-stage-1/6.24.1: - resolution: {integrity: sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==} - dependencies: - babel-plugin-transform-class-constructor-call: 6.24.1 - babel-plugin-transform-export-extensions: 6.22.0 - babel-preset-stage-2: 6.24.1 - dev: false - - /babel-preset-stage-2/6.24.1: - resolution: {integrity: sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==} - dependencies: - babel-plugin-syntax-dynamic-import: 6.18.0 - babel-plugin-transform-class-properties: 6.24.1 - babel-plugin-transform-decorators: 6.24.1 - babel-preset-stage-3: 6.24.1 - dev: false - - /babel-preset-stage-3/6.24.1: - resolution: {integrity: sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==} - dependencies: - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-generator-functions: 6.24.1 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-object-rest-spread: 6.26.0 - dev: false - - /babel-register/6.26.0: - resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} - dependencies: - babel-core: 6.26.3 - babel-runtime: 6.26.0 - core-js: 2.6.12 - home-or-tmp: 2.0.0 - lodash: 4.17.21 - mkdirp: 0.5.6 - source-map-support: 0.4.18 - dev: false - - /babel-runtime/6.26.0: - resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} - dependencies: - core-js: 2.6.12 - regenerator-runtime: 0.11.1 - dev: false - - /babel-template/6.26.0: - resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - lodash: 4.17.21 - dev: false - - /babel-traverse/6.26.0: - resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} - dependencies: - babel-code-frame: 6.26.0 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - debug: 2.6.9 - globals: 9.18.0 - invariant: 2.2.4 - lodash: 4.17.21 - dev: false - - /babel-types/6.26.0: - resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} - dependencies: - babel-runtime: 6.26.0 - esutils: 2.0.3 - lodash: 4.17.21 - to-fast-properties: 1.0.3 - dev: false - - /babylon/6.18.0: - resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} - hasBin: true - dev: false - /babylon/7.0.0-beta.44: resolution: {integrity: sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==} engines: {node: '>=4.2.0'} @@ -6349,28 +5482,11 @@ packages: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} dev: false - /binary-extensions/1.13.1: - resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /binary-extensions/2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} dev: false - /bindings/1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} - dependencies: - file-uri-to-path: 1.0.0 - dev: false - optional: true - - /bluebird/2.11.0: - resolution: {integrity: sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ==} - dev: false - /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} dev: false @@ -6470,16 +5586,6 @@ packages: balanced-match: 1.0.2 dev: false - /braces/1.8.5: - resolution: {integrity: sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==} - engines: {node: '>=0.10.0'} - dependencies: - expand-range: 1.8.2 - preserve: 0.2.0 - repeat-element: 1.1.4 - dev: false - optional: true - /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -6528,14 +5634,6 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: false - /browserslist/3.2.8: - resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001528 - electron-to-chromium: 1.4.511 - dev: false - /browserslist/4.21.10: resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -6553,12 +5651,6 @@ packages: node-int64: 0.4.0 dev: false - /btoa/1.2.1: - resolution: {integrity: sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==} - engines: {node: '>= 0.4.0'} - hasBin: true - dev: false - /buffer-from/1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false @@ -6575,26 +5667,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /cacache/12.0.4: - resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} - dependencies: - bluebird: 3.7.2 - chownr: 1.1.4 - figgy-pudding: 3.5.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - 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 - dev: false - /cacache/15.3.0: resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==} engines: {node: '>= 10'} @@ -6683,14 +5755,6 @@ packages: callsites: 2.0.0 dev: false - /caller-id/0.1.0: - resolution: {integrity: sha512-2+PpV7vh8FktS9XVW1hgO8xLJ0T6ctGRx7bNDnpWfSp+/bCg453Pz+moXTiU0tCndX6ssqMz9n3mJ05P+h/g2A==} - engines: {node: '>=0.8'} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - dependencies: - stack-trace: 0.0.10 - dev: false - /caller-path/0.1.0: resolution: {integrity: sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==} engines: {node: '>=0.10.0'} @@ -6847,15 +5911,6 @@ packages: enzyme: 3.11.0 dev: false - /chai/3.5.0: - resolution: {integrity: sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==} - engines: {node: '>= 0.4.0'} - dependencies: - assertion-error: 1.1.0 - deep-eql: 0.1.3 - type-detect: 1.0.0 - dev: false - /chai/4.3.6: resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} engines: {node: '>=4'} @@ -6966,23 +6021,6 @@ packages: parse5-htmlparser2-tree-adapter: 7.0.0 dev: false - /chokidar/1.7.0: - resolution: {integrity: sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==} - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dependencies: - anymatch: 1.3.2 - async-each: 1.0.6 - glob-parent: 2.0.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 2.0.1 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - optionalDependencies: - fsevents: 1.2.13 - dev: false - optional: true - /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -6998,10 +6036,6 @@ packages: fsevents: 2.3.3 dev: false - /chownr/1.1.4: - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - dev: false - /chownr/2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} @@ -7185,10 +6219,6 @@ packages: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} dev: false - /colorette/2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - dev: false - /colors/1.0.3: resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==} engines: {node: '>=0.1.90'} @@ -7221,13 +6251,6 @@ packages: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false - /commander/2.9.0: - resolution: {integrity: sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==} - engines: {node: '>= 0.6.x'} - dependencies: - graceful-readlink: 1.0.1 - dev: false - /commander/4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} @@ -7300,10 +6323,6 @@ packages: safe-buffer: 5.2.1 dev: false - /content-type-parser/1.0.2: - resolution: {integrity: sha512-lM4l4CnMEwOLHAHr/P6MEZwZFPJFtAAKgL6pogbXmVZggIqXhdB6RbBtPOTsw2FcXwYhehRGERJmRrjOiIB8pQ==} - dev: false - /content-type/1.0.5: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} @@ -7360,17 +6379,6 @@ packages: is-what: 3.14.1 dev: false - /copy-concurrently/1.0.5: - resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} - dependencies: - 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 - dev: false - /copy-descriptor/0.1.1: resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} engines: {node: '>=0.10.0'} @@ -7387,12 +6395,6 @@ packages: requiresBuild: true dev: false - /core-js/2.6.12: - resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} - deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. - requiresBuild: true - dev: false - /core-js/3.32.2: resolution: {integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==} requiresBuild: true @@ -7518,7 +6520,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.29 postcss-value-parser: 4.2.0 semver: 7.5.4 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /css-minimizer-webpack-plugin/1.3.0_webpack@5.88.2: @@ -7535,7 +6537,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 5.0.1 source-map: 0.6.1 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 webpack-sources: 1.4.3 dev: false @@ -7735,12 +6737,6 @@ packages: resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} dev: false - /cssstyle/0.2.37: - resolution: {integrity: sha512-FUpKc+1FNBsHUr9IsfSGCovr8VuGOiiuzlgCyppKBjJi2jYTOFLN3oiiNRMIvYqbFzF38mqKj4BgcevzU5/kIA==} - dependencies: - cssom: 0.3.8 - dev: false - /cssstyle/2.3.0: resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} engines: {node: '>=8'} @@ -7761,10 +6757,6 @@ packages: engines: {node: '>=0.4.0'} dev: false - /cyclist/1.0.2: - resolution: {integrity: sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==} - dev: false - /dashdash/1.14.1: resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} engines: {node: '>=0.10'} @@ -7772,14 +6764,6 @@ packages: assert-plus: 1.0.0 dev: false - /data-urls/1.1.0: - resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} - dependencies: - abab: 2.0.6 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - dev: false - /data-urls/2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} @@ -7807,12 +6791,6 @@ packages: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: false - /debug/2.6.8: - resolution: {integrity: sha512-E22fsyWPt/lr4/UgQLt/pXqerGMDsanhbnmqIS3VAXuDi1v3IpiwXe2oncEIondHSBuPDWRoK/pMjlvi8FuOXQ==} - dependencies: - ms: 2.0.0 - dev: false - /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} dependencies: @@ -7879,12 +6857,6 @@ packages: resolution: {integrity: sha512-yVn6RZmHiGnxRKR9sJb3iVV2XTF1Ghh2DiWRZ3dMnGc43yUdWWF/kX6lQyk3+P84iprfWKU/8zFTrlkvtFm1ug==} dev: false - /deep-eql/0.1.3: - resolution: {integrity: sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==} - dependencies: - type-detect: 0.1.1 - dev: false - /deep-eql/3.0.1: resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} engines: {node: '>=0.12'} @@ -8001,13 +6973,6 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: false - /detect-indent/4.0.0: - resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} - engines: {node: '>=0.10.0'} - dependencies: - repeating: 2.0.1 - dev: false - /detect-newline/3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} @@ -8026,11 +6991,6 @@ packages: engines: {node: '>= 10.14.2'} dev: false - /diff/3.2.0: - resolution: {integrity: sha512-597ykPFhtJYaXqPq6fF7Vl1fXTKgPdLOntyxpmdzUOKiYGqK7zcnbplj5088+8qJnWdzXhyeau5iVr8HVo9dgg==} - engines: {node: '>=0.3.1'} - dev: false - /diff/3.3.1: resolution: {integrity: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==} engines: {node: '>=0.3.1'} @@ -8067,11 +7027,6 @@ packages: resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} dev: false - /docopt/0.6.2: - resolution: {integrity: sha512-NqTbaYeE4gA/wU1hdKFdU+AFahpDOpgGLzHP42k6H6DKExJd0A55KEVWYhL9FEmHmgeLvEU2vuKXDuU+4yToOw==} - engines: {node: '>=0.10.0'} - dev: false - /doctrine/2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} @@ -8136,12 +7091,6 @@ packages: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} dev: false - /domexception/1.0.1: - resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} - dependencies: - webidl-conversions: 4.0.2 - dev: false - /domexception/2.0.1: resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} engines: {node: '>=8'} @@ -8211,15 +7160,6 @@ packages: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: false - /duplexify/3.7.1: - resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 2.3.8 - stream-shift: 1.0.1 - dev: false - /eastasianwidth/0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: false @@ -8241,22 +7181,6 @@ packages: requiresBuild: true dev: false - /electrode-archetype-njs-module-dev/2.3.2: - resolution: {integrity: sha512-9hi4x1s5SRdZexHQiOxRmukTDaWKeyQoDSZcfa2l0N0b5IPpKFSCv1pPczUHT32+f6OOG6Tfk0aCQWZ6yHdSKw==} - dependencies: - babel-eslint: 7.2.3 - chai: 3.5.0 - eslint: 4.19.1 - eslint-config-walmart: 1.2.4 - eslint-plugin-filenames: 1.3.2_eslint@4.19.1 - mocha: 3.5.3 - nyc: 11.9.0 - sinon: 1.17.7 - sinon-chai: 2.14.0_chai@3.5.0+sinon@1.17.7 - xclap: 0.2.53 - xsh: 0.4.5 - dev: false - /electrode-archetype-njs-module-dev/3.0.3: resolution: {integrity: sha512-WdWMHZjQWzDTstOCQy+gPNqNhXd3CJ58TMmVxIFsYNVhiyxnZjrTXea0g7+JHNk/CqhfQR5lozGTS1dqU1Xtfw==} dependencies: @@ -8287,6 +7211,38 @@ packages: resolution: {integrity: sha512-cvpUs0csNP5NI4V3w6wbApUTRDlFb2gV11pjTmuDHc86QKQJb6YOhYHb9wT2Cp4+5bJost7p1jtCgz7m4TY1LA==} dev: false + /electrode-redux-router-engine/6.0.0: + resolution: {integrity: sha512-iwPZ3PhvBhLSk1Awng0vWfhx4aTX0TnZ3ai0PcYyINp6N2gdUDPR681H0O7Oqg9mGrVhYCzPpThjDFes6y69Kg==} + engines: {node: '>=8'} + peerDependencies: + react: ^18.2.0 + react-dom: ^18.2.0 + dependencies: + optional-require: 1.1.8 + react-redux: 5.1.2_redux@4.2.1 + react-router: 5.3.4 + react-router-config: 5.1.1_react-router@5.3.4 + react-router-dom: 5.3.4 + redux: 4.2.1 + dev: false + + /electrode-redux-router-engine/6.0.0_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-iwPZ3PhvBhLSk1Awng0vWfhx4aTX0TnZ3ai0PcYyINp6N2gdUDPR681H0O7Oqg9mGrVhYCzPpThjDFes6y69Kg==} + engines: {node: '>=8'} + peerDependencies: + react: ^18.2.0 + react-dom: ^18.2.0 + dependencies: + optional-require: 1.1.8 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 5.1.2_react@18.2.0+redux@4.2.1 + react-router: 5.3.4_react@18.2.0 + react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 + react-router-dom: 5.3.4_react@18.2.0 + redux: 4.2.1 + dev: false + /electrode-server/1.9.0: resolution: {integrity: sha512-+l2Gbd4D7J4PmQ04ZSQc+OjkWQmKoBjHH0S/6BIlmGLH1RufMD5c6w65IGi27PX8J4ZxYeuKkMxXYSVVDsQPVg==} engines: {node: '>= 4.2.2'} @@ -8505,6 +7461,7 @@ packages: dependencies: prr: 1.0.1 dev: false + optional: true /error-ex/1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -8654,19 +7611,6 @@ packages: engines: {node: '>=10'} dev: false - /escodegen/1.14.3: - resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} - engines: {node: '>=4.0'} - hasBin: true - dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.6.1 - dev: false - /escodegen/1.8.1: resolution: {integrity: sha512-yhi5S+mNTOuRvyW4gWlg5W1byMaQGWWSYHXsuFZ7GBo7tpyOwi2EdzMP/QWxh9hwkD2m+wDVHJsxhRIj+v/b/A==} engines: {node: '>=0.12.0'} @@ -8692,15 +7636,6 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-prettier/2.10.0: - resolution: {integrity: sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA==} - hasBin: true - peerDependencies: - eslint: '>=3.14.1' - dependencies: - get-stdin: 5.0.1 - dev: false - /eslint-config-walmart/1.2.4: resolution: {integrity: sha512-VK/G03Z9XFUAFT8quBAhPRN8w4zMr30xuzxI32tNi5RX5DGooq4tRwOIKWtQWQfUv0kCdHLDNmsktX6IjBU3GQ==} engines: {node: '>= 0.10.0'} @@ -9350,14 +8285,6 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /expand-brackets/0.1.5: - resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} - engines: {node: '>=0.10.0'} - dependencies: - is-posix-bracket: 0.1.1 - dev: false - optional: true - /expand-brackets/2.1.4: resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} engines: {node: '>=0.10.0'} @@ -9371,14 +8298,6 @@ packages: to-regex: 3.0.2 dev: false - /expand-range/1.8.2: - resolution: {integrity: sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==} - engines: {node: '>=0.10.0'} - dependencies: - fill-range: 2.2.4 - dev: false - optional: true - /expect/26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} @@ -9469,14 +8388,6 @@ packages: tmp: 0.0.33 dev: false - /extglob/0.3.2: - resolution: {integrity: sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==} - engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 1.0.0 - dev: false - optional: true - /extglob/2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} @@ -9670,10 +8581,6 @@ packages: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} dev: false - /figgy-pudding/3.5.2: - resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} - dev: false - /figures/2.0.0: resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} engines: {node: '>=4'} @@ -9718,37 +8625,14 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.88.2_uglify-js@2.8.29 - dev: false - - /file-uri-to-path/1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - dev: false - optional: true - - /filename-regex/2.0.1: - resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} - engines: {node: '>=0.10.0'} + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - optional: true /filesize/3.6.1: resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} engines: {node: '>= 0.4.0'} dev: false - /fill-range/2.2.4: - resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 2.1.0 - isobject: 2.1.0 - randomatic: 3.1.1 - repeat-element: 1.1.4 - repeat-string: 1.6.1 - dev: false - optional: true - /fill-range/4.0.0: resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} engines: {node: '>=0.10.0'} @@ -9928,13 +8812,6 @@ packages: deprecated: flatten is deprecated in favor of utility frameworks such as lodash. dev: false - /flush-write-stream/1.1.1: - resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.8 - dev: false - /fn.name/1.1.0: resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} dev: false @@ -9960,14 +8837,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /for-own/0.1.5: - resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} - engines: {node: '>=0.10.0'} - dependencies: - for-in: 1.0.2 - dev: false - optional: true - /foreground-child/2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} @@ -10016,13 +8885,6 @@ packages: mime-types: 2.1.35 dev: false - /formatio/1.1.1: - resolution: {integrity: sha512-cPh7is6k3d8tIUh+pnXXuAbD/uhSXGgqLPw0UrYpv5lfdJ+MMMSjx40JNpqP7Top9Nt25YomWEiRmkHbOvkCaA==} - deprecated: This package is unmaintained. Use @sinonjs/formatio instead - dependencies: - samsam: 1.1.2 - dev: false - /formidable/1.0.17: resolution: {integrity: sha512-95MFT5qipMvUiesmuvGP1BI4hh5XWCzyTapiNJ/k8JBQda7rPy7UCWYItz2uZEdTgGNy1eInjzlL9Wx1O9fedg==} engines: {node: '>=0.8.0'} @@ -10046,13 +8908,6 @@ packages: engines: {node: '>= 0.6'} dev: false - /from2/2.3.0: - resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.8 - dev: false - /fromentries/1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} dev: false @@ -10066,15 +8921,6 @@ packages: universalify: 2.0.0 dev: false - /fs-extra/7.0.1: - resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} - engines: {node: '>=6 <7 || >=8'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs-extra/8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} @@ -10109,31 +8955,10 @@ packages: resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} dev: false - /fs-write-stream-atomic/1.0.10: - resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} - dependencies: - graceful-fs: 4.2.11 - iferr: 0.1.5 - imurmurhash: 0.1.4 - readable-stream: 2.3.8 - dev: false - /fs.realpath/1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: false - /fsevents/1.2.13: - resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} - engines: {node: '>= 4.0'} - os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 - requiresBuild: true - dependencies: - bindings: 1.5.0 - nan: 2.17.0 - dev: false - optional: true - /fsevents/2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -10201,11 +9026,6 @@ packages: engines: {node: '>=8.0.0'} dev: false - /get-stdin/5.0.1: - resolution: {integrity: sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA==} - engines: {node: '>=0.12.0'} - dev: false - /get-stream/4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} @@ -10244,22 +9064,6 @@ packages: assert-plus: 1.0.0 dev: false - /glob-base/0.3.0: - resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} - engines: {node: '>=0.10.0'} - dependencies: - glob-parent: 2.0.0 - is-glob: 2.0.1 - dev: false - optional: true - - /glob-parent/2.0.0: - resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} - dependencies: - is-glob: 2.0.1 - dev: false - optional: true - /glob-parent/5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -10288,17 +9092,6 @@ packages: path-is-absolute: 1.0.1 dev: false - /glob/7.1.1: - resolution: {integrity: sha512-mRyN/EsN2SyNhKWykF3eEGhDpeNplMWaW18Bmh76tnOqk5TbELAVwFAYOCmKVssOYFrYvvLMguiA+NXO3ZTuVA==} - dependencies: - 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 - dev: false - /glob/7.1.2: resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} dependencies: @@ -10362,11 +9155,6 @@ packages: type-fest: 0.20.2 dev: false - /globals/9.18.0: - resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} - engines: {node: '>=0.10.0'} - dev: false - /globalthis/1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} @@ -10396,10 +9184,6 @@ packages: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false - /graceful-readlink/1.0.1: - resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} - dev: false - /graphemer/1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: false @@ -10409,10 +9193,6 @@ packages: engines: {node: '>=4.x'} dev: false - /growl/1.9.2: - resolution: {integrity: sha512-RTBwDHhNuOx4F0hqzItc/siXCasGfC4DeWcBamclWd+6jWtBaeB/SGbMkGf0eiQoW7ib8JpvOgnUsmgMHI3Mfw==} - dev: false - /growly/1.3.0: resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==} dev: false @@ -10685,14 +9465,6 @@ packages: react-is: 16.13.1 dev: false - /home-or-tmp/2.0.0: - resolution: {integrity: sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==} - engines: {node: '>=0.10.0'} - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - /hoopy/0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} @@ -10726,12 +9498,6 @@ packages: call-bind: 1.0.2 dev: false - /html-encoding-sniffer/1.0.2: - resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} - dependencies: - whatwg-encoding: 1.0.5 - dev: false - /html-encoding-sniffer/2.0.1: resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} engines: {node: '>=10'} @@ -10779,7 +9545,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /htmlparser2/6.1.0: @@ -10952,10 +9718,6 @@ packages: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: false - /iferr/0.1.5: - resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==} - dev: false - /ignore/3.3.10: resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} dev: false @@ -11129,11 +9891,6 @@ packages: loose-envify: 1.4.0 dev: false - /ip-regex/2.1.0: - resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} - engines: {node: '>=4'} - dev: false - /ipaddr.js/1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} @@ -11215,14 +9972,6 @@ packages: has-bigints: 1.0.2 dev: false - /is-binary-path/1.0.1: - resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} - engines: {node: '>=0.10.0'} - dependencies: - binary-extensions: 1.13.1 - dev: false - optional: true - /is-binary-path/2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -11321,20 +10070,6 @@ packages: hasBin: true dev: false - /is-dotfile/1.0.3: - resolution: {integrity: sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - - /is-equal-shallow/0.1.3: - resolution: {integrity: sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==} - engines: {node: '>=0.10.0'} - dependencies: - is-primitive: 2.0.0 - dev: false - optional: true - /is-extendable/0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} @@ -11347,12 +10082,6 @@ packages: is-plain-object: 2.0.4 dev: false - /is-extglob/1.0.0: - resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-extglob/2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -11364,11 +10093,6 @@ packages: call-bind: 1.0.2 dev: false - /is-finite/1.1.0: - resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} - engines: {node: '>=0.10.0'} - dev: false - /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} engines: {node: '>=4'} @@ -11396,14 +10120,6 @@ packages: has-tostringtag: 1.0.0 dev: false - /is-glob/2.0.1: - resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} - engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 1.0.0 - dev: false - optional: true - /is-glob/4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -11427,14 +10143,6 @@ packages: has-tostringtag: 1.0.0 dev: false - /is-number/2.1.0: - resolution: {integrity: sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - dev: false - optional: true - /is-number/3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} engines: {node: '>=0.10.0'} @@ -11442,12 +10150,6 @@ packages: kind-of: 3.2.2 dev: false - /is-number/4.0.0: - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-number/7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -11475,22 +10177,10 @@ packages: isobject: 3.0.1 dev: false - /is-posix-bracket/0.1.1: - resolution: {integrity: sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-potential-custom-element-name/1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: false - /is-primitive/2.0.0: - resolution: {integrity: sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -11583,11 +10273,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /is-wsl/1.1.0: - resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} - engines: {node: '>=4'} - dev: false - /is-wsl/2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} @@ -12300,8 +10985,10 @@ packages: hasBin: true dev: false - /jsdom-global/2.1.1: - resolution: {integrity: sha512-nVZiKQhXZzmkFSF+AfpvErIYuzPEuBV684gYpWagtwWTLiy0p5EgQbP7gmNNA6/qxFb8l1E5w1NjES5nSBCw5A==} + /jsdom-global/3.0.2: + resolution: {integrity: sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==} + peerDependencies: + jsdom: '>=10.0.0' dev: false /jsdom-global/3.0.2_jsdom@16.7.0: @@ -12320,46 +11007,6 @@ packages: jsdom: 19.0.0 dev: false - /jsdom/15.2.1: - resolution: {integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==} - engines: {node: '>=8'} - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - dependencies: - 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.7 - parse5: 5.1.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - 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 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - /jsdom/16.7.0: resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} engines: {node: '>=10'} @@ -12444,40 +11091,11 @@ packages: - utf-8-validate dev: false - /jsdom/9.12.0: - resolution: {integrity: sha512-Qw4oqNxo4LyzkSqVIyCnEltTc4xV3g1GBaI88AvYTesWzmWHUSoMNmhBjUBa+6ldXIBJS9xoeLNJPfUAykTyxw==} - dependencies: - abab: 1.0.4 - acorn: 4.0.13 - acorn-globals: 3.1.0 - array-equal: 1.0.0 - content-type-parser: 1.0.2 - cssom: 0.3.8 - cssstyle: 0.2.37 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - nwmatcher: 1.4.4 - parse5: 1.5.1 - request: 2.88.2 - sax: 1.2.4 - symbol-tree: 3.2.4 - tough-cookie: 2.5.0 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-url: 4.8.0 - xml-name-validator: 2.0.1 - dev: false - /jsesc/0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true dev: false - /jsesc/1.3.0: - resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} - hasBin: true - dev: false - /jsesc/2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -12526,11 +11144,6 @@ packages: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: false - /json3/3.3.2: - resolution: {integrity: sha512-I5YLeauH3rIaE99EE++UeH2M2gSYo8/2TqDac7oZEH6D/DSQ4Woa628Qrfj1X9/OY5Mk5VvIDQaKCDchXaKrmA==} - deprecated: Please use the native JSON object instead of JSON 3 - dev: false - /json5/0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true @@ -12690,7 +11303,7 @@ packages: dependencies: glob: 7.2.3 minimatch: 3.1.2 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 webpack-merge: 4.2.2 dev: false @@ -12853,7 +11466,7 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /less/3.13.1: @@ -12989,21 +11602,6 @@ packages: resolution: {integrity: sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==} dev: false - /lodash._baseassign/3.2.0: - resolution: {integrity: sha512-t3N26QR2IdSN+gqSy9Ds9pBu/J1EAFEshKlUHpJG3rvyJOYgcELIxcIeKKfZk7sjOz11cFfzJRsyFry/JyabJQ==} - dependencies: - lodash._basecopy: 3.0.1 - lodash.keys: 3.1.2 - dev: false - - /lodash._basecopy/3.0.1: - resolution: {integrity: sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==} - dev: false - - /lodash._basecreate/3.0.3: - resolution: {integrity: sha512-EDem6C9iQpn7fxnGdmhXmqYGjCkStmDXT4AeyB2Ph8WKbglg4aJZczNkQglj+zWXcOEEkViK8THuV2JvugW47g==} - dev: false - /lodash._baseeach/3.0.4: resolution: {integrity: sha512-IqUZ9MQo2UT1XPGuBntInqTOlc+oV+bCo0kMp+yuKGsfvRSNgUW0YjWVZUrG/gs+8z/Eyuc0jkJjOBESt9BXxg==} dependencies: @@ -13018,22 +11616,10 @@ packages: resolution: {integrity: sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==} dev: false - /lodash._isiterateecall/3.0.9: - resolution: {integrity: sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==} - dev: false - /lodash.camelcase/4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: false - /lodash.create/3.1.1: - resolution: {integrity: sha512-IUfOYwDEbI8JbhW6psW+Ig01BOVK67dTSCUAbS58M0HBkPcAv/jHuxD+oJVP2tUCo3H9L6f/8GM6rxwY+oc7/w==} - dependencies: - lodash._baseassign: 3.2.0 - lodash._basecreate: 3.0.3 - lodash._isiterateecall: 3.0.9 - dev: false - /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false @@ -13087,10 +11673,6 @@ packages: lodash.isarray: 3.0.4 dev: false - /lodash.keys/4.2.0: - resolution: {integrity: sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ==} - dev: false - /lodash.memoize/4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} dev: false @@ -13099,18 +11681,10 @@ packages: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false - /lodash.omit/4.5.0: - resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==} - dev: false - /lodash.snakecase/4.1.1: resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} dev: false - /lodash.sortby/4.7.0: - resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} - dev: false - /lodash.truncate/4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} dev: false @@ -13187,10 +11761,6 @@ packages: triple-beam: 1.4.1 dev: false - /lolex/1.3.2: - resolution: {integrity: sha512-YYp8cqz7/8eruZ15L1mzcPkvLYxipfdsWIDESvNdNmQP9o7TsDitRhNuV2xb7aFu2ofZngao1jiVrVZ842x4BQ==} - dev: false - /lolex/2.7.5: resolution: {integrity: sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==} dev: false @@ -13334,11 +11904,6 @@ packages: remove-accents: 0.4.2 dev: false - /math-random/1.0.4: - resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} - dev: false - optional: true - /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: false @@ -13385,26 +11950,6 @@ packages: engines: {node: '>= 0.6'} dev: false - /micromatch/2.3.11: - resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 2.0.0 - array-unique: 0.2.1 - braces: 1.8.5 - expand-brackets: 0.1.5 - extglob: 0.3.2 - filename-regex: 2.0.1 - is-extglob: 1.0.0 - is-glob: 2.0.1 - kind-of: 3.2.2 - normalize-path: 2.1.1 - object.omit: 2.0.1 - parse-glob: 3.0.4 - regex-cache: 0.4.4 - dev: false - optional: true - /micromatch/3.1.10: resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} @@ -13511,7 +12056,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 webpack-sources: 1.4.3 dev: false @@ -13595,22 +12140,6 @@ packages: yallist: 4.0.0 dev: false - /mississippi/3.0.0: - resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} - engines: {node: '>=4.0.0'} - dependencies: - 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 - dev: false - /mixin-deep/1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} @@ -13668,25 +12197,6 @@ packages: yargs-unparser: 2.0.0 dev: false - /mocha/3.5.3: - resolution: {integrity: sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==} - engines: {node: '>= 0.10.x', npm: '>= 1.4.x'} - hasBin: true - dependencies: - browser-stdout: 1.3.0 - commander: 2.9.0 - debug: 2.6.8 - diff: 3.2.0 - escape-string-regexp: 1.0.5 - glob: 7.1.1 - growl: 1.9.2 - he: 1.1.1 - json3: 3.3.2 - lodash.create: 3.1.1 - mkdirp: 0.5.1 - supports-color: 3.1.2 - dev: false - /mocha/4.1.0: resolution: {integrity: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==} engines: {node: '>= 4.0.0'} @@ -13704,13 +12214,6 @@ packages: supports-color: 4.4.0 dev: false - /mock-require/1.3.0: - resolution: {integrity: sha512-N6rVnkCPEdq5rs7C4aNADQo6MSG6vpgPEccI2ZhNoucMBRlYbo/Wfkz5fLtO0vFXR/pE+1VTvG+sWHZIEe3uBw==} - engines: {node: '>=0.10'} - dependencies: - caller-id: 0.1.0 - dev: false - /mock-require/3.0.3: resolution: {integrity: sha512-lLzfLHcyc10MKQnNUCv7dMcoY/2Qxd6wJfbqCcVk3LDb8An4hF6ohk5AztrvgKhJCqj36uyzi/p5se+tvyD+Wg==} engines: {node: '>=4.3.0'} @@ -13723,17 +12226,6 @@ packages: resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} dev: false - /move-concurrently/1.0.1: - resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==} - dependencies: - 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 - dev: false - /mri/1.1.4: resolution: {integrity: sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==} engines: {node: '>=4'} @@ -13763,11 +12255,6 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false - /nan/2.17.0: - resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} - dev: false - optional: true - /nano-time/1.0.0: resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} dependencies: @@ -14015,10 +12502,6 @@ packages: resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==} dev: false - /nwmatcher/1.4.4: - resolution: {integrity: sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==} - dev: false - /nwsapi/2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} dev: false @@ -14185,15 +12668,6 @@ packages: es-abstract: 1.22.1 dev: false - /object.omit/2.0.1: - resolution: {integrity: sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==} - engines: {node: '>=0.10.0'} - dependencies: - for-own: 0.1.5 - is-extendable: 0.1.1 - dev: false - optional: true - /object.pick/1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} engines: {node: '>=0.10.0'} @@ -14285,13 +12759,6 @@ packages: engines: {node: '>=6'} dev: false - /opn/5.5.0: - resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} - engines: {node: '>=4'} - dependencies: - is-wsl: 1.1.0 - dev: false - /optional-require/1.1.8: resolution: {integrity: sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==} engines: {node: '>=4'} @@ -14323,24 +12790,11 @@ packages: type-check: 0.4.0 dev: false - /os-homedir/1.0.2: - resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} - engines: {node: '>=0.10.0'} - dev: false - /os-tmpdir/1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} dev: false - /output-file-sync/1.1.2: - resolution: {integrity: sha512-uQLlclru4xpCi+tfs80l3QF24KL81X57ELNMy7W/dox+JTtxUf1bLyQ8968fFCmSqqbokjW0kn+WBIlO+rSkNg==} - dependencies: - graceful-fs: 4.2.11 - mkdirp: 0.5.6 - object-assign: 4.1.1 - dev: false - /p-defer/1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} @@ -14434,14 +12888,6 @@ packages: release-zalgo: 1.0.0 dev: false - /parallel-transform/1.2.0: - resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} - dependencies: - cyclist: 1.0.2 - inherits: 2.0.4 - readable-stream: 2.3.8 - dev: false - /param-case/3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: @@ -14456,17 +12902,6 @@ packages: callsites: 3.1.0 dev: false - /parse-glob/3.0.4: - resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} - engines: {node: '>=0.10.0'} - dependencies: - glob-base: 0.3.0 - is-dotfile: 1.0.3 - is-extglob: 1.0.0 - is-glob: 2.0.1 - dev: false - optional: true - /parse-json/4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} @@ -14492,14 +12927,6 @@ packages: parse5: 7.1.2 dev: false - /parse5/1.5.1: - resolution: {integrity: sha512-w2jx/0tJzvgKwZa58sj2vAYq/S/K1QJfIB3cWYea/Iu1scFPDQQ3IQiVZTHWtRBwAjv2Yd7S/xeZf3XqLDb3bA==} - dev: false - - /parse5/5.1.0: - resolution: {integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==} - dev: false - /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: false @@ -14760,10 +13187,6 @@ packages: engines: {node: '>=4'} dev: false - /pn/1.1.0: - resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} - dev: false - /podium/1.3.0: resolution: {integrity: sha512-ZIujqk1pv8bRZNVxwwwq0BhXilZ2udycQT3Kp8ah3f3TcTmVg7ILJsv/oLf47gRa2qeiP584lNq+pfvS9U3aow==} engines: {node: '>=4.0.0'} @@ -15521,23 +13944,6 @@ packages: source-map-js: 1.0.2 dev: false - /preact-render-to-string/5.2.6: - resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==} - peerDependencies: - preact: '>=10' - dependencies: - pretty-format: 3.8.0 - dev: false - - /preact-render-to-string/5.2.6_preact@10.17.1: - resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==} - peerDependencies: - preact: '>=10' - dependencies: - preact: 10.17.1 - pretty-format: 3.8.0 - dev: false - /preact/10.17.1: resolution: {integrity: sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==} dev: false @@ -15552,12 +13958,6 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /preserve/0.2.0: - resolution: {integrity: sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /prettier/1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} @@ -15596,15 +13996,6 @@ packages: react-is: 17.0.2 dev: false - /pretty-format/3.8.0: - resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} - dev: false - - /private/0.1.8: - resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} - engines: {node: '>= 0.6'} - dev: false - /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false @@ -15673,6 +14064,7 @@ packages: /prr/1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} dev: false + optional: true /ps-get/1.1.0: resolution: {integrity: sha512-muN3eNy+lkwlICHD4/9XUM3YqzJaEyWJBRUJ8y5EnGsBRhsZBggF4KvVVPIdVZ+bj0KoiRJs7OrOELoYQSh76Q==} @@ -15686,13 +14078,6 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: false - /pump/2.0.1: - resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - /pump/3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: @@ -15700,14 +14085,6 @@ packages: once: 1.4.0 dev: false - /pumpify/1.5.1: - resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} - dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 - dev: false - /punycode/2.3.0: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} @@ -15777,16 +14154,6 @@ packages: ret: 0.1.15 dev: false - /randomatic/3.1.1: - resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} - engines: {node: '>= 0.10.0'} - dependencies: - is-number: 4.0.0 - kind-of: 6.0.3 - math-random: 1.0.4 - dev: false - optional: true - /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -15933,6 +14300,22 @@ packages: redux: 4.2.1 dev: false + /react-redux/5.1.2_redux@4.2.1: + resolution: {integrity: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==} + peerDependencies: + react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 + redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 + dependencies: + '@babel/runtime': 7.22.15 + hoist-non-react-statics: 3.3.2 + invariant: 2.2.4 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react-is: 16.13.1 + react-lifecycles-compat: 3.0.4 + redux: 4.2.1 + dev: false + /react-redux/8.1.2_218d4c23caa91839c5aa0af611b88026: resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==} peerDependencies: @@ -15999,13 +14382,14 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-router-config/5.1.1: + /react-router-config/5.1.1_react-router@5.3.4: resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15' react-router: '>=5' dependencies: '@babel/runtime': 7.22.15 + react-router: 5.3.4 dev: false /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: @@ -16019,6 +14403,20 @@ packages: react-router: 5.3.4_react@18.2.0 dev: false + /react-router-dom/5.3.4: + resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} + peerDependencies: + react: '>=15' + dependencies: + '@babel/runtime': 7.22.15 + history: 4.10.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react-router: 5.3.4 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + dev: false + /react-router-dom/5.3.4_react@18.2.0: resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} peerDependencies: @@ -16047,6 +14445,22 @@ packages: react-router: 6.15.0_react@18.2.0 dev: false + /react-router/5.3.4: + resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} + peerDependencies: + react: '>=15' + dependencies: + '@babel/runtime': 7.22.15 + history: 4.10.1 + hoist-non-react-statics: 3.3.2 + loose-envify: 1.4.0 + path-to-regexp: 1.8.0 + prop-types: 15.8.1 + react-is: 16.13.1 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + dev: false + /react-router/5.3.4_react@18.2.0: resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} peerDependencies: @@ -16175,16 +14589,6 @@ packages: string_decoder: 1.3.0 dev: false - /readdirp/2.2.1: - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} - engines: {node: '>=0.10'} - dependencies: - graceful-fs: 4.2.11 - micromatch: 3.1.10 - readable-stream: 2.3.8 - dev: false - optional: true - /readdirp/3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -16247,24 +14651,6 @@ packages: resolution: {integrity: sha512-y0wyCcdQul3hI3xHfIs0vg/jSbboQc/YTOAqaxjFG7At+XSexduuOqBVL9SmOLSwa/ldkbzVzdwuk9s2EKTAZg==} dev: false - /redux-bundler-preact/2.0.1: - resolution: {integrity: sha512-x6Oklhv7aV1o7K9NU97TFnZa72cm3KRbtIZsHAJ35Vrx8b1gh5cXgDCCf+ajmpO7il834z5XIaHJstK2/dnyqw==} - peerDependencies: - preact: '>=10.0.0' - dev: false - - /redux-bundler-preact/2.0.1_preact@10.17.1: - resolution: {integrity: sha512-x6Oklhv7aV1o7K9NU97TFnZa72cm3KRbtIZsHAJ35Vrx8b1gh5cXgDCCf+ajmpO7il834z5XIaHJstK2/dnyqw==} - peerDependencies: - preact: '>=10.0.0' - dependencies: - preact: 10.17.1 - dev: false - - /redux-bundler/26.1.0: - resolution: {integrity: sha512-xZBKst80CCQqzmBSxI+8+ywS4cez6vOIlCgSW48dp0U6jdb1Pq/e4FtYxuavy2fvFc4+IGAYqUIDynC+JBYYPQ==} - dev: false - /redux-logger/3.0.6: resolution: {integrity: sha512-JoCIok7bg/XpqA1JqCqXFypuqBbQzGQySrhFzewB7ThcnysTO30l4VCst86AuB9T9tuT03MAA56Jw2PNhRSNCg==} dependencies: @@ -16319,14 +14705,6 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false - /regenerator-runtime/0.10.5: - resolution: {integrity: sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==} - dev: false - - /regenerator-runtime/0.11.1: - resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - dev: false - /regenerator-runtime/0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false @@ -16335,28 +14713,12 @@ packages: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} dev: false - /regenerator-transform/0.10.1: - resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - private: 0.1.8 - dev: false - /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.22.15 dev: false - /regex-cache/0.4.4: - resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-equal-shallow: 0.1.3 - dev: false - optional: true - /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} @@ -16389,14 +14751,6 @@ packages: engines: {node: '>=8'} dev: false - /regexpu-core/2.0.0: - resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==} - dependencies: - regenerate: 1.4.2 - regjsgen: 0.2.0 - regjsparser: 0.1.5 - dev: false - /regexpu-core/5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} @@ -16414,17 +14768,6 @@ packages: engines: {node: '>=0.1.14'} dev: false - /regjsgen/0.2.0: - resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} - dev: false - - /regjsparser/0.1.5: - resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} - hasBin: true - dependencies: - jsesc: 0.5.0 - dev: false - /regjsparser/0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true @@ -16472,36 +14815,6 @@ packages: engines: {node: '>=0.10'} dev: false - /repeating/2.0.1: - resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==} - engines: {node: '>=0.10.0'} - dependencies: - is-finite: 1.1.0 - dev: false - - /request-promise-core/1.1.4_request@2.88.2: - resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} - engines: {node: '>=0.10.0'} - peerDependencies: - request: ^2.34 - dependencies: - lodash: 4.17.21 - request: 2.88.2 - dev: false - - /request-promise-native/1.0.9_request@2.88.2: - resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} - engines: {node: '>=0.12.0'} - deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 - peerDependencies: - request: ^2.34 - dependencies: - request: 2.88.2 - request-promise-core: 1.1.4_request@2.88.2 - stealthy-require: 1.1.1 - tough-cookie: 2.5.0 - dev: false - /request/2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} @@ -16694,13 +15007,6 @@ packages: glob: 7.2.3 dev: false - /rimraf/2.7.1: - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} - hasBin: true - dependencies: - glob: 7.2.3 - dev: false - /rimraf/3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true @@ -16731,12 +15037,6 @@ packages: queue-microtask: 1.2.3 dev: false - /run-queue/1.0.3: - resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==} - dependencies: - aproba: 1.2.0 - dev: false - /run-verify/1.2.6: resolution: {integrity: sha512-q3NhhrLdnxsdlBvICE6eZKs2aB6FSTZLo3xfAkD99s4wpc67Mmp8/G7Jn79rTX3IpUAgGwhlDF2V3hjuQmh7KA==} dev: false @@ -16810,11 +15110,6 @@ packages: deprecated: Please use the 'safe-timers' module instead dev: false - /samsam/1.1.2: - resolution: {integrity: sha512-iVL7LibpM3tl4rQPweOXXrmjGegxx27flTOjQEZD3PXe4oZNFzuz6Si4mgleK/JWU/hyCvtV01RUovjvBEpDmw==} - deprecated: This package has been deprecated in favour of @sinonjs/samsam - dev: false - /samsam/1.3.0: resolution: {integrity: sha512-1HwIYD/8UlOtFS3QO3w7ey+SdSDFE4HRNLZoZRYVQefrOY3l17epswImeB1ijgJFQJodIaHcwkp3r/myBjFVbg==} deprecated: This package has been deprecated in favour of @sinonjs/samsam @@ -16858,7 +15153,7 @@ packages: dependencies: neo-async: 2.6.2 sass: 1.66.1 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /sass/1.66.1: @@ -16875,13 +15170,6 @@ packages: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false - /saxes/3.1.11: - resolution: {integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==} - engines: {node: '>=8'} - dependencies: - xmlchars: 2.2.0 - dev: false - /saxes/5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} engines: {node: '>=10'} @@ -16988,10 +15276,6 @@ packages: statuses: 2.0.1 dev: false - /serialize-javascript/1.9.1: - resolution: {integrity: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==} - dev: false - /serialize-javascript/5.0.1: resolution: {integrity: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==} dependencies: @@ -17037,10 +15321,6 @@ packages: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false - /set-cookie-parser/1.0.2: - resolution: {integrity: sha512-EyqCrf//G0bCXi03651bRSysHBQHR8bSSfL57Pk2whdjKYAk0FrBn+C/z+nBy2QtDJClBymvbv0zbxKzAcLP3Q==} - dev: false - /set-cookie-parser/2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} dev: false @@ -17189,16 +15469,6 @@ packages: is-arrayish: 0.3.2 dev: false - /sinon-chai/2.14.0_chai@3.5.0+sinon@1.17.7: - resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} - peerDependencies: - chai: '>=1.9.2 <5' - sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 - dependencies: - chai: 3.5.0 - sinon: 1.17.7 - dev: false - /sinon-chai/2.14.0_chai@4.3.8+sinon@4.5.0: resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} peerDependencies: @@ -17269,16 +15539,6 @@ packages: sinon: 9.2.4 dev: false - /sinon/1.17.7: - resolution: {integrity: sha512-M9rtyQxKfcTTdB64rpPSRaTzOvunb+HHPv/3PxvNPrEDnFSny95Pi6/3VoD471ody0ay0IHyzT3BErfcLXj6NA==} - engines: {node: '>=0.1.103'} - dependencies: - formatio: 1.1.1 - lolex: 1.3.2 - samsam: 1.1.2 - util: 0.12.5 - dev: false - /sinon/13.0.2: resolution: {integrity: sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==} dependencies: @@ -17352,11 +15612,6 @@ packages: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false - /slash/1.0.0: - resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} - engines: {node: '>=0.10.0'} - dev: false - /slash/2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} @@ -17505,21 +15760,6 @@ packages: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: false - /source-map-explorer/1.8.0: - resolution: {integrity: sha512-1Q0lNSw5J7pChKmjqniOCLbvLFi4KJfrtixk99CzvRcqFiGBJvRHMrw0PjLwKOvbuAo8rNOukJhEPA0Nj85xDw==} - hasBin: true - dependencies: - btoa: 1.2.1 - convert-source-map: 1.9.0 - docopt: 0.6.2 - ejs: 2.7.4 - fs-extra: 7.0.1 - glob: 7.2.3 - opn: 5.5.0 - source-map: 0.5.7 - temp: 0.9.4 - dev: false - /source-map-js/1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} @@ -17544,12 +15784,6 @@ packages: decode-uri-component: 0.2.2 dev: false - /source-map-support/0.4.18: - resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} - dependencies: - source-map: 0.5.7 - dev: false - /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -17683,12 +15917,6 @@ packages: tweetnacl: 0.14.5 dev: false - /ssri/6.0.2: - resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} - dependencies: - figgy-pudding: 3.5.2 - dev: false - /ssri/8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} @@ -17757,11 +15985,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /stealthy-require/1.1.1: - resolution: {integrity: sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==} - engines: {node: '>=0.10.0'} - dev: false - /stop-iteration-iterator/1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} @@ -17769,17 +15992,6 @@ packages: internal-slot: 1.0.5 dev: false - /stream-each/1.2.3: - resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} - dependencies: - end-of-stream: 1.4.4 - stream-shift: 1.0.1 - dev: false - - /stream-shift/1.0.1: - resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} - dev: false - /stream-to-array/2.3.0: resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} dependencies: @@ -18068,13 +16280,6 @@ packages: engines: {node: '>=0.8.0'} dev: false - /supports-color/3.1.2: - resolution: {integrity: sha512-F8dvPrZJtNzvDRX26eNXT4a7AecAvTGljmmnI39xEgSpbHKhQ7N0dO/NTxUExd0wuLHp4zbwYY7lvHq0aKpwrA==} - engines: {node: '>=0.8.0'} - dependencies: - has-flag: 1.0.0 - dev: false - /supports-color/3.2.3: resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} engines: {node: '>=0.8.0'} @@ -18202,14 +16407,6 @@ packages: deprecated: This module has moved and is now available at @hapi/teamwork. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. dev: false - /temp/0.9.4: - resolution: {integrity: sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==} - engines: {node: '>=6.0.0'} - dependencies: - mkdirp: 0.5.6 - rimraf: 2.6.3 - dev: false - /terminal-link/2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} @@ -18285,13 +16482,6 @@ packages: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: false - /through2/2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} - dependencies: - readable-stream: 2.3.8 - xtend: 4.0.2 - dev: false - /timsort/0.3.0: resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} dev: false @@ -18332,11 +16522,6 @@ packages: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} dev: false - /to-fast-properties/1.0.3: - resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} - engines: {node: '>=0.10.0'} - dev: false - /to-fast-properties/2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} @@ -18402,15 +16587,6 @@ packages: punycode: 2.3.0 dev: false - /tough-cookie/3.0.1: - resolution: {integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==} - engines: {node: '>=6'} - dependencies: - ip-regex: 2.1.0 - psl: 1.9.0 - punycode: 2.3.0 - dev: false - /tough-cookie/4.1.3: resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} engines: {node: '>=6'} @@ -18425,12 +16601,6 @@ packages: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: false - /tr46/1.0.1: - resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} - dependencies: - punycode: 2.3.0 - dev: false - /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} @@ -18742,16 +16912,8 @@ packages: /type-check/0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.2.1 - dev: false - - /type-detect/0.1.1: - resolution: {integrity: sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==} - dev: false - - /type-detect/1.0.0: - resolution: {integrity: sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==} + dependencies: + prelude-ls: 1.2.1 dev: false /type-detect/4.0.8: @@ -19042,30 +17204,13 @@ packages: engines: {node: '>=0.8.0'} hasBin: true dev: false + optional: true /uglify-to-browserify/1.0.2: resolution: {integrity: sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==} dev: false optional: true - /uglifyjs-webpack-plugin/2.2.0_webpack@5.88.2: - resolution: {integrity: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg==} - engines: {node: '>= 6.9.0'} - peerDependencies: - webpack: ^4.0.0 - dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 1.9.1 - source-map: 0.6.1 - uglify-js: 3.17.4 - webpack: 5.88.2_uglify-js@2.8.29 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -19213,7 +17358,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /url-parse/1.5.10: @@ -19236,12 +17381,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /user-home/1.1.1: - resolution: {integrity: sha512-aggiKfEEubv3UwRNqTzLInZpAOmKzwdHqEBmW/hBA/mt99eg+b4VrX6i+IRLxU8+WJYfa33rGwRseg4eElUgsQ==} - engines: {node: '>=0.10.0'} - hasBin: true - dev: false - /util-deprecate/1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false @@ -19255,16 +17394,6 @@ packages: object.getownpropertydescriptors: 2.1.7 dev: false - /util/0.12.5: - resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} - dependencies: - inherits: 2.0.4 - is-arguments: 1.1.1 - is-generator-function: 1.0.10 - is-typed-array: 1.1.12 - which-typed-array: 1.1.11 - dev: false - /utila/0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} dev: false @@ -19302,13 +17431,6 @@ packages: source-map: 0.7.4 dev: false - /v8flags/2.1.1: - resolution: {integrity: sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA==} - engines: {node: '>= 0.10.0'} - dependencies: - user-home: 1.1.1 - dev: false - /valid-url/1.0.9: resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} dev: false @@ -19388,14 +17510,6 @@ packages: browser-process-hrtime: 1.0.0 dev: false - /w3c-xmlserializer/1.1.2: - resolution: {integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==} - dependencies: - domexception: 1.0.1 - webidl-conversions: 4.0.2 - xml-name-validator: 3.0.0 - dev: false - /w3c-xmlserializer/2.0.0: resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} engines: {node: '>=10'} @@ -19434,10 +17548,6 @@ packages: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false - /webidl-conversions/4.0.2: - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} - dev: false - /webidl-conversions/5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} @@ -19473,42 +17583,6 @@ packages: ws: 6.2.2 dev: false - /webpack-cli/4.10.0_c897c9b007e9156ce2be4a7c8f7573c8: - resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - '@webpack-cli/generators': '*' - '@webpack-cli/migrate': '*' - webpack: 4.x.x || 5.x.x - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' - peerDependenciesMeta: - '@webpack-cli/generators': - optional: true - '@webpack-cli/migrate': - optional: true - webpack-bundle-analyzer: - optional: true - webpack-dev-server: - optional: true - dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_b6ed4fc45665505c19b044157b25ef91 - '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 - colorette: 2.0.20 - commander: 7.2.0 - cross-spawn: 7.0.3 - fastest-levenshtein: 1.0.16 - import-local: 3.1.0 - interpret: 2.2.0 - rechoir: 0.7.1 - webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca - webpack-bundle-analyzer: 3.9.0 - webpack-merge: 5.9.0 - dev: false - /webpack-cli/4.8.0_c897c9b007e9156ce2be4a7c8f7573c8: resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} engines: {node: '>=10.13.0'} @@ -19558,7 +17632,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.3.0 - webpack: 5.88.2_uglify-js@2.8.29 + webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /webpack-hot-middleware/2.25.4: @@ -19607,47 +17681,6 @@ packages: resolution: {integrity: sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw==} dev: false - /webpack/5.88.2_17c93feb39fd8f95264c9b12c9d849ca: - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/wasm-edit': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.10.0 - acorn-import-assertions: 1.9.0_acorn@8.10.0 - browserslist: 4.21.10 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 3.3.0 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 - watchpack: 2.4.0 - webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: false - /webpack/5.88.2_f52b93474dd2fb1e4f90db635f9d54a8: resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} engines: {node: '>=10.13.0'} @@ -19689,46 +17722,6 @@ packages: - uglify-js dev: false - /webpack/5.88.2_uglify-js@2.8.29: - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/wasm-edit': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.10.0 - acorn-import-assertions: 1.9.0_acorn@8.10.0 - browserslist: 4.21.10 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 3.3.0 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 - watchpack: 2.4.0 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: false - /whatwg-encoding/1.0.5: resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} dependencies: @@ -19742,10 +17735,6 @@ packages: iconv-lite: 0.6.3 dev: false - /whatwg-fetch/2.0.4: - resolution: {integrity: sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==} - dev: false - /whatwg-mimetype/2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} dev: false @@ -19771,13 +17760,6 @@ packages: webidl-conversions: 7.0.0 dev: false - /whatwg-url/4.8.0: - resolution: {integrity: sha512-nUvUPuenPFtPfy/X+dAYh/TfRbTBlnXTM5iIfLseJFkkQewmpG9pGR6i87E9qL+lZaJzv+99kkQWoGOtLfkZQQ==} - dependencies: - tr46: 0.0.3 - webidl-conversions: 3.0.1 - dev: false - /whatwg-url/5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: @@ -19785,14 +17767,6 @@ packages: webidl-conversions: 3.0.1 dev: false - /whatwg-url/7.1.0: - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - dev: false - /whatwg-url/8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} @@ -19937,12 +17911,6 @@ packages: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: false - /worker-farm/1.7.0: - resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} - dependencies: - errno: 0.1.8 - dev: false - /workerpool/6.2.1: resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} dev: false @@ -20085,10 +18053,6 @@ packages: resolution: {integrity: sha512-ekNalpPoXwgWx1tE384qlkx8+17ANcpmCtak4TYK1EsEcM+0a607TqszGHv4sWMBuogM28XyJmzcRoIgMjABIA==} dev: false - /xml-name-validator/2.0.1: - resolution: {integrity: sha512-jRKe/iQYMyVJpzPH+3HL97Lgu5HrCfii+qSo+TfjKHtOnvbnvdVfMYrn9Q34YV81M2e5sviJlI6Ko9y+nByzvA==} - dev: false - /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: false @@ -20117,11 +18081,6 @@ packages: resolution: {integrity: sha512-LVXVwRTZUCQ3hqTL31T8+qKISGoH1Vv4G9VQiDtO49VEMODbUmYeZcw76MPK+Cgy+uRt+SIgFQz2FrrrVDUDCQ==} dev: false - /xtend/4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} - dev: false - /y18n/4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} dev: false @@ -20230,7 +18189,7 @@ packages: engines: {node: '>=12.20'} dev: false - file:projects/app-dev.tgz_uglify-js@2.8.29+webpack@5.88.2: + file:projects/app-dev.tgz_c5d5b1fad86bc2ee7e110a833d65dee1: resolution: {integrity: sha512-tXLy4j3liGX+mqJe1rsZC4pScp1IKO+U4KVrkzrlwuawe/6g8Rb1Rxebaov1SivAnkcPu9ySZVO54rF1f1ArBg==, tarball: file:projects/app-dev.tgz} id: file:projects/app-dev.tgz name: '@rush-temp/app-dev' @@ -20255,7 +18214,7 @@ packages: '@types/node': 14.18.58 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 - '@types/webpack': 5.28.0_uglify-js@2.8.29 + '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 @@ -20379,7 +18338,7 @@ packages: dev: false file:projects/create-app.tgz_uglify-js@2.8.29: - resolution: {integrity: sha512-8iK3svduLZaRTYBp8YR1fNmTtJjfSy968Vb4rbBQbtnAa643kHl2AlHTGxWiuzBUZOf9FlOvJoXbhHVbotKKhw==, tarball: file:projects/create-app.tgz} + resolution: {integrity: sha512-GOelCRhBcKZJUFt1a1S/WPp/6R9jpCbk2fsm3SwxYTjDY3WYU4FZpfbbbkGYxqBevazBF72aLpNf+C/Eqmve4w==, tarball: file:projects/create-app.tgz} id: file:projects/create-app.tgz name: '@rush-temp/create-app' version: 0.0.0 @@ -20445,44 +18404,6 @@ packages: - supports-color dev: false - file:projects/electrode-archetype-webpack-dll-dev.tgz_73b0bf351ab9a055d7b5b1930428d9b3: - resolution: {integrity: sha512-KyyQcvOJwtLORxmhgBqy31GxD8g7VBV8G1KgQJWcMRhKbuRU5z90akqKaY0fEUJPydEO8D9yxgohH9a6KG6VQQ==, tarball: file:projects/electrode-archetype-webpack-dll-dev.tgz} - id: file:projects/electrode-archetype-webpack-dll-dev.tgz - name: '@rush-temp/electrode-archetype-webpack-dll-dev' - version: 0.0.0 - dependencies: - bluebird: 3.7.2 - electrode-archetype-njs-module-dev: 3.0.3 - glob: 7.2.3 - optional-require: 1.1.8 - require-at: 1.0.6 - source-map-explorer: 1.8.0 - uglifyjs-webpack-plugin: 2.2.0_webpack@5.88.2 - webpack: 5.88.2_17c93feb39fd8f95264c9b12c9d849ca - webpack-cli: 4.10.0_c897c9b007e9156ce2be4a7c8f7573c8 - webpack-stats-plugin: 1.1.3 - xclap: 0.2.53 - xsh: 0.4.5 - transitivePeerDependencies: - - '@swc/core' - - '@webpack-cli/generators' - - '@webpack-cli/migrate' - - esbuild - - uglify-js - - webpack-bundle-analyzer - - webpack-dev-server - dev: false - - file:projects/electrode-archetype-webpack-dll.tgz: - resolution: {integrity: sha512-KD1VVQ83rKadS4luJ2W1Q/f72roHetECvlhKruW3G05OWM+kRxm/LRdntra71B5nb9phFykDFVFsJ/4wTzdXgA==, tarball: file:projects/electrode-archetype-webpack-dll.tgz} - name: '@rush-temp/electrode-archetype-webpack-dll' - version: 0.0.0 - dependencies: - electrode-archetype-njs-module-dev: 3.0.3 - optional-require: 1.1.8 - xsh: 0.4.5 - dev: false - file:projects/electrode-cdn-file-loader.tgz: resolution: {integrity: sha512-c3xOXllloxjYyAhjzmTT1MQZ2nJmrCxwiNLilUULWJIlwwy7R1yC+m3tnX1cUxSMYYXvRBjcFCrirVnpgrzcXw==, tarball: file:projects/electrode-cdn-file-loader.tgz} name: '@rush-temp/electrode-cdn-file-loader' @@ -20491,28 +18412,6 @@ packages: loader-utils: 1.4.2 dev: false - file:projects/electrode-cookies.tgz: - resolution: {integrity: sha512-7wFvYECAMRua388goHi/O+sS8Zi2MMimxyax+fq/duPWhFTFFcrTD7COztQb+j/hKLUTMII+Y7u9OcmFZMHnrg==, tarball: file:projects/electrode-cookies.tgz} - name: '@rush-temp/electrode-cookies' - version: 0.0.0 - dependencies: - bluebird: 2.11.0 - electrode-archetype-njs-module-dev: 2.3.2 - electrode-hapi-compat: 1.3.3 - electrode-server: 2.5.0 - eslint-config-prettier: 2.10.0 - jsdom: 9.12.0 - jsdom-global: 2.1.1 - lodash: 4.17.21 - mock-require: 1.3.0 - prettier: 1.19.1 - set-cookie-parser: 1.0.2 - superagent: 1.8.5 - xclap: 0.2.53 - transitivePeerDependencies: - - eslint - dev: false - file:projects/electrode-node-resolver.tgz: resolution: {integrity: sha512-xvYQpyXNeAofpVFCbv+oB7tAT1BW1D7cXJDKNxPKTrWOJjniEm+P+w7CZoPtFGdJi3ji+wFlTjs95N15Wfsycw==, tarball: file:projects/electrode-node-resolver.tgz} name: '@rush-temp/electrode-node-resolver' @@ -20523,7 +18422,7 @@ packages: dev: false file:projects/electrode-react-webapp.tgz: - resolution: {integrity: sha512-7MGDGnzy+axDhoQQ68eJN1sKHGvAonYjXktbTHxmCbOicQ3Pbcrx4+e3FT6Z0dTqZhYkGzuQ/WXfLic6FCBgrQ==, tarball: file:projects/electrode-react-webapp.tgz} + resolution: {integrity: sha512-xYh2USRY23lf0gXXp3//f7WaWP5optWLxwt6bfpUxG0fjoZuCV6jXPJc8ta4WobaqIX7lb8uA9cmvQPMxxS3ew==, tarball: file:projects/electrode-react-webapp.tgz} name: '@rush-temp/electrode-react-webapp' version: 0.0.0 dependencies: @@ -20539,6 +18438,7 @@ packages: chai: 4.3.6 electrode-archetype-njs-module-dev: 3.0.3 electrode-hapi-compat: 1.3.3 + electrode-redux-router-engine: 6.0.0_react-dom@18.2.0+react@18.2.0 electrode-server: 1.9.0 electrode-server2: /electrode-server/2.5.0 eslint: 7.32.0 @@ -20572,65 +18472,6 @@ packages: - supports-color dev: false - file:projects/electrode-redux-router-engine.tgz: - resolution: {integrity: sha512-mKDyXEYArysPy9wRpmuL+apnWDsElgqQezL1d8DTlpMlCg514HyPsOiNRNQgSlMhaC4S+lFjTHHMCTOEYLw1ww==, tarball: file:projects/electrode-redux-router-engine.tgz} - name: '@rush-temp/electrode-redux-router-engine' - version: 0.0.0 - dependencies: - '@xarc/run': 1.1.1 - babel-cli: 6.26.0 - babel-core: 6.26.3 - babel-preset-env: 1.7.0 - babel-preset-es2015: 6.24.1 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - babel-register: 6.26.0 - electrode-archetype-njs-module-dev: 2.3.2 - electrode-server: 1.9.0 - optional-require: 1.1.8 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-redux: 5.1.2_react@18.2.0+redux@4.2.1 - react-router: 5.3.4_react@18.2.0 - react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 - react-router-dom: 5.3.4_react@18.2.0 - redux: 4.2.1 - run-verify: 1.2.6 - stream-to-array: 2.3.0 - xclap: 0.2.53 - xstdout: 0.1.1 - dev: false - - file:projects/electrode-ui-config.tgz: - resolution: {integrity: sha512-Ly59LPUuHrrwRkw0CIatx9alnv0+Z6HgCFTz85tTsVQ8K4kpIrwDijwfMbF+2RuLFLLpsoSaiPgJfL1HGKYQQg==, tarball: file:projects/electrode-ui-config.tgz} - name: '@rush-temp/electrode-ui-config' - version: 0.0.0 - dependencies: - '@xarc/run': 1.1.1 - babel-cli: 6.26.0 - babel-preset-es2015: 6.24.1 - bluebird: 2.11.0 - electrode-archetype-njs-module-dev: 3.0.3 - electrode-hapi-compat: 1.3.3 - lodash: 4.17.21 - nyc: 15.1.0 - transitivePeerDependencies: - - supports-color - dev: false - - file:projects/electrode-ui-logger.tgz: - resolution: {integrity: sha512-bPHJqp5veFvGA4a9DE9JtW8aAdNExsU2BvPHp9TRVOi8r6FvngULXdAUjx9F37NQuNyCBXhHDSoQSGPMZ/MoYg==, tarball: file:projects/electrode-ui-logger.tgz} - name: '@rush-temp/electrode-ui-logger' - version: 0.0.0 - dependencies: - '@xarc/run': 1.1.1 - electrode-archetype-njs-module-dev: 2.3.2 - json-stringify-safe: 5.0.1 - lodash.keys: 4.2.0 - lodash.omit: 4.5.0 - whatwg-fetch: 2.0.4 - dev: false - file:projects/index-page.tgz: resolution: {integrity: sha512-/3S5QZI7BAJdRVMEUA/haRhI7pZS3Geb6AfrhGFatni8RoHZ14BTBrRwoX1TI8ke27y8M7LsmfoGVz34LCYTgA==, tarball: file:projects/index-page.tgz} name: '@rush-temp/index-page' @@ -21353,34 +19194,6 @@ packages: - supports-color dev: false - file:projects/subapp-pbundle.tgz: - resolution: {integrity: sha512-ejdqJyb16aR89/m/Yl6N1A942FAGVwQS6YZcGghcGf6XuDx3AxLEzpwVynamTNquTm+oVhHYE2cB1ZfifXphVg==, tarball: file:projects/subapp-pbundle.tgz} - name: '@rush-temp/subapp-pbundle' - version: 0.0.0 - dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 - '@babel/runtime': 7.22.15 - '@xarc/run': 1.1.1 - babel-preset-minify: 0.5.2 - electrode-archetype-njs-module-dev: 3.0.3 - jsdom: 15.2.1 - preact: 10.17.1 - preact-render-to-string: 5.2.6_preact@10.17.1 - redux-bundler: 26.1.0 - redux-bundler-preact: 2.0.1_preact@10.17.1 - run-verify: 1.2.6 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - file:projects/subapp-pkg-util.tgz: resolution: {integrity: sha512-Nt83w7ogjufDyVbYRZ7TW8bBS17Vyeh6EH7S07gHALk+7BOdNLGNlClWFT81Q6iUk0LoeVb58sr4ZIiaVeTQnA==, tarball: file:projects/subapp-pkg-util.tgz} name: '@rush-temp/subapp-pkg-util' @@ -21580,7 +19393,7 @@ packages: dev: false file:projects/subapp2-basic.tgz: - resolution: {integrity: sha512-YV7vjvhwzErpALnINZrbHOgl1TmOlKh6rO4o0yrB75CD4xxMNB2bbzhBJbjL5NdQuN2Tx7W6SAkuQ0pEGZg0hQ==, tarball: file:projects/subapp2-basic.tgz} + resolution: {integrity: sha512-3vNG3XuXJdKV6lXVMLlrdjbZH7T2GOlJk6BAh0phHso0VCebQnzjztAFqys9A30czX4MZnNSCESP1BksTdaSlg==, tarball: file:projects/subapp2-basic.tgz} name: '@rush-temp/subapp2-basic' version: 0.0.0 dependencies: @@ -21600,7 +19413,7 @@ packages: dev: false file:projects/subapp2-poc.tgz: - resolution: {integrity: sha512-JMZHKNRmg6lRWtXzFF//nR5lA1C1RDce5yl5CAD3EA233+mWgWL314y0LQWBnhoLxIzCwR4FOxEpbNnaFYXYdQ==, tarball: file:projects/subapp2-poc.tgz} + resolution: {integrity: sha512-fzxGmZDzAe/rEOhsp4xjjjDHlpfbDpJVClTN5gNxe8e1ELmlSlwN1xSLsZ2jktfnz5UQDbkEIeZ3eU3KaYxO5g==, tarball: file:projects/subapp2-poc.tgz} name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: From 7d686a9354a48051136ce1a1dd62f94390f74da2 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Tue, 3 Oct 2023 13:32:32 +0530 Subject: [PATCH 13/15] fix(test): test cases fix --- common/config/rush/pnpm-lock.yaml | 3946 +++++++++++++++++++---------- rush.json | 8 +- 2 files changed, 2661 insertions(+), 1293 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index ffbb731b3..128a4fce5 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -16,6 +16,7 @@ specifiers: '@rush-temp/electrode-cdn-file-loader': file:./projects/electrode-cdn-file-loader.tgz '@rush-temp/electrode-node-resolver': file:./projects/electrode-node-resolver.tgz '@rush-temp/electrode-react-webapp': file:./projects/electrode-react-webapp.tgz + '@rush-temp/electrode-redux-router-engine': file:./projects/electrode-redux-router-engine.tgz '@rush-temp/index-page': file:./projects/index-page.tgz '@rush-temp/jsx-renderer': file:./projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:./projects/opt-archetype-check.tgz @@ -57,6 +58,8 @@ specifiers: '@types/webpack': 5.28.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 + babel-cli: ^6.1.1 + babel-core: ^6.0.15 babel-eslint: ^10.1.0 babel-jest: ^26.1.0 babel-plugin-istanbul: ^6.1.1 @@ -66,7 +69,12 @@ specifiers: babel-plugin-transform-node-env-inline: ^0.4.3 babel-plugin-transform-react-remove-prop-types: ^0.4.24 babel-plugin-transform-remove-strict-mode: ^0.0.2 + babel-preset-env: ^1.7.0 + babel-preset-es2015: ^6.0.15 babel-preset-minify: ^0.5.1 + babel-preset-react: ^6.0.15 + babel-preset-stage-0: ^6.0.15 + babel-register: ^6.5.2 benchmark: ^2.1.4 boxen: ^5.0.0 chai-as-promised: ^7.1.1 @@ -75,10 +83,8 @@ specifiers: chokidar: ^3.5.3 css-loader: ^6.5.1 css-minimizer-webpack-plugin: ^1.2.0 - electrode-archetype-njs-module-dev: ^3.0.3 electrode-confippet: ^1.7.1 electrode-hapi-compat: ^1.2.0 - electrode-redux-router-engine: 6.0.0 electrode-server1: npm:electrode-server@^1.0.0 electrode-server2: npm:electrode-server@^2.0.0 enzyme: ^3.11.0 @@ -142,6 +148,7 @@ specifiers: ps-get: ^1.1.0 react-helmet: ^5.2.0 react-query: ~3.39.0 + react-router-config: ^5.1.1 read-pkg-up: ^7.0.1 recoil: ^0.7.5 redux-logger: ^3.0.6 @@ -178,11 +185,11 @@ specifiers: dependencies: '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-decorators': 7.22.15 + '@babel/plugin-proposal-decorators': 7.23.0 '@babel/plugin-proposal-object-rest-spread': 7.20.7 '@babel/plugin-transform-react-constant-elements': 7.22.5 '@babel/plugin-transform-react-inline-elements': 7.22.5 - '@babel/preset-typescript': 7.22.15 + '@babel/preset-typescript': 7.23.0 '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 '@rush-temp/app': file:projects/app.tgz @@ -192,6 +199,7 @@ dependencies: '@rush-temp/electrode-cdn-file-loader': file:projects/electrode-cdn-file-loader.tgz '@rush-temp/electrode-node-resolver': file:projects/electrode-node-resolver.tgz '@rush-temp/electrode-react-webapp': file:projects/electrode-react-webapp.tgz + '@rush-temp/electrode-redux-router-engine': file:projects/electrode-redux-router-engine.tgz '@rush-temp/index-page': file:projects/index-page.tgz '@rush-temp/jsx-renderer': file:projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz @@ -233,6 +241,8 @@ dependencies: '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 + babel-cli: 6.26.0 + babel-core: 6.26.3 babel-eslint: 10.1.0 babel-jest: 26.6.3 babel-plugin-istanbul: 6.1.1 @@ -242,7 +252,12 @@ dependencies: babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-plugin-transform-remove-strict-mode: 0.0.2 + babel-preset-env: 1.7.0 + babel-preset-es2015: 6.24.1 babel-preset-minify: 0.5.2 + babel-preset-react: 6.24.1 + babel-preset-stage-0: 6.24.1 + babel-register: 6.26.0 benchmark: 2.1.4 boxen: 5.1.2 chai-as-promised: 7.1.1 @@ -251,10 +266,8 @@ dependencies: chokidar: 3.5.3 css-loader: 6.8.1_webpack@5.88.2 css-minimizer-webpack-plugin: 1.3.0_webpack@5.88.2 - electrode-archetype-njs-module-dev: 3.0.3 electrode-confippet: 1.7.1 electrode-hapi-compat: 1.3.3 - electrode-redux-router-engine: 6.0.0 electrode-server1: /electrode-server/1.9.0 electrode-server2: /electrode-server/2.5.0 enzyme: 3.11.0 @@ -314,10 +327,11 @@ dependencies: postcss-nested: 4.2.3 postcss-preset-env: 6.7.1 postcss-scss: 2.1.1 - preact: 10.17.1 + preact: 10.18.1 ps-get: 1.1.0 react-helmet: 5.2.1 react-query: 3.39.3 + react-router-config: 5.1.1 read-pkg-up: 7.0.1 recoil: 0.7.7 redux-logger: 3.0.6 @@ -327,8 +341,8 @@ dependencies: request: 2.88.2 require-at: 1.0.6 rxjs: 6.6.7 - sass: 1.66.1 - sass-loader: 13.3.2_sass@1.66.1+webpack@5.88.2 + sass: 1.68.0 + sass-loader: 13.3.2_sass@1.68.0+webpack@5.88.2 semver: 7.5.4 serve-index-fs: 1.10.1 shcmd: 0.8.4 @@ -367,8 +381,8 @@ packages: '@jridgewell/trace-mapping': 0.3.19 dev: false - /@babel/cli/7.22.15: - resolution: {integrity: sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==} + /@babel/cli/7.23.0: + resolution: {integrity: sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -376,7 +390,7 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.19 commander: 4.1.1 - convert-source-map: 1.9.0 + convert-source-map: 2.0.0 fs-readdir-recursive: 1.1.0 glob: 7.2.3 make-dir: 2.1.0 @@ -386,17 +400,17 @@ packages: chokidar: 3.5.3 dev: false - /@babel/cli/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==} + /@babel/cli/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@jridgewell/trace-mapping': 0.3.19 commander: 4.1.1 - convert-source-map: 1.9.0 + convert-source-map: 2.0.0 fs-readdir-recursive: 1.1.0 glob: 7.2.3 make-dir: 2.1.0 @@ -415,37 +429,37 @@ packages: /@babel/code-frame/7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.22.13 + '@babel/highlight': 7.22.20 dev: false /@babel/code-frame/7.22.13: resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.13 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: false - /@babel/compat-data/7.22.9: - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} + /@babel/compat-data/7.22.20: + resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} engines: {node: '>=6.9.0'} dev: false - /@babel/core/7.22.15: - resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==} + /@babel/core/7.23.0: + resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 - '@babel/generator': 7.22.15 + '@babel/generator': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 - '@babel/helpers': 7.22.15 - '@babel/parser': 7.22.16 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/helpers': 7.23.1 + '@babel/parser': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 - convert-source-map: 1.9.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 + convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 @@ -464,11 +478,11 @@ packages: trim-right: 1.0.1 dev: false - /@babel/generator/7.22.15: - resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} + /@babel/generator/7.23.0: + resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -478,14 +492,14 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-builder-binary-assignment-operator-visitor/7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-builder-react-jsx/7.22.10: @@ -493,16 +507,16 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-compilation-targets/7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.22.20 '@babel/helper-validator-option': 7.22.15 - browserslist: 4.21.10 + browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 dev: false @@ -514,63 +528,63 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9 + '@babel/helper-replace-supers': 7.22.20 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.15: + /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.22.15: + /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.22.15: + /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.23.0: resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-environment-visitor/7.22.5: - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} + /@babel/helper-environment-visitor/7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} dev: false @@ -582,12 +596,12 @@ packages: '@babel/types': 7.0.0-beta.44 dev: false - /@babel/helper-function-name/7.22.5: - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} + /@babel/helper-function-name/7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-get-function-arity/7.0.0-beta.44: @@ -600,55 +614,55 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false - /@babel/helper-member-expression-to-functions/7.22.15: - resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} + /@babel/helper-member-expression-to-functions/7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-module-imports/7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false - /@babel/helper-module-transforms/7.22.15: - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} + /@babel/helper-module-transforms/7.23.0: + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/helper-module-transforms/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} + /@babel/helper-module-transforms/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 dev: false /@babel/helper-optimise-call-expression/7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-plugin-utils/7.22.5: @@ -656,38 +670,38 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.22.15: - resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + /@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-wrap-function': 7.22.10 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 dev: false - /@babel/helper-replace-supers/7.22.9: - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + /@babel/helper-replace-supers/7.22.20: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 dev: false - /@babel/helper-replace-supers/7.22.9_@babel+core@7.22.15: - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + /@babel/helper-replace-supers/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 dev: false @@ -695,14 +709,14 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-skip-transparent-expression-wrappers/7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-split-export-declaration/7.0.0-beta.44: @@ -715,7 +729,7 @@ packages: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@babel/helper-string-parser/7.22.5: @@ -723,8 +737,8 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-validator-identifier/7.22.15: - resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} + /@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} dev: false @@ -733,22 +747,22 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-wrap-function/7.22.10: - resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==} + /@babel/helper-wrap-function/7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false - /@babel/helpers/7.22.15: - resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} + /@babel/helpers/7.23.1: + resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: false @@ -761,41 +775,41 @@ packages: js-tokens: 3.0.2 dev: false - /@babel/highlight/7.22.13: - resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} + /@babel/highlight/7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false - /@babel/parser/7.22.16: - resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==} + /@babel/parser/7.23.0: + resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} engines: {node: '>=6.0.0'} hasBin: true dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.22.15: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.22.15: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 dev: false /@babel/plugin-proposal-class-properties/7.18.6: @@ -809,43 +823,43 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.22.15: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-decorators/7.22.15: - resolution: {integrity: sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==} + /@babel/plugin-proposal-decorators/7.23.0: + resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-create-class-features-plugin': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9 + '@babel/helper-replace-supers': 7.22.20 '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.22.10 dev: false - /@babel/plugin-proposal-decorators/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==} + /@babel/plugin-proposal-decorators/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10_@babel+core@7.22.15 + '@babel/plugin-syntax-decorators': 7.22.10_@babel+core@7.23.0 dev: false /@babel/plugin-proposal-object-rest-spread/7.20.7: @@ -855,35 +869,35 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.22.20 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3 '@babel/plugin-transform-parameters': 7.22.15 dev: false - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.22.15: + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.23.0: resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 dev: false - /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.15: + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0: resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 dev: false /@babel/plugin-syntax-async-generators/7.8.4: @@ -894,12 +908,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.15: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -911,12 +925,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -928,22 +942,22 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.15: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -956,51 +970,51 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.22.15: + /@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1012,12 +1026,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1029,12 +1043,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1047,13 +1061,13 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1065,12 +1079,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1082,12 +1096,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1099,12 +1113,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1116,12 +1130,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1133,12 +1147,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1150,22 +1164,22 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1178,13 +1192,13 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1197,409 +1211,409 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.15: + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.15 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.15 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==} + /@babel/plugin-transform-block-scoping/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.15 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-classes/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-classes/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false - /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 dev: false - /@babel/plugin-transform-destructuring/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==} + /@babel/plugin-transform-destructuring/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.15 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.22.15: - resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} + /@babel/plugin-transform-modules-amd/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs/7.22.15: - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} + /@babel/plugin-transform-modules-commonjs/7.23.0: + resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.22.15 + '@babel/helper-module-transforms': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} + /@babel/plugin-transform-modules-commonjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs/7.22.11_@babel+core@7.22.15: - resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==} + /@babel/plugin-transform-modules-systemjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.15 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-optional-chaining/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==} + /@babel/plugin-transform-optional-chaining/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 dev: false /@babel/plugin-transform-parameters/7.22.15: @@ -1611,47 +1625,47 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.15 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1664,23 +1678,23 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1694,138 +1708,138 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-inline-elements/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-react-inline-elements/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-m+OHS1E33wsWyv37bQXNzY/AB7vMTR1BYGG/KW+HGHdKeQS03sUAweNdGaDh8wKmAqh6ZbRRtFjPbhyYFToSbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-builder-react-jsx': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.15 - '@babel/types': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/types': 7.23.0 dev: false - /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.22.15: + /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-runtime/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-runtime/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.15 - babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.15 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.15 + babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 + babel-plugin-polyfill-corejs3: 0.8.4_@babel+core@7.23.0 + babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-spread/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-spread/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1841,181 +1855,181 @@ packages: '@babel/plugin-syntax-typescript': 7.22.5 dev: false - /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.22.15 + '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.0 dev: false - /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/preset-env/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==} + /@babel/preset-env/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.15 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.15 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.22.15 - '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-block-scoping': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-destructuring': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-modules-commonjs': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-modules-systemjs': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.22.15 - '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.22.15 - '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.22.15 - '@babel/types': 7.22.15 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.15 - babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.15 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.15 - core-js-compat: 3.32.2 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoping': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-destructuring': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-amd': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-systemjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.23.0 + '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.0 + '@babel/types': 7.23.0 + babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 + babel-plugin-polyfill-corejs3: 0.8.4_@babel+core@7.23.0 + babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 + core-js-compat: 3.33.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.22.15: + /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.0: resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 esutils: 2.0.3 dev: false - /@babel/preset-react/7.22.15_@babel+core@7.22.15: + /@babel/preset-react/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.22.15 + '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.23.0 dev: false - /@babel/preset-typescript/7.22.15: - resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} + /@babel/preset-typescript/7.23.0: + resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2023,31 +2037,31 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-syntax-jsx': 7.22.5 - '@babel/plugin-transform-modules-commonjs': 7.22.15 + '@babel/plugin-transform-modules-commonjs': 7.23.0 '@babel/plugin-transform-typescript': 7.22.15 dev: false - /@babel/preset-typescript/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} + /@babel/preset-typescript/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-modules-commonjs': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.23.0 dev: false - /@babel/register/7.22.15_@babel+core@7.22.15: + /@babel/register/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -2059,16 +2073,16 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false - /@babel/runtime-corejs3/7.22.15: - resolution: {integrity: sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==} + /@babel/runtime-corejs3/7.23.1: + resolution: {integrity: sha512-OKKfytwoc0tr7cDHwQm0RLVR3y+hDGFz3EPuvLNU/0fOeXJeKNIHj7ffNVFnncWt3sC58uyUCRSzf8nBQbyF6A==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.32.2 + core-js-pure: 3.33.0 regenerator-runtime: 0.14.0 dev: false - /@babel/runtime/7.22.15: - resolution: {integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==} + /@babel/runtime/7.23.1: + resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -2088,8 +2102,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 dev: false /@babel/traverse/7.0.0-beta.44: @@ -2107,18 +2121,18 @@ packages: lodash: 4.17.21 dev: false - /@babel/traverse/7.22.15: - resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==} + /@babel/traverse/7.23.0: + resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/generator': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/generator': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2133,12 +2147,12 @@ packages: to-fast-properties: 2.0.0 dev: false - /@babel/types/7.22.15: - resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==} + /@babel/types/7.23.0: + resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: false @@ -2185,18 +2199,18 @@ packages: engines: {node: '>=10.0.0'} dev: false - /@eslint-community/eslint-utils/4.4.0_eslint@8.48.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.50.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 dev: false - /@eslint-community/regexpp/4.8.0: - resolution: {integrity: sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==} + /@eslint-community/regexpp/4.9.1: + resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false @@ -2207,7 +2221,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 7.3.1 - globals: 13.21.0 + globals: 13.22.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -2224,7 +2238,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.21.0 + globals: 13.22.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -2234,8 +2248,8 @@ packages: - supports-color dev: false - /@eslint/js/8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js/8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -2286,8 +2300,8 @@ packages: mime: 3.0.0 dev: false - /@fastify/static/6.11.0: - resolution: {integrity: sha512-jgnqpRojDqOLHnnKlZgvvUFzR8rrxqkqzbtmuHp1amIArxGVJDXyBMPbxb3yteklBA7tPilXbx5xzDRiGXR0RA==} + /@fastify/static/6.11.2: + resolution: {integrity: sha512-EH7mh7q4MfNdT7N07ZVlwsX/ObngMvQ7KBP0FXAuPov99Fjn80KSJMdxQhhYKAKWW1jXiFdrk8X7d6uGWdZFxg==} dependencies: '@fastify/accept-negotiator': 1.1.0 '@fastify/send': 2.1.0 @@ -2295,7 +2309,6 @@ packages: fastify-plugin: 4.5.1 glob: 8.1.0 p-limit: 3.1.0 - readable-stream: 4.4.2 dev: false /@gar/promisify/1.1.3: @@ -2682,7 +2695,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 chalk: 4.1.2 jest-message-util: 26.6.2 jest-util: 26.6.2 @@ -2698,7 +2711,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 ansi-escapes: 4.3.2 chalk: 4.1.2 exit: 0.1.2 @@ -2735,7 +2748,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 jest-mock: 26.6.2 dev: false @@ -2745,7 +2758,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 20.5.9 + '@types/node': 20.8.2 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -2834,7 +2847,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -2858,9 +2871,9 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 20.5.9 - '@types/yargs': 15.0.15 + '@types/istanbul-reports': 3.0.2 + '@types/node': 20.8.2 + '@types/yargs': 15.0.16 chalk: 4.1.2 dev: false @@ -2977,7 +2990,7 @@ packages: /@redux-saga/core/1.2.3: resolution: {integrity: sha512-U1JO6ncFBAklFTwoQ3mjAeQZ6QGutsJzwNBjgVLSWDpZTRhobUzuVDS1qH3SKGJD8fvqoaYOjp6XJ3gCmeZWgA==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 @@ -3012,8 +3025,8 @@ packages: resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==} dev: false - /@remix-run/router/1.8.0: - resolution: {integrity: sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==} + /@remix-run/router/1.9.0: + resolution: {integrity: sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA==} engines: {node: '>=14.0.0'} dev: false @@ -3119,7 +3132,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 @@ -3133,8 +3146,8 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.22.15 - '@types/aria-query': 5.0.1 + '@babel/runtime': 7.23.1 + '@types/aria-query': 5.0.2 aria-query: 5.1.3 chalk: 4.1.2 dom-accessibility-api: 0.5.16 @@ -3149,7 +3162,7 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@testing-library/dom': 7.31.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -3162,9 +3175,9 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@testing-library/dom': 8.20.1 - '@types/react-dom': 18.2.7 + '@types/react-dom': 18.2.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -3199,37 +3212,37 @@ packages: resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} dev: false - /@types/aria-query/5.0.1: - resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} + /@types/aria-query/5.0.2: + resolution: {integrity: sha512-PHKZuMN+K5qgKIWhBodXzQslTo5P+K/6LqeKXS6O/4liIDdZqaX5RXrCK++LAw+y/nptN48YmUMFiQHRSWYwtQ==} dev: false - /@types/babel__core/7.20.1: - resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} + /@types/babel__core/7.20.2: + resolution: {integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==} dependencies: - '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 - '@types/babel__generator': 7.6.4 - '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.20.1 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 + '@types/babel__generator': 7.6.5 + '@types/babel__template': 7.4.2 + '@types/babel__traverse': 7.20.2 dev: false - /@types/babel__generator/7.6.4: - resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} + /@types/babel__generator/7.6.5: + resolution: {integrity: sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false - /@types/babel__template/7.4.1: - resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} + /@types/babel__template/7.4.2: + resolution: {integrity: sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==} dependencies: - '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 dev: false - /@types/babel__traverse/7.20.1: - resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} + /@types/babel__traverse/7.20.2: + resolution: {integrity: sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: false /@types/chai-as-promised/7.1.6: @@ -3249,41 +3262,41 @@ packages: /@types/cors/2.8.14: resolution: {integrity: sha512-RXHUvNWYICtbP6s18PnOCaqToK8y14DnLd75c6HfyKf228dxy7pHNOQkxPtvXKp/hINFMDjbYzsj63nnpPMSRQ==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 dev: false - /@types/eslint-scope/3.7.4: - resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} + /@types/eslint-scope/3.7.5: + resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} dependencies: - '@types/eslint': 8.44.2 - '@types/estree': 1.0.1 + '@types/eslint': 8.44.3 + '@types/estree': 1.0.2 dev: false /@types/eslint-visitor-keys/1.0.0: resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} dev: false - /@types/eslint/8.44.2: - resolution: {integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==} + /@types/eslint/8.44.3: + resolution: {integrity: sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==} dependencies: - '@types/estree': 1.0.1 - '@types/json-schema': 7.0.12 + '@types/estree': 1.0.2 + '@types/json-schema': 7.0.13 dev: false - /@types/estree/1.0.1: - resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} + /@types/estree/1.0.2: + resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} dev: false - /@types/graceful-fs/4.1.6: - resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} + /@types/graceful-fs/4.1.7: + resolution: {integrity: sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 dev: false - /@types/hoist-non-react-statics/3.3.1: - resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} + /@types/hoist-non-react-statics/3.3.2: + resolution: {integrity: sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==} dependencies: - '@types/react': 18.2.21 + '@types/react': 18.2.24 hoist-non-react-statics: 3.3.2 dev: false @@ -3295,16 +3308,16 @@ packages: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} dev: false - /@types/istanbul-lib-report/3.0.0: - resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + /@types/istanbul-lib-report/3.0.1: + resolution: {integrity: sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 dev: false - /@types/istanbul-reports/3.0.1: - resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} + /@types/istanbul-reports/3.0.2: + resolution: {integrity: sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==} dependencies: - '@types/istanbul-lib-report': 3.0.0 + '@types/istanbul-lib-report': 3.0.1 dev: false /@types/jest/26.0.24: @@ -3314,8 +3327,8 @@ packages: pretty-format: 26.6.2 dev: false - /@types/json-schema/7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + /@types/json-schema/7.0.13: + resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} dev: false /@types/mocha/10.0.0: @@ -3326,85 +3339,89 @@ packages: resolution: {integrity: sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==} dev: false + /@types/mocha/10.0.2: + resolution: {integrity: sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==} + dev: false + /@types/node/13.13.52: resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} dev: false - /@types/node/14.18.58: - resolution: {integrity: sha512-Y8ETZc8afYf6lQ/mVp096phIVsgD/GmDxtm3YaPcc+71jmi/J6zdwbwaUU4JvS56mq6aSfbpkcKhQ5WugrWFPw==} + /@types/node/14.18.63: + resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} dev: false /@types/node/17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.17.14: - resolution: {integrity: sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==} + /@types/node/18.18.3: + resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} dev: false - /@types/node/20.5.9: - resolution: {integrity: sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==} + /@types/node/20.8.2: + resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==} dev: false - /@types/normalize-package-data/2.4.1: - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + /@types/normalize-package-data/2.4.2: + resolution: {integrity: sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==} dev: false /@types/prettier/2.7.3: resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} dev: false - /@types/prop-types/15.7.5: - resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} + /@types/prop-types/15.7.8: + resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==} dev: false /@types/q/1.5.6: resolution: {integrity: sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ==} dev: false - /@types/react-dom/18.2.7: - resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} + /@types/react-dom/18.2.8: + resolution: {integrity: sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==} dependencies: - '@types/react': 18.2.21 + '@types/react': 18.2.24 dev: false - /@types/react/18.2.21: - resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} + /@types/react/18.2.24: + resolution: {integrity: sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==} dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.3 + '@types/prop-types': 15.7.8 + '@types/scheduler': 0.16.4 csstype: 3.1.2 dev: false - /@types/scheduler/0.16.3: - resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} + /@types/scheduler/0.16.4: + resolution: {integrity: sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==} dev: false - /@types/semver/7.5.1: - resolution: {integrity: sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==} + /@types/semver/7.5.3: + resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==} dev: false - /@types/sinon-chai/3.2.9: - resolution: {integrity: sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==} + /@types/sinon-chai/3.2.10: + resolution: {integrity: sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==} dependencies: '@types/chai': 4.3.6 - '@types/sinon': 10.0.16 + '@types/sinon': 10.0.18 dev: false - /@types/sinon/10.0.16: - resolution: {integrity: sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==} + /@types/sinon/10.0.18: + resolution: {integrity: sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==} dependencies: - '@types/sinonjs__fake-timers': 8.1.2 + '@types/sinonjs__fake-timers': 8.1.3 dev: false /@types/sinon/9.0.11: resolution: {integrity: sha512-PwP4UY33SeeVKodNE37ZlOsR9cReypbMJOhZ7BVE0lB+Hix3efCOxiJWiE5Ia+yL9Cn2Ch72EjFTRze8RZsNtg==} dependencies: - '@types/sinonjs__fake-timers': 8.1.2 + '@types/sinonjs__fake-timers': 8.1.3 dev: false - /@types/sinonjs__fake-timers/8.1.2: - resolution: {integrity: sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==} + /@types/sinonjs__fake-timers/8.1.3: + resolution: {integrity: sha512-4g+2YyWe0Ve+LBh+WUm1697PD0Kdi6coG1eU0YjQbwx61AZ8XbEpL1zIT6WjuUKrCMCROpEaYQPDjBnDouBVAQ==} dev: false /@types/stack-utils/2.0.1: @@ -3419,8 +3436,8 @@ packages: resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==} dev: false - /@types/triple-beam/1.3.2: - resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==} + /@types/triple-beam/1.3.3: + resolution: {integrity: sha512-6tOUG+nVHn0cJbVp25JFayS5UE6+xlbcNF9Lo9mU7U0zk3zeUShZied4YEQZjy1JBF043FSkdXw8YkUJuVtB5g==} dev: false /@types/use-sync-external-store/0.0.3: @@ -3430,7 +3447,7 @@ packages: /@types/webpack/5.28.0_f52b93474dd2fb1e4f90db635f9d54a8: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 tapable: 2.2.1 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 transitivePeerDependencies: @@ -3440,14 +3457,14 @@ packages: - webpack-cli dev: false - /@types/yargs-parser/21.0.0: - resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + /@types/yargs-parser/21.0.1: + resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} dev: false - /@types/yargs/15.0.15: - resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} + /@types/yargs/15.0.16: + resolution: {integrity: sha512-2FeD5qezW3FvLpZ0JpfuaEWepgNLl9b2gQYiz/ce0NhoB1W/D+VZu98phITXkADYerfr/jb7JcDcVhITsc9bwg==} dependencies: - '@types/yargs-parser': 21.0.0 + '@types/yargs-parser': 21.0.1 dev: false /@typescript-eslint/eslint-plugin/2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35: @@ -3546,7 +3563,7 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.62.0_690c423a0146969ac895c51c0275ab26: + /@typescript-eslint/eslint-plugin/5.62.0_a7c122f350beb89a98f5cd4f9589ad36: resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3557,13 +3574,13 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@eslint-community/regexpp': 4.9.1 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0_eslint@8.48.0+typescript@4.9.5 - '@typescript-eslint/utils': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@typescript-eslint/type-utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -3580,7 +3597,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 '@typescript-eslint/typescript-estree': 2.34.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -3595,7 +3612,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 '@typescript-eslint/typescript-estree': 2.34.0_typescript@3.9.10 eslint: 6.8.0 eslint-scope: 5.1.1 @@ -3611,7 +3628,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 '@typescript-eslint/typescript-estree': 2.34.0_typescript@4.9.5 eslint: 6.8.0 eslint-scope: 5.1.1 @@ -3627,7 +3644,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.8.4 @@ -3645,7 +3662,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.5 @@ -3737,7 +3754,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.62.0_eslint@8.48.0+typescript@4.9.5: + /@typescript-eslint/parser/5.62.0_eslint@8.50.0+typescript@4.9.5: resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3751,7 +3768,7 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -3773,7 +3790,7 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: false - /@typescript-eslint/type-utils/5.62.0_eslint@8.48.0+typescript@4.9.5: + /@typescript-eslint/type-utils/5.62.0_eslint@8.50.0+typescript@4.9.5: resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3784,9 +3801,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -3928,19 +3945,19 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.62.0_eslint@8.48.0+typescript@4.9.5: + /@typescript-eslint/utils/5.62.0_eslint@8.50.0+typescript@4.9.5: resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.1 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@types/json-schema': 7.0.13 + '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - eslint: 8.48.0 + eslint: 8.50.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -4122,11 +4139,11 @@ packages: resolution: {integrity: sha512-zQSUhBDBieyeM0QmhYdba8AztmoOUkSE2eTLA9NzZY7h9KqksM3UYlKdzgFuMUBHR28+WJb5gTSHqkN++f9xYQ==} engines: {node: '>= 14.0.0'} dependencies: - '@fastify/static': 6.11.0 + '@fastify/static': 6.11.2 async-eventemitter: 0.2.4 chalk: 4.1.2 electrode-confippet: 1.7.1 - fastify: 4.22.2 + fastify: 4.23.2 fastify-plugin: 4.5.1 lodash: 4.17.21 require-at: 1.0.6 @@ -4564,6 +4581,14 @@ packages: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: false + /anymatch/1.3.2: + resolution: {integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==} + dependencies: + micromatch: 2.3.11 + normalize-path: 2.1.1 + dev: false + optional: true + /anymatch/2.0.0: resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: @@ -4618,8 +4643,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.22.15 - '@babel/runtime-corejs3': 7.22.15 + '@babel/runtime': 7.23.1 + '@babel/runtime-corejs3': 7.23.1 dev: false /aria-query/5.1.3: @@ -4628,6 +4653,14 @@ packages: deep-equal: 2.2.2 dev: false + /arr-diff/2.0.0: + resolution: {integrity: sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + dev: false + optional: true + /arr-diff/4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} @@ -4663,8 +4696,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-string: 1.0.7 dev: false @@ -4674,6 +4707,12 @@ packages: engines: {node: '>=8'} dev: false + /array-unique/0.2.1: + resolution: {integrity: sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /array-unique/0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} @@ -4684,8 +4723,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: false @@ -4694,8 +4733,8 @@ packages: resolution: {integrity: sha512-DRumkfW97iZGOfn+lIXbkVrXL04sfYKX+EfOodo8XboR5sxPDVvOjZTF/rysusa9lmhmSOeD6Vp6RKQP+eP4Tg==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: false @@ -4704,8 +4743,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: false @@ -4714,8 +4753,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: false @@ -4724,8 +4763,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: false @@ -4734,8 +4773,8 @@ packages: resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.1 dev: false @@ -4746,8 +4785,8 @@ packages: dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-array-buffer: 3.0.2 is-shared-array-buffer: 1.0.2 @@ -4783,6 +4822,11 @@ packages: engines: {node: '>=8'} dev: false + /async-each/1.0.6: + resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} + dev: false + optional: true + /async-eventemitter/0.2.4: resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} dependencies: @@ -4837,8 +4881,8 @@ packages: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.21.10 - caniuse-lite: 1.0.30001528 + browserslist: 4.22.1 + caniuse-lite: 1.0.30001542 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -4893,6 +4937,28 @@ packages: hoek: 6.1.3 dev: false + /babel-cli/6.26.0: + resolution: {integrity: sha512-wau+BDtQfuSBGQ9PzzFL3REvR9Sxnd4LKwtcHAiPjhugA7K/80vpHXafj+O5bAqJOuSefjOx5ZJnNSR2J1Qw6Q==} + hasBin: true + dependencies: + babel-core: 6.26.3 + babel-polyfill: 6.26.0 + babel-register: 6.26.0 + babel-runtime: 6.26.0 + commander: 2.20.3 + convert-source-map: 1.9.0 + fs-readdir-recursive: 1.1.0 + glob: 7.2.3 + lodash: 4.17.21 + output-file-sync: 1.1.2 + path-is-absolute: 1.0.1 + slash: 1.0.0 + source-map: 0.5.7 + v8flags: 2.1.1 + optionalDependencies: + chokidar: 1.7.0 + dev: false + /babel-code-frame/6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} dependencies: @@ -4901,6 +4967,30 @@ packages: js-tokens: 3.0.2 dev: false + /babel-core/6.26.3: + resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} + dependencies: + babel-code-frame: 6.26.0 + babel-generator: 6.26.1 + babel-helpers: 6.24.1 + babel-messages: 6.23.0 + babel-register: 6.26.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + convert-source-map: 1.9.0 + debug: 2.6.9 + json5: 0.5.1 + lodash: 4.17.21 + minimatch: 3.1.2 + path-is-absolute: 1.0.1 + private: 0.1.8 + slash: 1.0.0 + source-map: 0.5.7 + dev: false + /babel-eslint/10.1.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} @@ -4909,11 +4999,11 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.16 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: false @@ -4926,12 +5016,12 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.16 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 eslint: 6.8.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: false @@ -4944,17 +5034,17 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.16 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: false - /babel-eslint/10.1.0_eslint@8.48.0: + /babel-eslint/10.1.0_eslint@8.50.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -4962,16 +5052,27 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.16 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 - eslint: 8.48.0 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 + eslint: 8.50.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: false + /babel-eslint/7.2.3: + resolution: {integrity: sha512-i2yKOhjgwUbUrJ8oJm6QqRzltIoFahGNPZ0HF22lUN4H1DW03JQyJm7WSv+I1LURQWjDNhVqFo04acYa07rhOQ==} + engines: {node: '>=4'} + deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. + dependencies: + babel-code-frame: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + dev: false + /babel-eslint/8.2.6: resolution: {integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==} engines: {node: '>=4'} @@ -4985,14 +5086,110 @@ packages: eslint-visitor-keys: 1.3.0 dev: false + /babel-generator/6.26.1: + resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} + dependencies: + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + detect-indent: 4.0.0 + jsesc: 1.3.0 + lodash: 4.17.21 + source-map: 0.5.7 + trim-right: 1.0.1 + dev: false + + /babel-helper-bindify-decorators/6.24.1: + resolution: {integrity: sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: + resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} + dependencies: + babel-helper-explode-assignable-expression: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-builder-react-jsx/6.26.0: + resolution: {integrity: sha512-02I9jDjnVEuGy2BR3LRm9nPRb/+Ja0pvZVLr1eI5TYAA/dB0Xoc+WBo50+aDfhGDLhlBY1+QURjn9uvcFd8gzg==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + esutils: 2.0.3 + dev: false + + /babel-helper-call-delegate/6.24.1: + resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} + dependencies: + babel-helper-hoist-variables: 6.24.1 + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-define-map/6.26.0: + resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + /babel-helper-evaluate-path/0.5.0: resolution: {integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==} dev: false + /babel-helper-explode-assignable-expression/6.24.1: + resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-explode-class/6.24.1: + resolution: {integrity: sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==} + dependencies: + babel-helper-bindify-decorators: 6.24.1 + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + /babel-helper-flip-expressions/0.4.3: resolution: {integrity: sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==} dev: false + /babel-helper-function-name/6.24.1: + resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} + dependencies: + babel-helper-get-function-arity: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-get-function-arity/6.24.1: + resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-hoist-variables/6.24.1: + resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + /babel-helper-is-nodes-equiv/0.0.1: resolution: {integrity: sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==} dev: false @@ -5005,14 +5202,57 @@ packages: resolution: {integrity: sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==} dev: false + /babel-helper-optimise-call-expression/6.24.1: + resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-helper-regex/6.26.0: + resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + + /babel-helper-remap-async-to-generator/6.24.1: + resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + /babel-helper-remove-or-void/0.4.3: resolution: {integrity: sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==} dev: false + /babel-helper-replace-supers/6.24.1: + resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} + dependencies: + babel-helper-optimise-call-expression: 6.24.1 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + /babel-helper-to-multiple-sequence-expressions/0.5.0: resolution: {integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==} dev: false + /babel-helpers/6.24.1: + resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + /babel-jest/26.6.3: resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} @@ -5021,7 +5261,7 @@ packages: dependencies: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.20.1 + '@types/babel__core': 7.20.2 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 26.6.2 chalk: 4.1.2 @@ -5031,18 +5271,18 @@ packages: - supports-color dev: false - /babel-jest/26.6.3_@babel+core@7.22.15: + /babel-jest/26.6.3_@babel+core@7.23.0: resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.20.1 + '@types/babel__core': 7.20.2 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 26.6.2_@babel+core@7.22.15 + babel-preset-jest: 26.6.2_@babel+core@7.23.0 chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -5064,19 +5304,31 @@ packages: webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /babel-loader/9.1.3_b6b1b3102d7e659b2bfe9a5b79acc4b7: + /babel-loader/9.1.3_856045016f49e2b25ee2d90c52b0f12a: resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false + /babel-messages/6.23.0: + resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-check-es2015-constants/6.22.0: + resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} + dependencies: + babel-runtime: 6.26.0 + dev: false + /babel-plugin-istanbul/6.1.1: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} @@ -5095,16 +5347,16 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.22.15 - '@types/babel__core': 7.20.1 - '@types/babel__traverse': 7.20.1 + '@babel/types': 7.23.0 + '@types/babel__core': 7.20.2 + '@types/babel__traverse': 7.20.2 dev: false /babel-plugin-lodash/3.3.4: resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} dependencies: '@babel/helper-module-imports': 7.22.15 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 @@ -5175,38 +5427,38 @@ packages: babel-helper-is-void-0: 0.4.3 dev: false - /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.22.15: + /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.23.0: resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.22.15: - resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} + /babel-plugin-polyfill-corejs3/0.8.4_@babel+core@7.23.0: + resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 - core-js-compat: 3.32.2 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 + core-js-compat: 3.33.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.22.15: + /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.23.0: resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 transitivePeerDependencies: - supports-color dev: false @@ -5216,7 +5468,7 @@ packages: engines: {node: '>8.0.0'} dependencies: '@babel/plugin-syntax-jsx': 7.22.5 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5231,12 +5483,12 @@ packages: - '@babel/core' dev: false - /babel-plugin-react-css-modules/5.2.6_@babel+core@7.22.15: + /babel-plugin-react-css-modules/5.2.6_@babel+core@7.23.0: resolution: {integrity: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==} engines: {node: '>8.0.0'} dependencies: - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.15 - '@babel/types': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/types': 7.23.0 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5251,6 +5503,309 @@ packages: - '@babel/core' dev: false + /babel-plugin-syntax-async-functions/6.13.0: + resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} + dev: false + + /babel-plugin-syntax-async-generators/6.13.0: + resolution: {integrity: sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg==} + dev: false + + /babel-plugin-syntax-class-constructor-call/6.18.0: + resolution: {integrity: sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA==} + dev: false + + /babel-plugin-syntax-class-properties/6.13.0: + resolution: {integrity: sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA==} + dev: false + + /babel-plugin-syntax-decorators/6.13.0: + resolution: {integrity: sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw==} + dev: false + + /babel-plugin-syntax-do-expressions/6.13.0: + resolution: {integrity: sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg==} + dev: false + + /babel-plugin-syntax-dynamic-import/6.18.0: + resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} + dev: false + + /babel-plugin-syntax-exponentiation-operator/6.13.0: + resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} + dev: false + + /babel-plugin-syntax-export-extensions/6.13.0: + resolution: {integrity: sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg==} + dev: false + + /babel-plugin-syntax-flow/6.18.0: + resolution: {integrity: sha512-HbTDIoG1A1op7Tl/wIFQPULIBA61tsJ8Ntq2FAhLwuijrzosM/92kAfgU1Q3Kc7DH/cprJg5vDfuTY4QUL4rDA==} + dev: false + + /babel-plugin-syntax-function-bind/6.13.0: + resolution: {integrity: sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw==} + dev: false + + /babel-plugin-syntax-jsx/6.18.0: + resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} + dev: false + + /babel-plugin-syntax-object-rest-spread/6.13.0: + resolution: {integrity: sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==} + dev: false + + /babel-plugin-syntax-trailing-function-commas/6.22.0: + resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} + dev: false + + /babel-plugin-transform-async-generator-functions/6.24.1: + resolution: {integrity: sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==} + dependencies: + babel-helper-remap-async-to-generator: 6.24.1 + babel-plugin-syntax-async-generators: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-async-to-generator/6.24.1: + resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} + dependencies: + babel-helper-remap-async-to-generator: 6.24.1 + babel-plugin-syntax-async-functions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-class-constructor-call/6.24.1: + resolution: {integrity: sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==} + dependencies: + babel-plugin-syntax-class-constructor-call: 6.18.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-class-properties/6.24.1: + resolution: {integrity: sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-plugin-syntax-class-properties: 6.13.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-decorators/6.24.1: + resolution: {integrity: sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==} + dependencies: + babel-helper-explode-class: 6.24.1 + babel-plugin-syntax-decorators: 6.13.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-do-expressions/6.22.0: + resolution: {integrity: sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==} + dependencies: + babel-plugin-syntax-do-expressions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-arrow-functions/6.22.0: + resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: + resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-block-scoping/6.26.0: + resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + lodash: 4.17.21 + dev: false + + /babel-plugin-transform-es2015-classes/6.24.1: + resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} + dependencies: + babel-helper-define-map: 6.26.0 + babel-helper-function-name: 6.24.1 + babel-helper-optimise-call-expression: 6.24.1 + babel-helper-replace-supers: 6.24.1 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-computed-properties/6.24.1: + resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} + dependencies: + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-destructuring/6.23.0: + resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-duplicate-keys/6.24.1: + resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-for-of/6.23.0: + resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-function-name/6.24.1: + resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} + dependencies: + babel-helper-function-name: 6.24.1 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-literals/6.22.0: + resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-amd/6.24.1: + resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} + dependencies: + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-commonjs/6.26.2: + resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} + dependencies: + babel-plugin-transform-strict-mode: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-systemjs/6.24.1: + resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} + dependencies: + babel-helper-hoist-variables: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-modules-umd/6.24.1: + resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} + dependencies: + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-object-super/6.24.1: + resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} + dependencies: + babel-helper-replace-supers: 6.24.1 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-parameters/6.24.1: + resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} + dependencies: + babel-helper-call-delegate: 6.24.1 + babel-helper-get-function-arity: 6.24.1 + babel-runtime: 6.26.0 + babel-template: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-shorthand-properties/6.24.1: + resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-spread/6.22.0: + resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-sticky-regex/6.24.1: + resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} + dependencies: + babel-helper-regex: 6.26.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-template-literals/6.22.0: + resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-typeof-symbol/6.23.0: + resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-es2015-unicode-regex/6.24.1: + resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} + dependencies: + babel-helper-regex: 6.26.0 + babel-runtime: 6.26.0 + regexpu-core: 2.0.0 + dev: false + + /babel-plugin-transform-exponentiation-operator/6.24.1: + resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} + dependencies: + babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 + babel-plugin-syntax-exponentiation-operator: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-export-extensions/6.22.0: + resolution: {integrity: sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==} + dependencies: + babel-plugin-syntax-export-extensions: 6.13.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-flow-strip-types/6.22.0: + resolution: {integrity: sha512-TxIM0ZWNw9oYsoTthL3lvAK3+eTujzktoXJg4ubGvICGbVuXVYv5hHv0XXpz8fbqlJaGYY4q5SVzaSmsg3t4Fg==} + dependencies: + babel-plugin-syntax-flow: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-function-bind/6.22.0: + resolution: {integrity: sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==} + dependencies: + babel-plugin-syntax-function-bind: 6.13.0 + babel-runtime: 6.26.0 + dev: false + /babel-plugin-transform-inline-consecutive-adds/0.4.3: resolution: {integrity: sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==} dev: false @@ -5271,16 +5826,57 @@ packages: resolution: {integrity: sha512-ew39EEvlhFsDBkQ+RopCIy31xRe3AWxRWsHEd2iy++ovaxnmetpqg+U0wofW0P3h9d4UXPMza02W427Xl5qrbQ==} dev: false + /babel-plugin-transform-object-rest-spread/6.26.0: + resolution: {integrity: sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==} + dependencies: + babel-plugin-syntax-object-rest-spread: 6.13.0 + babel-runtime: 6.26.0 + dev: false + /babel-plugin-transform-property-literals/6.9.4: resolution: {integrity: sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==} dependencies: esutils: 2.0.3 dev: false + /babel-plugin-transform-react-display-name/6.25.0: + resolution: {integrity: sha512-QLYkLiZeeED2PKd4LuXGg5y9fCgPB5ohF8olWUuETE2ryHNRqqnXlEVP7RPuef89+HTfd3syptMGVHeoAu0Wig==} + dependencies: + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx-self/6.22.0: + resolution: {integrity: sha512-Y3ZHP1nunv0U1+ysTNwLK39pabHj6cPVsfN4TRC7BDBfbgbyF4RifP5kd6LnbuMV9wcfedQMe7hn1fyKc7IzTQ==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx-source/6.22.0: + resolution: {integrity: sha512-pcDNDsZ9q/6LJmujQ/OhjeoIlp5Nl546HJ2yiFIJK3mYpgNXhI5/S9mXfVxu5yqWAi7HdI7e/q6a9xtzwL69Vw==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + + /babel-plugin-transform-react-jsx/6.24.1: + resolution: {integrity: sha512-s+q/Y2u2OgDPHRuod3t6zyLoV8pUHc64i/O7ZNgIOEdYTq+ChPeybcKBi/xk9VI60VriILzFPW+dUxAEbTxh2w==} + dependencies: + babel-helper-builder-react-jsx: 6.26.0 + babel-plugin-syntax-jsx: 6.18.0 + babel-runtime: 6.26.0 + dev: false + /babel-plugin-transform-react-remove-prop-types/0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: false + /babel-plugin-transform-regenerator/6.26.0: + resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} + dependencies: + regenerator-transform: 0.10.1 + dev: false + /babel-plugin-transform-regexp-constructors/0.4.3: resolution: {integrity: sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==} dev: false @@ -5307,10 +5903,25 @@ packages: resolution: {integrity: sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==} dev: false + /babel-plugin-transform-strict-mode/6.24.1: + resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + dev: false + /babel-plugin-transform-undefined-to-void/6.9.4: resolution: {integrity: sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==} dev: false + /babel-polyfill/6.26.0: + resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} + dependencies: + babel-runtime: 6.26.0 + core-js: 2.6.12 + regenerator-runtime: 0.10.5 + dev: false + /babel-preset-current-node-syntax/1.0.1: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -5330,24 +5941,95 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.22.15: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.23.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.15 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.15 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + dev: false + + /babel-preset-env/1.7.0: + resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} + dependencies: + babel-plugin-check-es2015-constants: 6.22.0 + babel-plugin-syntax-trailing-function-commas: 6.22.0 + babel-plugin-transform-async-to-generator: 6.24.1 + babel-plugin-transform-es2015-arrow-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoping: 6.26.0 + babel-plugin-transform-es2015-classes: 6.24.1 + babel-plugin-transform-es2015-computed-properties: 6.24.1 + babel-plugin-transform-es2015-destructuring: 6.23.0 + babel-plugin-transform-es2015-duplicate-keys: 6.24.1 + babel-plugin-transform-es2015-for-of: 6.23.0 + babel-plugin-transform-es2015-function-name: 6.24.1 + babel-plugin-transform-es2015-literals: 6.22.0 + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-plugin-transform-es2015-modules-systemjs: 6.24.1 + babel-plugin-transform-es2015-modules-umd: 6.24.1 + babel-plugin-transform-es2015-object-super: 6.24.1 + babel-plugin-transform-es2015-parameters: 6.24.1 + babel-plugin-transform-es2015-shorthand-properties: 6.24.1 + babel-plugin-transform-es2015-spread: 6.22.0 + babel-plugin-transform-es2015-sticky-regex: 6.24.1 + babel-plugin-transform-es2015-template-literals: 6.22.0 + babel-plugin-transform-es2015-typeof-symbol: 6.23.0 + babel-plugin-transform-es2015-unicode-regex: 6.24.1 + babel-plugin-transform-exponentiation-operator: 6.24.1 + babel-plugin-transform-regenerator: 6.26.0 + browserslist: 3.2.8 + invariant: 2.2.4 + semver: 5.7.2 + dev: false + + /babel-preset-es2015/6.24.1: + resolution: {integrity: sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==} + deprecated: '🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!' + dependencies: + babel-plugin-check-es2015-constants: 6.22.0 + babel-plugin-transform-es2015-arrow-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 + babel-plugin-transform-es2015-block-scoping: 6.26.0 + babel-plugin-transform-es2015-classes: 6.24.1 + babel-plugin-transform-es2015-computed-properties: 6.24.1 + babel-plugin-transform-es2015-destructuring: 6.23.0 + babel-plugin-transform-es2015-duplicate-keys: 6.24.1 + babel-plugin-transform-es2015-for-of: 6.23.0 + babel-plugin-transform-es2015-function-name: 6.24.1 + babel-plugin-transform-es2015-literals: 6.22.0 + babel-plugin-transform-es2015-modules-amd: 6.24.1 + babel-plugin-transform-es2015-modules-commonjs: 6.26.2 + babel-plugin-transform-es2015-modules-systemjs: 6.24.1 + babel-plugin-transform-es2015-modules-umd: 6.24.1 + babel-plugin-transform-es2015-object-super: 6.24.1 + babel-plugin-transform-es2015-parameters: 6.24.1 + babel-plugin-transform-es2015-shorthand-properties: 6.24.1 + babel-plugin-transform-es2015-spread: 6.22.0 + babel-plugin-transform-es2015-sticky-regex: 6.24.1 + babel-plugin-transform-es2015-template-literals: 6.22.0 + babel-plugin-transform-es2015-typeof-symbol: 6.23.0 + babel-plugin-transform-es2015-unicode-regex: 6.24.1 + babel-plugin-transform-regenerator: 6.26.0 + dev: false + + /babel-preset-flow/6.23.0: + resolution: {integrity: sha512-PQZFJXnM3d80Vq4O67OE6EMVKIw2Vmzy8UXovqulNogCtblWU8rzP7Sm5YgHiCg4uejUxzCkHfNXQ4Z6GI+Dhw==} + dependencies: + babel-plugin-transform-flow-strip-types: 6.22.0 dev: false /babel-preset-jest/26.6.2: @@ -5360,43 +6042,146 @@ packages: babel-preset-current-node-syntax: 1.0.1 dev: false - /babel-preset-jest/26.6.2_@babel+core@7.22.15: + /babel-preset-jest/26.6.2_@babel+core@7.23.0: resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.22.15 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.0 + dev: false + + /babel-preset-minify/0.5.2: + resolution: {integrity: sha512-v4GL+kk0TfovbRIKZnC3HPbu2cAGmPAby7BsOmuPdMJfHV+4FVdsGXTH/OOGQRKYdjemBuL1+MsE6mobobhe9w==} + dependencies: + babel-plugin-minify-builtins: 0.5.0 + babel-plugin-minify-constant-folding: 0.5.0 + babel-plugin-minify-dead-code-elimination: 0.5.2 + babel-plugin-minify-flip-comparisons: 0.4.3 + babel-plugin-minify-guarded-expressions: 0.4.4 + babel-plugin-minify-infinity: 0.4.3 + babel-plugin-minify-mangle-names: 0.5.1 + babel-plugin-minify-numeric-literals: 0.4.3 + babel-plugin-minify-replace: 0.5.0 + babel-plugin-minify-simplify: 0.5.1 + babel-plugin-minify-type-constructors: 0.4.3 + babel-plugin-transform-inline-consecutive-adds: 0.4.3 + babel-plugin-transform-member-expression-literals: 6.9.4 + babel-plugin-transform-merge-sibling-variables: 6.9.5 + babel-plugin-transform-minify-booleans: 6.9.4 + babel-plugin-transform-property-literals: 6.9.4 + babel-plugin-transform-regexp-constructors: 0.4.3 + babel-plugin-transform-remove-console: 6.9.4 + babel-plugin-transform-remove-debugger: 6.9.4 + babel-plugin-transform-remove-undefined: 0.5.0 + babel-plugin-transform-simplify-comparison-operators: 6.9.4 + babel-plugin-transform-undefined-to-void: 6.9.4 + lodash: 4.17.21 + dev: false + + /babel-preset-react/6.24.1: + resolution: {integrity: sha512-phQe3bElbgF887UM0Dhz55d22ob8czTL1kbhZFwpCE6+R/X9kHktfwmx9JZb+bBSVRGphP5tZ9oWhVhlgjrX3Q==} + dependencies: + babel-plugin-syntax-jsx: 6.18.0 + babel-plugin-transform-react-display-name: 6.25.0 + babel-plugin-transform-react-jsx: 6.24.1 + babel-plugin-transform-react-jsx-self: 6.22.0 + babel-plugin-transform-react-jsx-source: 6.22.0 + babel-preset-flow: 6.23.0 + dev: false + + /babel-preset-stage-0/6.24.1: + resolution: {integrity: sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==} + dependencies: + babel-plugin-transform-do-expressions: 6.22.0 + babel-plugin-transform-function-bind: 6.22.0 + babel-preset-stage-1: 6.24.1 + dev: false + + /babel-preset-stage-1/6.24.1: + resolution: {integrity: sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==} + dependencies: + babel-plugin-transform-class-constructor-call: 6.24.1 + babel-plugin-transform-export-extensions: 6.22.0 + babel-preset-stage-2: 6.24.1 + dev: false + + /babel-preset-stage-2/6.24.1: + resolution: {integrity: sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==} + dependencies: + babel-plugin-syntax-dynamic-import: 6.18.0 + babel-plugin-transform-class-properties: 6.24.1 + babel-plugin-transform-decorators: 6.24.1 + babel-preset-stage-3: 6.24.1 + dev: false + + /babel-preset-stage-3/6.24.1: + resolution: {integrity: sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==} + dependencies: + babel-plugin-syntax-trailing-function-commas: 6.22.0 + babel-plugin-transform-async-generator-functions: 6.24.1 + babel-plugin-transform-async-to-generator: 6.24.1 + babel-plugin-transform-exponentiation-operator: 6.24.1 + babel-plugin-transform-object-rest-spread: 6.26.0 + dev: false + + /babel-register/6.26.0: + resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} + dependencies: + babel-core: 6.26.3 + babel-runtime: 6.26.0 + core-js: 2.6.12 + home-or-tmp: 2.0.0 + lodash: 4.17.21 + mkdirp: 0.5.6 + source-map-support: 0.4.18 + dev: false + + /babel-runtime/6.26.0: + resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} + dependencies: + core-js: 2.6.12 + regenerator-runtime: 0.11.1 + dev: false + + /babel-template/6.26.0: + resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} + dependencies: + babel-runtime: 6.26.0 + babel-traverse: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + lodash: 4.17.21 + dev: false + + /babel-traverse/6.26.0: + resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} + dependencies: + babel-code-frame: 6.26.0 + babel-messages: 6.23.0 + babel-runtime: 6.26.0 + babel-types: 6.26.0 + babylon: 6.18.0 + debug: 2.6.9 + globals: 9.18.0 + invariant: 2.2.4 + lodash: 4.17.21 dev: false - /babel-preset-minify/0.5.2: - resolution: {integrity: sha512-v4GL+kk0TfovbRIKZnC3HPbu2cAGmPAby7BsOmuPdMJfHV+4FVdsGXTH/OOGQRKYdjemBuL1+MsE6mobobhe9w==} + /babel-types/6.26.0: + resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} dependencies: - babel-plugin-minify-builtins: 0.5.0 - babel-plugin-minify-constant-folding: 0.5.0 - babel-plugin-minify-dead-code-elimination: 0.5.2 - babel-plugin-minify-flip-comparisons: 0.4.3 - babel-plugin-minify-guarded-expressions: 0.4.4 - babel-plugin-minify-infinity: 0.4.3 - babel-plugin-minify-mangle-names: 0.5.1 - babel-plugin-minify-numeric-literals: 0.4.3 - babel-plugin-minify-replace: 0.5.0 - babel-plugin-minify-simplify: 0.5.1 - babel-plugin-minify-type-constructors: 0.4.3 - babel-plugin-transform-inline-consecutive-adds: 0.4.3 - babel-plugin-transform-member-expression-literals: 6.9.4 - babel-plugin-transform-merge-sibling-variables: 6.9.5 - babel-plugin-transform-minify-booleans: 6.9.4 - babel-plugin-transform-property-literals: 6.9.4 - babel-plugin-transform-regexp-constructors: 0.4.3 - babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-remove-debugger: 6.9.4 - babel-plugin-transform-remove-undefined: 0.5.0 - babel-plugin-transform-simplify-comparison-operators: 6.9.4 - babel-plugin-transform-undefined-to-void: 6.9.4 + babel-runtime: 6.26.0 + esutils: 2.0.3 lodash: 4.17.21 + to-fast-properties: 1.0.3 + dev: false + + /babylon/6.18.0: + resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} + hasBin: true dev: false /babylon/7.0.0-beta.44: @@ -5482,11 +6267,24 @@ packages: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} dev: false + /binary-extensions/1.13.1: + resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /binary-extensions/2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} dev: false + /bindings/1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + dependencies: + file-uri-to-path: 1.0.0 + dev: false + optional: true + /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} dev: false @@ -5586,6 +6384,16 @@ packages: balanced-match: 1.0.2 dev: false + /braces/1.8.5: + resolution: {integrity: sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==} + engines: {node: '>=0.10.0'} + dependencies: + expand-range: 1.8.2 + preserve: 0.2.0 + repeat-element: 1.1.4 + dev: false + optional: true + /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -5612,7 +6420,7 @@ packages: /broadcast-channel/3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -5634,15 +6442,23 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: false - /browserslist/4.21.10: - resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} + /browserslist/3.2.8: + resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001542 + electron-to-chromium: 1.4.539 + dev: false + + /browserslist/4.22.1: + resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001528 - electron-to-chromium: 1.4.511 + caniuse-lite: 1.0.30001542 + electron-to-chromium: 1.4.539 node-releases: 2.0.13 - update-browserslist-db: 1.0.11_browserslist@4.21.10 + update-browserslist-db: 1.0.13_browserslist@4.22.1 dev: false /bser/2.1.1: @@ -5814,14 +6630,14 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.10 - caniuse-lite: 1.0.30001528 + browserslist: 4.22.1 + caniuse-lite: 1.0.30001542 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001528: - resolution: {integrity: sha512-0Db4yyjR9QMNlsxh+kKWzQtkyflkG/snYheSzkjmvdEtEXB1+jt7A2HmSEiO6XIJPIbo92lHNGNySvE5pZcs5Q==} + /caniuse-lite/1.0.30001542: + resolution: {integrity: sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA==} dev: false /capture-exit/2.0.0: @@ -5884,25 +6700,25 @@ packages: peerDependencies: chai: '>= 2.1.2 < 5' dependencies: - check-error: 1.0.2 + check-error: 1.0.3 dev: false - /chai-as-promised/7.1.1_chai@4.3.6: + /chai-as-promised/7.1.1_chai@4.3.10: resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} peerDependencies: chai: '>= 2.1.2 < 5' dependencies: - chai: 4.3.6 - check-error: 1.0.2 + chai: 4.3.10 + check-error: 1.0.3 dev: false - /chai-as-promised/7.1.1_chai@4.3.8: + /chai-as-promised/7.1.1_chai@4.3.6: resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} peerDependencies: chai: '>= 2.1.2 < 5' dependencies: - chai: 4.3.8 - check-error: 1.0.2 + chai: 4.3.6 + check-error: 1.0.3 dev: false /chai-shallowly/1.0.0: @@ -5911,27 +6727,36 @@ packages: enzyme: 3.11.0 dev: false - /chai/4.3.6: - resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} + /chai/3.5.0: + resolution: {integrity: sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==} + engines: {node: '>= 0.4.0'} + dependencies: + assertion-error: 1.1.0 + deep-eql: 0.1.3 + type-detect: 1.0.0 + dev: false + + /chai/4.3.10: + resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} engines: {node: '>=4'} dependencies: assertion-error: 1.1.0 - check-error: 1.0.2 - deep-eql: 3.0.1 - get-func-name: 2.0.0 + check-error: 1.0.3 + deep-eql: 4.1.3 + get-func-name: 2.0.2 loupe: 2.3.6 pathval: 1.1.1 type-detect: 4.0.8 dev: false - /chai/4.3.8: - resolution: {integrity: sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==} + /chai/4.3.6: + resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} engines: {node: '>=4'} dependencies: assertion-error: 1.1.0 - check-error: 1.0.2 - deep-eql: 4.1.3 - get-func-name: 2.0.0 + check-error: 1.0.3 + deep-eql: 3.0.1 + get-func-name: 2.0.2 loupe: 2.3.6 pathval: 1.1.1 type-detect: 4.0.8 @@ -5989,8 +6814,10 @@ packages: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: false - /check-error/1.0.2: - resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} + /check-error/1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + dependencies: + get-func-name: 2.0.2 dev: false /check-types/8.0.3: @@ -6021,6 +6848,23 @@ packages: parse5-htmlparser2-tree-adapter: 7.0.0 dev: false + /chokidar/1.7.0: + resolution: {integrity: sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==} + deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + dependencies: + anymatch: 1.3.2 + async-each: 1.0.6 + glob-parent: 2.0.0 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 2.0.1 + path-is-absolute: 1.0.1 + readdirp: 2.2.1 + optionalDependencies: + fsevents: 1.2.13 + dev: false + optional: true + /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -6251,6 +7095,13 @@ packages: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false + /commander/2.9.0: + resolution: {integrity: sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==} + engines: {node: '>= 0.6.x'} + dependencies: + graceful-readlink: 1.0.1 + dev: false + /commander/4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} @@ -6347,6 +7198,10 @@ packages: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: false + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: false + /cookie-signature/1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: false @@ -6384,19 +7239,25 @@ packages: engines: {node: '>=0.10.0'} dev: false - /core-js-compat/3.32.2: - resolution: {integrity: sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==} + /core-js-compat/3.33.0: + resolution: {integrity: sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 dev: false - /core-js-pure/3.32.2: - resolution: {integrity: sha512-Y2rxThOuNywTjnX/PgA5vWM6CZ9QB9sz9oGeCixV8MqXZO70z/5SHzf9EeBrEBK0PN36DnEBBu9O/aGWzKuMZQ==} + /core-js-pure/3.33.0: + resolution: {integrity: sha512-FKSIDtJnds/YFIEaZ4HszRX7hkxGpNKM7FC9aJ9WLJbSd3lD4vOltFuVIBLR8asSx9frkTSqL0dw90SKQxgKrg==} requiresBuild: true dev: false - /core-js/3.32.2: - resolution: {integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==} + /core-js/2.6.12: + resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} + deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. + requiresBuild: true + dev: false + + /core-js/3.33.0: + resolution: {integrity: sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==} requiresBuild: true dev: false @@ -6512,12 +7373,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.29 - postcss: 8.4.29 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.29 - postcss-modules-local-by-default: 4.0.3_postcss@8.4.29 - postcss-modules-scope: 3.0.0_postcss@8.4.29 - postcss-modules-values: 4.0.0_postcss@8.4.29 + icss-utils: 5.1.0_postcss@8.4.31 + postcss: 8.4.31 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.31 + postcss-modules-local-by-default: 4.0.3_postcss@8.4.31 + postcss-modules-scope: 3.0.0_postcss@8.4.31 + postcss-modules-values: 4.0.0_postcss@8.4.31 postcss-value-parser: 4.2.0 semver: 7.5.4 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 @@ -6791,6 +7652,12 @@ packages: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: false + /debug/2.6.8: + resolution: {integrity: sha512-E22fsyWPt/lr4/UgQLt/pXqerGMDsanhbnmqIS3VAXuDi1v3IpiwXe2oncEIondHSBuPDWRoK/pMjlvi8FuOXQ==} + dependencies: + ms: 2.0.0 + dev: false + /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} dependencies: @@ -6857,6 +7724,12 @@ packages: resolution: {integrity: sha512-yVn6RZmHiGnxRKR9sJb3iVV2XTF1Ghh2DiWRZ3dMnGc43yUdWWF/kX6lQyk3+P84iprfWKU/8zFTrlkvtFm1ug==} dev: false + /deep-eql/0.1.3: + resolution: {integrity: sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==} + dependencies: + type-detect: 0.1.1 + dev: false + /deep-eql/3.0.1: resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} engines: {node: '>=0.12'} @@ -6891,7 +7764,7 @@ packages: object-is: 1.1.5 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 side-channel: 1.0.4 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 @@ -6914,15 +7787,25 @@ packages: strip-bom: 4.0.0 dev: false + /define-data-property/1.1.0: + resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + gopd: 1.0.1 + has-property-descriptors: 1.0.0 + dev: false + /define-lazy-prop/2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} dev: false - /define-properties/1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + /define-properties/1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} dependencies: + define-data-property: 1.1.0 has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false @@ -6973,6 +7856,13 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: false + /detect-indent/4.0.0: + resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} + engines: {node: '>=0.10.0'} + dependencies: + repeating: 2.0.1 + dev: false + /detect-newline/3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} @@ -6991,6 +7881,11 @@ packages: engines: {node: '>= 10.14.2'} dev: false + /diff/3.2.0: + resolution: {integrity: sha512-597ykPFhtJYaXqPq6fF7Vl1fXTKgPdLOntyxpmdzUOKiYGqK7zcnbplj5088+8qJnWdzXhyeau5iVr8HVo9dgg==} + engines: {node: '>=0.3.1'} + dev: false + /diff/3.3.1: resolution: {integrity: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==} engines: {node: '>=0.3.1'} @@ -7181,18 +8076,34 @@ packages: requiresBuild: true dev: false + /electrode-archetype-njs-module-dev/2.3.2: + resolution: {integrity: sha512-9hi4x1s5SRdZexHQiOxRmukTDaWKeyQoDSZcfa2l0N0b5IPpKFSCv1pPczUHT32+f6OOG6Tfk0aCQWZ6yHdSKw==} + dependencies: + babel-eslint: 7.2.3 + chai: 3.5.0 + eslint: 4.19.1 + eslint-config-walmart: 1.2.4 + eslint-plugin-filenames: 1.3.2_eslint@4.19.1 + mocha: 3.5.3 + nyc: 11.9.0 + sinon: 1.17.7 + sinon-chai: 2.14.0_chai@3.5.0+sinon@1.17.7 + xclap: 0.2.53 + xsh: 0.4.5 + dev: false + /electrode-archetype-njs-module-dev/3.0.3: resolution: {integrity: sha512-WdWMHZjQWzDTstOCQy+gPNqNhXd3CJ58TMmVxIFsYNVhiyxnZjrTXea0g7+JHNk/CqhfQR5lozGTS1dqU1Xtfw==} dependencies: babel-eslint: 8.2.6 - chai: 4.3.8 + chai: 4.3.10 eslint: 4.19.1 eslint-config-walmart: 1.2.4 eslint-plugin-filenames: 1.3.2_eslint@4.19.1 mocha: 4.1.0 nyc: 11.9.0 sinon: 4.5.0 - sinon-chai: 2.14.0_chai@4.3.8+sinon@4.5.0 + sinon-chai: 2.14.0_chai@4.3.10+sinon@4.5.0 unwrap-npm-cmd: 1.1.1 xclap: 0.2.53 xsh: 0.4.5 @@ -7211,21 +8122,6 @@ packages: resolution: {integrity: sha512-cvpUs0csNP5NI4V3w6wbApUTRDlFb2gV11pjTmuDHc86QKQJb6YOhYHb9wT2Cp4+5bJost7p1jtCgz7m4TY1LA==} dev: false - /electrode-redux-router-engine/6.0.0: - resolution: {integrity: sha512-iwPZ3PhvBhLSk1Awng0vWfhx4aTX0TnZ3ai0PcYyINp6N2gdUDPR681H0O7Oqg9mGrVhYCzPpThjDFes6y69Kg==} - engines: {node: '>=8'} - peerDependencies: - react: ^18.2.0 - react-dom: ^18.2.0 - dependencies: - optional-require: 1.1.8 - react-redux: 5.1.2_redux@4.2.1 - react-router: 5.3.4 - react-router-config: 5.1.1_react-router@5.3.4 - react-router-dom: 5.3.4 - redux: 4.2.1 - dev: false - /electrode-redux-router-engine/6.0.0_react-dom@18.2.0+react@18.2.0: resolution: {integrity: sha512-iwPZ3PhvBhLSk1Awng0vWfhx4aTX0TnZ3ai0PcYyINp6N2gdUDPR681H0O7Oqg9mGrVhYCzPpThjDFes6y69Kg==} engines: {node: '>=8'} @@ -7282,8 +8178,8 @@ packages: xaa: 1.7.3 dev: false - /electron-to-chromium/1.4.511: - resolution: {integrity: sha512-udHyLfdy390CObLy3uFQitCBvK+WxWu6WZWQMBzO/npNiRy6tanDKR1c/F6OImfAiSt1ylgNszPJBxix2c0w3w==} + /electron-to-chromium/1.4.539: + resolution: {integrity: sha512-wRmWJ8F7rgmINuI32S6r2SLrw/h/bJQsDSvBiq9GBfvc2Lh73qTOwn73r3Cf67mjVgFGJYcYtmERzySa5jIWlg==} dev: false /emittery/0.7.2: @@ -7339,7 +8235,7 @@ packages: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.14 - '@types/node': 20.5.9 + '@types/node': 20.8.2 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -7469,8 +8365,8 @@ packages: is-arrayish: 0.2.1 dev: false - /es-abstract/1.22.1: - resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + /es-abstract/1.22.2: + resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 @@ -7500,7 +8396,7 @@ packages: object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 safe-array-concat: 1.0.1 safe-regex-test: 1.0.0 string.prototype.trim: 1.2.8 @@ -7532,13 +8428,13 @@ packages: stop-iteration-iterator: 1.0.0 dev: false - /es-iterator-helpers/1.0.14: - resolution: {integrity: sha512-JgtVnwiuoRuzLvqelrvN3Xu7H9bu2ap/kQ2CrM62iidP8SKuD99rWU3CJy++s7IVL2qb/AjXPGR/E7i9ngd/Cw==} + /es-iterator-helpers/1.0.15: + resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} dependencies: asynciterator.prototype: 1.0.0 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-set-tostringtag: 2.0.1 function-bind: 1.1.1 get-intrinsic: 1.2.1 @@ -7547,12 +8443,12 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - iterator.prototype: 1.1.1 + iterator.prototype: 1.1.2 safe-array-concat: 1.0.1 dev: false - /es-module-lexer/1.3.0: - resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} + /es-module-lexer/1.3.1: + resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} dev: false /es-set-tostringtag/2.0.1: @@ -7682,12 +8578,12 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /eslint-plugin-filenames/1.3.2_eslint@8.48.0: + /eslint-plugin-filenames/1.3.2_eslint@8.50.0: resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} peerDependencies: eslint: '*' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -7763,7 +8659,7 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc/30.7.13_eslint@8.48.0: + /eslint-plugin-jsdoc/30.7.13_eslint@8.50.0: resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} engines: {node: '>=10'} peerDependencies: @@ -7771,7 +8667,7 @@ packages: dependencies: comment-parser: 0.7.6 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 jsdoctypeparser: 9.0.0 lodash: 4.17.21 regextras: 0.7.1 @@ -7830,7 +8726,7 @@ packages: array.prototype.flatmap: 1.3.2 array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 - es-iterator-helpers: 1.0.14 + es-iterator-helpers: 1.0.15 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -7841,7 +8737,7 @@ packages: prop-types: 15.8.1 resolve: 2.0.0-next.4 semver: 6.3.1 - string.prototype.matchall: 4.0.9 + string.prototype.matchall: 4.0.10 dev: false /eslint-plugin-react/7.33.2_eslint@7.32.0: @@ -7854,7 +8750,7 @@ packages: array.prototype.flatmap: 1.3.2 array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 - es-iterator-helpers: 1.0.14 + es-iterator-helpers: 1.0.15 eslint: 7.32.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 @@ -7866,7 +8762,7 @@ packages: prop-types: 15.8.1 resolve: 2.0.0-next.4 semver: 6.3.1 - string.prototype.matchall: 4.0.9 + string.prototype.matchall: 4.0.10 dev: false /eslint-plugin-tsdoc/0.2.17: @@ -8063,7 +8959,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.21.0 + globals: 13.22.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -8087,15 +8983,15 @@ packages: - supports-color dev: false - /eslint/8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint/8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@eslint-community/regexpp': 4.9.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 + '@eslint/js': 8.50.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -8114,7 +9010,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.21.0 + globals: 13.22.0 graphemer: 1.4.0 ignore: 5.2.4 imurmurhash: 0.1.4 @@ -8285,6 +9181,14 @@ packages: engines: {node: '>= 0.8.0'} dev: false + /expand-brackets/0.1.5: + resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} + engines: {node: '>=0.10.0'} + dependencies: + is-posix-bracket: 0.1.1 + dev: false + optional: true + /expand-brackets/2.1.4: resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} engines: {node: '>=0.10.0'} @@ -8298,6 +9202,14 @@ packages: to-regex: 3.0.2 dev: false + /expand-range/1.8.2: + resolution: {integrity: sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==} + engines: {node: '>=0.10.0'} + dependencies: + fill-range: 2.2.4 + dev: false + optional: true + /expect/26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} @@ -8388,6 +9300,14 @@ packages: tmp: 0.0.33 dev: false + /extglob/0.3.2: + resolution: {integrity: sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 1.0.0 + dev: false + optional: true + /extglob/2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} @@ -8415,15 +9335,15 @@ packages: /fast-async/7.0.6: resolution: {integrity: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg==} dependencies: - '@babel/generator': 7.22.15 + '@babel/generator': 7.23.0 '@babel/helper-module-imports': 7.22.15 babylon: 7.0.0-beta.47 nodent-runtime: 3.2.1 nodent-transform: 3.2.9 dev: false - /fast-content-type-parse/1.0.0: - resolution: {integrity: sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==} + /fast-content-type-parse/1.1.0: + resolution: {integrity: sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==} dev: false /fast-decode-uri-component/1.0.1: @@ -8522,7 +9442,7 @@ packages: '@fastify/error': 2.0.0 abstract-logging: 2.0.1 avvio: 7.2.5 - fast-content-type-parse: 1.0.0 + fast-content-type-parse: 1.1.0 fast-json-stringify: 2.7.13 find-my-way: 4.5.1 flatstr: 1.0.12 @@ -8538,25 +9458,25 @@ packages: - supports-color dev: false - /fastify/4.22.2: - resolution: {integrity: sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==} + /fastify/4.23.2: + resolution: {integrity: sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.3.0 '@fastify/fast-json-stringify-compiler': 4.3.0 abstract-logging: 2.0.1 avvio: 8.2.1 - fast-content-type-parse: 1.0.0 + fast-content-type-parse: 1.1.0 fast-json-stringify: 5.8.0 find-my-way: 7.6.2 - light-my-request: 5.10.0 - pino: 8.15.0 + light-my-request: 5.11.0 + pino: 8.15.3 process-warning: 2.2.0 proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.7.0 semver: 7.5.4 - tiny-lru: 11.0.1 + toad-cache: 3.2.0 transitivePeerDependencies: - supports-color dev: false @@ -8628,11 +9548,34 @@ packages: webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false + /file-uri-to-path/1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + dev: false + optional: true + + /filename-regex/2.0.1: + resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /filesize/3.6.1: resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} engines: {node: '>= 0.4.0'} dev: false + /fill-range/2.2.4: + resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 2.1.0 + isobject: 2.1.0 + randomatic: 3.1.1 + repeat-element: 1.1.4 + repeat-string: 1.6.1 + dev: false + optional: true + /fill-range/4.0.0: resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} engines: {node: '>=0.10.0'} @@ -8785,7 +9728,7 @@ packages: resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} engines: {node: '>=12.0.0'} dependencies: - flatted: 3.2.7 + flatted: 3.2.9 keyv: 4.5.3 rimraf: 3.0.2 dev: false @@ -8803,8 +9746,8 @@ packages: resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} dev: false - /flatted/3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + /flatted/3.2.9: + resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} dev: false /flatten/1.0.3: @@ -8816,8 +9759,8 @@ packages: resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} dev: false - /follow-redirects/1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + /follow-redirects/1.15.3: + resolution: {integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -8837,6 +9780,14 @@ packages: engines: {node: '>=0.10.0'} dev: false + /for-own/0.1.5: + resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} + engines: {node: '>=0.10.0'} + dependencies: + for-in: 1.0.2 + dev: false + optional: true + /foreground-child/2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} @@ -8885,6 +9836,13 @@ packages: mime-types: 2.1.35 dev: false + /formatio/1.1.1: + resolution: {integrity: sha512-cPh7is6k3d8tIUh+pnXXuAbD/uhSXGgqLPw0UrYpv5lfdJ+MMMSjx40JNpqP7Top9Nt25YomWEiRmkHbOvkCaA==} + deprecated: This package is unmaintained. Use @sinonjs/formatio instead + dependencies: + samsam: 1.1.2 + dev: false + /formidable/1.0.17: resolution: {integrity: sha512-95MFT5qipMvUiesmuvGP1BI4hh5XWCzyTapiNJ/k8JBQda7rPy7UCWYItz2uZEdTgGNy1eInjzlL9Wx1O9fedg==} engines: {node: '>=0.8.0'} @@ -8947,8 +9905,8 @@ packages: minipass: 3.3.6 dev: false - /fs-monkey/1.0.4: - resolution: {integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==} + /fs-monkey/1.0.5: + resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==} dev: false /fs-readdir-recursive/1.1.0: @@ -8959,6 +9917,18 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: false + /fsevents/1.2.13: + resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} + engines: {node: '>= 4.0'} + os: [darwin] + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + requiresBuild: true + dependencies: + bindings: 1.5.0 + nan: 2.18.0 + dev: false + optional: true + /fsevents/2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -8975,8 +9945,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 functions-have-names: 1.2.3 dev: false @@ -9008,8 +9978,8 @@ packages: engines: {node: 6.* || 8.* || >= 10.*} dev: false - /get-func-name/2.0.0: - resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} + /get-func-name/2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} dev: false /get-intrinsic/1.2.1: @@ -9064,6 +10034,22 @@ packages: assert-plus: 1.0.0 dev: false + /glob-base/0.3.0: + resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} + engines: {node: '>=0.10.0'} + dependencies: + glob-parent: 2.0.0 + is-glob: 2.0.1 + dev: false + optional: true + + /glob-parent/2.0.0: + resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} + dependencies: + is-glob: 2.0.1 + dev: false + optional: true + /glob-parent/5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -9092,6 +10078,17 @@ packages: path-is-absolute: 1.0.1 dev: false + /glob/7.1.1: + resolution: {integrity: sha512-mRyN/EsN2SyNhKWykF3eEGhDpeNplMWaW18Bmh76tnOqk5TbELAVwFAYOCmKVssOYFrYvvLMguiA+NXO3ZTuVA==} + dependencies: + 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 + dev: false + /glob/7.1.2: resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} dependencies: @@ -9148,18 +10145,23 @@ packages: type-fest: 0.8.1 dev: false - /globals/13.21.0: - resolution: {integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==} + /globals/13.22.0: + resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: false + /globals/9.18.0: + resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} + engines: {node: '>=0.10.0'} + dev: false + /globalthis/1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 dev: false /globby/11.1.0: @@ -9184,6 +10186,10 @@ packages: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false + /graceful-readlink/1.0.1: + resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} + dev: false + /graphemer/1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: false @@ -9193,6 +10199,10 @@ packages: engines: {node: '>=4.x'} dev: false + /growl/1.9.2: + resolution: {integrity: sha512-RTBwDHhNuOx4F0hqzItc/siXCasGfC4DeWcBamclWd+6jWtBaeB/SGbMkGf0eiQoW7ib8JpvOgnUsmgMHI3Mfw==} + dev: false + /growly/1.3.0: resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==} dev: false @@ -9434,7 +10444,7 @@ packages: /history/4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -9445,7 +10455,7 @@ packages: /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 dev: false /hoek/4.2.1: @@ -9465,6 +10475,14 @@ packages: react-is: 16.13.1 dev: false + /home-or-tmp/2.0.0: + resolution: {integrity: sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==} + engines: {node: '>=0.10.0'} + dependencies: + os-homedir: 1.0.2 + os-tmpdir: 1.0.2 + dev: false + /hoopy/0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} @@ -9531,7 +10549,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.19.4 + terser: 5.20.0 dev: false /html-webpack-plugin/5.5.3_webpack@5.88.2: @@ -9637,7 +10655,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.2 + follow-redirects: 1.15.3 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -9656,8 +10674,8 @@ packages: resolution: {integrity: sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==} dev: false - /http-status-codes/2.2.0: - resolution: {integrity: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==} + /http-status-codes/2.3.0: + resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} dev: false /https-proxy-agent/5.0.1: @@ -9698,13 +10716,13 @@ packages: resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} dev: false - /icss-utils/5.1.0_postcss@8.4.29: + /icss-utils/5.1.0_postcss@8.4.31: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.29 + postcss: 8.4.31 dev: false /identity-obj-proxy/3.0.0: @@ -9972,6 +10990,14 @@ packages: has-bigints: 1.0.2 dev: false + /is-binary-path/1.0.1: + resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} + engines: {node: '>=0.10.0'} + dependencies: + binary-extensions: 1.13.1 + dev: false + optional: true + /is-binary-path/2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -10070,6 +11096,20 @@ packages: hasBin: true dev: false + /is-dotfile/1.0.3: + resolution: {integrity: sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + + /is-equal-shallow/0.1.3: + resolution: {integrity: sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==} + engines: {node: '>=0.10.0'} + dependencies: + is-primitive: 2.0.0 + dev: false + optional: true + /is-extendable/0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} @@ -10082,6 +11122,12 @@ packages: is-plain-object: 2.0.4 dev: false + /is-extglob/1.0.0: + resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /is-extglob/2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -10093,6 +11139,11 @@ packages: call-bind: 1.0.2 dev: false + /is-finite/1.1.0: + resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} + engines: {node: '>=0.10.0'} + dev: false + /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} engines: {node: '>=4'} @@ -10120,6 +11171,14 @@ packages: has-tostringtag: 1.0.0 dev: false + /is-glob/2.0.1: + resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 1.0.0 + dev: false + optional: true + /is-glob/4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -10143,6 +11202,14 @@ packages: has-tostringtag: 1.0.0 dev: false + /is-number/2.1.0: + resolution: {integrity: sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + optional: true + /is-number/3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} engines: {node: '>=0.10.0'} @@ -10150,6 +11217,12 @@ packages: kind-of: 3.2.2 dev: false + /is-number/4.0.0: + resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /is-number/7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -10177,10 +11250,22 @@ packages: isobject: 3.0.1 dev: false + /is-posix-bracket/0.1.1: + resolution: {integrity: sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /is-potential-custom-element-name/1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: false + /is-primitive/2.0.0: + resolution: {integrity: sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -10350,7 +11435,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -10362,8 +11447,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.22.15 - '@babel/parser': 7.22.16 + '@babel/core': 7.23.0 + '@babel/parser': 7.23.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -10440,13 +11525,14 @@ packages: deprecated: This module has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version of hapi to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). dev: false - /iterator.prototype/1.1.1: - resolution: {integrity: sha512-9E+nePc8C9cnQldmNl6bgpTY6zI4OPRZd97fhJ/iVZ1GifIUDVV5F6x1nEDqpe8KaMEZGT4xgrwKQDxXnjOIZQ==} + /iterator.prototype/1.1.2: + resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 get-intrinsic: 1.2.1 has-symbols: 1.0.3 reflect.getprototypeof: 1.0.4 + set-function-name: 2.0.1 dev: false /jaro-winkler/0.2.8: @@ -10497,10 +11583,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.22.15 + babel-jest: 26.6.3_@babel+core@7.23.0 chalk: 4.1.2 deepmerge: 4.3.1 glob: 7.2.3 @@ -10557,7 +11643,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.7.0 @@ -10575,7 +11661,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false @@ -10590,8 +11676,8 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/graceful-fs': 4.1.6 - '@types/node': 20.5.9 + '@types/graceful-fs': 4.1.7 + '@types/node': 20.8.2 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -10610,12 +11696,12 @@ packages: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/traverse': 7.22.15 + '@babel/traverse': 7.23.0 '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 chalk: 4.1.2 co: 4.6.0 expect: 26.6.2 @@ -10674,7 +11760,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 dev: false /jest-pnp-resolver/1.2.3_jest-resolve@26.6.2: @@ -10713,7 +11799,7 @@ packages: jest-pnp-resolver: 1.2.3_jest-resolve@26.6.2 jest-util: 26.6.2 read-pkg-up: 7.0.1 - resolve: 1.22.4 + resolve: 1.22.6 slash: 3.0.0 dev: false @@ -10725,7 +11811,7 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 chalk: 4.1.2 emittery: 0.7.2 exit: 0.1.2 @@ -10762,7 +11848,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/yargs': 15.0.15 + '@types/yargs': 15.0.16 chalk: 4.1.2 cjs-module-lexer: 0.6.0 collect-v8-coverage: 1.0.2 @@ -10793,7 +11879,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 graceful-fs: 4.2.11 dev: false @@ -10801,9 +11887,9 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 '@jest/types': 26.6.2 - '@types/babel__traverse': 7.20.1 + '@types/babel__traverse': 7.20.2 '@types/prettier': 2.7.3 chalk: 4.1.2 expect: 26.6.2 @@ -10824,7 +11910,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 chalk: 4.1.2 graceful-fs: 4.2.11 is-ci: 2.0.0 @@ -10849,7 +11935,7 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.5.9 + '@types/node': 20.8.2 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 26.6.2 @@ -10860,7 +11946,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -10869,7 +11955,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.8.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -11083,7 +12169,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 10.0.0 - ws: 8.14.0 + ws: 8.14.2 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -11096,6 +12182,11 @@ packages: hasBin: true dev: false + /jsesc/1.3.0: + resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} + hasBin: true + dev: false + /jsesc/2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -11144,6 +12235,11 @@ packages: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: false + /json3/3.3.2: + resolution: {integrity: sha512-I5YLeauH3rIaE99EE++UeH2M2gSYo8/2TqDac7oZEH6D/DSQ4Woa628Qrfj1X9/OY5Mk5VvIDQaKCDchXaKrmA==} + deprecated: Please use the native JSON object instead of JSON 3 + dev: false + /json5/0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true @@ -11334,7 +12430,7 @@ packages: socket.io: 4.7.2 source-map: 0.6.1 tmp: 0.2.1 - ua-parser-js: 0.7.35 + ua-parser-js: 0.7.36 yargs: 16.2.0 transitivePeerDependencies: - bufferutil @@ -11521,8 +12617,8 @@ packages: set-cookie-parser: 2.6.0 dev: false - /light-my-request/5.10.0: - resolution: {integrity: sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA==} + /light-my-request/5.11.0: + resolution: {integrity: sha512-qkFCeloXCOMpmEdZ/MV91P8AT4fjwFXWaAFz3lUeStM8RcoM1ks4J/F8r1b3r6y/H4u3ACEJ1T+Gv5bopj7oDA==} dependencies: cookie: 0.5.0 process-warning: 2.2.0 @@ -11595,11 +12691,26 @@ packages: resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - p-locate: 6.0.0 + p-locate: 6.0.0 + dev: false + + /lodash._arrayeach/3.0.0: + resolution: {integrity: sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==} + dev: false + + /lodash._baseassign/3.2.0: + resolution: {integrity: sha512-t3N26QR2IdSN+gqSy9Ds9pBu/J1EAFEshKlUHpJG3rvyJOYgcELIxcIeKKfZk7sjOz11cFfzJRsyFry/JyabJQ==} + dependencies: + lodash._basecopy: 3.0.1 + lodash.keys: 3.1.2 dev: false - /lodash._arrayeach/3.0.0: - resolution: {integrity: sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==} + /lodash._basecopy/3.0.1: + resolution: {integrity: sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==} + dev: false + + /lodash._basecreate/3.0.3: + resolution: {integrity: sha512-EDem6C9iQpn7fxnGdmhXmqYGjCkStmDXT4AeyB2Ph8WKbglg4aJZczNkQglj+zWXcOEEkViK8THuV2JvugW47g==} dev: false /lodash._baseeach/3.0.4: @@ -11616,10 +12727,22 @@ packages: resolution: {integrity: sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==} dev: false + /lodash._isiterateecall/3.0.9: + resolution: {integrity: sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==} + dev: false + /lodash.camelcase/4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: false + /lodash.create/3.1.1: + resolution: {integrity: sha512-IUfOYwDEbI8JbhW6psW+Ig01BOVK67dTSCUAbS58M0HBkPcAv/jHuxD+oJVP2tUCo3H9L6f/8GM6rxwY+oc7/w==} + dependencies: + lodash._baseassign: 3.2.0 + lodash._basecreate: 3.0.3 + lodash._isiterateecall: 3.0.9 + dev: false + /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false @@ -11743,7 +12866,7 @@ packages: dependencies: date-format: 4.0.14 debug: 4.3.4 - flatted: 3.2.7 + flatted: 3.2.9 rfdc: 1.3.0 streamroller: 3.1.5 transitivePeerDependencies: @@ -11754,13 +12877,17 @@ packages: resolution: {integrity: sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg==} dependencies: '@colors/colors': 1.5.0 - '@types/triple-beam': 1.3.2 + '@types/triple-beam': 1.3.3 fecha: 4.2.3 ms: 2.1.3 safe-stable-stringify: 2.4.3 triple-beam: 1.4.1 dev: false + /lolex/1.3.2: + resolution: {integrity: sha512-YYp8cqz7/8eruZ15L1mzcPkvLYxipfdsWIDESvNdNmQP9o7TsDitRhNuV2xb7aFu2ofZngao1jiVrVZ842x4BQ==} + dev: false + /lolex/2.7.5: resolution: {integrity: sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==} dev: false @@ -11790,7 +12917,7 @@ packages: /loupe/2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} dependencies: - get-func-name: 2.0.0 + get-func-name: 2.0.2 dev: false /lower-case/2.0.2: @@ -11900,10 +13027,15 @@ packages: /match-sorter/6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 remove-accents: 0.4.2 dev: false + /math-random/1.0.4: + resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} + dev: false + optional: true + /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: false @@ -11929,7 +13061,7 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} dependencies: - fs-monkey: 1.0.4 + fs-monkey: 1.0.5 dev: false /merge-descriptors/1.0.1: @@ -11950,6 +13082,26 @@ packages: engines: {node: '>= 0.6'} dev: false + /micromatch/2.3.11: + resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 2.0.0 + array-unique: 0.2.1 + braces: 1.8.5 + expand-brackets: 0.1.5 + extglob: 0.3.2 + filename-regex: 2.0.1 + is-extglob: 1.0.0 + is-glob: 2.0.1 + kind-of: 3.2.2 + normalize-path: 2.1.1 + object.omit: 2.0.1 + parse-glob: 3.0.4 + regex-cache: 0.4.4 + dev: false + optional: true + /micromatch/3.1.10: resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} @@ -12197,6 +13349,25 @@ packages: yargs-unparser: 2.0.0 dev: false + /mocha/3.5.3: + resolution: {integrity: sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==} + engines: {node: '>= 0.10.x', npm: '>= 1.4.x'} + hasBin: true + dependencies: + browser-stdout: 1.3.0 + commander: 2.9.0 + debug: 2.6.8 + diff: 3.2.0 + escape-string-regexp: 1.0.5 + glob: 7.1.1 + growl: 1.9.2 + he: 1.1.1 + json3: 3.3.2 + lodash.create: 3.1.1 + mkdirp: 0.5.1 + supports-color: 3.1.2 + dev: false + /mocha/4.1.0: resolution: {integrity: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==} engines: {node: '>= 4.0.0'} @@ -12255,6 +13426,11 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false + /nan/2.18.0: + resolution: {integrity: sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==} + dev: false + optional: true + /nano-time/1.0.0: resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} dependencies: @@ -12445,7 +13621,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.4 + resolve: 1.22.6 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: false @@ -12607,7 +13783,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 dev: false /object-keys/1.1.1: @@ -12627,7 +13803,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 dev: false @@ -12637,8 +13813,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /object.fromentries/2.0.7: @@ -12646,8 +13822,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /object.getownpropertydescriptors/2.1.7: @@ -12656,17 +13832,26 @@ packages: dependencies: array.prototype.reduce: 1.0.6 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 safe-array-concat: 1.0.1 dev: false /object.hasown/1.1.3: resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} dependencies: - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 + dev: false + + /object.omit/2.0.1: + resolution: {integrity: sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==} + engines: {node: '>=0.10.0'} + dependencies: + for-own: 0.1.5 + is-extendable: 0.1.1 dev: false + optional: true /object.pick/1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} @@ -12680,8 +13865,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /oblivious-set/1.0.0: @@ -12692,8 +13877,9 @@ packages: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: false - /on-exit-leak-free/2.1.0: - resolution: {integrity: sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w==} + /on-exit-leak-free/2.1.1: + resolution: {integrity: sha512-IPTBZ175tI0sSg0ikDcCDfa5dPgcFbJgABsTHsY+Mkdm6Y2VKGuchubXSvTuu5tSPl4mqt53o3nLI74HTs8UgQ==} + engines: {node: '>=14.0.0'} dev: false /on-finished/2.3.0: @@ -12790,11 +13976,24 @@ packages: type-check: 0.4.0 dev: false + /os-homedir/1.0.2: + resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} + engines: {node: '>=0.10.0'} + dev: false + /os-tmpdir/1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} dev: false + /output-file-sync/1.1.2: + resolution: {integrity: sha512-uQLlclru4xpCi+tfs80l3QF24KL81X57ELNMy7W/dox+JTtxUf1bLyQ8968fFCmSqqbokjW0kn+WBIlO+rSkNg==} + dependencies: + graceful-fs: 4.2.11 + mkdirp: 0.5.6 + object-assign: 4.1.1 + dev: false + /p-defer/1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} @@ -12902,6 +14101,17 @@ packages: callsites: 3.1.0 dev: false + /parse-glob/3.0.4: + resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} + engines: {node: '>=0.10.0'} + dependencies: + glob-base: 0.3.0 + is-dotfile: 1.0.3 + is-extglob: 1.0.0 + is-glob: 2.0.1 + dev: false + optional: true + /parse-json/4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} @@ -13066,8 +14276,8 @@ packages: engines: {node: '>=6'} dev: false - /pino-abstract-transport/1.0.0: - resolution: {integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==} + /pino-abstract-transport/1.1.0: + resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==} dependencies: readable-stream: 4.4.2 split2: 4.2.0 @@ -13128,20 +14338,20 @@ packages: sonic-boom: 1.4.1 dev: false - /pino/8.15.0: - resolution: {integrity: sha512-olUADJByk4twxccmAxb1RiGKOSvddHugCV3wkqjyv+3Sooa2KLrmXrKEWOKi0XPCLasRR5jBXxioE1jxUa4KzQ==} + /pino/8.15.3: + resolution: {integrity: sha512-wDds1+DH8VaREe4fpLEKttGnDoLiX3KR3AP5bHsrRwEZ93y+Z/HFC03zkGSxpIGWKDHg24sloVqGcIWoLCkTLQ==} hasBin: true dependencies: atomic-sleep: 1.0.0 fast-redact: 3.3.0 - on-exit-leak-free: 2.1.0 - pino-abstract-transport: 1.0.0 + on-exit-leak-free: 2.1.1 + pino-abstract-transport: 1.1.0 pino-std-serializers: 6.2.2 process-warning: 2.2.0 quick-format-unescaped: 4.0.4 real-require: 0.2.0 safe-stable-stringify: 2.4.3 - sonic-boom: 3.3.0 + sonic-boom: 3.4.0 thread-stream: 2.4.0 dev: false @@ -13271,7 +14481,7 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 color: 3.2.1 has: 1.0.3 postcss: 7.0.39 @@ -13403,7 +14613,7 @@ packages: postcss: 7.0.39 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.22.4 + resolve: 1.22.6 dev: false /postcss-initial/3.0.4: @@ -13474,7 +14684,7 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.39 @@ -13505,7 +14715,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.21.10 + browserslist: 4.22.1 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.39 postcss-value-parser: 3.3.1 @@ -13534,13 +14744,13 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-extract-imports/3.0.0_postcss@8.4.29: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.31: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.29 + postcss: 8.4.31 dev: false /postcss-modules-local-by-default/1.2.0: @@ -13550,14 +14760,14 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-local-by-default/4.0.3_postcss@8.4.29: + /postcss-modules-local-by-default/4.0.3_postcss@8.4.31: resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.29 - postcss: 8.4.29 + icss-utils: 5.1.0_postcss@8.4.31 + postcss: 8.4.31 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: false @@ -13578,13 +14788,13 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-scope/3.0.0_postcss@8.4.29: + /postcss-modules-scope/3.0.0_postcss@8.4.31: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.29 + postcss: 8.4.31 postcss-selector-parser: 6.0.13 dev: false @@ -13595,14 +14805,14 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-values/4.0.0_postcss@8.4.29: + /postcss-modules-values/4.0.0_postcss@8.4.31: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.29 - postcss: 8.4.29 + icss-utils: 5.1.0_postcss@8.4.31 + postcss: 8.4.31 dev: false /postcss-modules/1.5.0: @@ -13687,7 +14897,7 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13745,8 +14955,8 @@ packages: engines: {node: '>=6.0.0'} dependencies: autoprefixer: 9.8.8 - browserslist: 4.21.10 - caniuse-lite: 1.0.30001528 + browserslist: 4.22.1 + caniuse-lite: 1.0.30001542 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -13795,7 +15005,7 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.39 @@ -13935,8 +15145,8 @@ packages: source-map: 0.6.1 dev: false - /postcss/8.4.29: - resolution: {integrity: sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==} + /postcss/8.4.31: + resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -13944,8 +15154,8 @@ packages: source-map-js: 1.0.2 dev: false - /preact/10.17.1: - resolution: {integrity: sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==} + /preact/10.18.1: + resolution: {integrity: sha512-mKUD7RRkQQM6s7Rkmi7IFkoEHjuFqRQUaXamO61E6Nn7vqF/bo7EZCmSyrUnp2UWHw0O7XjZ2eeXis+m7tf4lg==} dev: false /prelude-ls/1.1.2: @@ -13958,6 +15168,12 @@ packages: engines: {node: '>= 0.8.0'} dev: false + /preserve/0.2.0: + resolution: {integrity: sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==} + engines: {node: '>=0.10.0'} + dev: false + optional: true + /prettier/1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} @@ -13996,6 +15212,11 @@ packages: react-is: 17.0.2 dev: false + /private/0.1.8: + resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} + engines: {node: '>= 0.6'} + dev: false + /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false @@ -14154,6 +15375,16 @@ packages: ret: 0.1.15 dev: false + /randomatic/3.1.1: + resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} + engines: {node: '>= 0.10.0'} + dependencies: + is-number: 4.0.0 + kind-of: 6.0.3 + math-random: 1.0.4 + dev: false + optional: true + /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -14259,7 +15490,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 broadcast-channel: 3.7.0 match-sorter: 6.3.1 dev: false @@ -14276,7 +15507,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 broadcast-channel: 3.7.0 match-sorter: 6.3.1 react: 18.2.0 @@ -14289,7 +15520,7 @@ packages: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 loose-envify: 1.4.0 @@ -14300,24 +15531,8 @@ packages: redux: 4.2.1 dev: false - /react-redux/5.1.2_redux@4.2.1: - resolution: {integrity: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==} - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - dependencies: - '@babel/runtime': 7.22.15 - hoist-non-react-statics: 3.3.2 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - redux: 4.2.1 - dev: false - - /react-redux/8.1.2_218d4c23caa91839c5aa0af611b88026: - resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==} + /react-redux/8.1.3_218d4c23caa91839c5aa0af611b88026: + resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -14337,8 +15552,8 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.22.15 - '@types/hoist-non-react-statics': 3.3.1 + '@babel/runtime': 7.23.1 + '@types/hoist-non-react-statics': 3.3.2 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -14348,8 +15563,8 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.1.2_92fb1064241b7b67af476dcc1f72a076: - resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==} + /react-redux/8.1.3_b68391936f0a8d8c15334fdd31c618e5: + resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -14369,10 +15584,10 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.22.15 - '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 + '@babel/runtime': 7.23.1 + '@types/hoist-non-react-statics': 3.3.2 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -14382,14 +15597,13 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-router-config/5.1.1_react-router@5.3.4: + /react-router-config/5.1.1: resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.22.15 - react-router: 5.3.4 + '@babel/runtime': 7.23.1 dev: false /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: @@ -14398,31 +15612,17 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 react: 18.2.0 react-router: 5.3.4_react@18.2.0 dev: false - /react-router-dom/5.3.4: - resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} - peerDependencies: - react: '>=15' - dependencies: - '@babel/runtime': 7.22.15 - history: 4.10.1 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react-router: 5.3.4 - tiny-invariant: 1.3.1 - tiny-warning: 1.0.3 - dev: false - /react-router-dom/5.3.4_react@18.2.0: resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -14432,33 +15632,17 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router-dom/6.15.0_react-dom@18.2.0+react@18.2.0: - resolution: {integrity: sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==} + /react-router-dom/6.16.0_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-aTfBLv3mk/gaKLxgRDUPbPw+s4Y/O+ma3rEN1u8EgEpLpPe6gNjIsWt9rxushMHHMb7mSwxRGdGlGdvmFsyPIg==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.8.0 + '@remix-run/router': 1.9.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.15.0_react@18.2.0 - dev: false - - /react-router/5.3.4: - resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} - peerDependencies: - react: '>=15' - dependencies: - '@babel/runtime': 7.22.15 - history: 4.10.1 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.8.1 - react-is: 16.13.1 - tiny-invariant: 1.3.1 - tiny-warning: 1.0.3 + react-router: 6.16.0_react@18.2.0 dev: false /react-router/5.3.4_react@18.2.0: @@ -14466,7 +15650,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -14478,13 +15662,13 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router/6.15.0_react@18.2.0: - resolution: {integrity: sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==} + /react-router/6.16.0_react@18.2.0: + resolution: {integrity: sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.8.0 + '@remix-run/router': 1.9.0 react: 18.2.0 dev: false @@ -14542,7 +15726,7 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: - '@types/normalize-package-data': 2.4.1 + '@types/normalize-package-data': 2.4.2 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -14589,6 +15773,16 @@ packages: string_decoder: 1.3.0 dev: false + /readdirp/2.2.1: + resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} + engines: {node: '>=0.10'} + dependencies: + graceful-fs: 4.2.11 + micromatch: 3.1.10 + readable-stream: 2.3.8 + dev: false + optional: true + /readdirp/3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -14605,14 +15799,14 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.4 + resolve: 1.22.6 dev: false /rechoir/0.7.1: resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.4 + resolve: 1.22.6 dev: false /recoil/0.7.7: @@ -14675,7 +15869,7 @@ packages: /redux/4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 dev: false /reflect.getprototypeof/1.0.4: @@ -14683,8 +15877,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 globalthis: 1.0.3 which-builtin-type: 1.1.3 @@ -14694,8 +15888,8 @@ packages: resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} dev: false - /regenerate-unicode-properties/10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + /regenerate-unicode-properties/10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -14705,6 +15899,14 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false + /regenerator-runtime/0.10.5: + resolution: {integrity: sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==} + dev: false + + /regenerator-runtime/0.11.1: + resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} + dev: false + /regenerator-runtime/0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false @@ -14713,11 +15915,27 @@ packages: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} dev: false + /regenerator-transform/0.10.1: + resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} + dependencies: + babel-runtime: 6.26.0 + babel-types: 6.26.0 + private: 0.1.8 + dev: false + /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 + dev: false + + /regex-cache/0.4.4: + resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-equal-shallow: 0.1.3 dev: false + optional: true /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -14727,13 +15945,13 @@ packages: safe-regex: 1.1.0 dev: false - /regexp.prototype.flags/1.5.0: - resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + /regexp.prototype.flags/1.5.1: + resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - functions-have-names: 1.2.3 + define-properties: 1.2.1 + set-function-name: 2.0.1 dev: false /regexpp/1.1.0: @@ -14751,13 +15969,21 @@ packages: engines: {node: '>=8'} dev: false + /regexpu-core/2.0.0: + resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==} + dependencies: + regenerate: 1.4.2 + regjsgen: 0.2.0 + regjsparser: 0.1.5 + dev: false + /regexpu-core/5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.0 + regenerate-unicode-properties: 10.1.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 @@ -14768,6 +15994,17 @@ packages: engines: {node: '>=0.1.14'} dev: false + /regjsgen/0.2.0: + resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} + dev: false + + /regjsparser/0.1.5: + resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: false + /regjsparser/0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true @@ -14815,6 +16052,13 @@ packages: engines: {node: '>=0.10'} dev: false + /repeating/2.0.1: + resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==} + engines: {node: '>=0.10.0'} + dependencies: + is-finite: 1.1.0 + dev: false + /request/2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} @@ -14924,8 +16168,8 @@ packages: path-parse: 1.0.7 dev: false - /resolve/1.22.4: - resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} + /resolve/1.22.6: + resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -15110,6 +16354,11 @@ packages: deprecated: Please use the 'safe-timers' module instead dev: false + /samsam/1.1.2: + resolution: {integrity: sha512-iVL7LibpM3tl4rQPweOXXrmjGegxx27flTOjQEZD3PXe4oZNFzuz6Si4mgleK/JWU/hyCvtV01RUovjvBEpDmw==} + deprecated: This package has been deprecated in favour of @sinonjs/samsam + dev: false + /samsam/1.3.0: resolution: {integrity: sha512-1HwIYD/8UlOtFS3QO3w7ey+SdSDFE4HRNLZoZRYVQefrOY3l17epswImeB1ijgJFQJodIaHcwkp3r/myBjFVbg==} deprecated: This package has been deprecated in favour of @sinonjs/samsam @@ -15132,7 +16381,7 @@ packages: walker: 1.0.8 dev: false - /sass-loader/13.3.2_sass@1.66.1+webpack@5.88.2: + /sass-loader/13.3.2_sass@1.68.0+webpack@5.88.2: resolution: {integrity: sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -15152,12 +16401,12 @@ packages: optional: true dependencies: neo-async: 2.6.2 - sass: 1.66.1 + sass: 1.68.0 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /sass/1.66.1: - resolution: {integrity: sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==} + /sass/1.68.0: + resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -15203,7 +16452,7 @@ packages: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} engines: {node: '>= 8.9.0'} dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: false @@ -15212,7 +16461,7 @@ packages: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: false @@ -15221,7 +16470,7 @@ packages: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} engines: {node: '>= 12.13.0'} dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 ajv: 8.12.0 ajv-formats: 2.1.1 ajv-keywords: 5.1.0_ajv@8.12.0 @@ -15325,6 +16574,15 @@ packages: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} dev: false + /set-function-name/2.0.1: + resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.0 + dev: false + /set-value/2.0.1: resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} @@ -15469,76 +16727,96 @@ packages: is-arrayish: 0.3.2 dev: false - /sinon-chai/2.14.0_chai@4.3.8+sinon@4.5.0: + /sinon-chai/2.14.0_chai@3.5.0+sinon@1.17.7: resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} peerDependencies: chai: '>=1.9.2 <5' sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 dependencies: - chai: 4.3.8 - sinon: 4.5.0 + chai: 3.5.0 + sinon: 1.17.7 dev: false - /sinon-chai/3.7.0_chai@4.3.6+sinon@9.2.4: - resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + /sinon-chai/2.14.0_chai@4.3.10+sinon@4.5.0: + resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} peerDependencies: - chai: ^4.0.0 - sinon: '>=4.0.0' + chai: '>=1.9.2 <5' + sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 dependencies: - chai: 4.3.6 - sinon: 9.2.4 + chai: 4.3.10 + sinon: 4.5.0 dev: false - /sinon-chai/3.7.0_chai@4.3.8+sinon@13.0.2: + /sinon-chai/3.7.0_chai@4.3.10+sinon@13.0.2: resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} peerDependencies: chai: ^4.0.0 sinon: '>=4.0.0' dependencies: - chai: 4.3.8 + chai: 4.3.10 sinon: 13.0.2 dev: false - /sinon-chai/3.7.0_chai@4.3.8+sinon@14.0.2: + /sinon-chai/3.7.0_chai@4.3.10+sinon@14.0.2: resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} peerDependencies: chai: ^4.0.0 sinon: '>=4.0.0' dependencies: - chai: 4.3.8 + chai: 4.3.10 sinon: 14.0.2 dev: false - /sinon-chai/3.7.0_chai@4.3.8+sinon@15.2.0: + /sinon-chai/3.7.0_chai@4.3.10+sinon@15.2.0: resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} peerDependencies: chai: ^4.0.0 sinon: '>=4.0.0' dependencies: - chai: 4.3.8 + chai: 4.3.10 sinon: 15.2.0 dev: false - /sinon-chai/3.7.0_chai@4.3.8+sinon@7.5.0: + /sinon-chai/3.7.0_chai@4.3.10+sinon@7.5.0: resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} peerDependencies: chai: ^4.0.0 sinon: '>=4.0.0' dependencies: - chai: 4.3.8 + chai: 4.3.10 sinon: 7.5.0 dev: false - /sinon-chai/3.7.0_chai@4.3.8+sinon@9.2.4: + /sinon-chai/3.7.0_chai@4.3.10+sinon@9.2.4: + resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + peerDependencies: + chai: ^4.0.0 + sinon: '>=4.0.0' + dependencies: + chai: 4.3.10 + sinon: 9.2.4 + dev: false + + /sinon-chai/3.7.0_chai@4.3.6+sinon@9.2.4: resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} peerDependencies: chai: ^4.0.0 sinon: '>=4.0.0' dependencies: - chai: 4.3.8 + chai: 4.3.6 sinon: 9.2.4 dev: false + /sinon/1.17.7: + resolution: {integrity: sha512-M9rtyQxKfcTTdB64rpPSRaTzOvunb+HHPv/3PxvNPrEDnFSny95Pi6/3VoD471ody0ay0IHyzT3BErfcLXj6NA==} + engines: {node: '>=0.1.103'} + dependencies: + formatio: 1.1.1 + lolex: 1.3.2 + samsam: 1.1.2 + util: 0.12.5 + dev: false + /sinon/13.0.2: resolution: {integrity: sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==} dependencies: @@ -15612,6 +16890,11 @@ packages: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false + /slash/1.0.0: + resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} + engines: {node: '>=0.10.0'} + dev: false + /slash/2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} @@ -15750,8 +17033,8 @@ packages: flatstr: 1.0.12 dev: false - /sonic-boom/3.3.0: - resolution: {integrity: sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==} + /sonic-boom/3.4.0: + resolution: {integrity: sha512-zSe9QQW30nPzjkSJ0glFQO5T9lHsk39tz+2bAAwCj8CNgEG8ItZiX7Wb2ZgA8I04dwRGCcf1m3ABJa8AYm12Fw==} dependencies: atomic-sleep: 1.0.0 dev: false @@ -15784,6 +17067,12 @@ packages: decode-uri-component: 0.2.2 dev: false + /source-map-support/0.4.18: + resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} + dependencies: + source-map: 0.5.7 + dev: false + /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -15835,7 +17124,7 @@ packages: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: false /spdx-exceptions/2.3.0: @@ -15846,11 +17135,11 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: false - /spdx-license-ids/3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + /spdx-license-ids/3.0.15: + resolution: {integrity: sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==} dev: false /spdy-transport/3.0.0: @@ -16069,16 +17358,17 @@ packages: strip-ansi: 7.1.0 dev: false - /string.prototype.matchall/4.0.9: - resolution: {integrity: sha512-6i5hL3MqG/K2G43mWXWgP+qizFW/QH/7kCNN13JrJS5q48FN5IKksLDscexKP3dnmB6cdm9jlNgAsWNLpSykmA==} + /string.prototype.matchall/4.0.10: + resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 + set-function-name: 2.0.1 side-channel: 1.0.4 dev: false @@ -16087,24 +17377,24 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /string.prototype.trimend/1.0.7: resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /string.prototype.trimstart/1.0.7: resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: false /string_decoder/0.10.31: @@ -16192,7 +17482,7 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: false @@ -16280,6 +17570,13 @@ packages: engines: {node: '>=0.8.0'} dev: false + /supports-color/3.1.2: + resolution: {integrity: sha512-F8dvPrZJtNzvDRX26eNXT4a7AecAvTGljmmnI39xEgSpbHKhQ7N0dO/NTxUExd0wuLHp4zbwYY7lvHq0aKpwrA==} + engines: {node: '>=0.8.0'} + dependencies: + has-flag: 1.0.0 + dev: false + /supports-color/3.2.3: resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} engines: {node: '>=0.8.0'} @@ -16435,13 +17732,13 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.19.4 + terser: 5.20.0 uglify-js: 2.8.29 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /terser/5.19.4: - resolution: {integrity: sha512-6p1DjHeuluwxDXcuT9VR8p64klWJKo1ILiy19s6C9+0Bh2+NWTX6nD9EPppiER4ICkHDVB1RkVpin/YW2nQn/g==} + /terser/5.20.0: + resolution: {integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -16490,11 +17787,6 @@ packages: resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} dev: false - /tiny-lru/11.0.1: - resolution: {integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==} - engines: {node: '>=12'} - dev: false - /tiny-lru/8.0.2: resolution: {integrity: sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==} engines: {node: '>=6'} @@ -16522,6 +17814,11 @@ packages: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} dev: false + /to-fast-properties/1.0.3: + resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} + engines: {node: '>=0.10.0'} + dev: false + /to-fast-properties/2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} @@ -16559,6 +17856,11 @@ packages: safe-regex: 1.1.0 dev: false + /toad-cache/3.2.0: + resolution: {integrity: sha512-Hj5zSqBS6OHbZoQk9IU8VqIr+0JUpwzunnwSlFJhG8aJSInYUMEuzItl3kJsGteTPd1qtflafdRHlRtUazYeqg==} + engines: {node: '>=12'} + dev: false + /toidentifier/1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} @@ -16660,7 +17962,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_2a2a7d7f5047e68045bad1530af10ce2: + /ts-node/10.9.1_25a4b541ad31fd1362f7bbcff33a063d: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -16679,19 +17981,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.17.14 + '@types/node': 14.18.63 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 4.8.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_7626c968066cae04581054bf4449e446: + /ts-node/10.9.1_71a24838bb56fb7264838813e7b47cee: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -16710,19 +18012,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.58 + '@types/node': 14.18.63 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.8.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_78fc30950287be9b0faed5055871fd61: + /ts-node/10.9.1_becee7c771b8c1d3345b085145420394: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -16741,7 +18043,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.58 + '@types/node': 18.18.3 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -16753,7 +18055,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_7efad36fdba78e36a9e35fe8f9d16a2a: + /ts-node/10.9.1_dea107b0a620a0faab0bfc702338e554: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -16772,7 +18074,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.5.9 + '@types/node': 20.8.2 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -16916,6 +18218,14 @@ packages: prelude-ls: 1.2.1 dev: false + /type-detect/0.1.1: + resolution: {integrity: sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==} + dev: false + + /type-detect/1.0.0: + resolution: {integrity: sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==} + dev: false + /type-detect/4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} @@ -17184,8 +18494,8 @@ packages: hasBin: true dev: false - /ua-parser-js/0.7.35: - resolution: {integrity: sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==} + /ua-parser-js/0.7.36: + resolution: {integrity: sha512-CPPLoCts2p7D8VbybttE3P2ylv0OBZEAy7a12DsulIEcAiMtWJy+PBgMXgWDI80D5UwqE8oQPHYnk13tm38M2Q==} dev: false /uglify-js/2.8.29: @@ -17291,7 +18601,7 @@ packages: /unload/2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 detect-node: 2.1.0 dev: false @@ -17318,13 +18628,13 @@ packages: which: 1.3.1 dev: false - /update-browserslist-db/1.0.11_browserslist@4.21.10: - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + /update-browserslist-db/1.0.13_browserslist@4.22.1: + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 escalade: 3.1.1 picocolors: 1.0.0 dev: false @@ -17381,6 +18691,12 @@ packages: engines: {node: '>=0.10.0'} dev: false + /user-home/1.1.1: + resolution: {integrity: sha512-aggiKfEEubv3UwRNqTzLInZpAOmKzwdHqEBmW/hBA/mt99eg+b4VrX6i+IRLxU8+WJYfa33rGwRseg4eElUgsQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dev: false + /util-deprecate/1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false @@ -17388,12 +18704,22 @@ packages: /util.promisify/1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 has-symbols: 1.0.3 object.getownpropertydescriptors: 2.1.7 dev: false + /util/0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + dependencies: + inherits: 2.0.4 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 + is-typed-array: 1.1.12 + which-typed-array: 1.1.11 + dev: false + /utila/0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} dev: false @@ -17431,6 +18757,13 @@ packages: source-map: 0.7.4 dev: false + /v8flags/2.1.1: + resolution: {integrity: sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA==} + engines: {node: '>= 0.10.0'} + dependencies: + user-home: 1.1.1 + dev: false + /valid-url/1.0.9: resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} dev: false @@ -17691,17 +19024,17 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 + '@types/eslint-scope': 3.7.5 + '@types/estree': 1.0.2 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0_acorn@8.10.0 - browserslist: 4.21.10 + browserslist: 4.22.1 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.0 + es-module-lexer: 1.3.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -18019,8 +19352,8 @@ packages: optional: true dev: false - /ws/8.14.0: - resolution: {integrity: sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==} + /ws/8.14.2: + resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18195,25 +19528,25 @@ packages: name: '@rush-temp/app-dev' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.22.15 - '@babel/plugin-proposal-decorators': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.22.15 - '@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-react-inline-elements': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/preset-typescript': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-proposal-decorators': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.23.0 + '@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-inline-elements': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/preset-typescript': 7.23.0_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@jchip/redbird': 1.3.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 @@ -18223,14 +19556,14 @@ packages: babel-eslint: 10.1.0_eslint@7.32.0 babel-plugin-lodash: 3.3.4 babel-plugin-minify-dead-code-elimination: 0.5.2 - babel-plugin-react-css-modules: 5.2.6_@babel+core@7.22.15 + babel-plugin-react-css-modules: 5.2.6_@babel+core@7.23.0 babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 boxen: 5.1.2 - chai: 4.3.8 + chai: 4.3.10 chalker: 1.2.0 chokidar: 3.5.3 - core-js: 3.32.2 + core-js: 3.33.0 electrode-server: 3.3.0 electrode-server1: /electrode-server/1.9.0 eslint: 7.32.0 @@ -18267,10 +19600,10 @@ packages: serve-index-fs: 1.10.1 shx: 0.3.4 sinon: 9.2.4 - sinon-chai: 3.7.0_chai@4.3.8+sinon@9.2.4 + sinon-chai: 3.7.0_chai@4.3.10+sinon@9.2.4 source-map-support: 0.5.21 sudo-prompt: 9.2.1 - ts-node: 10.9.1_78fc30950287be9b0faed5055871fd61 + ts-node: 10.9.1_71a24838bb56fb7264838813e7b47cee tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -18297,24 +19630,24 @@ packages: name: '@rush-temp/app' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@types/node': 17.0.45 - '@types/sinon': 10.0.16 - '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.62.0_690c423a0146969ac895c51c0275ab26 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@types/sinon': 10.0.18 + '@types/sinon-chai': 3.2.10 + '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.48.0 - chai: 4.3.8 + babel-eslint: 10.1.0_eslint@8.50.0 + chai: 4.3.10 chalk: 5.3.0 - eslint: 8.48.0 + eslint: 8.50.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.48.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.48.0 + eslint-plugin-filenames: 1.3.2_eslint@8.50.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 eslint-plugin-tsdoc: 0.2.17 isomorphic-loader: 4.5.0 mocha: 10.2.0 @@ -18324,7 +19657,7 @@ packages: prettier: 2.8.8 prompts: 2.4.2 sinon: 13.0.2 - sinon-chai: 3.7.0_chai@4.3.8+sinon@13.0.2 + sinon-chai: 3.7.0_chai@4.3.10+sinon@13.0.2 source-map-support: 0.5.21 ts-node: 10.9.1_121bb9107e71cb273c2c9f9d1b903c77 tslib: 2.6.2 @@ -18343,13 +19676,13 @@ packages: name: '@rush-temp/create-app' version: 0.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@xarc/module-dev': 2.2.5 - babel-loader: 9.1.3_b6b1b3102d7e659b2bfe9a5b79acc4b7 - chai: 4.3.8 + babel-loader: 9.1.3_856045016f49e2b25ee2d90c52b0f12a + chai: 4.3.10 chalker: 1.2.0 lodash: 4.17.21 mocha: 10.2.0 @@ -18360,7 +19693,7 @@ packages: run-verify: 1.2.6 shcmd: 0.8.4 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 @@ -18381,7 +19714,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@types/node': 14.18.58 + '@types/node': 14.18.63 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 @@ -18422,15 +19755,15 @@ packages: dev: false file:projects/electrode-react-webapp.tgz: - resolution: {integrity: sha512-xYh2USRY23lf0gXXp3//f7WaWP5optWLxwt6bfpUxG0fjoZuCV6jXPJc8ta4WobaqIX7lb8uA9cmvQPMxxS3ew==, tarball: file:projects/electrode-react-webapp.tgz} + resolution: {integrity: sha512-7MGDGnzy+axDhoQQ68eJN1sKHGvAonYjXktbTHxmCbOicQ3Pbcrx4+e3FT6Z0dTqZhYkGzuQ/WXfLic6FCBgrQ==, tarball: file:projects/electrode-react-webapp.tgz} name: '@rush-temp/electrode-react-webapp' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 @@ -18472,6 +19805,35 @@ packages: - supports-color dev: false + file:projects/electrode-redux-router-engine.tgz: + resolution: {integrity: sha512-mKDyXEYArysPy9wRpmuL+apnWDsElgqQezL1d8DTlpMlCg514HyPsOiNRNQgSlMhaC4S+lFjTHHMCTOEYLw1ww==, tarball: file:projects/electrode-redux-router-engine.tgz} + name: '@rush-temp/electrode-redux-router-engine' + version: 0.0.0 + dependencies: + '@xarc/run': 1.1.1 + babel-cli: 6.26.0 + babel-core: 6.26.3 + babel-preset-env: 1.7.0 + babel-preset-es2015: 6.24.1 + babel-preset-react: 6.24.1 + babel-preset-stage-0: 6.24.1 + babel-register: 6.26.0 + electrode-archetype-njs-module-dev: 2.3.2 + electrode-server: 1.9.0 + optional-require: 1.1.8 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 5.1.2_react@18.2.0+redux@4.2.1 + react-router: 5.3.4_react@18.2.0 + react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 + react-router-dom: 5.3.4_react@18.2.0 + redux: 4.2.1 + run-verify: 1.2.6 + stream-to-array: 2.3.0 + xclap: 0.2.53 + xstdout: 0.1.1 + dev: false + file:projects/index-page.tgz: resolution: {integrity: sha512-/3S5QZI7BAJdRVMEUA/haRhI7pZS3Geb6AfrhGFatni8RoHZ14BTBrRwoX1TI8ke27y8M7LsmfoGVz34LCYTgA==, tarball: file:projects/index-page.tgz} name: '@rush-temp/index-page' @@ -18479,16 +19841,16 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 '@xarc/module-dev': 2.2.5 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@6.8.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 @@ -18498,7 +19860,7 @@ packages: nyc: 15.1.0 require-at: 1.0.6 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 ts-node: 10.9.1_edac2ddb34e314e434ee61c93f52c377 typedoc: 0.17.8_typescript@3.9.10 @@ -18517,23 +19879,23 @@ packages: name: '@rush-temp/jsx-renderer' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 '@xarc/module-dev': 2.2.5 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@6.8.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 @@ -18547,7 +19909,7 @@ packages: require-at: 1.0.6 run-verify: 1.2.6 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 stream-to-array: 2.3.0 ts-node: 10.9.1_edac2ddb34e314e434ee61c93f52c377 @@ -18615,10 +19977,10 @@ packages: dependencies: '@types/mocha': 10.0.1 babel-plugin-istanbul: 6.1.1 - chai: 4.3.8 - chai-as-promised: 7.1.1_chai@4.3.8 + chai: 4.3.10 + chai-as-promised: 7.1.1_chai@4.3.10 chai-shallowly: 1.0.0 - core-js: 3.32.2 + core-js: 3.33.0 enzyme: 3.11.0 enzyme-adapter-react-16: 1.15.7_enzyme@3.11.0 karma: 6.4.2 @@ -18637,7 +19999,7 @@ packages: mocha: 10.2.0 shx: 0.3.4 sinon: 15.2.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@15.2.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@15.2.0 transitivePeerDependencies: - bufferutil - debug @@ -18666,9 +20028,9 @@ packages: name: '@rush-temp/opt-mocha' version: 0.0.0 dependencies: - '@types/mocha': 10.0.1 - chai: 4.3.8 - chai-as-promised: 7.1.1_chai@4.3.8 + '@types/mocha': 10.0.2 + chai: 4.3.10 + chai-as-promised: 7.1.1_chai@4.3.10 chai-shallowly: 1.0.0 enzyme: 3.11.0 enzyme-adapter-react-16: 1.15.7_enzyme@3.11.0 @@ -18699,7 +20061,7 @@ packages: name: '@rush-temp/opt-preact' version: 0.0.0 dependencies: - preact: 10.17.1 + preact: 10.18.1 shx: 0.3.4 dev: false @@ -18719,8 +20081,8 @@ packages: name: '@rush-temp/opt-sass' version: 0.0.0 dependencies: - sass: 1.66.1 - sass-loader: 13.3.2_sass@1.66.1+webpack@5.88.2 + sass: 1.68.0 + sass-loader: 13.3.2_sass@1.68.0+webpack@5.88.2 shx: 0.3.4 transitivePeerDependencies: - fibers @@ -18747,7 +20109,7 @@ packages: name: '@rush-temp/poc-subapp-redux' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -18757,9 +20119,9 @@ packages: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_218d4c23caa91839c5aa0af611b88026 - react-router: 6.15.0_react@18.2.0 - react-router-dom: 6.15.0_react-dom@18.2.0+react@18.2.0 + react-redux: 8.1.3_218d4c23caa91839c5aa0af611b88026 + react-router: 6.16.0_react@18.2.0 + react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 redux-logger: 3.0.6 webpack-hot-middleware: 2.25.4 @@ -18777,7 +20139,7 @@ packages: name: '@rush-temp/poc-subapp' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 4.0.7 '@xarc/run': 1.1.1 @@ -18787,9 +20149,9 @@ packages: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_218d4c23caa91839c5aa0af611b88026 - react-router: 6.15.0_react@18.2.0 - react-router-dom: 6.15.0_react-dom@18.2.0+react@18.2.0 + react-redux: 8.1.3_218d4c23caa91839c5aa0af611b88026 + react-router: 6.16.0_react@18.2.0 + react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -18805,7 +20167,7 @@ packages: name: '@rush-temp/poc-subappv1-csp' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -18814,9 +20176,9 @@ packages: history: 5.3.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_218d4c23caa91839c5aa0af611b88026 - react-router: 6.15.0_react@18.2.0 - react-router-dom: 6.15.0_react-dom@18.2.0+react@18.2.0 + react-redux: 8.1.3_218d4c23caa91839c5aa0af611b88026 + react-router: 6.16.0_react@18.2.0 + react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -18834,22 +20196,22 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 18.17.14 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 - '@types/sinon': 10.0.16 - '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.62.0_690c423a0146969ac895c51c0275ab26 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@types/mocha': 10.0.2 + '@types/node': 18.18.3 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 + '@types/sinon': 10.0.18 + '@types/sinon-chai': 3.2.10 + '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.48.0 - chai: 4.3.8 - eslint: 8.48.0 + babel-eslint: 10.1.0_eslint@8.50.0 + chai: 4.3.10 + eslint: 8.50.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.48.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.48.0 + eslint-plugin-filenames: 1.3.2_eslint@8.50.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 eslint-plugin-tsdoc: 0.2.17 jsdom: 16.7.0 jsdom-global: 3.0.2_jsdom@16.7.0 @@ -18859,9 +20221,9 @@ packages: react-dom: 18.2.0_react@18.2.0 react-query: 3.39.3_react-dom@18.2.0+react@18.2.0 sinon: 14.0.2 - sinon-chai: 3.7.0_chai@4.3.8+sinon@14.0.2 + sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2a2a7d7f5047e68045bad1530af10ce2 + ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -18883,18 +20245,18 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -18907,9 +20269,9 @@ packages: react-dom: 18.2.0_react@18.2.0 recoil: 0.7.7_react-dom@18.2.0+react@18.2.0 sinon: 9.2.4 - sinon-chai: 3.7.0_chai@4.3.8+sinon@9.2.4 + sinon-chai: 3.7.0_chai@4.3.10+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.1_78fc30950287be9b0faed5055871fd61 + ts-node: 10.9.1_71a24838bb56fb7264838813e7b47cee tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -18930,18 +20292,18 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -18953,9 +20315,9 @@ packages: redux-observable: 1.2.0_rxjs@6.6.7 rxjs: 6.6.7 sinon: 9.2.4 - sinon-chai: 3.7.0_chai@4.3.8+sinon@9.2.4 + sinon-chai: 3.7.0_chai@4.3.10+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.1_78fc30950287be9b0faed5055871fd61 + ts-node: 10.9.1_71a24838bb56fb7264838813e7b47cee tslib: 2.6.2 typedoc: 0.20.37_typescript@4.9.5 typescript: 4.9.5 @@ -18973,18 +20335,18 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -18995,9 +20357,9 @@ packages: react-dom: 18.2.0_react@18.2.0 redux-saga: 1.2.3 sinon: 9.2.4 - sinon-chai: 3.7.0_chai@4.3.8+sinon@9.2.4 + sinon-chai: 3.7.0_chai@4.3.10+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.1_78fc30950287be9b0faed5055871fd61 + ts-node: 10.9.1_71a24838bb56fb7264838813e7b47cee tslib: 2.6.2 typedoc: 0.20.37_typescript@4.9.5 typescript: 4.9.5 @@ -19015,34 +20377,34 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 18.17.14 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 - '@types/sinon': 10.0.16 - '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.62.0_690c423a0146969ac895c51c0275ab26 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@types/mocha': 10.0.2 + '@types/node': 18.18.3 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 + '@types/sinon': 10.0.18 + '@types/sinon-chai': 3.2.10 + '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.48.0 - chai: 4.3.8 - eslint: 8.48.0 + babel-eslint: 10.1.0_eslint@8.50.0 + chai: 4.3.10 + eslint: 8.50.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.48.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.48.0 + eslint-plugin-filenames: 1.3.2_eslint@8.50.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 jsdom: 19.0.0 jsdom-global: 3.0.2_jsdom@19.0.0 mocha: 10.2.0 nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_92fb1064241b7b67af476dcc1f72a076 + react-redux: 8.1.3_b68391936f0a8d8c15334fdd31c618e5 redux: 4.2.1 sinon: 14.0.2 - sinon-chai: 3.7.0_chai@4.3.8+sinon@14.0.2 + sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2a2a7d7f5047e68045bad1530af10ce2 + ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -19061,26 +20423,26 @@ packages: name: '@rush-temp/react-router' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 18.17.14 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 - '@types/sinon': 10.0.16 - '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.62.0_690c423a0146969ac895c51c0275ab26 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@types/mocha': 10.0.2 + '@types/node': 18.18.3 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 + '@types/sinon': 10.0.18 + '@types/sinon-chai': 3.2.10 + '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.48.0 - chai: 4.3.8 - eslint: 8.48.0 + babel-eslint: 10.1.0_eslint@8.50.0 + chai: 4.3.10 + eslint: 8.50.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.48.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.48.0 + eslint-plugin-filenames: 1.3.2_eslint@8.50.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 eslint-plugin-tsdoc: 0.2.17 history: 5.3.0 jsdom: 19.0.0 @@ -19089,14 +20451,14 @@ packages: nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_92fb1064241b7b67af476dcc1f72a076 - react-router: 6.15.0_react@18.2.0 - react-router-dom: 6.15.0_react-dom@18.2.0+react@18.2.0 + react-redux: 8.1.3_b68391936f0a8d8c15334fdd31c618e5 + react-router: 6.16.0_react@18.2.0 + react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 sinon: 14.0.2 - sinon-chai: 3.7.0_chai@4.3.8+sinon@14.0.2 + sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2a2a7d7f5047e68045bad1530af10ce2 + ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -19115,34 +20477,34 @@ packages: name: '@rush-temp/react' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 18.17.14 - '@types/react': 18.2.21 - '@types/react-dom': 18.2.7 - '@types/sinon': 10.0.16 - '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.62.0_690c423a0146969ac895c51c0275ab26 - '@typescript-eslint/parser': 5.62.0_eslint@8.48.0+typescript@4.9.5 + '@types/mocha': 10.0.2 + '@types/node': 18.18.3 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 + '@types/sinon': 10.0.18 + '@types/sinon-chai': 3.2.10 + '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 + '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.48.0 - chai: 4.3.8 - eslint: 8.48.0 + babel-eslint: 10.1.0_eslint@8.50.0 + chai: 4.3.10 + eslint: 8.50.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.48.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.48.0 + eslint-plugin-filenames: 1.3.2_eslint@8.50.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 eslint-plugin-tsdoc: 0.2.17 mocha: 10.2.0 nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 sinon: 14.0.2 - sinon-chai: 3.7.0_chai@4.3.8+sinon@14.0.2 + sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_2a2a7d7f5047e68045bad1530af10ce2 + ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 tslib: 2.6.2 typedoc: 0.23.28_typescript@4.9.5 typescript: 4.9.5 @@ -19159,16 +20521,16 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 '@xarc/module-dev': 2.2.5 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@6.8.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 @@ -19180,7 +20542,7 @@ packages: require-at: 1.0.6 run-verify: 1.2.6 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 stream-to-array: 2.3.0 ts-node: 10.9.1_edac2ddb34e314e434ee61c93f52c377 @@ -19208,13 +20570,13 @@ packages: name: '@rush-temp/subapp-react' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 - '@babel/runtime': 7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/runtime': 7.23.1 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -19222,9 +20584,9 @@ packages: optional-require: 1.1.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_218d4c23caa91839c5aa0af611b88026 - react-router: 6.15.0_react@18.2.0 - react-router-dom: 6.15.0_react-dom@18.2.0+react@18.2.0 + react-redux: 8.1.3_218d4c23caa91839c5aa0af611b88026 + react-router: 6.16.0_react@18.2.0 + react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 run-verify: 1.2.6 transitivePeerDependencies: @@ -19242,20 +20604,20 @@ packages: name: '@rush-temp/subapp-redux' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 - '@babel/runtime': 7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/runtime': 7.23.1 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 optional-require: 1.1.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.2_218d4c23caa91839c5aa0af611b88026 + react-redux: 8.1.3_218d4c23caa91839c5aa0af611b88026 redux: 4.2.1 run-verify: 1.2.6 transitivePeerDependencies: @@ -19270,11 +20632,11 @@ packages: name: '@rush-temp/subapp-server' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 '@hapi/boom': 9.1.4 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -19283,7 +20645,7 @@ packages: electrode-archetype-njs-module-dev: 3.0.3 electrode-server: 3.3.0 filter-scan-dir: 1.5.5 - http-status-codes: 2.2.0 + http-status-codes: 2.3.0 optional-require: 1.1.8 run-verify: 1.2.6 xaa: 1.7.3 @@ -19307,13 +20669,13 @@ packages: name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15_@babel+core@7.22.15 - '@babel/core': 7.22.15 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/preset-react': 7.22.15_@babel+core@7.22.15 - '@babel/register': 7.22.15_@babel+core@7.22.15 - '@babel/runtime': 7.22.15 + '@babel/cli': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.0 + '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/runtime': 7.23.1 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 @@ -19348,14 +20710,14 @@ packages: name: '@rush-temp/subapp' version: 0.0.0 dependencies: - '@babel/cli': 7.22.15 + '@babel/cli': 7.23.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 '@types/chai-as-promised': 7.1.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 @@ -19363,8 +20725,8 @@ packages: babel-eslint: 10.1.0_eslint@7.32.0 babel-plugin-transform-remove-strict-mode: 0.0.2 babel-preset-minify: 0.5.2 - chai: 4.3.8 - chai-as-promised: 7.1.1_chai@4.3.8 + chai: 4.3.10 + chai-as-promised: 7.1.1_chai@4.3.10 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -19375,9 +20737,9 @@ packages: mocha: 10.2.0 nyc: 15.1.0 sinon: 9.2.4 - sinon-chai: 3.7.0_chai@4.3.8+sinon@9.2.4 + sinon-chai: 3.7.0_chai@4.3.10+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.1_78fc30950287be9b0faed5055871fd61 + ts-node: 10.9.1_71a24838bb56fb7264838813e7b47cee tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -19397,13 +20759,13 @@ packages: name: '@rush-temp/subapp2-basic' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@module-federation/concat-runtime': 0.0.1 - '@types/node': 20.5.9 + '@types/node': 20.8.2 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 prettier: 2.8.8 - ts-node: 10.9.1_7efad36fdba78e36a9e35fe8f9d16a2a + ts-node: 10.9.1_dea107b0a620a0faab0bfc702338e554 typescript: 5.2.2 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -19417,14 +20779,14 @@ packages: name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: - '@babel/runtime': 7.22.15 - '@types/node': 20.5.9 + '@babel/runtime': 7.23.1 + '@types/node': 20.8.2 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 isomorphic-loader: 4.5.0 prop-types: 15.8.1 react-dom: 18.2.0 - ts-node: 10.9.1_7efad36fdba78e36a9e35fe8f9d16a2a + ts-node: 10.9.1_dea107b0a620a0faab0bfc702338e554 typescript: 5.2.2 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -19441,16 +20803,16 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 + '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_2b015b1c4b7c4a3ed9a197dc233b1a35 '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@3.9.10 '@xarc/module-dev': 2.2.5 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@6.8.0 - chai: 4.3.8 + chai: 4.3.10 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 @@ -19459,7 +20821,7 @@ packages: mocha: 10.2.0 nyc: 15.1.0 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 ts-node: 10.9.1_edac2ddb34e314e434ee61c93f52c377 typedoc: 0.17.8_typescript@3.9.10 @@ -19479,10 +20841,10 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 - '@types/mocha': 10.0.1 - '@types/node': 14.18.58 + '@types/mocha': 10.0.2 + '@types/node': 14.18.63 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_5717ef02ba985de55f36ee939304b942 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.8.4 '@xarc/module-dev': 4.1.0 @@ -19502,7 +20864,7 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.3.6+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.1_7626c968066cae04581054bf4449e446 + ts-node: 10.9.1_25a4b541ad31fd1362f7bbcff33a063d tslib: 2.6.2 typedoc: 0.20.37_typescript@4.8.4 typescript: 4.8.4 @@ -19521,16 +20883,16 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.6 '@types/mocha': 10.0.0 - '@types/node': 18.17.14 + '@types/node': 18.18.3 '@types/sinon': 9.0.11 - '@types/sinon-chai': 3.2.9 + '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_78673f6a350169a27f383eda83199f64 '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 autoprefixer: 9.8.8 babel-eslint: 10.1.0_eslint@6.8.0 babel-loader: 8.3.0_webpack@5.88.2 - chai: 4.3.8 + chai: 4.3.10 chalk: 4.1.2 chalker: 1.2.0 css-loader: 6.8.1_webpack@5.88.2 @@ -19551,9 +20913,9 @@ packages: require-at: 1.0.6 run-verify: 1.2.6 sinon: 7.5.0 - sinon-chai: 3.7.0_chai@4.3.8+sinon@7.5.0 + sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 - ts-node: 10.9.1_2a2a7d7f5047e68045bad1530af10ce2 + ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 typedoc: 0.17.8_typescript@4.9.5 typescript: 4.9.5 url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 diff --git a/rush.json b/rush.json index 1b8a5deef..5e5b665b1 100644 --- a/rush.json +++ b/rush.json @@ -438,6 +438,12 @@ "shouldPublish": true, "skipRushCheck": true }, + { + "packageName": "electrode-redux-router-engine", + "projectFolder": "packages/electrode-redux-router-engine", + "shouldPublish": true, + "skipRushCheck": true + }, { "packageName": "opt-archetype-check", "projectFolder": "packages/opt-archetype-check", @@ -688,4 +694,4 @@ } ] -} +} \ No newline at end of file From 0959cd3c65fb93c52beb377668b8be8ddcf70076 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Tue, 3 Oct 2023 13:53:32 +0530 Subject: [PATCH 14/15] fix(test): test cases fix --- common/config/rush/pnpm-lock.yaml | 2315 +---------------------------- rush.json | 12 - 2 files changed, 77 insertions(+), 2250 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 128a4fce5..a613af990 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -15,8 +15,6 @@ specifiers: '@rush-temp/dev-base': file:./projects/dev-base.tgz '@rush-temp/electrode-cdn-file-loader': file:./projects/electrode-cdn-file-loader.tgz '@rush-temp/electrode-node-resolver': file:./projects/electrode-node-resolver.tgz - '@rush-temp/electrode-react-webapp': file:./projects/electrode-react-webapp.tgz - '@rush-temp/electrode-redux-router-engine': file:./projects/electrode-redux-router-engine.tgz '@rush-temp/index-page': file:./projects/index-page.tgz '@rush-temp/jsx-renderer': file:./projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:./projects/opt-archetype-check.tgz @@ -58,8 +56,6 @@ specifiers: '@types/webpack': 5.28.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 - babel-cli: ^6.1.1 - babel-core: ^6.0.15 babel-eslint: ^10.1.0 babel-jest: ^26.1.0 babel-plugin-istanbul: ^6.1.1 @@ -69,13 +65,7 @@ specifiers: babel-plugin-transform-node-env-inline: ^0.4.3 babel-plugin-transform-react-remove-prop-types: ^0.4.24 babel-plugin-transform-remove-strict-mode: ^0.0.2 - babel-preset-env: ^1.7.0 - babel-preset-es2015: ^6.0.15 babel-preset-minify: ^0.5.1 - babel-preset-react: ^6.0.15 - babel-preset-stage-0: ^6.0.15 - babel-register: ^6.5.2 - benchmark: ^2.1.4 boxen: ^5.0.0 chai-as-promised: ^7.1.1 chai-shallowly: ^1.0.0 @@ -83,24 +73,24 @@ specifiers: chokidar: ^3.5.3 css-loader: ^6.5.1 css-minimizer-webpack-plugin: ^1.2.0 + electrode-archetype-njs-module-dev: ^3.0.3 electrode-confippet: ^1.7.1 - electrode-hapi-compat: ^1.2.0 + electrode-react-webapp: ^5.1.1 + electrode-server: ^3.3.0 electrode-server1: npm:electrode-server@^1.0.0 - electrode-server2: npm:electrode-server@^2.0.0 enzyme: ^3.11.0 eslint-config-walmart: ^2.2.1 eslint-plugin-flowtype: ^5.2.0 eslint-plugin-jest: ^23.18.0 eslint-plugin-mocha: ^8.0.0 eslint-plugin-react: ^7.29.4 - express: ^4.15.4 fast-async: ^7.0.5 file-loader: ^6.2.0 fs-extra: ^10.1.0 glob: ^8.0.3 history: ^5.3.0 + http-status-codes: ^2.2.0 identity-obj-proxy: ^3.0.0 - in-publish: ^2.0.0 is-ci: ^2.0.0 isomorphic-loader: ^4.5.0 istanbul: ^0.4.5 @@ -120,8 +110,6 @@ specifiers: karma-sourcemap-loader: ^0.4.0 karma-spec-reporter: 0.0.36 karma-webpack: ^5.0.0 - koa: ^2.3.0 - koa-router: ^7.4.0 less: ^3.9.0 less-loader: ^4.1.0 loader-utils: ^1.1.0 @@ -134,7 +122,6 @@ specifiers: munchy: ^1.0.9 nix-clap: ^1.3.13 node-fetch: 2.6.12 - object-assign: ^4.1.0 open: ^8.4.0 opfs: ^1.1.1 pkg-up: ^3.1.0 @@ -146,9 +133,7 @@ specifiers: postcss-scss: ^2.0.0 preact: ^10.0.5 ps-get: ^1.1.0 - react-helmet: ^5.2.0 react-query: ~3.39.0 - react-router-config: ^5.1.1 read-pkg-up: ^7.0.1 recoil: ^0.7.5 redux-logger: ^3.0.6 @@ -164,14 +149,11 @@ specifiers: serve-index-fs: ^1.10.1 shcmd: ^0.8.4 stream-to-array: ^2.3.0 - string-array: ^1.0.0 stylus: ^0.57.0 stylus-relative-loader: ^4.0.0 sudo-prompt: ^9.2.1 sugarss: ^2.0.0 - superagent: ^1.8.5 typedoc-plugin-external-module-name: ^3.1.0 - uglify-js: ^2.6.2 url-loader: ^4.1.0 visual-logger: ^1.1.3 webpack: ^5.75.0 @@ -193,13 +175,11 @@ dependencies: '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 '@rush-temp/app': file:projects/app.tgz - '@rush-temp/app-dev': file:projects/app-dev.tgz_c5d5b1fad86bc2ee7e110a833d65dee1 - '@rush-temp/create-app': file:projects/create-app.tgz_uglify-js@2.8.29 + '@rush-temp/app-dev': file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.88.2 + '@rush-temp/create-app': file:projects/create-app.tgz '@rush-temp/dev-base': file:projects/dev-base.tgz '@rush-temp/electrode-cdn-file-loader': file:projects/electrode-cdn-file-loader.tgz '@rush-temp/electrode-node-resolver': file:projects/electrode-node-resolver.tgz - '@rush-temp/electrode-react-webapp': file:projects/electrode-react-webapp.tgz - '@rush-temp/electrode-redux-router-engine': file:projects/electrode-redux-router-engine.tgz '@rush-temp/index-page': file:projects/index-page.tgz '@rush-temp/jsx-renderer': file:projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz @@ -234,15 +214,13 @@ dependencies: '@rush-temp/subapp2-basic': file:projects/subapp2-basic.tgz '@rush-temp/subapp2-poc': file:projects/subapp2-poc.tgz '@rush-temp/tag-renderer': file:projects/tag-renderer.tgz - '@rush-temp/webpack': file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3 + '@rush-temp/webpack': file:projects/webpack.tgz_webpack-bundle-analyzer@3.9.0 '@rush-temp/webpack-config-composer': file:projects/webpack-config-composer.tgz '@types/chai-as-promised': 7.1.6 '@types/jest': 26.0.24 - '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 + '@types/webpack': 5.28.0_webpack-cli@4.8.0 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 - babel-cli: 6.26.0 - babel-core: 6.26.3 babel-eslint: 10.1.0 babel-jest: 26.6.3 babel-plugin-istanbul: 6.1.1 @@ -252,13 +230,7 @@ dependencies: babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-plugin-transform-remove-strict-mode: 0.0.2 - babel-preset-env: 1.7.0 - babel-preset-es2015: 6.24.1 babel-preset-minify: 0.5.2 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - babel-register: 6.26.0 - benchmark: 2.1.4 boxen: 5.1.2 chai-as-promised: 7.1.1 chai-shallowly: 1.0.0 @@ -266,24 +238,24 @@ dependencies: chokidar: 3.5.3 css-loader: 6.8.1_webpack@5.88.2 css-minimizer-webpack-plugin: 1.3.0_webpack@5.88.2 + electrode-archetype-njs-module-dev: 3.0.3 electrode-confippet: 1.7.1 - electrode-hapi-compat: 1.3.3 + electrode-react-webapp: 5.1.1 + electrode-server: 3.3.0 electrode-server1: /electrode-server/1.9.0 - electrode-server2: /electrode-server/2.5.0 enzyme: 3.11.0 eslint-config-walmart: 2.2.1 eslint-plugin-flowtype: 5.10.0 eslint-plugin-jest: 23.20.0 eslint-plugin-mocha: 8.2.0 eslint-plugin-react: 7.33.2 - express: 4.18.2 fast-async: 7.0.6 file-loader: 6.2.0_webpack@5.88.2 fs-extra: 10.1.0 glob: 8.1.0 history: 5.3.0 + http-status-codes: 2.3.0 identity-obj-proxy: 3.0.0 - in-publish: 2.0.1 is-ci: 2.0.0 isomorphic-loader: 4.5.0 istanbul: 0.4.5 @@ -303,8 +275,6 @@ dependencies: karma-sourcemap-loader: 0.4.0 karma-spec-reporter: 0.0.36_karma@6.4.2 karma-webpack: 5.0.0_webpack@5.88.2 - koa: 2.14.2 - koa-router: 7.4.0 less: 3.13.1 less-loader: 4.1.0_less@3.13.1+webpack@5.88.2 loader-utils: 1.4.2 @@ -317,7 +287,6 @@ dependencies: munchy: 1.0.9 nix-clap: 1.3.13 node-fetch: 2.6.12 - object-assign: 4.1.1 open: 8.4.2 opfs: 1.1.1 pkg-up: 3.1.0 @@ -329,9 +298,7 @@ dependencies: postcss-scss: 2.1.1 preact: 10.18.1 ps-get: 1.1.0 - react-helmet: 5.2.1 react-query: 3.39.3 - react-router-config: 5.1.1 read-pkg-up: 7.0.1 recoil: 0.7.7 redux-logger: 3.0.6 @@ -347,17 +314,14 @@ dependencies: serve-index-fs: 1.10.1 shcmd: 0.8.4 stream-to-array: 2.3.0 - string-array: 1.0.1 stylus: 0.57.0 stylus-relative-loader: 4.0.0_stylus@0.57.0 sudo-prompt: 9.2.1 sugarss: 2.0.0 - superagent: 1.8.5 typedoc-plugin-external-module-name: 3.1.0 - uglify-js: 2.8.29 url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 visual-logger: 1.1.3 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 webpack-dev-middleware: 4.3.0_webpack@5.88.2 @@ -3444,12 +3408,12 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/webpack/5.28.0_f52b93474dd2fb1e4f90db635f9d54a8: + /@types/webpack/5.28.0_webpack-cli@4.8.0: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: '@types/node': 20.8.2 tapable: 2.2.1 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -4093,7 +4057,7 @@ packages: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 dev: false @@ -4246,14 +4210,6 @@ packages: hoek: 4.2.1 dev: false - /accept/3.1.3: - resolution: {integrity: sha512-OgOEAidVEOKPup+Gv2+2wdH2AgVKI9LxsJ4hicdJ6cY0faUuZdZoi56kkXWlHp9qicN1nWQLmW5ZRGk+SBS5xg==} - deprecated: This module has moved and is now available at @hapi/accept. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - hoek: 6.1.3 - dev: false - /accepts/1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} @@ -4435,15 +4391,6 @@ packages: uri-js: 4.4.1 dev: false - /align-text/0.1.4: - resolution: {integrity: sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - longest: 1.0.1 - repeat-string: 1.6.1 - dev: false - /alphanum-sort/1.0.2: resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} dev: false @@ -4463,13 +4410,6 @@ packages: hoek: 4.2.1 dev: false - /ammo/3.0.3: - resolution: {integrity: sha512-vo76VJ44MkUBZL/BzpGXaKzMfroF4ZR6+haRuw9p+eSWfoNaH2AxVc8xmiEPC08jhzJSeM6w7/iMUGet8b4oBQ==} - deprecated: This module has moved and is now available at @hapi/ammo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - dev: false - /ansi-align/3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: @@ -4581,14 +4521,6 @@ packages: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: false - /anymatch/1.3.2: - resolution: {integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==} - dependencies: - micromatch: 2.3.11 - normalize-path: 2.1.1 - dev: false - optional: true - /anymatch/2.0.0: resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: @@ -4653,14 +4585,6 @@ packages: deep-equal: 2.2.2 dev: false - /arr-diff/2.0.0: - resolution: {integrity: sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-flatten: 1.1.0 - dev: false - optional: true - /arr-diff/4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} @@ -4707,12 +4631,6 @@ packages: engines: {node: '>=8'} dev: false - /array-unique/0.2.1: - resolution: {integrity: sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /array-unique/0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} @@ -4822,11 +4740,6 @@ packages: engines: {node: '>=8'} dev: false - /async-each/1.0.6: - resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} - dev: false - optional: true - /async-eventemitter/0.2.4: resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} dependencies: @@ -4930,35 +4843,6 @@ packages: deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). dev: false - /b64/4.1.2: - resolution: {integrity: sha512-+GUspBxlH3CJaxMUGUE1EBoWM6RKgWiYwUDal0qdf8m3ArnXNN1KzKVo5HOnE/FSq4HHyWf3TlHLsZI8PKQgrQ==} - deprecated: This module has moved and is now available at @hapi/b64. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - dev: false - - /babel-cli/6.26.0: - resolution: {integrity: sha512-wau+BDtQfuSBGQ9PzzFL3REvR9Sxnd4LKwtcHAiPjhugA7K/80vpHXafj+O5bAqJOuSefjOx5ZJnNSR2J1Qw6Q==} - hasBin: true - dependencies: - babel-core: 6.26.3 - babel-polyfill: 6.26.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - commander: 2.20.3 - convert-source-map: 1.9.0 - fs-readdir-recursive: 1.1.0 - glob: 7.2.3 - lodash: 4.17.21 - output-file-sync: 1.1.2 - path-is-absolute: 1.0.1 - slash: 1.0.0 - source-map: 0.5.7 - v8flags: 2.1.1 - optionalDependencies: - chokidar: 1.7.0 - dev: false - /babel-code-frame/6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} dependencies: @@ -4967,30 +4851,6 @@ packages: js-tokens: 3.0.2 dev: false - /babel-core/6.26.3: - resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} - dependencies: - babel-code-frame: 6.26.0 - babel-generator: 6.26.1 - babel-helpers: 6.24.1 - babel-messages: 6.23.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - convert-source-map: 1.9.0 - debug: 2.6.9 - json5: 0.5.1 - lodash: 4.17.21 - minimatch: 3.1.2 - path-is-absolute: 1.0.1 - private: 0.1.8 - slash: 1.0.0 - source-map: 0.5.7 - dev: false - /babel-eslint/10.1.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} @@ -5062,17 +4922,6 @@ packages: - supports-color dev: false - /babel-eslint/7.2.3: - resolution: {integrity: sha512-i2yKOhjgwUbUrJ8oJm6QqRzltIoFahGNPZ0HF22lUN4H1DW03JQyJm7WSv+I1LURQWjDNhVqFo04acYa07rhOQ==} - engines: {node: '>=4'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - dependencies: - babel-code-frame: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - dev: false - /babel-eslint/8.2.6: resolution: {integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==} engines: {node: '>=4'} @@ -5086,110 +4935,14 @@ packages: eslint-visitor-keys: 1.3.0 dev: false - /babel-generator/6.26.1: - resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} - dependencies: - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - detect-indent: 4.0.0 - jsesc: 1.3.0 - lodash: 4.17.21 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - - /babel-helper-bindify-decorators/6.24.1: - resolution: {integrity: sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} - dependencies: - babel-helper-explode-assignable-expression: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-builder-react-jsx/6.26.0: - resolution: {integrity: sha512-02I9jDjnVEuGy2BR3LRm9nPRb/+Ja0pvZVLr1eI5TYAA/dB0Xoc+WBo50+aDfhGDLhlBY1+QURjn9uvcFd8gzg==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - esutils: 2.0.3 - dev: false - - /babel-helper-call-delegate/6.24.1: - resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-define-map/6.26.0: - resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - /babel-helper-evaluate-path/0.5.0: resolution: {integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==} dev: false - /babel-helper-explode-assignable-expression/6.24.1: - resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-explode-class/6.24.1: - resolution: {integrity: sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==} - dependencies: - babel-helper-bindify-decorators: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-flip-expressions/0.4.3: resolution: {integrity: sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==} dev: false - /babel-helper-function-name/6.24.1: - resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} - dependencies: - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-get-function-arity/6.24.1: - resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-hoist-variables/6.24.1: - resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-is-nodes-equiv/0.0.1: resolution: {integrity: sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==} dev: false @@ -5202,57 +4955,14 @@ packages: resolution: {integrity: sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==} dev: false - /babel-helper-optimise-call-expression/6.24.1: - resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-helper-regex/6.26.0: - resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - - /babel-helper-remap-async-to-generator/6.24.1: - resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-remove-or-void/0.4.3: resolution: {integrity: sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==} dev: false - /babel-helper-replace-supers/6.24.1: - resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} - dependencies: - babel-helper-optimise-call-expression: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-helper-to-multiple-sequence-expressions/0.5.0: resolution: {integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==} dev: false - /babel-helpers/6.24.1: - resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - /babel-jest/26.6.3: resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} @@ -5301,7 +5011,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /babel-loader/9.1.3_856045016f49e2b25ee2d90c52b0f12a: @@ -5314,19 +5024,7 @@ packages: '@babel/core': 7.23.0 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 - dev: false - - /babel-messages/6.23.0: - resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-check-es2015-constants/6.22.0: - resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} - dependencies: - babel-runtime: 6.26.0 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /babel-plugin-istanbul/6.1.1: @@ -5503,309 +5201,6 @@ packages: - '@babel/core' dev: false - /babel-plugin-syntax-async-functions/6.13.0: - resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} - dev: false - - /babel-plugin-syntax-async-generators/6.13.0: - resolution: {integrity: sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg==} - dev: false - - /babel-plugin-syntax-class-constructor-call/6.18.0: - resolution: {integrity: sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA==} - dev: false - - /babel-plugin-syntax-class-properties/6.13.0: - resolution: {integrity: sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA==} - dev: false - - /babel-plugin-syntax-decorators/6.13.0: - resolution: {integrity: sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw==} - dev: false - - /babel-plugin-syntax-do-expressions/6.13.0: - resolution: {integrity: sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg==} - dev: false - - /babel-plugin-syntax-dynamic-import/6.18.0: - resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} - dev: false - - /babel-plugin-syntax-exponentiation-operator/6.13.0: - resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} - dev: false - - /babel-plugin-syntax-export-extensions/6.13.0: - resolution: {integrity: sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg==} - dev: false - - /babel-plugin-syntax-flow/6.18.0: - resolution: {integrity: sha512-HbTDIoG1A1op7Tl/wIFQPULIBA61tsJ8Ntq2FAhLwuijrzosM/92kAfgU1Q3Kc7DH/cprJg5vDfuTY4QUL4rDA==} - dev: false - - /babel-plugin-syntax-function-bind/6.13.0: - resolution: {integrity: sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw==} - dev: false - - /babel-plugin-syntax-jsx/6.18.0: - resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - dev: false - - /babel-plugin-syntax-object-rest-spread/6.13.0: - resolution: {integrity: sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==} - dev: false - - /babel-plugin-syntax-trailing-function-commas/6.22.0: - resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} - dev: false - - /babel-plugin-transform-async-generator-functions/6.24.1: - resolution: {integrity: sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==} - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-generators: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-async-to-generator/6.24.1: - resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-functions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-class-constructor-call/6.24.1: - resolution: {integrity: sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==} - dependencies: - babel-plugin-syntax-class-constructor-call: 6.18.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-class-properties/6.24.1: - resolution: {integrity: sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-plugin-syntax-class-properties: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-decorators/6.24.1: - resolution: {integrity: sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==} - dependencies: - babel-helper-explode-class: 6.24.1 - babel-plugin-syntax-decorators: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-do-expressions/6.22.0: - resolution: {integrity: sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==} - dependencies: - babel-plugin-syntax-do-expressions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-arrow-functions/6.22.0: - resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-block-scoping/6.26.0: - resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.21 - dev: false - - /babel-plugin-transform-es2015-classes/6.24.1: - resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} - dependencies: - babel-helper-define-map: 6.26.0 - babel-helper-function-name: 6.24.1 - babel-helper-optimise-call-expression: 6.24.1 - babel-helper-replace-supers: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-computed-properties/6.24.1: - resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-destructuring/6.23.0: - resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-for-of/6.23.0: - resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-function-name/6.24.1: - resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-literals/6.22.0: - resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-amd/6.24.1: - resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} - dependencies: - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-commonjs/6.26.2: - resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} - dependencies: - babel-plugin-transform-strict-mode: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-modules-umd/6.24.1: - resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} - dependencies: - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-object-super/6.24.1: - resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} - dependencies: - babel-helper-replace-supers: 6.24.1 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-parameters/6.24.1: - resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} - dependencies: - babel-helper-call-delegate: 6.24.1 - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-spread/6.22.0: - resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-sticky-regex/6.24.1: - resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-template-literals/6.22.0: - resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-es2015-unicode-regex/6.24.1: - resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - regexpu-core: 2.0.0 - dev: false - - /babel-plugin-transform-exponentiation-operator/6.24.1: - resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} - dependencies: - babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 - babel-plugin-syntax-exponentiation-operator: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-export-extensions/6.22.0: - resolution: {integrity: sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==} - dependencies: - babel-plugin-syntax-export-extensions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-flow-strip-types/6.22.0: - resolution: {integrity: sha512-TxIM0ZWNw9oYsoTthL3lvAK3+eTujzktoXJg4ubGvICGbVuXVYv5hHv0XXpz8fbqlJaGYY4q5SVzaSmsg3t4Fg==} - dependencies: - babel-plugin-syntax-flow: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-function-bind/6.22.0: - resolution: {integrity: sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==} - dependencies: - babel-plugin-syntax-function-bind: 6.13.0 - babel-runtime: 6.26.0 - dev: false - /babel-plugin-transform-inline-consecutive-adds/0.4.3: resolution: {integrity: sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==} dev: false @@ -5826,57 +5221,16 @@ packages: resolution: {integrity: sha512-ew39EEvlhFsDBkQ+RopCIy31xRe3AWxRWsHEd2iy++ovaxnmetpqg+U0wofW0P3h9d4UXPMza02W427Xl5qrbQ==} dev: false - /babel-plugin-transform-object-rest-spread/6.26.0: - resolution: {integrity: sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==} - dependencies: - babel-plugin-syntax-object-rest-spread: 6.13.0 - babel-runtime: 6.26.0 - dev: false - /babel-plugin-transform-property-literals/6.9.4: resolution: {integrity: sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==} dependencies: esutils: 2.0.3 dev: false - /babel-plugin-transform-react-display-name/6.25.0: - resolution: {integrity: sha512-QLYkLiZeeED2PKd4LuXGg5y9fCgPB5ohF8olWUuETE2ryHNRqqnXlEVP7RPuef89+HTfd3syptMGVHeoAu0Wig==} - dependencies: - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx-self/6.22.0: - resolution: {integrity: sha512-Y3ZHP1nunv0U1+ysTNwLK39pabHj6cPVsfN4TRC7BDBfbgbyF4RifP5kd6LnbuMV9wcfedQMe7hn1fyKc7IzTQ==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx-source/6.22.0: - resolution: {integrity: sha512-pcDNDsZ9q/6LJmujQ/OhjeoIlp5Nl546HJ2yiFIJK3mYpgNXhI5/S9mXfVxu5yqWAi7HdI7e/q6a9xtzwL69Vw==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - - /babel-plugin-transform-react-jsx/6.24.1: - resolution: {integrity: sha512-s+q/Y2u2OgDPHRuod3t6zyLoV8pUHc64i/O7ZNgIOEdYTq+ChPeybcKBi/xk9VI60VriILzFPW+dUxAEbTxh2w==} - dependencies: - babel-helper-builder-react-jsx: 6.26.0 - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - /babel-plugin-transform-react-remove-prop-types/0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: false - /babel-plugin-transform-regenerator/6.26.0: - resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} - dependencies: - regenerator-transform: 0.10.1 - dev: false - /babel-plugin-transform-regexp-constructors/0.4.3: resolution: {integrity: sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==} dev: false @@ -5903,25 +5257,10 @@ packages: resolution: {integrity: sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==} dev: false - /babel-plugin-transform-strict-mode/6.24.1: - resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - /babel-plugin-transform-undefined-to-void/6.9.4: resolution: {integrity: sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==} dev: false - /babel-polyfill/6.26.0: - resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} - dependencies: - babel-runtime: 6.26.0 - core-js: 2.6.12 - regenerator-runtime: 0.10.5 - dev: false - /babel-preset-current-node-syntax/1.0.1: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -5961,77 +5300,6 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 dev: false - /babel-preset-env/1.7.0: - resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - browserslist: 3.2.8 - invariant: 2.2.4 - semver: 5.7.2 - dev: false - - /babel-preset-es2015/6.24.1: - resolution: {integrity: sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==} - deprecated: '🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!' - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - dev: false - - /babel-preset-flow/6.23.0: - resolution: {integrity: sha512-PQZFJXnM3d80Vq4O67OE6EMVKIw2Vmzy8UXovqulNogCtblWU8rzP7Sm5YgHiCg4uejUxzCkHfNXQ4Z6GI+Dhw==} - dependencies: - babel-plugin-transform-flow-strip-types: 6.22.0 - dev: false - /babel-preset-jest/26.6.2: resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} @@ -6081,109 +5349,6 @@ packages: lodash: 4.17.21 dev: false - /babel-preset-react/6.24.1: - resolution: {integrity: sha512-phQe3bElbgF887UM0Dhz55d22ob8czTL1kbhZFwpCE6+R/X9kHktfwmx9JZb+bBSVRGphP5tZ9oWhVhlgjrX3Q==} - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-react-display-name: 6.25.0 - babel-plugin-transform-react-jsx: 6.24.1 - babel-plugin-transform-react-jsx-self: 6.22.0 - babel-plugin-transform-react-jsx-source: 6.22.0 - babel-preset-flow: 6.23.0 - dev: false - - /babel-preset-stage-0/6.24.1: - resolution: {integrity: sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==} - dependencies: - babel-plugin-transform-do-expressions: 6.22.0 - babel-plugin-transform-function-bind: 6.22.0 - babel-preset-stage-1: 6.24.1 - dev: false - - /babel-preset-stage-1/6.24.1: - resolution: {integrity: sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==} - dependencies: - babel-plugin-transform-class-constructor-call: 6.24.1 - babel-plugin-transform-export-extensions: 6.22.0 - babel-preset-stage-2: 6.24.1 - dev: false - - /babel-preset-stage-2/6.24.1: - resolution: {integrity: sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==} - dependencies: - babel-plugin-syntax-dynamic-import: 6.18.0 - babel-plugin-transform-class-properties: 6.24.1 - babel-plugin-transform-decorators: 6.24.1 - babel-preset-stage-3: 6.24.1 - dev: false - - /babel-preset-stage-3/6.24.1: - resolution: {integrity: sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==} - dependencies: - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-generator-functions: 6.24.1 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-object-rest-spread: 6.26.0 - dev: false - - /babel-register/6.26.0: - resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} - dependencies: - babel-core: 6.26.3 - babel-runtime: 6.26.0 - core-js: 2.6.12 - home-or-tmp: 2.0.0 - lodash: 4.17.21 - mkdirp: 0.5.6 - source-map-support: 0.4.18 - dev: false - - /babel-runtime/6.26.0: - resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} - dependencies: - core-js: 2.6.12 - regenerator-runtime: 0.11.1 - dev: false - - /babel-template/6.26.0: - resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - lodash: 4.17.21 - dev: false - - /babel-traverse/6.26.0: - resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} - dependencies: - babel-code-frame: 6.26.0 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - debug: 2.6.9 - globals: 9.18.0 - invariant: 2.2.4 - lodash: 4.17.21 - dev: false - - /babel-types/6.26.0: - resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} - dependencies: - babel-runtime: 6.26.0 - esutils: 2.0.3 - lodash: 4.17.21 - to-fast-properties: 1.0.3 - dev: false - - /babylon/6.18.0: - resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} - hasBin: true - dev: false - /babylon/7.0.0-beta.44: resolution: {integrity: sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==} engines: {node: '>=4.2.0'} @@ -6232,13 +5397,6 @@ packages: tweetnacl: 0.14.5 dev: false - /benchmark/2.1.4: - resolution: {integrity: sha512-l9MlfN4M1K/H2fbhfMy3B7vJd6AGKJVQn2h6Sg/Yx+KckoUA7ewS5Vv6TjSq18ooE1kS9hhAlQRH3AkXIh/aOQ==} - dependencies: - lodash: 4.17.21 - platform: 1.3.6 - dev: false - /bfj/6.1.2: resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} engines: {node: '>= 6.0.0'} @@ -6254,11 +5412,6 @@ packages: engines: {node: '>=0.6'} dev: false - /big-time/2.0.1: - resolution: {integrity: sha512-qtwYYoocwpiAxTXC5sIpB6nH5j6ckt+n/jhD7J5OEiFHnUZEFn0Xk8STUaE5s10LdazN/87bTDMe+fSihaW7Kg==} - engines: {node: '>=6.0.0'} - dev: false - /big.js/3.2.0: resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} dev: false @@ -6267,23 +5420,10 @@ packages: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} dev: false - /binary-extensions/1.13.1: - resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /binary-extensions/2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} - dev: false - - /bindings/1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} - dependencies: - file-uri-to-path: 1.0.0 + engines: {node: '>=8'} dev: false - optional: true /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} @@ -6337,21 +5477,6 @@ packages: hoek: 4.2.1 dev: false - /boom/7.3.0: - resolution: {integrity: sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==} - deprecated: This module has moved and is now available at @hapi/boom. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - dev: false - - /bounce/1.2.3: - resolution: {integrity: sha512-3G7B8CyBnip5EahCZJjnvQ1HLyArC6P5e+xcolo13BVI9ogFaDOsNMAE7FIWliHtIkYI8/nTRCvCY9tZa3Mu4g==} - deprecated: This module has moved and is now available at @hapi/bounce. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - hoek: 6.1.3 - dev: false - /bourne/1.1.2: resolution: {integrity: sha512-b2dgVkTZhkQirNMohgC00rWfpVqEi9y5tKM1k3JvoNx05ODtfQoPPd4js9CYFQoY0IM8LAmnJulEuWv74zjUOg==} deprecated: This module has moved and is now available at @hapi/bourne. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. @@ -6384,16 +5509,6 @@ packages: balanced-match: 1.0.2 dev: false - /braces/1.8.5: - resolution: {integrity: sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==} - engines: {node: '>=0.10.0'} - dependencies: - expand-range: 1.8.2 - preserve: 0.2.0 - repeat-element: 1.1.4 - dev: false - optional: true - /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -6442,14 +5557,6 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: false - /browserslist/3.2.8: - resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001542 - electron-to-chromium: 1.4.539 - dev: false - /browserslist/4.22.1: resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -6522,14 +5629,6 @@ packages: unset-value: 1.0.0 dev: false - /cache-content-type/1.0.1: - resolution: {integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==} - engines: {node: '>= 6.0.0'} - dependencies: - mime-types: 2.1.35 - ylru: 1.3.2 - dev: false - /caching-transform/4.0.0: resolution: {integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==} engines: {node: '>=8'} @@ -6556,14 +5655,6 @@ packages: hoek: 4.2.1 dev: false - /call/5.0.3: - resolution: {integrity: sha512-eX16KHiAYXugbFu6VifstSdwH6aMuWWb4s0qvpq1nR1b+Sf+u68jjttg8ixDBEldPqBi30bDU35OJQWKeTLKxg==} - deprecated: This module has moved and is now available at @hapi/call. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - hoek: 6.1.3 - dev: false - /caller-callsite/2.0.0: resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} engines: {node: '>=4'} @@ -6607,11 +5698,6 @@ packages: tslib: 2.6.2 dev: false - /camelcase/1.2.1: - resolution: {integrity: sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==} - engines: {node: '>=0.10.0'} - dev: false - /camelcase/5.0.0: resolution: {integrity: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==} engines: {node: '>=6'} @@ -6659,24 +5745,6 @@ packages: hoek: 4.2.1 dev: false - /catbox-memory/3.1.4: - resolution: {integrity: sha512-1tDnll066au0HXBSDHS/YQ34MQ2omBsmnA9g/jseyq/M3m7UPrajVtPDZK/rXgikSC1dfjo9Pa+kQ1qcyG2d3g==} - deprecated: This module has moved and is now available at @hapi/catbox-memory. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - big-time: 2.0.1 - boom: 7.3.0 - hoek: 6.1.3 - dev: false - - /catbox/10.0.6: - resolution: {integrity: sha512-gQWCnF/jbHcfwGbQ4FQxyRiAwLRipqWTTXjpq7rTqqdcsnZosFa0L3LsCZcPTF33QIeMMkS7QmFBHt6QdzGPvg==} - deprecated: This module has moved and is now available at @hapi/catbox. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - hoek: 6.1.3 - joi: 14.3.1 - dev: false - /catbox/7.1.5: resolution: {integrity: sha512-4fui5lELzqZ+9cnaAP/BcqXTH6LvWLBRtFhJ0I4FfgfXiSaZcf6k9m9dqOyChiTxNYtvLk7ZMYSf7ahMq3bf5A==} engines: {node: '>=4.0.0'} @@ -6687,14 +5755,6 @@ packages: joi: 10.6.0 dev: false - /center-align/0.1.3: - resolution: {integrity: sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==} - engines: {node: '>=0.10.0'} - dependencies: - align-text: 0.1.4 - lazy-cache: 1.0.4 - dev: false - /chai-as-promised/7.1.1: resolution: {integrity: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==} peerDependencies: @@ -6727,15 +5787,6 @@ packages: enzyme: 3.11.0 dev: false - /chai/3.5.0: - resolution: {integrity: sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==} - engines: {node: '>= 0.4.0'} - dependencies: - assertion-error: 1.1.0 - deep-eql: 0.1.3 - type-detect: 1.0.0 - dev: false - /chai/4.3.10: resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} engines: {node: '>=4'} @@ -6848,23 +5899,6 @@ packages: parse5-htmlparser2-tree-adapter: 7.0.0 dev: false - /chokidar/1.7.0: - resolution: {integrity: sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==} - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dependencies: - anymatch: 1.3.2 - async-each: 1.0.6 - glob-parent: 2.0.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 2.0.1 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - optionalDependencies: - fsevents: 1.2.13 - dev: false - optional: true - /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -6960,14 +5994,6 @@ packages: engines: {node: '>= 10'} dev: false - /cliui/2.1.0: - resolution: {integrity: sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==} - dependencies: - center-align: 0.1.3 - right-align: 0.1.3 - wordwrap: 0.0.2 - dev: false - /cliui/6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: @@ -7095,13 +6121,6 @@ packages: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false - /commander/2.9.0: - resolution: {integrity: sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==} - engines: {node: '>= 0.6.x'} - dependencies: - graceful-readlink: 1.0.1 - dev: false - /commander/4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} @@ -7135,10 +6154,6 @@ packages: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: false - /component-emitter/1.2.1: - resolution: {integrity: sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==} - dev: false - /component-emitter/1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: false @@ -7187,13 +6202,6 @@ packages: boom: 5.2.0 dev: false - /content/4.0.6: - resolution: {integrity: sha512-lR9ND3dXiMdmsE84K6l02rMdgiBVmtYWu1Vr/gfSGHcIcznBj2QxmSdUgDuNFOA+G9yrb1IIWkZ7aKtB6hDGyA==} - deprecated: This module has moved and is now available at @hapi/content. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - dev: false - /convert-source-map/1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: false @@ -7216,18 +6224,6 @@ packages: engines: {node: '>= 0.6'} dev: false - /cookiejar/2.0.6: - resolution: {integrity: sha512-X9IsySmsr1heROBZCpyEYhqJyU7CXNJoVxIlQ5bBb7DskYUx0mQ+g2f7yPYajceZeGJWHQbIfGB6j0hywV/ARQ==} - dev: false - - /cookies/0.8.0: - resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==} - engines: {node: '>= 0.8'} - dependencies: - depd: 2.0.0 - keygrip: 1.1.0 - dev: false - /copy-anything/2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} dependencies: @@ -7250,12 +6246,6 @@ packages: requiresBuild: true dev: false - /core-js/2.6.12: - resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} - deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. - requiresBuild: true - dev: false - /core-js/3.33.0: resolution: {integrity: sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==} requiresBuild: true @@ -7326,13 +6316,6 @@ packages: boom: 5.2.0 dev: false - /cryptiles/4.1.3: - resolution: {integrity: sha512-gT9nyTMSUC1JnziQpPbxKGBbUg8VL7Zn2NB4E1cJYvuXdElHrwxrV9bmltZGDzet45zSDGyYceueke1TjynGzw==} - deprecated: This module has moved and is now available at @hapi/cryptiles. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - dev: false - /crypto/1.0.1: resolution: {integrity: sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==} deprecated: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. @@ -7381,7 +6364,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.31 postcss-value-parser: 4.2.0 semver: 7.5.4 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /css-minimizer-webpack-plugin/1.3.0_webpack@5.88.2: @@ -7398,7 +6381,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 5.0.1 source-map: 0.6.1 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-sources: 1.4.3 dev: false @@ -7652,12 +6635,6 @@ packages: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: false - /debug/2.6.8: - resolution: {integrity: sha512-E22fsyWPt/lr4/UgQLt/pXqerGMDsanhbnmqIS3VAXuDi1v3IpiwXe2oncEIondHSBuPDWRoK/pMjlvi8FuOXQ==} - dependencies: - ms: 2.0.0 - dev: false - /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} dependencies: @@ -7724,12 +6701,6 @@ packages: resolution: {integrity: sha512-yVn6RZmHiGnxRKR9sJb3iVV2XTF1Ghh2DiWRZ3dMnGc43yUdWWF/kX6lQyk3+P84iprfWKU/8zFTrlkvtFm1ug==} dev: false - /deep-eql/0.1.3: - resolution: {integrity: sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==} - dependencies: - type-detect: 0.1.1 - dev: false - /deep-eql/3.0.1: resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} engines: {node: '>=0.12'} @@ -7744,10 +6715,6 @@ packages: type-detect: 4.0.8 dev: false - /deep-equal/1.0.1: - resolution: {integrity: sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==} - dev: false - /deep-equal/2.2.2: resolution: {integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==} dependencies: @@ -7837,10 +6804,6 @@ packages: engines: {node: '>=0.4.0'} dev: false - /delegates/1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - dev: false - /depd/1.1.2: resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} engines: {node: '>= 0.6'} @@ -7856,13 +6819,6 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: false - /detect-indent/4.0.0: - resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} - engines: {node: '>=0.10.0'} - dependencies: - repeating: 2.0.1 - dev: false - /detect-newline/3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} @@ -7881,11 +6837,6 @@ packages: engines: {node: '>= 10.14.2'} dev: false - /diff/3.2.0: - resolution: {integrity: sha512-597ykPFhtJYaXqPq6fF7Vl1fXTKgPdLOntyxpmdzUOKiYGqK7zcnbplj5088+8qJnWdzXhyeau5iVr8HVo9dgg==} - engines: {node: '>=0.3.1'} - dev: false - /diff/3.3.1: resolution: {integrity: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==} engines: {node: '>=0.3.1'} @@ -8076,22 +7027,6 @@ packages: requiresBuild: true dev: false - /electrode-archetype-njs-module-dev/2.3.2: - resolution: {integrity: sha512-9hi4x1s5SRdZexHQiOxRmukTDaWKeyQoDSZcfa2l0N0b5IPpKFSCv1pPczUHT32+f6OOG6Tfk0aCQWZ6yHdSKw==} - dependencies: - babel-eslint: 7.2.3 - chai: 3.5.0 - eslint: 4.19.1 - eslint-config-walmart: 1.2.4 - eslint-plugin-filenames: 1.3.2_eslint@4.19.1 - mocha: 3.5.3 - nyc: 11.9.0 - sinon: 1.17.7 - sinon-chai: 2.14.0_chai@3.5.0+sinon@1.17.7 - xclap: 0.2.53 - xsh: 0.4.5 - dev: false - /electrode-archetype-njs-module-dev/3.0.3: resolution: {integrity: sha512-WdWMHZjQWzDTstOCQy+gPNqNhXd3CJ58TMmVxIFsYNVhiyxnZjrTXea0g7+JHNk/CqhfQR5lozGTS1dqU1Xtfw==} dependencies: @@ -8122,21 +7057,24 @@ packages: resolution: {integrity: sha512-cvpUs0csNP5NI4V3w6wbApUTRDlFb2gV11pjTmuDHc86QKQJb6YOhYHb9wT2Cp4+5bJost7p1jtCgz7m4TY1LA==} dev: false - /electrode-redux-router-engine/6.0.0_react-dom@18.2.0+react@18.2.0: - resolution: {integrity: sha512-iwPZ3PhvBhLSk1Awng0vWfhx4aTX0TnZ3ai0PcYyINp6N2gdUDPR681H0O7Oqg9mGrVhYCzPpThjDFes6y69Kg==} - engines: {node: '>=8'} - peerDependencies: - react: ^18.2.0 - react-dom: ^18.2.0 + /electrode-react-webapp/5.1.1: + resolution: {integrity: sha512-EvNwmCDljDLKHNOahciqDwgNGvBmkHURuzF3ib5WLsFP/2VBrmk+4dy9daTcDEnehxTz2kHjjbBb6n9UhAfNmw==} dependencies: - optional-require: 1.1.8 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-redux: 5.1.2_react@18.2.0+redux@4.2.1 - react-router: 5.3.4_react@18.2.0 - react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 - react-router-dom: 5.3.4_react@18.2.0 - redux: 4.2.1 + electrode-archetype-njs-module-dev: 3.0.3 + electrode-hapi-compat: 1.3.3 + eslint: 7.32.0 + eslint-config-walmart: 2.2.1 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 + http-status-codes: 1.4.0 + in-publish: 2.0.1 + lodash: 4.17.21 + munchy: 1.0.9 + require-at: 1.0.6 + string-array: 1.0.1 + xaa: 1.7.3 + transitivePeerDependencies: + - supports-color dev: false /electrode-server/1.9.0: @@ -8152,19 +7090,6 @@ packages: require-at: 1.0.6 dev: false - /electrode-server/2.5.0: - resolution: {integrity: sha512-zUqnUZMq8nrgaxmoTmfb85aCPyUgugyrucBhhllE5XGA16y/vjvCpc2Gtb4T0imdt81NEXWXyiT0+JgAt/gG9g==} - engines: {node: '>= 4.2.2'} - dependencies: - async-eventemitter: 0.2.4 - bluebird: 3.7.2 - chalk: 4.1.2 - electrode-confippet: 1.7.1 - hapi: 17.8.5 - lodash: 4.17.21 - require-at: 1.0.6 - dev: false - /electrode-server/3.3.0: resolution: {integrity: sha512-sK5i9IpiGO8CcZ0np4d68EUIkiRC9RrUmQ5VPMa9XBKPeMdp8Z6e1hipzf1xjLO9ZttspVzgPIFNN7vo4unUCw==} engines: {node: '>= 4.2.2'} @@ -9181,14 +8106,6 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /expand-brackets/0.1.5: - resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} - engines: {node: '>=0.10.0'} - dependencies: - is-posix-bracket: 0.1.1 - dev: false - optional: true - /expand-brackets/2.1.4: resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} engines: {node: '>=0.10.0'} @@ -9202,14 +8119,6 @@ packages: to-regex: 3.0.2 dev: false - /expand-range/1.8.2: - resolution: {integrity: sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==} - engines: {node: '>=0.10.0'} - dependencies: - fill-range: 2.2.4 - dev: false - optional: true - /expect/26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} @@ -9274,10 +8183,6 @@ packages: is-extendable: 1.0.1 dev: false - /extend/3.0.0: - resolution: {integrity: sha512-5mYyg57hpD+sFaJmgNL9BidQ5C7dmJE3U5vzlRWbuqG+8dytvYEoxvKs6Tj5cm3LpMsFvRt20qz1ckezmsOUgQ==} - dev: false - /extend/3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} dev: false @@ -9300,14 +8205,6 @@ packages: tmp: 0.0.33 dev: false - /extglob/0.3.2: - resolution: {integrity: sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==} - engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 1.0.0 - dev: false - optional: true - /extglob/2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} @@ -9545,37 +8442,14 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 - dev: false - - /file-uri-to-path/1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - dev: false - optional: true - - /filename-regex/2.0.1: - resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} - engines: {node: '>=0.10.0'} + webpack: 5.88.2_webpack-cli@4.8.0 dev: false - optional: true /filesize/3.6.1: resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} engines: {node: '>= 0.4.0'} dev: false - /fill-range/2.2.4: - resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 2.1.0 - isobject: 2.1.0 - randomatic: 3.1.1 - repeat-element: 1.1.4 - repeat-string: 1.6.1 - dev: false - optional: true - /fill-range/4.0.0: resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} engines: {node: '>=0.10.0'} @@ -9780,14 +8654,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /for-own/0.1.5: - resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} - engines: {node: '>=0.10.0'} - dependencies: - for-in: 1.0.2 - dev: false - optional: true - /foreground-child/2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} @@ -9800,15 +8666,6 @@ packages: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} dev: false - /form-data/1.0.0-rc3: - resolution: {integrity: sha512-Z5JWXWsFDI8x73Rt/Dc7SK/EvKBzudhqIVBtEhcAhtoevCTqO3YJmctGBLzT0Ggg39xFcefkXt00t1TYLz6D0w==} - engines: {node: '>= 0.10'} - dependencies: - async: 1.5.2 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: false - /form-data/2.3.3: resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} engines: {node: '>= 0.12'} @@ -9836,19 +8693,6 @@ packages: mime-types: 2.1.35 dev: false - /formatio/1.1.1: - resolution: {integrity: sha512-cPh7is6k3d8tIUh+pnXXuAbD/uhSXGgqLPw0UrYpv5lfdJ+MMMSjx40JNpqP7Top9Nt25YomWEiRmkHbOvkCaA==} - deprecated: This package is unmaintained. Use @sinonjs/formatio instead - dependencies: - samsam: 1.1.2 - dev: false - - /formidable/1.0.17: - resolution: {integrity: sha512-95MFT5qipMvUiesmuvGP1BI4hh5XWCzyTapiNJ/k8JBQda7rPy7UCWYItz2uZEdTgGNy1eInjzlL9Wx1O9fedg==} - engines: {node: '>=0.8.0'} - deprecated: 'Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau' - dev: false - /forwarded/0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} @@ -9917,18 +8761,6 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: false - /fsevents/1.2.13: - resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} - engines: {node: '>= 4.0'} - os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 - requiresBuild: true - dependencies: - bindings: 1.5.0 - nan: 2.18.0 - dev: false - optional: true - /fsevents/2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -10034,22 +8866,6 @@ packages: assert-plus: 1.0.0 dev: false - /glob-base/0.3.0: - resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} - engines: {node: '>=0.10.0'} - dependencies: - glob-parent: 2.0.0 - is-glob: 2.0.1 - dev: false - optional: true - - /glob-parent/2.0.0: - resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} - dependencies: - is-glob: 2.0.1 - dev: false - optional: true - /glob-parent/5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -10078,17 +8894,6 @@ packages: path-is-absolute: 1.0.1 dev: false - /glob/7.1.1: - resolution: {integrity: sha512-mRyN/EsN2SyNhKWykF3eEGhDpeNplMWaW18Bmh76tnOqk5TbELAVwFAYOCmKVssOYFrYvvLMguiA+NXO3ZTuVA==} - dependencies: - 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 - dev: false - /glob/7.1.2: resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} dependencies: @@ -10152,11 +8957,6 @@ packages: type-fest: 0.20.2 dev: false - /globals/9.18.0: - resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} - engines: {node: '>=0.10.0'} - dev: false - /globalthis/1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} @@ -10186,10 +8986,6 @@ packages: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false - /graceful-readlink/1.0.1: - resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} - dev: false - /graphemer/1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: false @@ -10199,10 +8995,6 @@ packages: engines: {node: '>=4.x'} dev: false - /growl/1.9.2: - resolution: {integrity: sha512-RTBwDHhNuOx4F0hqzItc/siXCasGfC4DeWcBamclWd+6jWtBaeB/SGbMkGf0eiQoW7ib8JpvOgnUsmgMHI3Mfw==} - dev: false - /growly/1.3.0: resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==} dev: false @@ -10262,30 +9054,6 @@ packages: topo: 2.0.2 dev: false - /hapi/17.8.5: - resolution: {integrity: sha512-+RnMWK/HI3VCvzfy0vO28YycMX19OiY8h9tYaDzjjOJ1eTh/HY2URvhFNkcqxZ1R1uoUdiB+pnjGi9e+vkaPEw==} - deprecated: This version contains severe security issues and defects and should not be used! Please upgrade to the latest version of @hapi/hapi or consider a commercial license (https://github.com/hapijs/hapi/issues/4114) - dependencies: - accept: 3.1.3 - ammo: 3.0.3 - boom: 7.3.0 - bounce: 1.2.3 - call: 5.0.3 - catbox: 10.0.6 - catbox-memory: 3.1.4 - heavy: 6.1.2 - hoek: 6.1.3 - joi: 14.3.1 - mimos: 4.0.2 - podium: 3.2.0 - shot: 4.0.7 - somever: 2.0.0 - statehood: 6.0.9 - subtext: 6.0.12 - teamwork: 3.2.0 - topo: 3.0.3 - dev: false - /har-schema/2.0.0: resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} engines: {node: '>=4'} @@ -10424,15 +9192,6 @@ packages: joi: 10.6.0 dev: false - /heavy/6.1.2: - resolution: {integrity: sha512-cJp884bqhiebNcEHydW0g6V1MUGYOXRPw9c7MFiHQnuGxtbWuSZpsbojwb2kxb3AA1/Rfs8CNiV9MMOF8pFRDg==} - deprecated: This module has moved and is now available at @hapi/heavy. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - hoek: 6.1.3 - joi: 14.3.1 - dev: false - /hex-color-regex/1.1.0: resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} dev: false @@ -10441,17 +9200,6 @@ packages: resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} dev: false - /history/4.10.1: - resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} - dependencies: - '@babel/runtime': 7.23.1 - loose-envify: 1.4.0 - resolve-pathname: 3.0.0 - tiny-invariant: 1.3.1 - tiny-warning: 1.0.3 - value-equal: 1.0.1 - dev: false - /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: @@ -10464,25 +9212,12 @@ packages: deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). dev: false - /hoek/6.1.3: - resolution: {integrity: sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==} - deprecated: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dev: false - /hoist-non-react-statics/3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: react-is: 16.13.1 dev: false - /home-or-tmp/2.0.0: - resolution: {integrity: sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==} - engines: {node: '>=0.10.0'} - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - /hoopy/0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} @@ -10563,7 +9298,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /htmlparser2/6.1.0: @@ -10584,14 +9319,6 @@ packages: entities: 4.5.0 dev: false - /http-assert/1.5.0: - resolution: {integrity: sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==} - engines: {node: '>= 0.8'} - dependencies: - deep-equal: 1.0.1 - http-errors: 1.8.1 - dev: false - /http-deceiver/1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} dev: false @@ -10606,17 +9333,6 @@ packages: statuses: 1.5.0 dev: false - /http-errors/1.8.1: - resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} - engines: {node: '>= 0.6'} - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 1.5.0 - toidentifier: 1.0.1 - dev: false - /http-errors/2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} @@ -10920,18 +9636,8 @@ packages: deprecated: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). dependencies: boom: 5.2.0 - cryptiles: 3.1.4 - hoek: 4.2.1 - dev: false - - /iron/5.0.6: - resolution: {integrity: sha512-zYUMOSkEXGBdwlV/AXF9zJC0aLuTJUKHkGeYS5I2g225M5i6SrxQyGJGhPgOR8BK1omL6N5i6TcwfsXbP8/Exw==} - deprecated: This module has moved and is now available at @hapi/iron. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - b64: 4.1.2 - boom: 7.3.0 - cryptiles: 4.1.3 - hoek: 6.1.3 + cryptiles: 3.1.4 + hoek: 4.2.1 dev: false /is-absolute-url/2.1.0: @@ -10990,14 +9696,6 @@ packages: has-bigints: 1.0.2 dev: false - /is-binary-path/1.0.1: - resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} - engines: {node: '>=0.10.0'} - dependencies: - binary-extensions: 1.13.1 - dev: false - optional: true - /is-binary-path/2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -11096,20 +9794,6 @@ packages: hasBin: true dev: false - /is-dotfile/1.0.3: - resolution: {integrity: sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - - /is-equal-shallow/0.1.3: - resolution: {integrity: sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==} - engines: {node: '>=0.10.0'} - dependencies: - is-primitive: 2.0.0 - dev: false - optional: true - /is-extendable/0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} @@ -11122,12 +9806,6 @@ packages: is-plain-object: 2.0.4 dev: false - /is-extglob/1.0.0: - resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-extglob/2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -11139,11 +9817,6 @@ packages: call-bind: 1.0.2 dev: false - /is-finite/1.1.0: - resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} - engines: {node: '>=0.10.0'} - dev: false - /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} engines: {node: '>=4'} @@ -11171,14 +9844,6 @@ packages: has-tostringtag: 1.0.0 dev: false - /is-glob/2.0.1: - resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} - engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 1.0.0 - dev: false - optional: true - /is-glob/4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -11202,14 +9867,6 @@ packages: has-tostringtag: 1.0.0 dev: false - /is-number/2.1.0: - resolution: {integrity: sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - dev: false - optional: true - /is-number/3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} engines: {node: '>=0.10.0'} @@ -11217,12 +9874,6 @@ packages: kind-of: 3.2.2 dev: false - /is-number/4.0.0: - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-number/7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -11250,22 +9901,10 @@ packages: isobject: 3.0.1 dev: false - /is-posix-bracket/0.1.1: - resolution: {integrity: sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-potential-custom-element-name/1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: false - /is-primitive/2.0.0: - resolution: {integrity: sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -12016,15 +10655,6 @@ packages: topo: 2.0.2 dev: false - /joi/14.3.1: - resolution: {integrity: sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==} - deprecated: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - isemail: 3.2.0 - topo: 3.0.3 - dev: false - /joycon/2.2.5: resolution: {integrity: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==} engines: {node: '>=6'} @@ -12182,11 +10812,6 @@ packages: hasBin: true dev: false - /jsesc/1.3.0: - resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} - hasBin: true - dev: false - /jsesc/2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -12235,11 +10860,6 @@ packages: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: false - /json3/3.3.2: - resolution: {integrity: sha512-I5YLeauH3rIaE99EE++UeH2M2gSYo8/2TqDac7oZEH6D/DSQ4Woa628Qrfj1X9/OY5Mk5VvIDQaKCDchXaKrmA==} - deprecated: Please use the native JSON object instead of JSON 3 - dev: false - /json5/0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true @@ -12399,7 +11019,7 @@ packages: dependencies: glob: 7.2.3 minimatch: 3.1.2 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-merge: 4.2.2 dev: false @@ -12439,13 +11059,6 @@ packages: - utf-8-validate dev: false - /keygrip/1.1.0: - resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} - engines: {node: '>= 0.6'} - dependencies: - tsscmp: 1.0.6 - dev: false - /keyv/4.5.3: resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} dependencies: @@ -12481,76 +11094,10 @@ packages: engines: {node: '>=6'} dev: false - /koa-compose/3.2.1: - resolution: {integrity: sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw==} - dependencies: - any-promise: 1.3.0 - dev: false - - /koa-compose/4.1.0: - resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==} - dev: false - - /koa-convert/2.0.0: - resolution: {integrity: sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==} - engines: {node: '>= 10'} - dependencies: - co: 4.6.0 - koa-compose: 4.1.0 - dev: false - - /koa-router/7.4.0: - resolution: {integrity: sha512-IWhaDXeAnfDBEpWS6hkGdZ1ablgr6Q6pGdXCyK38RbzuH4LkUOpPqPw+3f8l8aTDrQmBQ7xJc0bs2yV4dzcO+g==} - engines: {node: '>= 4'} - dependencies: - debug: 3.2.7 - http-errors: 1.8.1 - koa-compose: 3.2.1 - methods: 1.1.2 - path-to-regexp: 1.8.0 - urijs: 1.19.11 - dev: false - - /koa/2.14.2: - resolution: {integrity: sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==} - engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} - dependencies: - accepts: 1.3.8 - cache-content-type: 1.0.1 - content-disposition: 0.5.4 - content-type: 1.0.5 - cookies: 0.8.0 - debug: 4.3.4 - delegates: 1.0.0 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - fresh: 0.5.2 - http-assert: 1.5.0 - http-errors: 1.8.1 - is-generator-function: 1.0.10 - koa-compose: 4.1.0 - koa-convert: 2.0.0 - on-finished: 2.4.1 - only: 0.0.2 - parseurl: 1.3.3 - statuses: 1.5.0 - type-is: 1.6.18 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: false - /kuler/2.0.0: resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} dev: false - /lazy-cache/1.0.4: - resolution: {integrity: sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==} - engines: {node: '>=0.10.0'} - dev: false - /less-loader/4.1.0_less@3.13.1+webpack@5.88.2: resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} @@ -12562,7 +11109,7 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /less/3.13.1: @@ -12698,21 +11245,6 @@ packages: resolution: {integrity: sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==} dev: false - /lodash._baseassign/3.2.0: - resolution: {integrity: sha512-t3N26QR2IdSN+gqSy9Ds9pBu/J1EAFEshKlUHpJG3rvyJOYgcELIxcIeKKfZk7sjOz11cFfzJRsyFry/JyabJQ==} - dependencies: - lodash._basecopy: 3.0.1 - lodash.keys: 3.1.2 - dev: false - - /lodash._basecopy/3.0.1: - resolution: {integrity: sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==} - dev: false - - /lodash._basecreate/3.0.3: - resolution: {integrity: sha512-EDem6C9iQpn7fxnGdmhXmqYGjCkStmDXT4AeyB2Ph8WKbglg4aJZczNkQglj+zWXcOEEkViK8THuV2JvugW47g==} - dev: false - /lodash._baseeach/3.0.4: resolution: {integrity: sha512-IqUZ9MQo2UT1XPGuBntInqTOlc+oV+bCo0kMp+yuKGsfvRSNgUW0YjWVZUrG/gs+8z/Eyuc0jkJjOBESt9BXxg==} dependencies: @@ -12727,22 +11259,10 @@ packages: resolution: {integrity: sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==} dev: false - /lodash._isiterateecall/3.0.9: - resolution: {integrity: sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==} - dev: false - /lodash.camelcase/4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: false - /lodash.create/3.1.1: - resolution: {integrity: sha512-IUfOYwDEbI8JbhW6psW+Ig01BOVK67dTSCUAbS58M0HBkPcAv/jHuxD+oJVP2tUCo3H9L6f/8GM6rxwY+oc7/w==} - dependencies: - lodash._baseassign: 3.2.0 - lodash._basecreate: 3.0.3 - lodash._isiterateecall: 3.0.9 - dev: false - /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false @@ -12884,10 +11404,6 @@ packages: triple-beam: 1.4.1 dev: false - /lolex/1.3.2: - resolution: {integrity: sha512-YYp8cqz7/8eruZ15L1mzcPkvLYxipfdsWIDESvNdNmQP9o7TsDitRhNuV2xb7aFu2ofZngao1jiVrVZ842x4BQ==} - dev: false - /lolex/2.7.5: resolution: {integrity: sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==} dev: false @@ -12902,11 +11418,6 @@ packages: '@sinonjs/commons': 1.8.6 dev: false - /longest/1.0.1: - resolution: {integrity: sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==} - engines: {node: '>=0.10.0'} - dev: false - /loose-envify/1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -13031,11 +11542,6 @@ packages: remove-accents: 0.4.2 dev: false - /math-random/1.0.4: - resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} - dev: false - optional: true - /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: false @@ -13082,26 +11588,6 @@ packages: engines: {node: '>= 0.6'} dev: false - /micromatch/2.3.11: - resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 2.0.0 - array-unique: 0.2.1 - braces: 1.8.5 - expand-brackets: 0.1.5 - extglob: 0.3.2 - filename-regex: 2.0.1 - is-extglob: 1.0.0 - is-glob: 2.0.1 - kind-of: 3.2.2 - normalize-path: 2.1.1 - object.omit: 2.0.1 - parse-glob: 3.0.4 - regex-cache: 0.4.4 - dev: false - optional: true - /micromatch/3.1.10: resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} @@ -13145,11 +11631,6 @@ packages: mime-db: 1.52.0 dev: false - /mime/1.3.4: - resolution: {integrity: sha512-sAaYXszED5ALBt665F0wMQCUXpGuZsGdopoqcHPdL39ZYdi7uHoZlhrfZfhv8WzivhBzr/oXwaj+yiK5wY8MXQ==} - hasBin: true - dev: false - /mime/1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} @@ -13192,14 +11673,6 @@ packages: mime-db: 1.52.0 dev: false - /mimos/4.0.2: - resolution: {integrity: sha512-5XBsDqBqzSN88XPPH/TFpOalWOjHJM5Z2d3AMx/30iq+qXvYKd/8MPhqBwZDOLtoaIWInR3nLzMQcxfGK9djXA==} - deprecated: This module has moved and is now available at @hapi/mimos. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - mime-db: 1.52.0 - dev: false - /mini-css-extract-plugin/1.6.2_webpack@5.88.2: resolution: {integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==} engines: {node: '>= 10.13.0'} @@ -13208,7 +11681,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-sources: 1.4.3 dev: false @@ -13349,25 +11822,6 @@ packages: yargs-unparser: 2.0.0 dev: false - /mocha/3.5.3: - resolution: {integrity: sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==} - engines: {node: '>= 0.10.x', npm: '>= 1.4.x'} - hasBin: true - dependencies: - browser-stdout: 1.3.0 - commander: 2.9.0 - debug: 2.6.8 - diff: 3.2.0 - escape-string-regexp: 1.0.5 - glob: 7.1.1 - growl: 1.9.2 - he: 1.1.1 - json3: 3.3.2 - lodash.create: 3.1.1 - mkdirp: 0.5.1 - supports-color: 3.1.2 - dev: false - /mocha/4.1.0: resolution: {integrity: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==} engines: {node: '>= 4.0.0'} @@ -13426,11 +11880,6 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false - /nan/2.18.0: - resolution: {integrity: sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==} - dev: false - optional: true - /nano-time/1.0.0: resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} dependencies: @@ -13511,14 +11960,6 @@ packages: vise: 2.0.2 dev: false - /nigel/3.0.4: - resolution: {integrity: sha512-3SZCCS/duVDGxFpTROHEieC+itDo4UqL9JNUyQJv3rljudQbK6aqus5B4470OxhESPJLN93Qqxg16rH7DUjbfQ==} - deprecated: This module has moved and is now available at @hapi/nigel. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - vise: 3.0.2 - dev: false - /nise/1.5.3: resolution: {integrity: sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==} dependencies: @@ -13844,15 +12285,6 @@ packages: es-abstract: 1.22.2 dev: false - /object.omit/2.0.1: - resolution: {integrity: sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==} - engines: {node: '>=0.10.0'} - dependencies: - for-own: 0.1.5 - is-extendable: 0.1.1 - dev: false - optional: true - /object.pick/1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} engines: {node: '>=0.10.0'} @@ -13922,10 +12354,6 @@ packages: mimic-fn: 2.1.0 dev: false - /only/0.0.2: - resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} - dev: false - /open/8.4.2: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} @@ -13976,24 +12404,11 @@ packages: type-check: 0.4.0 dev: false - /os-homedir/1.0.2: - resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} - engines: {node: '>=0.10.0'} - dev: false - /os-tmpdir/1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} dev: false - /output-file-sync/1.1.2: - resolution: {integrity: sha512-uQLlclru4xpCi+tfs80l3QF24KL81X57ELNMy7W/dox+JTtxUf1bLyQ8968fFCmSqqbokjW0kn+WBIlO+rSkNg==} - dependencies: - graceful-fs: 4.2.11 - mkdirp: 0.5.6 - object-assign: 4.1.1 - dev: false - /p-defer/1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} @@ -14101,17 +12516,6 @@ packages: callsites: 3.1.0 dev: false - /parse-glob/3.0.4: - resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} - engines: {node: '>=0.10.0'} - dependencies: - glob-base: 0.3.0 - is-dotfile: 1.0.3 - is-extglob: 1.0.0 - is-glob: 2.0.1 - dev: false - optional: true - /parse-json/4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} @@ -14237,17 +12641,6 @@ packages: nigel: 2.0.2 dev: false - /pez/4.0.5: - resolution: {integrity: sha512-HvL8uiFIlkXbx/qw4B8jKDCWzo7Pnnd65Uvanf9OOCtb20MRcb9gtTVBf9NCnhETif1/nzbDHIjAWC/sUp7LIQ==} - deprecated: This module has moved and is now available at @hapi/pez. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - b64: 4.1.2 - boom: 7.3.0 - content: 4.0.6 - hoek: 6.1.3 - nigel: 3.0.4 - dev: false - /picocolors/0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} dev: false @@ -14388,10 +12781,6 @@ packages: find-up: 3.0.0 dev: false - /platform/1.3.6: - resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} - dev: false - /pluralize/7.0.0: resolution: {integrity: sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==} engines: {node: '>=4'} @@ -14407,14 +12796,6 @@ packages: joi: 10.6.0 dev: false - /podium/3.2.0: - resolution: {integrity: sha512-rbwvxwVkI6gRRlxZQ1zUeafrpGxZ7QPHIheinehAvGATvGIPfWRkaTeWedc5P4YjXJXEV8ZbBxPtglNylF9hjw==} - deprecated: This module has moved and is now available at @hapi/podium. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - joi: 14.3.1 - dev: false - /posix-character-classes/0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} @@ -15168,12 +13549,6 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /preserve/0.2.0: - resolution: {integrity: sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==} - engines: {node: '>=0.10.0'} - dev: false - optional: true - /prettier/1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} @@ -15212,11 +13587,6 @@ packages: react-is: 17.0.2 dev: false - /private/0.1.8: - resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} - engines: {node: '>= 0.6'} - dev: false - /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false @@ -15321,10 +13691,6 @@ packages: engines: {node: '>=0.9'} dev: false - /qs/2.3.3: - resolution: {integrity: sha512-f5M0HQqZWkzU8GELTY8LyMrGkr3bPjKoFtTkwUEqJQbcljbeK8M7mliP9Ia2xoOI6oMerp+QPS7oYJtpGmWe/A==} - dev: false - /qs/6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} @@ -15375,16 +13741,6 @@ packages: ret: 0.1.15 dev: false - /randomatic/3.1.1: - resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} - engines: {node: '>= 0.10.0'} - dependencies: - is-number: 4.0.0 - kind-of: 6.0.3 - math-random: 1.0.4 - dev: false - optional: true - /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -15435,33 +13791,6 @@ packages: scheduler: 0.23.0 dev: false - /react-fast-compare/2.0.4: - resolution: {integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==} - dev: false - - /react-helmet/5.2.1: - resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} - peerDependencies: - react: '>=15.0.0' - dependencies: - object-assign: 4.1.1 - prop-types: 15.8.1 - react-fast-compare: 2.0.4 - react-side-effect: 1.2.0 - dev: false - - /react-helmet/5.2.1_react@18.2.0: - resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} - peerDependencies: - react: '>=15.0.0' - dependencies: - object-assign: 4.1.1 - prop-types: 15.8.1 - react: 18.2.0 - react-fast-compare: 2.0.4 - react-side-effect: 1.2.0_react@18.2.0 - dev: false - /react-is/16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: false @@ -15474,10 +13803,6 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false - /react-lifecycles-compat/3.0.4: - resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} - dev: false - /react-query/3.39.3: resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} peerDependencies: @@ -15514,23 +13839,6 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-redux/5.1.2_react@18.2.0+redux@4.2.1: - resolution: {integrity: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==} - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - dependencies: - '@babel/runtime': 7.23.1 - hoist-non-react-statics: 3.3.2 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react: 18.2.0 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - redux: 4.2.1 - dev: false - /react-redux/8.1.3_218d4c23caa91839c5aa0af611b88026: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: @@ -15576,60 +13884,25 @@ packages: '@types/react': optional: true '@types/react-dom': - optional: true - react-dom: - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@babel/runtime': 7.23.1 - '@types/hoist-non-react-statics': 3.3.2 - '@types/react': 18.2.24 - '@types/react-dom': 18.2.8 - '@types/use-sync-external-store': 0.0.3 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-is: 18.2.0 - redux: 4.2.1 - use-sync-external-store: 1.2.0_react@18.2.0 - dev: false - - /react-router-config/5.1.1: - resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} - peerDependencies: - react: '>=15' - react-router: '>=5' - dependencies: - '@babel/runtime': 7.23.1 - dev: false - - /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: - resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} - peerDependencies: - react: '>=15' - react-router: '>=5' - dependencies: - '@babel/runtime': 7.23.1 - react: 18.2.0 - react-router: 5.3.4_react@18.2.0 - dev: false - - /react-router-dom/5.3.4_react@18.2.0: - resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} - peerDependencies: - react: '>=15' + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true dependencies: '@babel/runtime': 7.23.1 - history: 4.10.1 - loose-envify: 1.4.0 - prop-types: 15.8.1 + '@types/hoist-non-react-statics': 3.3.2 + '@types/react': 18.2.24 + '@types/react-dom': 18.2.8 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 react: 18.2.0 - react-router: 5.3.4_react@18.2.0 - tiny-invariant: 1.3.1 - tiny-warning: 1.0.3 + react-dom: 18.2.0_react@18.2.0 + react-is: 18.2.0 + redux: 4.2.1 + use-sync-external-store: 1.2.0_react@18.2.0 dev: false /react-router-dom/6.16.0_react-dom@18.2.0+react@18.2.0: @@ -15645,23 +13918,6 @@ packages: react-router: 6.16.0_react@18.2.0 dev: false - /react-router/5.3.4_react@18.2.0: - resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} - peerDependencies: - react: '>=15' - dependencies: - '@babel/runtime': 7.23.1 - history: 4.10.1 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.8.1 - react: 18.2.0 - react-is: 16.13.1 - tiny-invariant: 1.3.1 - tiny-warning: 1.0.3 - dev: false - /react-router/6.16.0_react@18.2.0: resolution: {integrity: sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==} engines: {node: '>=14.0.0'} @@ -15672,23 +13928,6 @@ packages: react: 18.2.0 dev: false - /react-side-effect/1.2.0: - resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} - peerDependencies: - react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 - dependencies: - shallowequal: 1.1.0 - dev: false - - /react-side-effect/1.2.0_react@18.2.0: - resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} - peerDependencies: - react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 - dependencies: - react: 18.2.0 - shallowequal: 1.1.0 - dev: false - /react-test-renderer/16.14.0: resolution: {integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==} peerDependencies: @@ -15732,15 +13971,6 @@ packages: type-fest: 0.6.0 dev: false - /readable-stream/1.0.27-1: - resolution: {integrity: sha512-uQE31HGhpMrqZwtDjRliOs2aC3XBi+DdkhLs+Xa0dvVD5eDiZr3+k8rKVZcyTzxosgtMw7B/twQsK3P1KTZeVg==} - dependencies: - core-util-is: 1.0.3 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - /readable-stream/2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: @@ -15773,16 +14003,6 @@ packages: string_decoder: 1.3.0 dev: false - /readdirp/2.2.1: - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} - engines: {node: '>=0.10'} - dependencies: - graceful-fs: 4.2.11 - micromatch: 3.1.10 - readable-stream: 2.3.8 - dev: false - optional: true - /readdirp/3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -15841,10 +14061,6 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /reduce-component/1.0.1: - resolution: {integrity: sha512-y0wyCcdQul3hI3xHfIs0vg/jSbboQc/YTOAqaxjFG7At+XSexduuOqBVL9SmOLSwa/ldkbzVzdwuk9s2EKTAZg==} - dev: false - /redux-logger/3.0.6: resolution: {integrity: sha512-JoCIok7bg/XpqA1JqCqXFypuqBbQzGQySrhFzewB7ThcnysTO30l4VCst86AuB9T9tuT03MAA56Jw2PNhRSNCg==} dependencies: @@ -15899,14 +14115,6 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false - /regenerator-runtime/0.10.5: - resolution: {integrity: sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==} - dev: false - - /regenerator-runtime/0.11.1: - resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - dev: false - /regenerator-runtime/0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false @@ -15915,28 +14123,12 @@ packages: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} dev: false - /regenerator-transform/0.10.1: - resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - private: 0.1.8 - dev: false - /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.23.1 dev: false - /regex-cache/0.4.4: - resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-equal-shallow: 0.1.3 - dev: false - optional: true - /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} @@ -15969,14 +14161,6 @@ packages: engines: {node: '>=8'} dev: false - /regexpu-core/2.0.0: - resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==} - dependencies: - regenerate: 1.4.2 - regjsgen: 0.2.0 - regjsparser: 0.1.5 - dev: false - /regexpu-core/5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} @@ -15994,17 +14178,6 @@ packages: engines: {node: '>=0.1.14'} dev: false - /regjsgen/0.2.0: - resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} - dev: false - - /regjsparser/0.1.5: - resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} - hasBin: true - dependencies: - jsesc: 0.5.0 - dev: false - /regjsparser/0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true @@ -16052,13 +14225,6 @@ packages: engines: {node: '>=0.10'} dev: false - /repeating/2.0.1: - resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==} - engines: {node: '>=0.10.0'} - dependencies: - is-finite: 1.1.0 - dev: false - /request/2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} @@ -16148,10 +14314,6 @@ packages: engines: {node: '>=8'} dev: false - /resolve-pathname/3.0.0: - resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} - dev: false - /resolve-url/0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated @@ -16237,13 +14399,6 @@ packages: resolution: {integrity: sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==} dev: false - /right-align/0.1.3: - resolution: {integrity: sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg==} - engines: {node: '>=0.10.0'} - dependencies: - align-text: 0.1.4 - dev: false - /rimraf/2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} hasBin: true @@ -16354,11 +14509,6 @@ packages: deprecated: Please use the 'safe-timers' module instead dev: false - /samsam/1.1.2: - resolution: {integrity: sha512-iVL7LibpM3tl4rQPweOXXrmjGegxx27flTOjQEZD3PXe4oZNFzuz6Si4mgleK/JWU/hyCvtV01RUovjvBEpDmw==} - deprecated: This package has been deprecated in favour of @sinonjs/samsam - dev: false - /samsam/1.3.0: resolution: {integrity: sha512-1HwIYD/8UlOtFS3QO3w7ey+SdSDFE4HRNLZoZRYVQefrOY3l17epswImeB1ijgJFQJodIaHcwkp3r/myBjFVbg==} deprecated: This package has been deprecated in favour of @sinonjs/samsam @@ -16402,7 +14552,7 @@ packages: dependencies: neo-async: 2.6.2 sass: 1.68.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /sass/1.68.0: @@ -16608,10 +14758,6 @@ packages: kind-of: 6.0.3 dev: false - /shallowequal/1.1.0: - resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - dev: false - /shcmd/0.8.4: resolution: {integrity: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw==} engines: {node: '>=4'} @@ -16692,14 +14838,6 @@ packages: joi: 10.6.0 dev: false - /shot/4.0.7: - resolution: {integrity: sha512-RKaKAGKxJ11EjJl0cf2fYVSsd4KB5Cncb9J0v7w+0iIaXpxNqFWTYNDNhBX7f0XSyDrjOH9a4OWZ9Gp/ZML+ew==} - deprecated: This module has moved and is now available at @hapi/shot. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - joi: 14.3.1 - dev: false - /shx/0.3.4: resolution: {integrity: sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==} engines: {node: '>=6'} @@ -16727,16 +14865,6 @@ packages: is-arrayish: 0.3.2 dev: false - /sinon-chai/2.14.0_chai@3.5.0+sinon@1.17.7: - resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} - peerDependencies: - chai: '>=1.9.2 <5' - sinon: ^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0 - dependencies: - chai: 3.5.0 - sinon: 1.17.7 - dev: false - /sinon-chai/2.14.0_chai@4.3.10+sinon@4.5.0: resolution: {integrity: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ==} peerDependencies: @@ -16807,16 +14935,6 @@ packages: sinon: 9.2.4 dev: false - /sinon/1.17.7: - resolution: {integrity: sha512-M9rtyQxKfcTTdB64rpPSRaTzOvunb+HHPv/3PxvNPrEDnFSny95Pi6/3VoD471ody0ay0IHyzT3BErfcLXj6NA==} - engines: {node: '>=0.1.103'} - dependencies: - formatio: 1.1.1 - lolex: 1.3.2 - samsam: 1.1.2 - util: 0.12.5 - dev: false - /sinon/13.0.2: resolution: {integrity: sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==} dependencies: @@ -16890,11 +15008,6 @@ packages: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false - /slash/1.0.0: - resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} - engines: {node: '>=0.10.0'} - dev: false - /slash/2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} @@ -17011,14 +15124,6 @@ packages: hoek: 4.2.1 dev: false - /somever/2.0.0: - resolution: {integrity: sha512-9JaIPP+HxwYGqCDqqK3tRaTqdtQHoK6Qy3IrXhIt2q5x8fs8RcfU7BMWlFTCOgFazK8p88zIv1tHQXvAwtXMyw==} - deprecated: This module has moved and is now available at @hapi/somever. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - bounce: 1.2.3 - hoek: 6.1.3 - dev: false - /sonic-boom/0.7.7: resolution: {integrity: sha512-Ei5YOo5J64GKClHIL/5evJPgASXFVpfVYbJV9PILZQytTK6/LCwHvsZJW2Ig4p9FMC2OrBrMnXKgRN/OEoAWfg==} dependencies: @@ -17067,12 +15172,6 @@ packages: decode-uri-component: 0.2.2 dev: false - /source-map-support/0.4.18: - resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} - dependencies: - source-map: 0.5.7 - dev: false - /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -17243,19 +15342,6 @@ packages: joi: 12.0.0 dev: false - /statehood/6.0.9: - resolution: {integrity: sha512-jbFg1+MYEqfC7ABAoWZoeF4cQUtp3LUvMDUGExL76cMmleBHG7I6xlZFsE8hRi7nEySIvutHmVlLmBe9+2R5LQ==} - deprecated: This module has moved and is now available at @hapi/statehood. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - bounce: 1.2.3 - bourne: 1.1.2 - cryptiles: 4.1.3 - hoek: 6.1.3 - iron: 5.0.6 - joi: 14.3.1 - dev: false - /static-extend/0.1.2: resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} engines: {node: '>=0.10.0'} @@ -17397,10 +15483,6 @@ packages: es-abstract: 1.22.2 dev: false - /string_decoder/0.10.31: - resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} - dev: false - /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: @@ -17525,18 +15607,6 @@ packages: wreck: 12.5.1 dev: false - /subtext/6.0.12: - resolution: {integrity: sha512-yT1wCDWVgqvL9BIkWzWqgj5spUSYo/Enu09iUV8t2ZvHcr2tKGTGg2kc9tUpVEsdhp1ihsZeTAiDqh0TQciTPQ==} - deprecated: This module has moved and is now available at @hapi/subtext. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - bourne: 1.1.2 - content: 4.0.6 - hoek: 6.1.3 - pez: 4.0.5 - wreck: 14.2.0 - dev: false - /sudo-prompt/9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} dev: false @@ -17547,36 +15617,11 @@ packages: postcss: 7.0.39 dev: false - /superagent/1.8.5: - resolution: {integrity: sha512-4h4R6fISQXvgjIqZ8DjONYy3y2XPxgZO0LgHsBI6tDAEhzJLpWuK+thM60SmUiERJOEJzmxlIGx/GP6+azky/A==} - engines: {node: '>= 0.8'} - deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . - dependencies: - component-emitter: 1.2.1 - cookiejar: 2.0.6 - debug: 2.6.9 - extend: 3.0.0 - form-data: 1.0.0-rc3 - formidable: 1.0.17 - methods: 1.1.2 - mime: 1.3.4 - qs: 2.3.3 - readable-stream: 1.0.27-1 - reduce-component: 1.0.1 - dev: false - /supports-color/2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} dev: false - /supports-color/3.1.2: - resolution: {integrity: sha512-F8dvPrZJtNzvDRX26eNXT4a7AecAvTGljmmnI39xEgSpbHKhQ7N0dO/NTxUExd0wuLHp4zbwYY7lvHq0aKpwrA==} - engines: {node: '>=0.8.0'} - dependencies: - has-flag: 1.0.0 - dev: false - /supports-color/3.2.3: resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} engines: {node: '>=0.8.0'} @@ -17699,11 +15744,6 @@ packages: yallist: 4.0.0 dev: false - /teamwork/3.2.0: - resolution: {integrity: sha512-xAmJ8PIVjRZMXAHgUuOP8ITsv0SedyWAit2UWiNImXgg/F+BxrsG46ZegElNBM0Dwp+iMfbigg/Ll/M2oDRYww==} - deprecated: This module has moved and is now available at @hapi/teamwork. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dev: false - /terminal-link/2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} @@ -17712,7 +15752,7 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /terser-webpack-plugin/5.3.9_uglify-js@2.8.29+webpack@5.88.2: + /terser-webpack-plugin/5.3.9_webpack@5.88.2: resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17733,8 +15773,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.20.0 - uglify-js: 2.8.29 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /terser/5.20.0: @@ -17783,19 +15822,11 @@ packages: resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} dev: false - /tiny-invariant/1.3.1: - resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} - dev: false - /tiny-lru/8.0.2: resolution: {integrity: sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==} engines: {node: '>=6'} dev: false - /tiny-warning/1.0.3: - resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} - dev: false - /tmp/0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} @@ -17814,11 +15845,6 @@ packages: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} dev: false - /to-fast-properties/1.0.3: - resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} - engines: {node: '>=0.10.0'} - dev: false - /to-fast-properties/2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} @@ -17874,13 +15900,6 @@ packages: hoek: 4.2.1 dev: false - /topo/3.0.3: - resolution: {integrity: sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==} - deprecated: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - dev: false - /tough-cookie/2.5.0: resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} engines: {node: '>=0.8'} @@ -18150,11 +16169,6 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: false - /tsscmp/1.0.6: - resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} - engines: {node: '>=0.6.x'} - dev: false - /tsutils/3.21.0: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -18218,14 +16232,6 @@ packages: prelude-ls: 1.2.1 dev: false - /type-detect/0.1.1: - resolution: {integrity: sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==} - dev: false - - /type-detect/1.0.0: - resolution: {integrity: sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==} - dev: false - /type-detect/4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} @@ -18498,17 +16504,6 @@ packages: resolution: {integrity: sha512-CPPLoCts2p7D8VbybttE3P2ylv0OBZEAy7a12DsulIEcAiMtWJy+PBgMXgWDI80D5UwqE8oQPHYnk13tm38M2Q==} dev: false - /uglify-js/2.8.29: - resolution: {integrity: sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w==} - engines: {node: '>=0.8.0'} - hasBin: true - dependencies: - source-map: 0.5.7 - yargs: 3.10.0 - optionalDependencies: - uglify-to-browserify: 1.0.2 - dev: false - /uglify-js/3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} @@ -18516,11 +16511,6 @@ packages: dev: false optional: true - /uglify-to-browserify/1.0.2: - resolution: {integrity: sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==} - dev: false - optional: true - /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -18645,10 +16635,6 @@ packages: punycode: 2.3.0 dev: false - /urijs/1.19.11: - resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==} - dev: false - /urix/0.1.0: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated @@ -18668,7 +16654,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /url-parse/1.5.10: @@ -18691,12 +16677,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /user-home/1.1.1: - resolution: {integrity: sha512-aggiKfEEubv3UwRNqTzLInZpAOmKzwdHqEBmW/hBA/mt99eg+b4VrX6i+IRLxU8+WJYfa33rGwRseg4eElUgsQ==} - engines: {node: '>=0.10.0'} - hasBin: true - dev: false - /util-deprecate/1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false @@ -18710,16 +16690,6 @@ packages: object.getownpropertydescriptors: 2.1.7 dev: false - /util/0.12.5: - resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} - dependencies: - inherits: 2.0.4 - is-arguments: 1.1.1 - is-generator-function: 1.0.10 - is-typed-array: 1.1.12 - which-typed-array: 1.1.11 - dev: false - /utila/0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} dev: false @@ -18757,13 +16727,6 @@ packages: source-map: 0.7.4 dev: false - /v8flags/2.1.1: - resolution: {integrity: sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA==} - engines: {node: '>= 0.10.0'} - dependencies: - user-home: 1.1.1 - dev: false - /valid-url/1.0.9: resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} dev: false @@ -18775,10 +16738,6 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /value-equal/1.0.1: - resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} - dev: false - /vary/1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -18805,13 +16764,6 @@ packages: hoek: 4.2.1 dev: false - /vise/3.0.2: - resolution: {integrity: sha512-X52VtdRQbSBXdjcazRiY3eRgV3vTQ0B+7Wh8uC9cVv7lKfML5m9+9NHlbcgCY0R9EAqD1v/v7o9mhGh2A3ANFg==} - deprecated: This module has moved and is now available at @hapi/vise. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - hoek: 6.1.3 - dev: false - /visual-logger/1.1.3: resolution: {integrity: sha512-8XPxTR+RoZZtSkx1TY+aLAvG1EivsO0352WuWyXr0nU7n7T2XOh3ty/QwGS2dx7ZUDJQ5PTVp/p5StXaR11H7w==} dependencies: @@ -18948,7 +16900,7 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 v8-compile-cache: 2.4.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 webpack-merge: 5.9.0 dev: false @@ -18965,7 +16917,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.3.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 dev: false /webpack-hot-middleware/2.25.4: @@ -19014,7 +16966,7 @@ packages: resolution: {integrity: sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw==} dev: false - /webpack/5.88.2_f52b93474dd2fb1e4f90db635f9d54a8: + /webpack/5.88.2_webpack-cli@4.8.0: resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -19045,7 +16997,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9_uglify-js@2.8.29+webpack@5.88.2 + terser-webpack-plugin: 5.3.9_webpack@5.88.2 watchpack: 2.4.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 webpack-sources: 3.2.3 @@ -19187,11 +17139,6 @@ packages: resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} dev: false - /window-size/0.1.0: - resolution: {integrity: sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg==} - engines: {node: '>= 0.8.0'} - dev: false - /winston-transport/4.5.0: resolution: {integrity: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==} engines: {node: '>= 6.4.0'} @@ -19235,11 +17182,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /wordwrap/0.0.2: - resolution: {integrity: sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==} - engines: {node: '>=0.4.0'} - dev: false - /wordwrap/1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: false @@ -19288,15 +17230,6 @@ packages: hoek: 4.2.1 dev: false - /wreck/14.2.0: - resolution: {integrity: sha512-NFFft3SMgqrJbXEVfYifh+QDWFxni+98/I7ut7rLbz3F0XOypluHsdo3mdEYssGSirMobM3fGlqhyikbWKDn2Q==} - deprecated: This module has moved and is now available at @hapi/wreck. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. - dependencies: - boom: 7.3.0 - bourne: 1.1.2 - hoek: 6.1.3 - dev: false - /write-file-atomic/3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: @@ -19493,20 +17426,6 @@ packages: yargs-parser: 20.2.9 dev: false - /yargs/3.10.0: - resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} - dependencies: - camelcase: 1.2.1 - cliui: 2.1.0 - decamelize: 1.2.0 - window-size: 0.1.0 - dev: false - - /ylru/1.3.2: - resolution: {integrity: sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==} - engines: {node: '>= 4.0.0'} - dev: false - /yn/3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} @@ -19522,7 +17441,7 @@ packages: engines: {node: '>=12.20'} dev: false - file:projects/app-dev.tgz_c5d5b1fad86bc2ee7e110a833d65dee1: + file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.88.2: resolution: {integrity: sha512-tXLy4j3liGX+mqJe1rsZC4pScp1IKO+U4KVrkzrlwuawe/6g8Rb1Rxebaov1SivAnkcPu9ySZVO54rF1f1ArBg==, tarball: file:projects/app-dev.tgz} id: file:projects/app-dev.tgz name: '@rush-temp/app-dev' @@ -19547,7 +17466,7 @@ packages: '@types/node': 14.18.63 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.10 - '@types/webpack': 5.28.0_f52b93474dd2fb1e4f90db635f9d54a8 + '@types/webpack': 5.28.0_webpack-cli@4.8.0 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 @@ -19670,9 +17589,8 @@ packages: - supports-color dev: false - file:projects/create-app.tgz_uglify-js@2.8.29: + file:projects/create-app.tgz: resolution: {integrity: sha512-GOelCRhBcKZJUFt1a1S/WPp/6R9jpCbk2fsm3SwxYTjDY3WYU4FZpfbbbkGYxqBevazBF72aLpNf+C/Eqmve4w==, tarball: file:projects/create-app.tgz} - id: file:projects/create-app.tgz name: '@rush-temp/create-app' version: 0.0.0 dependencies: @@ -19694,7 +17612,7 @@ packages: shcmd: 0.8.4 sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 xclap: 0.2.53 @@ -19754,86 +17672,6 @@ packages: require-at: 1.0.6 dev: false - file:projects/electrode-react-webapp.tgz: - resolution: {integrity: sha512-7MGDGnzy+axDhoQQ68eJN1sKHGvAonYjXktbTHxmCbOicQ3Pbcrx4+e3FT6Z0dTqZhYkGzuQ/WXfLic6FCBgrQ==, tarball: file:projects/electrode-react-webapp.tgz} - name: '@rush-temp/electrode-react-webapp' - version: 0.0.0 - dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 - '@xarc/module-dev': 4.1.0 - '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 - benchmark: 2.1.4 - chai: 4.3.6 - electrode-archetype-njs-module-dev: 3.0.3 - electrode-hapi-compat: 1.3.3 - electrode-redux-router-engine: 6.0.0_react-dom@18.2.0+react@18.2.0 - electrode-server: 1.9.0 - electrode-server2: /electrode-server/2.5.0 - eslint: 7.32.0 - eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@7.32.0 - eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 - express: 4.18.2 - http-status-codes: 1.4.0 - in-publish: 2.0.1 - koa: 2.14.2 - koa-router: 7.4.0 - lodash: 4.17.21 - mocha: 10.2.0 - munchy: 1.0.9 - nyc: 15.1.0 - object-assign: 4.1.1 - prettier: 1.19.1 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-helmet: 5.2.1_react@18.2.0 - require-at: 1.0.6 - run-verify: 1.2.6 - stream-to-array: 2.3.0 - string-array: 1.0.1 - superagent: 1.8.5 - uglify-js: 2.8.29 - xaa: 1.7.3 - xclap: 0.2.53 - xstdout: 0.1.1 - transitivePeerDependencies: - - supports-color - dev: false - - file:projects/electrode-redux-router-engine.tgz: - resolution: {integrity: sha512-mKDyXEYArysPy9wRpmuL+apnWDsElgqQezL1d8DTlpMlCg514HyPsOiNRNQgSlMhaC4S+lFjTHHMCTOEYLw1ww==, tarball: file:projects/electrode-redux-router-engine.tgz} - name: '@rush-temp/electrode-redux-router-engine' - version: 0.0.0 - dependencies: - '@xarc/run': 1.1.1 - babel-cli: 6.26.0 - babel-core: 6.26.3 - babel-preset-env: 1.7.0 - babel-preset-es2015: 6.24.1 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - babel-register: 6.26.0 - electrode-archetype-njs-module-dev: 2.3.2 - electrode-server: 1.9.0 - optional-require: 1.1.8 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-redux: 5.1.2_react@18.2.0+redux@4.2.1 - react-router: 5.3.4_react@18.2.0 - react-router-config: 5.1.1_react-router@5.3.4+react@18.2.0 - react-router-dom: 5.3.4_react@18.2.0 - redux: 4.2.1 - run-verify: 1.2.6 - stream-to-array: 2.3.0 - xclap: 0.2.53 - xstdout: 0.1.1 - dev: false - file:projects/index-page.tgz: resolution: {integrity: sha512-/3S5QZI7BAJdRVMEUA/haRhI7pZS3Geb6AfrhGFatni8RoHZ14BTBrRwoX1TI8ke27y8M7LsmfoGVz34LCYTgA==, tarball: file:projects/index-page.tgz} name: '@rush-temp/index-page' @@ -20665,7 +18503,7 @@ packages: dev: false file:projects/subapp-web.tgz: - resolution: {integrity: sha512-2YTFmlDzGhW49+tO+24tefEZOaQQCGBB//aIiHkqDlkLCOJ9e26/TogSjOOy1Vn0Z38rdm6Len6gqba0l6SMYg==, tarball: file:projects/subapp-web.tgz} + resolution: {integrity: sha512-AL0ma5xLQZy2KosoFl120KLJodFk/8FaJszCj7oOwQ6KTzsjGD21SEVwkfTo8wZ9mO/2QQcMLmrvhNCdU9r7qw==, tarball: file:projects/subapp-web.tgz} name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: @@ -20682,6 +18520,7 @@ packages: chai: 4.3.6 chai-as-promised: 7.1.1_chai@4.3.6 electrode-archetype-njs-module-dev: 3.0.3 + electrode-react-webapp: 5.1.1 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -20874,7 +18713,7 @@ packages: - supports-color dev: false - file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3: + file:projects/webpack.tgz_webpack-bundle-analyzer@3.9.0: resolution: {integrity: sha512-dWNz++e6cZL2O/8wBgz5AGXroFpiLHVOBCSMLeGS4UC/cgE3o2kdmn1W3rhwKbFJZBtW3NGEuAryKyIIF1mIWA==, tarball: file:projects/webpack.tgz} id: file:projects/webpack.tgz name: '@rush-temp/webpack' @@ -20919,7 +18758,7 @@ packages: typedoc: 0.17.8_typescript@4.9.5 typescript: 4.9.5 url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 - webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.88.2_webpack-cli@4.8.0 webpack-cli: 4.8.0_c897c9b007e9156ce2be4a7c8f7573c8 webpack-stats-plugin: 1.1.3 xsh: 0.4.5 diff --git a/rush.json b/rush.json index 5e5b665b1..4db7f96e3 100644 --- a/rush.json +++ b/rush.json @@ -432,18 +432,6 @@ "shouldPublish": true, "skipRushCheck": true }, - { - "packageName": "electrode-react-webapp", - "projectFolder": "packages/electrode-react-webapp", - "shouldPublish": true, - "skipRushCheck": true - }, - { - "packageName": "electrode-redux-router-engine", - "projectFolder": "packages/electrode-redux-router-engine", - "shouldPublish": true, - "skipRushCheck": true - }, { "packageName": "opt-archetype-check", "projectFolder": "packages/opt-archetype-check", From 9c6957bd482074a6382e34252fd42e00180e7cc5 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Tue, 3 Oct 2023 14:13:59 +0530 Subject: [PATCH 15/15] fix(test): test cases fix --- .../CHANGELOG.json | 23 - .../CHANGELOG.md | 14 - .../README.md | 3 - .../config/archetype.js | 27 - .../config/webpack/partial/define.js | 14 - .../config/webpack/partial/dll.js | 15 - .../config/webpack/partial/entry.js | 10 - .../config/webpack/partial/index.js | 34 -- .../config/webpack/partial/optimize.js | 9 - .../config/webpack/partial/output.js | 11 - .../config/webpack/partial/resolve.js | 7 - .../config/webpack/partial/stats.js | 20 - .../config/webpack/profile.base.js | 15 - .../config/webpack/util/context.js | 21 - .../config/webpack/util/generate-config.js | 58 --- .../config/webpack/webpack.config.dev.js | 23 - .../lib/save-module-versions.js | 59 --- .../package.json | 59 --- .../require.js | 3 - .../test/fixtures/dll-test/index.js | 7 - .../test/mocha.opts | 2 - .../test/spec/config-webpack.spec.js | 18 - .../xclap.js | 1 - .../CHANGELOG.json | 23 - .../CHANGELOG.md | 16 - .../electrode-archetype-webpack-dll/README.md | 68 --- .../arch-clap-tasks.js | 168 ------- .../config/archetype.js | 41 -- .../package.json | 45 -- .../fixtures/save-cdn-map/cdn-assets.json | 3 - .../test/mocha.opts | 2 - .../test/spec/arch-clap.spec.js | 25 - .../electrode-archetype-webpack-dll/xclap.js | 1 - packages/electrode-cookies/.eslintignore | 2 - packages/electrode-cookies/.eslintrc | 3 - packages/electrode-cookies/CHANGELOG.json | 11 - packages/electrode-cookies/CHANGELOG.md | 9 - packages/electrode-cookies/README.md | 112 ----- .../electrode-cookies/cookies-js/index.js | 179 ------- packages/electrode-cookies/hapi-plugin.js | 39 -- packages/electrode-cookies/lib/csindex.js | 8 - packages/electrode-cookies/lib/index.js | 91 ---- packages/electrode-cookies/package.json | 62 --- packages/electrode-cookies/test/.eslintrc | 3 - packages/electrode-cookies/test/mocha.opts | 2 - .../test/spec/csindex.spec.js | 44 -- .../test/spec/hapi-plugin.spec.js | 75 --- .../electrode-cookies/test/spec/index.spec.js | 324 ------------ packages/electrode-cookies/xclap.js | 1 - .../electrode-redux-router-engine/.babelrc | 10 - .../CHANGELOG.json | 11 - .../CHANGELOG.md | 9 - .../electrode-redux-router-engine/LICENSE | 13 - .../electrode-redux-router-engine/README.md | 39 -- .../lib/redux-router-engine.js | 325 ------------ .../lib/server-context.js | 28 -- .../electrode-redux-router-engine/lib/util.js | 27 - .../package.json | 89 ---- .../test/escape-chars.jsx | 23 - .../test/loadable-stats.json | 1 - .../test/mocha.opts | 2 - .../test/nm/test-init-nm/index.js | 13 - .../test/nm/test-init-nm/package.json | 9 - .../test/render-flat-routes.jsx | 23 - .../test/routes.jsx | 268 ---------- .../test/sample-reducers.js | 52 -- .../spec/electrode-server.integration.spec.js | 114 ----- .../test/spec/redux-router-engine.spec.js | 471 ------------------ .../test/spec/util.spec.js | 39 -- .../test/test-init.js | 13 - .../test/test-init2.js | 13 - .../test/test-redux.js | 19 - .../test/top-reducer.js | 40 -- .../test/top-wait.js | 14 - .../electrode-redux-router-engine/xclap.js | 1 - packages/electrode-ui-config/.eslintrc | 3 - packages/electrode-ui-config/CHANGELOG.json | 17 - packages/electrode-ui-config/CHANGELOG.md | 11 - packages/electrode-ui-config/README.md | 116 ----- packages/electrode-ui-config/hapi-plugin.js | 32 -- packages/electrode-ui-config/lib/index.js | 15 - packages/electrode-ui-config/package.json | 82 --- packages/electrode-ui-config/src/csindex.js | 5 - packages/electrode-ui-config/src/ui-config.js | 33 -- packages/electrode-ui-config/test/.eslintrc | 3 - packages/electrode-ui-config/test/mocha.opts | 2 - .../test/spec/csindex.spec.js | 30 -- .../test/spec/hapi-plugin.spec.js | 40 -- .../test/spec/index.spec.js | 29 -- .../test/spec/ui-config.spec.js | 137 ----- packages/electrode-ui-config/xclap.js | 3 - packages/electrode-ui-logger/.eslintrc | 3 - packages/electrode-ui-logger/CHANGELOG.json | 22 - packages/electrode-ui-logger/CHANGELOG.md | 11 - packages/electrode-ui-logger/README.md | 75 --- packages/electrode-ui-logger/lib/csindex.js | 84 ---- packages/electrode-ui-logger/lib/index.js | 36 -- packages/electrode-ui-logger/lib/logger.js | 48 -- .../lib/safe-event-builder.js | 57 --- packages/electrode-ui-logger/package.json | 57 --- packages/electrode-ui-logger/test/.eslintrc | 3 - packages/electrode-ui-logger/test/mocha.opts | 2 - .../electrode-ui-logger/test/spec/csindex.js | 106 ---- .../test/spec/index.spec.js | 31 -- .../test/spec/safe-event-builder.spec.js | 126 ----- packages/electrode-ui-logger/xclap.js | 3 - packages/subapp-pbundle/.babelrc.js | 3 - packages/subapp-pbundle/.gitignore | 4 - packages/subapp-pbundle/CHANGELOG.json | 25 - packages/subapp-pbundle/CHANGELOG.md | 11 - packages/subapp-pbundle/README.md | 80 --- packages/subapp-pbundle/lib/framework-lib.js | 204 -------- packages/subapp-pbundle/lib/index.js | 22 - packages/subapp-pbundle/lib/redux-bundler.js | 20 - packages/subapp-pbundle/package.json | 92 ---- packages/subapp-pbundle/src/app-context.js | 3 - .../subapp-pbundle/src/fe-framework-lib.js | 27 - packages/subapp-pbundle/src/index.js | 15 - packages/subapp-pbundle/src/redux-bundler.jsx | 92 ---- packages/subapp-pbundle/src/shared.js | 73 --- packages/subapp-pbundle/test/mocha.opts | 3 - .../test/spec/fe-framework.spec.js | 69 --- .../test/spec/redux-bundler.spec.js | 23 - .../subapp-pbundle/test/spec/shared.spec.js | 123 ----- .../test/spec/ssr-framework.spec.js | 424 ---------------- packages/subapp-pbundle/xclap.js | 2 - 126 files changed, 6013 deletions(-) delete mode 100644 packages/electrode-archetype-webpack-dll-dev/CHANGELOG.json delete mode 100644 packages/electrode-archetype-webpack-dll-dev/CHANGELOG.md delete mode 100644 packages/electrode-archetype-webpack-dll-dev/README.md delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/archetype.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/define.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/dll.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/entry.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/optimize.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/output.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/resolve.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/profile.base.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/util/context.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/config/webpack/webpack.config.dev.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/lib/save-module-versions.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/package.json delete mode 100644 packages/electrode-archetype-webpack-dll-dev/require.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/test/fixtures/dll-test/index.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/test/mocha.opts delete mode 100644 packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js delete mode 100644 packages/electrode-archetype-webpack-dll-dev/xclap.js delete mode 100644 packages/electrode-archetype-webpack-dll/CHANGELOG.json delete mode 100644 packages/electrode-archetype-webpack-dll/CHANGELOG.md delete mode 100644 packages/electrode-archetype-webpack-dll/README.md delete mode 100644 packages/electrode-archetype-webpack-dll/arch-clap-tasks.js delete mode 100644 packages/electrode-archetype-webpack-dll/config/archetype.js delete mode 100644 packages/electrode-archetype-webpack-dll/package.json delete mode 100644 packages/electrode-archetype-webpack-dll/test/fixtures/save-cdn-map/cdn-assets.json delete mode 100644 packages/electrode-archetype-webpack-dll/test/mocha.opts delete mode 100644 packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js delete mode 100644 packages/electrode-archetype-webpack-dll/xclap.js delete mode 100644 packages/electrode-cookies/.eslintignore delete mode 100644 packages/electrode-cookies/.eslintrc delete mode 100644 packages/electrode-cookies/CHANGELOG.json delete mode 100644 packages/electrode-cookies/CHANGELOG.md delete mode 100644 packages/electrode-cookies/README.md delete mode 100644 packages/electrode-cookies/cookies-js/index.js delete mode 100644 packages/electrode-cookies/hapi-plugin.js delete mode 100644 packages/electrode-cookies/lib/csindex.js delete mode 100644 packages/electrode-cookies/lib/index.js delete mode 100644 packages/electrode-cookies/package.json delete mode 100644 packages/electrode-cookies/test/.eslintrc delete mode 100644 packages/electrode-cookies/test/mocha.opts delete mode 100644 packages/electrode-cookies/test/spec/csindex.spec.js delete mode 100644 packages/electrode-cookies/test/spec/hapi-plugin.spec.js delete mode 100644 packages/electrode-cookies/test/spec/index.spec.js delete mode 100644 packages/electrode-cookies/xclap.js delete mode 100644 packages/electrode-redux-router-engine/.babelrc delete mode 100644 packages/electrode-redux-router-engine/CHANGELOG.json delete mode 100644 packages/electrode-redux-router-engine/CHANGELOG.md delete mode 100644 packages/electrode-redux-router-engine/LICENSE delete mode 100644 packages/electrode-redux-router-engine/README.md delete mode 100644 packages/electrode-redux-router-engine/lib/redux-router-engine.js delete mode 100644 packages/electrode-redux-router-engine/lib/server-context.js delete mode 100644 packages/electrode-redux-router-engine/lib/util.js delete mode 100644 packages/electrode-redux-router-engine/package.json delete mode 100644 packages/electrode-redux-router-engine/test/escape-chars.jsx delete mode 100644 packages/electrode-redux-router-engine/test/loadable-stats.json delete mode 100644 packages/electrode-redux-router-engine/test/mocha.opts delete mode 100644 packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js delete mode 100644 packages/electrode-redux-router-engine/test/nm/test-init-nm/package.json delete mode 100644 packages/electrode-redux-router-engine/test/render-flat-routes.jsx delete mode 100644 packages/electrode-redux-router-engine/test/routes.jsx delete mode 100644 packages/electrode-redux-router-engine/test/sample-reducers.js delete mode 100644 packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js delete mode 100644 packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js delete mode 100644 packages/electrode-redux-router-engine/test/spec/util.spec.js delete mode 100644 packages/electrode-redux-router-engine/test/test-init.js delete mode 100644 packages/electrode-redux-router-engine/test/test-init2.js delete mode 100644 packages/electrode-redux-router-engine/test/test-redux.js delete mode 100644 packages/electrode-redux-router-engine/test/top-reducer.js delete mode 100644 packages/electrode-redux-router-engine/test/top-wait.js delete mode 100644 packages/electrode-redux-router-engine/xclap.js delete mode 100644 packages/electrode-ui-config/.eslintrc delete mode 100644 packages/electrode-ui-config/CHANGELOG.json delete mode 100644 packages/electrode-ui-config/CHANGELOG.md delete mode 100644 packages/electrode-ui-config/README.md delete mode 100644 packages/electrode-ui-config/hapi-plugin.js delete mode 100644 packages/electrode-ui-config/lib/index.js delete mode 100644 packages/electrode-ui-config/package.json delete mode 100644 packages/electrode-ui-config/src/csindex.js delete mode 100644 packages/electrode-ui-config/src/ui-config.js delete mode 100644 packages/electrode-ui-config/test/.eslintrc delete mode 100644 packages/electrode-ui-config/test/mocha.opts delete mode 100644 packages/electrode-ui-config/test/spec/csindex.spec.js delete mode 100644 packages/electrode-ui-config/test/spec/hapi-plugin.spec.js delete mode 100644 packages/electrode-ui-config/test/spec/index.spec.js delete mode 100644 packages/electrode-ui-config/test/spec/ui-config.spec.js delete mode 100644 packages/electrode-ui-config/xclap.js delete mode 100644 packages/electrode-ui-logger/.eslintrc delete mode 100644 packages/electrode-ui-logger/CHANGELOG.json delete mode 100644 packages/electrode-ui-logger/CHANGELOG.md delete mode 100644 packages/electrode-ui-logger/README.md delete mode 100644 packages/electrode-ui-logger/lib/csindex.js delete mode 100644 packages/electrode-ui-logger/lib/index.js delete mode 100644 packages/electrode-ui-logger/lib/logger.js delete mode 100644 packages/electrode-ui-logger/lib/safe-event-builder.js delete mode 100644 packages/electrode-ui-logger/package.json delete mode 100644 packages/electrode-ui-logger/test/.eslintrc delete mode 100644 packages/electrode-ui-logger/test/mocha.opts delete mode 100644 packages/electrode-ui-logger/test/spec/csindex.js delete mode 100644 packages/electrode-ui-logger/test/spec/index.spec.js delete mode 100644 packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js delete mode 100644 packages/electrode-ui-logger/xclap.js delete mode 100644 packages/subapp-pbundle/.babelrc.js delete mode 100644 packages/subapp-pbundle/.gitignore delete mode 100644 packages/subapp-pbundle/CHANGELOG.json delete mode 100644 packages/subapp-pbundle/CHANGELOG.md delete mode 100644 packages/subapp-pbundle/README.md delete mode 100644 packages/subapp-pbundle/lib/framework-lib.js delete mode 100644 packages/subapp-pbundle/lib/index.js delete mode 100644 packages/subapp-pbundle/lib/redux-bundler.js delete mode 100644 packages/subapp-pbundle/package.json delete mode 100644 packages/subapp-pbundle/src/app-context.js delete mode 100644 packages/subapp-pbundle/src/fe-framework-lib.js delete mode 100644 packages/subapp-pbundle/src/index.js delete mode 100644 packages/subapp-pbundle/src/redux-bundler.jsx delete mode 100644 packages/subapp-pbundle/src/shared.js delete mode 100644 packages/subapp-pbundle/test/mocha.opts delete mode 100644 packages/subapp-pbundle/test/spec/fe-framework.spec.js delete mode 100644 packages/subapp-pbundle/test/spec/redux-bundler.spec.js delete mode 100644 packages/subapp-pbundle/test/spec/shared.spec.js delete mode 100644 packages/subapp-pbundle/test/spec/ssr-framework.spec.js delete mode 100644 packages/subapp-pbundle/xclap.js diff --git a/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.json b/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.json deleted file mode 100644 index 271ac45de..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "electrode-archetype-webpack-dll-dev", - "entries": [ - { - "version": "3.0.2", - "tag": "electrode-archetype-webpack-dll-dev_v3.0.2", - "date": "Mon, 08 May 2023 22:49:30 GMT", - "comments": {} - }, - { - "version": "3.0.1", - "tag": "electrode-archetype-webpack-dll-dev_v3.0.1", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"webpack-config-composer\" from `^1.1.7` to `^1.2.0`" - } - ] - } - } - ] -} diff --git a/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.md b/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.md deleted file mode 100644 index 9afcadeb9..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/CHANGELOG.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change Log - electrode-archetype-webpack-dll-dev - -This log was last generated on Mon, 08 May 2023 22:49:30 GMT and should not be manually modified. - -## 3.0.2 -Mon, 08 May 2023 22:49:30 GMT - -_Version update only_ - -## 3.0.1 -Thu, 04 May 2023 21:08:31 GMT - -_Initial release_ - diff --git a/packages/electrode-archetype-webpack-dll-dev/README.md b/packages/electrode-archetype-webpack-dll-dev/README.md deleted file mode 100644 index 1e924f626..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Electrode Webpack DLL Archetype (`-dev`)(Deprecated) - -Electrode Webpack DLL Archetype `-dev` diff --git a/packages/electrode-archetype-webpack-dll-dev/config/archetype.js b/packages/electrode-archetype-webpack-dll-dev/config/archetype.js deleted file mode 100644 index 29ab87393..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/archetype.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; - -const Path = require("path"); -const optionalRequire = require("optional-require")(require); -const userConfig = Object.assign({}, optionalRequire(Path.resolve("archetype/config"))); - -const devPkg = require("../package.json"); -const devDir = Path.join(__dirname, ".."); -const devRequire = require(`../require`); -const configDir = `${devDir}/config`; - -// const configDir = `${devDir}/config`; - -const archetype = { - devDir, - devPkg, - devRequire, - config: Object.assign( - {}, - { - webpack: `${configDir}/webpack` - }, - userConfig.configPaths - ) -}; - -module.exports = archetype; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/define.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/define.js deleted file mode 100644 index b75695129..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/define.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; - -const webpack = require("webpack"); -const { production } = require("../util/context"); - -module.exports = { - plugins: production - ? [ - new webpack.DefinePlugin({ - "process.env.NODE_ENV": JSON.stringify("production") - }) - ] - : [] -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/dll.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/dll.js deleted file mode 100644 index dae204cc8..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/dll.js +++ /dev/null @@ -1,15 +0,0 @@ -"use strict"; - -const webpack = require("webpack"); -const Path = require("path"); -const { context, tag } = require("../util/context"); - -module.exports = { - mode: "development", - plugins: [ - new webpack.DllPlugin({ - path: Path.join(context, `dll_[name]-manifest${tag}.json`), - name: "dll_[name]" - }) - ] -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/entry.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/entry.js deleted file mode 100644 index b0598f48c..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/entry.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; - -const Path = require("path"); - -const { entry } = require(Path.resolve(".")); - -module.exports = { - devtool: "source-map", - entry -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js deleted file mode 100644 index 8ca0e6ee1..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js +++ /dev/null @@ -1,34 +0,0 @@ -"use strict"; - -const Fs = require("fs"); -const assert = require("assert"); - -// -// This specifies a general order of partials to be applied. -// Any new partial need to be added here. Name is the filename -// without extension and add an _ prefix. -// -const orders = [ - "_entry", - "_resolve", - "_output", - "_dll", - "_optimize", - "_define", - "_output", - "_stats" -]; - -const files = Fs.readdirSync(__dirname) - .filter(x => x !== "index.js") - .map(x => x.substr(0, x.length - 3)); - -module.exports = { - orders, - partials: files.reduce((a, p) => { - const k = `_${p}`; - assert(orders.indexOf(k) >= 0, `No default order specified for partial ${p}`); - a[k] = { config: () => require(`./${p}`) }; - return a; - }, {}) -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/optimize.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/optimize.js deleted file mode 100644 index f5a117498..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/optimize.js +++ /dev/null @@ -1,9 +0,0 @@ -"use strict"; - -const { mode } = require("../util/context"); - -module.exports = () => { - return { - mode - }; -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/output.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/output.js deleted file mode 100644 index 332345784..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/output.js +++ /dev/null @@ -1,11 +0,0 @@ -"use strict"; - -const { context, tag } = require("../util/context"); - -module.exports = { - output: { - path: context, - filename: `electrode-dll.[name]${tag}.js`, - library: "dll_[name]" - } -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/resolve.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/resolve.js deleted file mode 100644 index 029e8228a..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/resolve.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; - -module.exports = { - resolve: { - extensions: [".js", ".jsx"] - } -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js deleted file mode 100644 index ae5290cfe..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js +++ /dev/null @@ -1,20 +0,0 @@ -"use strict"; - -const { tag } = require("../util/context"); -const StatsWriterPlugin = require("webpack-stats-plugin").StatsWriterPlugin; - -module.exports = { - plugins: [ - new StatsWriterPlugin({ - filename: `./stats${tag}.json`, - fields: null, - transform: data => { - data.modules.forEach(m => { - delete m.source; - }); - delete data.children; - return JSON.stringify(data, null, 2); - } - }) - ] -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/profile.base.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/profile.base.js deleted file mode 100644 index 2df468a67..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/profile.base.js +++ /dev/null @@ -1,15 +0,0 @@ -"use strict"; - -const profile = { - partials: { - _entry: { order: 200 }, - _output: { order: 400 }, - _resolve: { order: 600 }, - _define: { order: 800 }, - _dll: { order: 1000 }, - _optimize: { order: 1200 }, - _stats: { order: 1400 } - } -}; - -module.exports = profile; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/context.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/context.js deleted file mode 100644 index 1e85658c3..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/context.js +++ /dev/null @@ -1,21 +0,0 @@ -"use strict"; - -const Path = require("path"); - -const production = () => process.env.NODE_ENV === "production"; - -module.exports = { - context: Path.resolve("dist") -}; - -Object.defineProperty(module.exports, "production", { - get: () => production() -}); - -Object.defineProperty(module.exports, "tag", { - get: () => (production() ? "" : ".dev") -}); - -Object.defineProperty(module.exports, "mode", { - get: () => (production() ? "production" : "development") -}); diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js deleted file mode 100644 index 8830cad40..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js +++ /dev/null @@ -1,58 +0,0 @@ -"use strict"; - -const xsh = require("xsh"); -const partialConfigs = require("../partial"); -const WebpackConfigComposer = require("webpack-config-composer"); -const optionalRequire = require("optional-require")(require); -const Path = require("path"); -const _ = require("lodash"); - -/* eslint-disable max-statements */ -function generateConfig(options) { - options = Object.assign({ profileNames: [] }, options); - const composer = new WebpackConfigComposer(); - composer.addProfiles(options.profiles); - composer.addProfile("user", {}); - composer.addPartials(partialConfigs.partials); - - let customConfig; - const customDirs = [process.cwd(), Path.resolve("archetype/config/webpack")]; - - const foundDir = customDirs.find(d => { - customConfig = optionalRequire(Path.join(d, options.configFilename)); - return !!customConfig; - }); - if (foundDir) { - const dir = xsh.pathCwd.replace(foundDir); - } else { - const dirs = customDirs.map(d => xsh.pathCwd.replace(d)).join("; "); - } - - if (options.profileNames.indexOf("user") < 0) { - options.profileNames.push("user"); - } - - const keepCustomProps = options.keepCustomProps; - const compose = () => { - return composer.compose( - { keepCustomProps }, - options.profileNames - ); - }; - - let config; - - if (customConfig) { - if (_.isFunction(customConfig)) { - config = customConfig(composer, options, compose); - } else { - composer.addPartialToProfile("custom", "user", customConfig); - } - } - - if (!config) config = compose(); - - return config; -} - -module.exports = generateConfig; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/webpack.config.dev.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/webpack.config.dev.js deleted file mode 100644 index c0285a6c1..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/webpack.config.dev.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; -/** - * Webpack dev configuration - */ -const baseProfile = require("./profile.base"); -const generateConfig = require("./util/generate-config"); -const Path = require("path"); - -function makeConfig() { - const options = { - profiles: { - _base: baseProfile - }, - profileNames: ["_base"], - configFilename: Path.basename(__filename) - }; - - return generateConfig(options); -} - -const finalConfig = makeConfig(); - -module.exports = finalConfig; diff --git a/packages/electrode-archetype-webpack-dll-dev/lib/save-module-versions.js b/packages/electrode-archetype-webpack-dll-dev/lib/save-module-versions.js deleted file mode 100644 index f88a22e10..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/lib/save-module-versions.js +++ /dev/null @@ -1,59 +0,0 @@ -"use strict"; - -// -// Look at all the module that was packed into the DLL and save their exact versions -// - -const Path = require("path"); -const Fs = require("fs"); -const context = require("../config/webpack/util/context"); - -function saveModuleVersions() { - const { entry } = require(Path.resolve(".")); - const entries = Object.keys(entry); - const tag = context.tag; - - const searchPkgTop = p => { - do { - const up = Path.dirname(p); - if (up === p) return {}; - p = up; - try { - return { path: p, pkg: require(Path.resolve(p, "package.json")) }; - } catch (e) { - // continue searching - } - } while (true); - return {}; - }; - - const saveVersionsOf = manifest => { - const versions = {}; - const name = manifest.name; - const modules = Object.keys(manifest.content).sort(); - modules.forEach(md => { - const nm = "node_modules"; - const nmIx = md.indexOf(`${nm}/`); - const top = nmIx >= 0 ? searchPkgTop(md) : {}; - const pkg = top.pkg; - - if (!pkg || !pkg.name) return; - - const parts = top.path.split("/"); - const dirName = parts.slice(parts.indexOf("node_modules") + 1).join("/"); - - if (!versions[dirName]) { - versions[dirName] = { name: pkg.name, version: pkg.version }; - } - }); - - Fs.writeFileSync(Path.resolve(`dist/${name}-versions${tag}.json`), JSON.stringify(versions)); - }; - - const manifests = entries.map(e => { - return JSON.parse(Fs.readFileSync(Path.resolve("dist", `dll_${e}-manifest${tag}.json`))); - }); - - manifests.forEach(saveVersionsOf); -} -module.exports = { saveModuleVersions }; diff --git a/packages/electrode-archetype-webpack-dll-dev/package.json b/packages/electrode-archetype-webpack-dll-dev/package.json deleted file mode 100644 index 0c93bee46..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "electrode-archetype-webpack-dll-dev", - "version": "3.0.2", - "description": "Electrode Archetype to build webpack DLLs", - "main": "index.js", - "scripts": { - "build": "echo \"Nothing to build. Just a placeholder\"", - "test": "echo $npm_config_cache" - }, - "keywords": [], - "files": [ - "config", - "lib", - "require.js" - ], - "author": "Joel Chen ", - "license": "Apache-2.0", - "dependencies": { - "bluebird": "^3.5.3", - "glob": "^7.1.3", - "optional-require": "^1.1.6", - "require-at": "^1.0.6", - "source-map-explorer": "^1.6.0", - "uglifyjs-webpack-plugin": "^2.0.1", - "webpack": "^5.75.0", - "webpack-cli": "^4.8.0", - "webpack-config-composer": "^1.2.1", - "webpack-stats-plugin": "^1.1.1", - "xclap": "^0.2.53", - "xsh": "^0.4.4" - }, - "devDependencies": { - "electrode-archetype-njs-module-dev": "^3.0.3" - }, - "peerDependencies": { - "electrode-archetype-webpack-dll": "3.0.2" - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test" - ], - "check-coverage": true, - "statements": 80, - "branches": 40, - "functions": 85, - "lines": 79, - "cache": true - } -} diff --git a/packages/electrode-archetype-webpack-dll-dev/require.js b/packages/electrode-archetype-webpack-dll-dev/require.js deleted file mode 100644 index 8c1457961..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/require.js +++ /dev/null @@ -1,3 +0,0 @@ -// Archetype-based require. -/*eslint-disable strict, global-require*/ -module.exports = require; diff --git a/packages/electrode-archetype-webpack-dll-dev/test/fixtures/dll-test/index.js b/packages/electrode-archetype-webpack-dll-dev/test/fixtures/dll-test/index.js deleted file mode 100644 index 87da9dadb..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/test/fixtures/dll-test/index.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; - -module.exports = { - entry: { - react: ["./src/dll-react.js"] - } -}; diff --git a/packages/electrode-archetype-webpack-dll-dev/test/mocha.opts b/packages/electrode-archetype-webpack-dll-dev/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js b/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js deleted file mode 100644 index 7d8db321a..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; - -const xsh = require("xsh"); - -describe("config webpack", function() { - afterEach(() => { - try { - xsh.$.popd(); - } catch (e) { - // - } - }); - it("should generate webpack config", () => { - xsh.$.pushd("test/fixtures/dll-test"); - const webpackDevConfig = require("../../config/webpack/webpack.config.dev"); - expect(webpackDevConfig.entry.react).to.deep.equal(["./src/dll-react.js"]); - }); -}); diff --git a/packages/electrode-archetype-webpack-dll-dev/xclap.js b/packages/electrode-archetype-webpack-dll-dev/xclap.js deleted file mode 100644 index ea371779c..000000000 --- a/packages/electrode-archetype-webpack-dll-dev/xclap.js +++ /dev/null @@ -1 +0,0 @@ -require("electrode-archetype-njs-module-dev")(); diff --git a/packages/electrode-archetype-webpack-dll/CHANGELOG.json b/packages/electrode-archetype-webpack-dll/CHANGELOG.json deleted file mode 100644 index fcd53ebc5..000000000 --- a/packages/electrode-archetype-webpack-dll/CHANGELOG.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "electrode-archetype-webpack-dll", - "entries": [ - { - "version": "3.0.2", - "tag": "electrode-archetype-webpack-dll_v3.0.2", - "date": "Mon, 08 May 2023 22:49:30 GMT", - "comments": {} - }, - { - "version": "3.0.1", - "tag": "electrode-archetype-webpack-dll_v3.0.1", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": { - "patch": [ - { - "comment": "`electrode-archetype-webpack-dll-dev` dev dependency upgrade" - } - ] - } - } - ] -} diff --git a/packages/electrode-archetype-webpack-dll/CHANGELOG.md b/packages/electrode-archetype-webpack-dll/CHANGELOG.md deleted file mode 100644 index 06591f937..000000000 --- a/packages/electrode-archetype-webpack-dll/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Change Log - electrode-archetype-webpack-dll - -This log was last generated on Mon, 08 May 2023 22:49:30 GMT and should not be manually modified. - -## 3.0.2 -Mon, 08 May 2023 22:49:30 GMT - -_Version update only_ - -## 3.0.1 -Thu, 04 May 2023 21:08:31 GMT - -### Patches - -- `electrode-archetype-webpack-dll-dev` dev dependency upgrade - diff --git a/packages/electrode-archetype-webpack-dll/README.md b/packages/electrode-archetype-webpack-dll/README.md deleted file mode 100644 index 0222c9d31..000000000 --- a/packages/electrode-archetype-webpack-dll/README.md +++ /dev/null @@ -1,68 +0,0 @@ -# Electrode Webpack DLL Archetype(Deprecated) - -Electrode Webpack DLL Archetype - -# Purpose - -This archetype helps with creating a [npm] module that releases JavaScript [webpack] DLLs. - -The DLL package then can be consumed by an Electrode application based on the Electrode app archetype. - -Other common DLL consumption support: - -- Electrode apps will automatically load DLL JS bundles in dev mode. -- Upload your JS to your CDN server and Electrode app archetype will save the URL mapping. -- In production mode, Electrode will auto load the DLL JS bundle from your CDN server. -- If module packed into the DLL has different version than what's installed in your `node_modules`, Electrode app archetype warn you. - -# Creating Your DLL module - -Steps to create a module for publishing DLLs: - -```bash -$ mkdir my-react-dll -$ cd my-react-dll -$ npm init --yes -$ npm install --save react react-dom electrode-archetype-webpack-dll -$ npm install --save-dev electrode-archetype-webpack-dll-dev -``` - -Then add these files: - -`xclap.js`: - -```js -require("electrode-archetype-webpack-dll")(); -``` - -`index.js`: - -```js -module.exports = { - entry: { - react: ["./src/dll-react.js"] - } -}; -``` - -> Where `src/dll-react.js` should import the modules that should be included in the DLL named `react`. - -Add these to `package.json`: - -```js -{ - "main": "index.js", - "scripts": { - "prepare": "clap build", - "prepublishOnly": "npm run cdn-publish", - "prepack": "clap npm:prepack", - "postpack": "clap npm:postpack", - "cdn-publish": "my-cdn-publish-task && clap save-cdn-map --file=cdn-assets.json" - } -} -``` - -- Where `my-cdn-publish-task` should upload the production JS bundle to your CDN server and create a file `cdn-assets.json` that map the bundle filename to the CDN URL. - -[npm]: https://www.npmjs.com/ -[webpack]: https://www.npmjs.com/package/webpack diff --git a/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js b/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js deleted file mode 100644 index 65b8b8933..000000000 --- a/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js +++ /dev/null @@ -1,168 +0,0 @@ -"use strict"; - -const assert = require("assert"); -const Path = require("path"); -const Fs = require("fs"); -const archetype = require("./config/archetype"); - -assert(!archetype.noDev, "dev archetype is missing - development & build tasks not possible"); - -const devRequire = archetype.devRequire; - -const _ = devRequire("lodash"); -const xsh = devRequire("xsh"); -const mkdirp = devRequire("mkdirp"); -const requireAt = devRequire("require-at"); -const { saveModuleVersions } = devRequire("./lib/save-module-versions"); - -const config = archetype.config; -const shell = xsh.$; -const exec = xsh.exec; -const mkCmd = xsh.mkCmd; - -function quote(str) { - return str.startsWith(`"`) ? str : `"${str}"`; -} - -function webpackConfig(file) { - return Path.join(config.webpack, file); -} - -const showExpl = dev => { - const { entry } = require(Path.resolve(".")); - const dllName = _.first(Object.keys(entry)); - dev = dev ? "dev." : ""; - const distName = `dist/electrode-dll.${dllName}.${dev}js`; - return mkCmd(`~$source-map-explorer`, distName, `${distName}.map`); -}; - -function makeTasks() { - const tasks = { - build: [() => shell.rm("-rf", "dist"), "webpack-dev-build", "webpack-prod-build"], - - "dev-expl": { - desc: "Explore moudles in dev DLL", - task: () => showExpl(true) - }, - - "prod-expl": { - desc: "Explore moudles in prod DLL", - task: () => showExpl() - }, - - ".set-dev-env": () => { - process.env.NODE_ENV = "development"; - }, - - ".set-prod-env": () => { - process.env.NODE_ENV = "production"; - }, - - "webpack-dev-build": [".set-dev-env", "webpack-build", ".save-versions"], - - "webpack-prod-build": [".set-prod-env", "webpack-build", ".save-versions"], - - "webpack-build": mkCmd( - "~$webpack", - "--config", - quote(webpackConfig("webpack.config.dev.js"))), - - ".clean-pack-tmp": () => shell.rm("-rf", ".pack-tmp"), - ".mk-pack-tmp": () => shell.mkdir(".pack-tmp"), - - ".save-versions": saveModuleVersions, - - "npm:prepack": { - dep: [".clean-pack-tmp", ".mk-pack-tmp"], - task: () => { - const pkgFile = Path.resolve("package.json"); - const pkgData = Fs.readFileSync(pkgFile); - Fs.writeFileSync(Path.resolve(".pack-tmp/package.json"), pkgData); - const pkg = JSON.parse(pkgData); - pkg.dependencies = {}; - pkg.peerDependencies = {}; - pkg.devDependencies = {}; - delete pkg.fyn; - Fs.writeFileSync(pkgFile, JSON.stringify(pkg, null, 2)); - } - }, - - "npm:postpack": { - task: [ - () => { - const pkgData = Fs.readFileSync(Path.resolve(".pack-tmp/package.json")); - Fs.writeFileSync(Path.resolve("package.json"), pkgData); - }, - ".clean-pack-tmp" - ] - }, - - // - // expect user to upload the JS bundles in dist to a CDN server and generate - // a JSON file with mapping from filename to the CDN URL. - // This task will take the JSON file, and make sure filename is stripped of - // full path prefixes and save it to a file in dist with a standard name. - // - "save-cdn-map": { - desc: "Process and save a CDN mapping JSON to dist", - task: function() { - let jsonFname = this.argv.length > 1 && _.last(this.argv); - - if (jsonFname && jsonFname.startsWith("--")) { - jsonFname = jsonFname.split("=")[1]; - } - - if (!jsonFname) { - const msg = "usage: clap save-cdn-map --file=cdn-map-file.json"; - console.error(msg); - throw new Error(msg); - } - - const cdnMapping = JSON.parse(Fs.readFileSync(Path.resolve(jsonFname))); - const distMapping = {}; - - Object.keys(cdnMapping).forEach(fname => { - const posixFname = fname.replace(/\\/g, "/"); // posixify path - const parts = posixFname.split("/"); - const distFile = _.last(parts); - Fs.accessSync(Path.resolve("dist", distFile)); - distMapping[distFile] = cdnMapping[fname]; - }); - - assert(!_.isEmpty(distMapping), "No CDN mapping found for any files under dist"); - Fs.writeFileSync( - Path.resolve("dist", "cdn-mapping.json"), - JSON.stringify(distMapping, null, 2) - ); - } - } - }; - - return tasks; -} - -function setupPath() { - const nmBin = Path.join("node_modules", ".bin"); - xsh.envPath.addToFront(Path.resolve(nmBin)); - xsh.envPath.addToFront(Path.join(archetype.devDir, nmBin)); - xsh.envPath.addToFront(Path.join(__dirname, nmBin)); -} - -function setProductionEnv() { - process.env.NODE_ENV = "production"; -} - -function setDevelopmentEnv() { - process.env.NODE_ENV = "development"; -} - -module.exports = function(xclap) { - setupPath(); - xclap = xclap || requireAt(process.cwd())("xclap") || devRequire("xclap"); - if (!process.env.hasOwnProperty("FORCE_COLOR")) { - process.env.FORCE_COLOR = "1"; // force color for chalk - } - xclap.load("electrode", makeTasks()); - - return xclap; -}; diff --git a/packages/electrode-archetype-webpack-dll/config/archetype.js b/packages/electrode-archetype-webpack-dll/config/archetype.js deleted file mode 100644 index 98fd68334..000000000 --- a/packages/electrode-archetype-webpack-dll/config/archetype.js +++ /dev/null @@ -1,41 +0,0 @@ -"use strict"; - -const Path = require("path"); -const pkg = require("../package.json"); -const optionalRequire = require("optional-require")(require); -const userConfig = Object.assign({}, optionalRequire(Path.resolve("archetype/config"))); - -const archetype = { - dir: Path.resolve(__dirname, ".."), - pkg, - options: userConfig.options, - addArchetypeConfig: config => Object.assign(archetype, config) -}; - -module.exports = archetype; - -function checkTopDevArchetype() { - const devArchName = "electrode-archetype-webpack-dll-dev"; - const topPkg = require(Path.resolve("package.json")); - // in case this is being used for test/dev in the -dev archetype - if (topPkg.name === devArchName) { - return optionalRequire(Path.resolve("config/archetype")); - } else { - const devArch = `${devArchName}/config/archetype`; - return optionalRequire(devArch); - } -} - -// -// Try to set dev settings, if the dev archetype is available. -// It may have been removed for production deployment. -// -function loadDev() { - const devArchetype = checkTopDevArchetype(); - if (devArchetype) { - module.exports.addArchetypeConfig(devArchetype); - } else { - module.exports.noDev = true; - } -} -loadDev(); diff --git a/packages/electrode-archetype-webpack-dll/package.json b/packages/electrode-archetype-webpack-dll/package.json deleted file mode 100644 index 0a0f18ca1..000000000 --- a/packages/electrode-archetype-webpack-dll/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "electrode-archetype-webpack-dll", - "version": "3.0.2", - "description": "Electrode Archetype to build webpack DLLs", - "main": "arch-clap-tasks.js", - "scripts": { - "build": "echo \"Nothing to build. Just a placeholder\"" - }, - "keywords": [], - "files": [ - "config", - "arch-clap-tasks.js" - ], - "author": "Joel Chen ", - "license": "Apache-2.0", - "devDependencies": { - "electrode-archetype-njs-module-dev": "^3.0.3", - "electrode-archetype-webpack-dll-dev": "3.0.2", - "xsh": "^0.4.4" - }, - "dependencies": { - "optional-require": "^1.1.6" - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test" - ], - "check-coverage": true, - "statements": 66, - "branches": 57, - "functions": 45, - "lines": 66, - "cache": true - } -} diff --git a/packages/electrode-archetype-webpack-dll/test/fixtures/save-cdn-map/cdn-assets.json b/packages/electrode-archetype-webpack-dll/test/fixtures/save-cdn-map/cdn-assets.json deleted file mode 100644 index d67db7f6a..000000000 --- a/packages/electrode-archetype-webpack-dll/test/fixtures/save-cdn-map/cdn-assets.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "/foo/bar/test/dist/electrode-dll.test.js": "https://cdn.test.com/9999.js" -} diff --git a/packages/electrode-archetype-webpack-dll/test/mocha.opts b/packages/electrode-archetype-webpack-dll/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-archetype-webpack-dll/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js b/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js deleted file mode 100644 index d05e2717f..000000000 --- a/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js +++ /dev/null @@ -1,25 +0,0 @@ -"use strict"; - -const xsh = require("xsh"); -const Fs = require("fs"); -const archClap = require("../..")(); - -describe("save-cdn-map", function() { - afterEach(() => { - try { - xsh.$.popd(); - } catch (e) { - // - } - }); - it("should process and save raw CDN mappings to dist", done => { - xsh.$.pushd("test/fixtures/save-cdn-map"); - archClap.run(["save-cdn-map --file=cdn-assets.json"], err => { - expect(err).to.not.exist; - const cdnMapping = JSON.parse(Fs.readFileSync("dist/cdn-mapping.json")); - expect(cdnMapping).to.deep.equal({ "electrode-dll.test.js": "https://cdn.test.com/9999.js" }); - xsh.$.rm("-f", "dist/cdn-mapping.json"); - done(); - }); - }); -}); diff --git a/packages/electrode-archetype-webpack-dll/xclap.js b/packages/electrode-archetype-webpack-dll/xclap.js deleted file mode 100644 index ea371779c..000000000 --- a/packages/electrode-archetype-webpack-dll/xclap.js +++ /dev/null @@ -1 +0,0 @@ -require("electrode-archetype-njs-module-dev")(); diff --git a/packages/electrode-cookies/.eslintignore b/packages/electrode-cookies/.eslintignore deleted file mode 100644 index 62562b74a..000000000 --- a/packages/electrode-cookies/.eslintignore +++ /dev/null @@ -1,2 +0,0 @@ -coverage -node_modules diff --git a/packages/electrode-cookies/.eslintrc b/packages/electrode-cookies/.eslintrc deleted file mode 100644 index 5f6ea6525..000000000 --- a/packages/electrode-cookies/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "./node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-node" diff --git a/packages/electrode-cookies/CHANGELOG.json b/packages/electrode-cookies/CHANGELOG.json deleted file mode 100644 index 33bb39169..000000000 --- a/packages/electrode-cookies/CHANGELOG.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "electrode-cookies", - "entries": [ - { - "version": "1.0.5", - "tag": "electrode-cookies_v1.0.5", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": {} - } - ] -} diff --git a/packages/electrode-cookies/CHANGELOG.md b/packages/electrode-cookies/CHANGELOG.md deleted file mode 100644 index eee1a1843..000000000 --- a/packages/electrode-cookies/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - electrode-cookies - -This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified. - -## 1.0.5 -Thu, 04 May 2023 21:08:31 GMT - -_Initial release_ - diff --git a/packages/electrode-cookies/README.md b/packages/electrode-cookies/README.md deleted file mode 100644 index e66ca45c9..000000000 --- a/packages/electrode-cookies/README.md +++ /dev/null @@ -1,112 +0,0 @@ -# Electrode Cookies(Deprecated) - -Electrode isomorphic cookies lib. - -## Install - - npm install electrode-cookies --save - -## Usage - -This module offers reading and setting cookies in React code that works in both the browser or when doing Server Side Rendering. - -In your pure server only code, you can also use this module to read and set cookies, but you **MUST** pass the `request` object in the options. Otherwise an assert error will be thrown. - -In NodeJS land: - -```js -const Cookies = require("electrode-cookies"); -``` - -### Reading cookies - -In ReactJS land: - -```js -import Cookies from "electrode-cookies"; -const value = Cookies.get("test-cookie"); -``` - -In NodeJS land: - -> Note the difference is that `request` is passed in options. - -```js -const Cookies = require("electrode-cookies"); -const value = Cookies.get("test-cookie", { request }); -``` - -### Writing cookies - -In ReactJS land: - -```js -import Cookies from "electrode-cookies"; -Cookies.set( "foo", "bar", { path: "/", domain: ".walmart.com" } ); -``` - -In NodeJS land: - -> Note the difference is that `request` is passed in options. - -```js -const Cookies = require("electrode-cookies"); -Cookies.set( "foo", "bar", { request, path: "/", domain: ".walmart.com" } ); -``` - -## Electrode Server Setup - -The cookie writing on server side requires support from a Hapi plugin. If you use [electrode-server], then it should have setup the plugin for you by default. Otherwise, you need to register the [hapi plugin](hapi-plugin.js). - -## APIs - -### [Cookies.get](#cookiesget) - -`Cookies.get(key, [options])` - -Parameters: - -- `key` - name of the cookie -- `options` - (optional) **_Available for Server side only._** options for getting the cookie - - `request` - The server `request` object (**Required on server**). - - `matchSubStr` - If `true`, then do substring matching of key with all cookie keys. - - `skipEncoding` - (applies only if `matchSubStr` is `true`) If `true`, then do not encode the key or decode the value. - -Returns the value of the cookie for `key`. - -### [Cookies.set](#cookiesset) - -`Cookies.set(key, value, [options])` - -Set a cookie with `key` and `value`. - -Parameters: - -- `key` - name of the cookie -- `value` - value of the cookie -- `options` - (optional) options for the cookie - - `request` - On the server side, the `request` object (**Required on server**). - - `path` - string path of the cookie **_Default:_** `"/"` - - `domain` - string domain of the cookie - - `expires` - number of seconds the cookie will expire - - `secure` - A boolean of whether or not the cookie should only be available over SSL **_Default:_** false - - `httpOnly` - A boolean of whether or not the cookie should only be available over HTTP(S) **_Default:_** false - - `forceAuthEncoding` - Forces non-standard encoding for `+` and `/` characters, use with auth cookies. - - `skipEncoding` - Skip encoding/escaping of the cookie value. See [source](https://gecgithub01.walmart.com/electrode/electrode-cookies/blob/master/lib/index.js) for details. - -### [Cookies.expire](#cookiesexpire) - -`Cookies.expire(key, [options])` - -Expires a cookie specified by `key`. - -Parameters: - -- `key` - name of the cookie -- `options` - (optional) options for the cookie - - `path` - string path of the cookie **_Default:_** `"/"` - - `domain` - string domain of the cookie - - `secure` - A boolean of whether or not the cookie should only be available over SSL **_Default:_** false - - `request` - The server request object (**Required on server**) - -[electrode-server]: https://gecgithub01.walmart.com/electrode/electrode-server diff --git a/packages/electrode-cookies/cookies-js/index.js b/packages/electrode-cookies/cookies-js/index.js deleted file mode 100644 index 60b3603bc..000000000 --- a/packages/electrode-cookies/cookies-js/index.js +++ /dev/null @@ -1,179 +0,0 @@ -/* - * Cookies.js - 1.2.2 - * https://github.com/ScottHamper/Cookies - * - * This is free and unencumbered software released into the public domain. - */ -(function(global, undefined) { - "use strict"; - - var factory = function(window) { - if (typeof window.document !== "object") { - throw new Error("Cookies.js requires a `window` with a `document` object"); - } - - var Cookies = function(key, value, options) { - return arguments.length === 1 ? Cookies.get(key) : Cookies.set(key, value, options); - }; - - // Allows for setter injection in unit tests - Cookies._document = window.document; - - // Used to ensure cookie keys do not collide with - // built-in `Object` properties - Cookies._cacheKeyPrefix = "cookey."; // Hurr hurr, :) - - Cookies._maxExpireDate = new Date("Fri, 31 Dec 9999 23:59:59 UTC"); - - Cookies.defaults = { - path: "/", - secure: false - }; - - Cookies.get = function(key) { - if (Cookies._cachedDocumentCookie !== Cookies._document.cookie) { - Cookies._renewCache(); - } - - var value = Cookies._cache[Cookies._cacheKeyPrefix + key]; - - return value === undefined ? undefined : decodeURIComponent(value); - }; - - Cookies.set = function(key, value, options) { - options = Cookies._getExtendedOptions(options); - options.expires = Cookies._getExpiresDate(value === undefined ? -1 : options.expires); - - Cookies._document.cookie = Cookies._generateCookieString(key, value, options); - - return Cookies; - }; - - Cookies.expire = function(key, options) { - return Cookies.set(key, undefined, options); - }; - - Cookies._getExtendedOptions = function(options) { - return { - path: (options && options.path) || Cookies.defaults.path, - domain: (options && options.domain) || Cookies.defaults.domain, - expires: (options && options.expires) || Cookies.defaults.expires, - secure: options && options.secure !== undefined ? options.secure : Cookies.defaults.secure, - skipEncoding: options && options.skipEncoding - }; - }; - - Cookies._isValidDate = function(date) { - return Object.prototype.toString.call(date) === "[object Date]" && !isNaN(date.getTime()); - }; - - Cookies._getExpiresDate = function(expires, now) { - now = now || new Date(); - - if (typeof expires === "number") { - expires = - expires === Infinity ? Cookies._maxExpireDate : new Date(now.getTime() + expires * 1000); - } else if (typeof expires === "string") { - expires = new Date(expires); - } - - if (expires && !Cookies._isValidDate(expires)) { - throw new Error("`expires` parameter cannot be converted to a valid Date instance"); - } - - return expires; - }; - - Cookies._generateCookieString = function(key, value, options) { - options = options || {}; - - if (!options.skipEncoding) { - key = key.replace(/[^#$&+\^`|]/g, encodeURIComponent); - key = key.replace(/\(/g, "%28").replace(/\)/g, "%29"); - // \--9 being exclude chars - to 9, with 9 being before : - value = (value + "").replace(/[^!#&-+\--9<-\[\]-~]/g, encodeURIComponent); - } - - var cookieString = key + "=" + value; - cookieString += options.path ? ";path=" + options.path : ""; - cookieString += options.domain ? ";domain=" + options.domain : ""; - cookieString += options.expires ? ";expires=" + options.expires.toUTCString() : ""; - cookieString += options.secure ? ";secure" : ""; - - return cookieString; - }; - - Cookies._getCacheFromString = function(documentCookie) { - var cookieCache = {}; - var cookiesArray = documentCookie ? documentCookie.split("; ") : []; - - for (var i = 0; i < cookiesArray.length; i++) { - var cookieKvp = Cookies._getKeyValuePairFromCookieString(cookiesArray[i]); - - if (cookieCache[Cookies._cacheKeyPrefix + cookieKvp.key] === undefined) { - cookieCache[Cookies._cacheKeyPrefix + cookieKvp.key] = cookieKvp.value; - } - } - - return cookieCache; - }; - - Cookies._getKeyValuePairFromCookieString = function(cookieString) { - // "=" is a valid character in a cookie value according to RFC6265, so cannot `split('=')` - var separatorIndex = cookieString.indexOf("="); - - // IE omits the "=" when the cookie value is an empty string - separatorIndex = separatorIndex < 0 ? cookieString.length : separatorIndex; - - var key = cookieString.substr(0, separatorIndex); - var decodedKey; - try { - decodedKey = decodeURIComponent(key); - } catch (e) { - if (console && typeof console.error === "function") { - console.error('Could not decode cookie with key "' + key + '"', e); - } - } - - return { - key: decodedKey, - value: cookieString.substr(separatorIndex + 1) // Defer decoding value until accessed - }; - }; - - Cookies._renewCache = function() { - Cookies._cache = Cookies._getCacheFromString(Cookies._document.cookie); - Cookies._cachedDocumentCookie = Cookies._document.cookie; - }; - - Cookies._areEnabled = function() { - var testKey = "cookies.js"; - var areEnabled = Cookies.set(testKey, 1).get(testKey) === "1"; - Cookies.expire(testKey); - return areEnabled; - }; - - Cookies.enabled = Cookies._areEnabled(); - - return Cookies; - }; - - var cookiesExport = typeof global.document === "object" ? factory(global) : factory; - - // AMD support - if (typeof define === "function" && define.amd) { - define(function() { - return cookiesExport; - }); - // CommonJS/Node.js support - } else if (typeof exports === "object") { - // Support Node.js specific `module.exports` (which can be a function) - if (typeof module === "object" && typeof module.exports === "object") { - exports = module.exports = cookiesExport; - } - // But always support CommonJS module 1.1.1 spec (`exports` cannot be a function) - exports.Cookies = cookiesExport; - } else { - global.Cookies = cookiesExport; - } -})(typeof window === "undefined" ? this : window); diff --git a/packages/electrode-cookies/hapi-plugin.js b/packages/electrode-cookies/hapi-plugin.js deleted file mode 100644 index 5e12107ee..000000000 --- a/packages/electrode-cookies/hapi-plugin.js +++ /dev/null @@ -1,39 +0,0 @@ -"use strict"; - -const each = require("lodash/each"); -const { universalHapiPlugin } = require("electrode-hapi-compat"); - -function setResponseStates(request, r) { - // istanbul ignore else - if (request.app.replyStates) { - each(request.app.replyStates, (state, name) => { - r.state(name, state.value, state.options); - }); - } -} - -function hapi17(server, options) { - server.ext("onPreResponse", (request, h) => { - setResponseStates(request, h); - return h.continue; - }); -} - -function hapi16(server, options, next) { - server.ext("onPreResponse", (request, reply) => { - setResponseStates(request, reply); - return reply.continue(); - }); - - next(); -} - -const pkg = require("./package.json"); - -module.exports = universalHapiPlugin( - { - hapi16, - hapi17 - }, - pkg -); diff --git a/packages/electrode-cookies/lib/csindex.js b/packages/electrode-cookies/lib/csindex.js deleted file mode 100644 index 28da4c64e..000000000 --- a/packages/electrode-cookies/lib/csindex.js +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable */ -var cookies = require("../cookies-js"); - -module.exports = { - get: cookies.get, - set: cookies.set, - expire: cookies.expire -}; diff --git a/packages/electrode-cookies/lib/index.js b/packages/electrode-cookies/lib/index.js deleted file mode 100644 index 247c58400..000000000 --- a/packages/electrode-cookies/lib/index.js +++ /dev/null @@ -1,91 +0,0 @@ -"use strict"; - -const safeGet = require("lodash/get"); -const reduce = require("lodash/reduce"); -const assert = require("assert"); - -const replacers = { "(": "%28", ")": "%29" }; - -const encodeKey = key => - key.replace(/[^#$&+\^`|]/g, encodeURIComponent).replace(/[\(\)]/g, m => replacers[m]); - -const cookies = { - get: (key, options) => { - options = options || {}; - assert(options.request, "The request option is not set"); - - if (options.matchSubStr) { - const substring = options.skipEncoding === true ? key : encodeKey(key); - - const NOT_FOUND = -1; - - try { - return reduce( - options.request.state, - (result, value, k) => { - if (k.indexOf(substring) > NOT_FOUND) { - result[k] = - options.skipEncoding === true || value === undefined - ? value - : decodeURIComponent(value); - } - return result; - }, - {} - ); - } catch (err) { - return null; - } - } - - try { - const value = options.request.state[encodeKey(key)]; - return value === undefined ? undefined : decodeURIComponent(value); - } catch (err) { - return null; - } - }, - - set: (key, value, options) => { - options = options || {}; - assert(options.request, "The request option is not set"); - - const MSEC = 1000; - - const setOptions = { - path: options.path || "/", - ttl: options.expires && options.expires * MSEC, - isHttpOnly: options.httpOnly, - isSecure: options.secure, - domain: options.domain, - strictHeader: safeGet(options, "strictHeader", true) - }; - - const request = options.request; - - if (!request.app.replyStates) { - request.app.replyStates = {}; - } - - if (options.skipEncoding !== true) { - key = encodeKey(key); - value = (typeof value === "string" ? value : JSON.stringify(value)) - // \--9 being exclude chars - to 9, with 9 being before : - .replace(/[^!#&-+\--9<-\[\]-~]/g, encodeURIComponent); - } - - if (options.forceAuthEncoding) { - value = value.replace(/[+/]/g, encodeURIComponent); - } - - request.app.replyStates[key] = { value, options: setOptions }; - }, - - expire: (key, options) => { - options = options || {}; - options.expires = 0; - cookies.set(key, "x", options); - } -}; - -module.exports = cookies; diff --git a/packages/electrode-cookies/package.json b/packages/electrode-cookies/package.json deleted file mode 100644 index 418d652eb..000000000 --- a/packages/electrode-cookies/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "electrode-cookies", - "version": "1.0.5", - "description": "Electrode ISO cookies lib", - "main": "lib/index.js", - "browser": "lib/csindex.js", - "scripts": { - "build": "echo \"Nothing to build. Just a placeholder\"", - "test": "clap test-only", - "coverage": "clap test-cov", - "check": "clap check", - "format": "prettier --write --print-width 100 *.js `find . -type d -d 1 -exec echo '{}/**/*.js' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`" - }, - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "keywords": [], - "license": "Apache-2.0", - "files": [ - "cookies-js", - "lib", - "hapi-plugin.js" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "dependencies": { - "electrode-hapi-compat": "^1.0.0", - "lodash": "^4.17.11" - }, - "devDependencies": { - "bluebird": "^2.10.2", - "electrode-archetype-njs-module-dev": "^2.3.2", - "electrode-server": "^2.0.0", - "eslint-config-prettier": "^2.3.0", - "jsdom": "^9.4.2", - "jsdom-global": "^2.0.0", - "mock-require": "^1.3.0", - "prettier": "^1.5.3", - "set-cookie-parser": "^1.0.1", - "superagent": "^1.7.2", - "xclap": "^0.2.0" - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "cookies-js" - ] - } -} diff --git a/packages/electrode-cookies/test/.eslintrc b/packages/electrode-cookies/test/.eslintrc deleted file mode 100644 index e9da91c41..000000000 --- a/packages/electrode-cookies/test/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "../node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-test" \ No newline at end of file diff --git a/packages/electrode-cookies/test/mocha.opts b/packages/electrode-cookies/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-cookies/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-cookies/test/spec/csindex.spec.js b/packages/electrode-cookies/test/spec/csindex.spec.js deleted file mode 100644 index 1467e076a..000000000 --- a/packages/electrode-cookies/test/spec/csindex.spec.js +++ /dev/null @@ -1,44 +0,0 @@ -"use strict"; - -const cleanup = require("jsdom-global")(); -const mockReq = require("mock-require"); -const expect = require("chai").expect; - -describe("csindex", function() { - this.timeout(10000); - let csIndex; - beforeEach(() => { - mockReq.reRequire("../../cookies-js"); - mockReq.reRequire("../../lib/csindex"); - csIndex = require("../../lib/csindex"); - }); - - after(() => { - cleanup(); - }); - - it(".set should encode value", function() { - const document = global.document; - const key = "($;enc:)"; - const value = "i$xx:x;"; - csIndex.set(key, value); - let cookie = document.cookie; - expect(cookie).includes("%28$%3Benc%3A%29=i%24xx%3Ax%3B"); - const verifyValue = csIndex.get(key); - expect(verifyValue).to.equal(value); - csIndex.expire(key); - cookie = document.cookie; - expect(cookie).to.be.empty; - }); - - it(".set should honor skipEncoding option", function() { - const document = global.document; - const key = "!enc:)"; - const value = "i$xx:x"; - csIndex.set(key, value, { skipEncoding: true }); - const cookie = document.cookie; - expect(cookie).to.equal(`${key}=${value}`); - const verifyValue = csIndex.get(key); - expect(verifyValue).to.equal(value); - }); -}); diff --git a/packages/electrode-cookies/test/spec/hapi-plugin.spec.js b/packages/electrode-cookies/test/spec/hapi-plugin.spec.js deleted file mode 100644 index 00e1f191d..000000000 --- a/packages/electrode-cookies/test/spec/hapi-plugin.spec.js +++ /dev/null @@ -1,75 +0,0 @@ -"use strict"; - -const expect = require("chai").expect; - -describe("Hapi plugin", () => { - beforeEach(() => { - delete require.cache[require.resolve("../../hapi-plugin")]; - }); - - describe("Test Hapi 16 plugin", () => { - let compatLib; - - beforeEach(() => { - // fake hapi 16 - compatLib = require("electrode-hapi-compat"); - compatLib._testSetHapi17(false); - }); - - afterEach(() => { - compatLib._testSetHapi17(true); - delete require.cache[require.resolve("../../hapi-plugin")]; - }); - - it.skip("should support hapi 16 as default", done => { - const cookiesPlugin = require("../../hapi-plugin"); - expect(cookiesPlugin).a("function"); - expect(cookiesPlugin.attributes.pkg.name).exist; - - let extEvent; - let continueCalled = false; - let stateCalled = false; - const request = { - app: { - replyStates: { state: "state" } - } - }; - const reply = { - continue: () => { - continueCalled = true; - }, - state: () => { - stateCalled = true; - } - }; - const server = { - ext: (event, handler) => { - extEvent = event; - handler(request, reply); - } - }; - cookiesPlugin(server, {}, () => { - expect(extEvent).to.equal("onPreResponse"); - expect(continueCalled).true; - expect(stateCalled).true; - done(); - }); - }); - }); - - it.skip("should handle request.app.replyStates not being set", done => { - const cookiesPlugin = require("../../hapi-plugin"); - const request = { app: {} }; - const reply = { continue: "CONTINUE_SYMBOL" }; - const server = { - ext: (event, handler) => { - expect(event).to.equal("onPreResponse"); - const resp = handler(request, reply); - expect(resp).eq("CONTINUE_SYMBOL"); - done(); - } - }; - - cookiesPlugin.register(server, {}); - }); -}); diff --git a/packages/electrode-cookies/test/spec/index.spec.js b/packages/electrode-cookies/test/spec/index.spec.js deleted file mode 100644 index 9a4057217..000000000 --- a/packages/electrode-cookies/test/spec/index.spec.js +++ /dev/null @@ -1,324 +0,0 @@ -"use strict"; - -/* eslint-disable quotes, max-len */ - -const electrodeServer = require("electrode-server"); -const superAgent = require("superagent"); -const Cookies = require("../../"); -const CookieParser = require("set-cookie-parser"); -const _ = require("lodash"); -const expect = require("chai").expect; - -function makeConfig() { - return { - connection: { - port: 3005 - }, - services: { - autoInit: false, - autoDiscovery: false - }, - plugins: { - "electrode-cookies": { - module: "../../hapi-plugin", - requireFromPath: __dirname - } - } - }; -} - -describe("cookies", function() { - this.timeout(5000); - - let currentServer; - - const startServer = config => { - return electrodeServer(config).tap(server => { - currentServer = server; - }); - }; - - beforeEach(() => { - delete require.cache[require.resolve("../..")]; - require("electrode-hapi-compat")._testSetHapi17(true); - }); - - afterEach(() => { - if (currentServer) { - const s = currentServer; - currentServer = undefined; - - return s.stop(); - } - return undefined; - }); - - it.skip("should set cookie", () => { - const handler = async request => { - Cookies.set("test", "bar", { - path: "/", - expires: 0, - secure: true, - domain: ".walmart.com", - httpOnly: false, - request - }); - Cookies.set("test2", "bar2", { - path: "/test", - expires: 1000, - secure: false, - domain: "x.walmart.com", - httpOnly: true, - request - }); - Cookies.set("test3", "bar3", { - expires: 50000, - secure: false, - request - }); - Cookies.set("test4", "bar4", { request }); - Cookies.expire("test5", { request }); - Cookies.set("($;enc:)", "(i$xx:x;)", { - expires: 50000, - secure: false, - request - }); - Cookies.set("----", { test: "12345", flag: true }, { request }); - const test1 = Cookies.get("test1", { request }); - Cookies.set("affiliate", "reflectorid=123:wmlspartner=wmlspartnerID:lastupd=9876630", { - strictHeader: false, - skipEncoding: true, - request - }); - Cookies.set("reflector", `"reflectorid=9834123:lastupd=98765:firstcreate=87654"`, { - strictHeader: false, - skipEncoding: true, - request - }); - Cookies.set("($!enc:)", "(i$xx:x)", { - expires: 50000, - secure: false, - strictHeader: false, - skipEncoding: true, - request - }); - Cookies.set("plusforwardslash", "+/", { - strictHeader: false, - forceAuthEncoding: true, - request - }); - return { test1, now: Date.now() }; - }; - - const serverConfig = makeConfig(); - - return startServer(serverConfig) - .then(server => { - server.route({ - method: "get", - path: "/test", - handler - }); - - return new Promise((resolve, reject) => { - superAgent("http://localhost:3005/test") - .set("cookie", "test1=hello") - .end((err, response) => { - return err ? reject(err) : resolve(response); - }); - }); - }) - .then(response => { - expect(response.body).to.have.keys(["test1", "now"]); - expect(response.headers["set-cookie"]) - .to.be.an("array") - .with.length(11); - - const cookies = CookieParser.parse(response.headers["set-cookie"]); - - const verifyCookie = data => { - const c = _.find(cookies, x => x.name === data.name); - expect(c, `No cookie found with name "${data.name}"`).to.exist; - if (data.hasOwnProperty("maxAge")) { - const expires = data.maxAge > 0 ? response.body.now + data.maxAge * 1000 : 0; - expect(Math.abs(c.expires.getTime() - expires) < 5, "Cookie expires should match"); - delete c.expires; - } - expect( - _.pick(c, "name", "value", "path", "maxAge", "domain", "secure", "httpOnly") - ).to.deep.equal(data); - }; - - verifyCookie({ - name: "test", - value: "bar", - path: "/", - maxAge: 0, - domain: ".walmart.com", - secure: true - }); - verifyCookie({ - name: "test2", - value: "bar2", - path: "/test", - maxAge: 1000, - domain: "x.walmart.com", - httpOnly: true - }); - verifyCookie({ - name: "test3", - value: "bar3", - path: "/", - maxAge: 50000 - }); - verifyCookie({ - name: "test4", - value: "bar4", - path: "/" - }); - verifyCookie({ - name: "test5", - value: "x", - path: "/", - maxAge: 0 - }); - verifyCookie({ - name: "%28$%3Benc%3A%29", - value: "(i%24xx%3Ax%3B)", - path: "/", - maxAge: 50000 - }); - verifyCookie({ - name: "----", - value: "{%22test%22%3A%2212345%22%2C%22flag%22%3Atrue}", - path: "/" - }); - verifyCookie({ - name: "affiliate", - value: "reflectorid=123:wmlspartner=wmlspartnerID:lastupd=9876630", - path: "/" - }); - verifyCookie({ - name: "reflector", - value: `"reflectorid=9834123:lastupd=98765:firstcreate=87654"`, - path: "/" - }); - verifyCookie({ - name: "($!enc:)", - value: "(i$xx:x)", - path: "/", - maxAge: 50000 - }); - verifyCookie({ - name: "plusforwardslash", - value: "%2B%2F", - path: "/" - }); - - expect(response.body.test1).to.equal("hello"); - }); - }); - - it.skip("should get cookie", () => { - const handler = async (request, h) => { - try { - expect(Cookies.get("test", { request })).to.equal("bar"); - expect(Cookies.get("test2", { request })).to.equal("bar2"); - expect(Cookies.get("test3", { request })).to.equal("bar3"); - expect(Cookies.get("test4", { request })).to.equal("bar4"); - expect(Cookies.get("test5", { request })).to.equal(""); - expect(Cookies.get("($;enc:)", { request })).to.equal("(i$xx:x;)"); - expect(Cookies.get("----", { request })).to.equal(`{"test":"12345","flag":true}`); - expect(Cookies.get("qwer", { request })).to.equal(undefined); - expect(Cookies.get("AID", { request })).to.equal( - "wmlspartner=wmtlabs:reflectorid=0085370:lastupd=146984" - ); - expect(Cookies.get("com.wm.reflector", { request })).to.equal( - "wmlspartner:abcd@lastupd:456@reflectorid:qwerty" - ); - return { now: Date.now() }; - } catch (err) { - return h.response(err.toString()).code(500); - } - }; - - const serverConfig = makeConfig(); - - return startServer(serverConfig).then(server => { - server.route({ - method: "get", - path: "/test", - handler - }); - - return new Promise((resolve, reject) => { - superAgent("http://localhost:3000/test") - .set( - "cookie", - 'com.wm.reflector="wmlspartner:abcd@lastupd:456@reflectorid:qwerty";AID=wmlspartner%3Dwmtlabs%3Areflectorid%3D0085370%3Alastupd%3D146984;test=bar;test2=bar2;test3=bar3;test4=bar4;test5=;%28$%3Benc%3A%29=(i%24xx%3Ax%3B);----={%22test%22%3A%2212345%22%2C%22flag%22%3Atrue};' - ) // eslint-disable-line - .end(err => { - return err ? reject(err) : resolve(); - }); - }); - }); - }); - - it.skip("should get cookie by matching substring", () => { - const handler = async (request, h) => { - try { - expect(Cookies.get("te", { matchSubStr: true, request })).to.deep.equal({ - test: "bar", - test2: "bar2", - test3: "bar3", - test4: "bar4", - test5: "" - }); - expect(Cookies.get("!$key", { skipEncoding: true, request })).to.equal("(i$xx:x;)"); - expect(Cookies.get("!$k", { matchSubStr: true, request })).to.deep.equal({ - "!$key": "(i$xx:x;)" - }); - expect( - Cookies.get("%25!$foo", { matchSubStr: true, skipEncoding: true, request }) - ).to.deep.equal({ "%25!$foo-key": "%%%%" }); - expect(Cookies.get("----", { request })).to.equal(`{"test":"12345","flag":true}`); - - expect(Cookies.get("qwer", { request })).to.be.undefined; - expect(Cookies.get("AID", { request })).to.equal( - "wmlspartner=wmtlabs:reflectorid=0085370:lastupd=146984" - ); - expect(Cookies.get("com.wm.reflector", { request })).to.equal( - "wmlspartner:abcd@lastupd:456@reflectorid:qwerty" - ); - return { now: Date.now() }; - } catch (err) { - return h.response(err.toString()).code(500); - } - }; - - const serverConfig = makeConfig(); - - return startServer(serverConfig).then(server => { - server.route({ - method: "get", - path: "/test", - handler - }); - - return new Promise((resolve, reject) => { - superAgent("http://localhost:3000/test") - .set( - "cookie", - 'com.wm.reflector="wmlspartner:abcd@lastupd:456@reflectorid:qwerty";AID=wmlspartner%3Dwmtlabs%3Areflectorid%3D0085370%3Alastupd%3D146984;test=bar;test2=bar2;test3=bar3;test4=bar4;test5=;!$key=(i%24xx%3Ax%3B);----={%22test%22%3A%2212345%22%2C%22flag%22%3Atrue};%25!$foo-key=%%%%' - ) // eslint-disable-line - .end(err => { - return err ? reject(err) : resolve(); - }); - }); - }); - }); - - it("should throw when request not passed in options", () => { - expect(() => Cookies.set("test", "value")).to.throw(); - }); -}); diff --git a/packages/electrode-cookies/xclap.js b/packages/electrode-cookies/xclap.js deleted file mode 100644 index ea371779c..000000000 --- a/packages/electrode-cookies/xclap.js +++ /dev/null @@ -1 +0,0 @@ -require("electrode-archetype-njs-module-dev")(); diff --git a/packages/electrode-redux-router-engine/.babelrc b/packages/electrode-redux-router-engine/.babelrc deleted file mode 100644 index a874b9e1c..000000000 --- a/packages/electrode-redux-router-engine/.babelrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "presets": [ - ["env", - { - "targets": { - "node": "8" - } - }], - "stage-0", "react"] -} diff --git a/packages/electrode-redux-router-engine/CHANGELOG.json b/packages/electrode-redux-router-engine/CHANGELOG.json deleted file mode 100644 index e37c59df4..000000000 --- a/packages/electrode-redux-router-engine/CHANGELOG.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "electrode-redux-router-engine", - "entries": [ - { - "version": "6.0.0", - "tag": "electrode-redux-router-engine_v6.0.0", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": {} - } - ] -} diff --git a/packages/electrode-redux-router-engine/CHANGELOG.md b/packages/electrode-redux-router-engine/CHANGELOG.md deleted file mode 100644 index 828895b5a..000000000 --- a/packages/electrode-redux-router-engine/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - electrode-redux-router-engine - -This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified. - -## 6.0.0 -Thu, 04 May 2023 21:08:31 GMT - -_Initial release_ - diff --git a/packages/electrode-redux-router-engine/LICENSE b/packages/electrode-redux-router-engine/LICENSE deleted file mode 100644 index a68b8d3b6..000000000 --- a/packages/electrode-redux-router-engine/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2016-present, WalmartLabs - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/packages/electrode-redux-router-engine/README.md b/packages/electrode-redux-router-engine/README.md deleted file mode 100644 index dc464d584..000000000 --- a/packages/electrode-redux-router-engine/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Electrode Redux Router Engine(Deprecated) - -[![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![devDependency Status][daviddm-dev-image]][daviddm-dev-url] [![npm downloads][npm-downloads-image]][npm-downloads-url] - -Handle [react-router] routes matching and redirecting for [redux async actions] data for React Server Side Rendering using the [Redux Server Rendering] pattern. - -Version 3 now uses react-router 5. - -## Install - -```bash -$ npm install -save electrode-redux-router-engine -``` - -## Usage of APIs and Options - -This module is a part of the [Electrode Platform]. - -See documentation [here](https://docs.electrode.io/other/stand-alone-modules/redux-router-engine) for details on usage of APIs and options. - -## License - -Copyright (c) 2016-present, WalmartLabs - -Licensed under the [Apache License, Version 2.0]. - -[apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0 -[electrode platform]: http://www.electrode.io/ -[redux async actions]: http://redux.js.org/docs/advanced/AsyncActions.html -[redux server rendering]: http://redux.js.org/docs/recipes/ServerRendering.html -[react-router]: https://github.com/reactjs/react-router -[npm-image]: https://badge.fury.io/js/electrode-redux-router-engine.svg -[npm-url]: https://npmjs.org/package/electrode-redux-router-engine -[daviddm-image]: https://david-dm.org/electrode-io/electrode/status.svg?path=packages/electrode-redux-router-engine -[daviddm-url]: https://david-dm.org/electrode-io/electrode?path=packages/electrode-redux-router-engine -[daviddm-dev-image]: https://david-dm.org/electrode-io/electrode/dev-status.svg?path=packages/electrode-redux-router-engine -[daviddm-dev-url]: https://david-dm.org/electrode-io/electrode?path=packages/electrode-redux-router-engine?type-dev -[npm-downloads-image]: https://img.shields.io/npm/dm/electrode-redux-router-engine.svg -[npm-downloads-url]: https://www.npmjs.com/package/electrode-redux-router-engine diff --git a/packages/electrode-redux-router-engine/lib/redux-router-engine.js b/packages/electrode-redux-router-engine/lib/redux-router-engine.js deleted file mode 100644 index f10f475fa..000000000 --- a/packages/electrode-redux-router-engine/lib/redux-router-engine.js +++ /dev/null @@ -1,325 +0,0 @@ -"use strict"; - -/* eslint-disable max-statements, prefer-spread, global-require, complexity */ - -const Path = require("path"); -const assert = require("assert"); -const Url = require("url"); -const optionalRequire = require("optional-require")(require); -const React = optionalRequire("react"); -const ReactDomServer = optionalRequire("react-dom/server"); -const Provider = require("react-redux").Provider; -const { StaticRouter } = require("react-router-dom"); -const { matchRoutes, renderRoutes } = require("react-router-config"); -const { combineReducers, createStore } = require("redux"); -const pkg = require("../package.json"); -const util = require("./util"); -const ServerContext = require("./server-context"); -const { Stream } = require("stream"); - -const BAD_CHARS_REGEXP = /[<\u2028\u2029]/g; -const REPLACEMENTS_FOR_BAD_CHARS = { - "<": "\\u003C", - "\u2028": "\\u2028", - "\u2029": "\\u2029" -}; - -function escapeBadChars(sourceString) { - return sourceString.replace(BAD_CHARS_REGEXP, match => REPLACEMENTS_FOR_BAD_CHARS[match]); -} - -const ROUTE_HANDLER = Symbol("route handler"); - -class ReduxRouterEngine { - constructor(options) { - assert(options.routes, "Must provide react-router routes for redux-router-engine"); - this.options = Object.assign({ webappPrefix: "", basename: "" }, options); - this.options.withIds = Boolean(options.withIds); - - // generate __PRELOADED_STATE__ or ___PRELOADED_STATE__ - const preloadedStateName = ["_", this.options.webappPrefix, "PRELOADED_STATE__"] - .filter(x => x) - .join("_"); - - if (!options.stringifyPreloadedState) { - this.options.stringifyPreloadedState = state => - `window.${preloadedStateName} = ${escapeBadChars(JSON.stringify(state))};`; - } - - if (!this.options.logError) { - this.options.logError = (req, err) => console.log(`${pkg.name} Error:`, err); //eslint-disable-line - } - - if (this.options.renderToString) { - this._renderToString = this.options.renderToString; - } - - this._streaming = Boolean(options.streaming); - - // if options.routes is a string, then treat it as a path to the routes source for require - if (typeof options.routes === "string") { - const x = util.resolveModulePath(options.routes); - this._routes = util.es6Default(require(x)); - } else { - this._routes = options.routes; - } - - this._routesDir = options.routesHandlerPath - ? Path.resolve(options.routesHandlerPath) - : Path.resolve(process.env.APP_SRC_DIR || "", "server/routes"); - - this._routesComponent = renderRoutes(this._routes); - this._envTargets = util.getEnvTargets(); - } - - getStreamWritable() { - const writable = new Stream.PassThrough(); - writable.setEncoding("utf8"); - const output = { result: "" }; - writable.on("data", (chunk) => { - output.result += chunk; - }); - const completed = new Promise((resolve) => { - writable.on("finish", () => { - resolve(); - }); - }); - return { writable, completed, output }; - } - - startMatch(req, options = {}) { - // hapi@18 compatibility: use "origin" to determine (WHATWG has origin, Url.parse does not) - // https://github.com/hapijs/hapi/issues/3871 - const url = - typeof req.url === "object" && "origin" in req.url && req.url.href ? req.url.href : req.url; - const location = options.location || Url.parse(url || req.path); - - options = Object.assign({}, options, { req, location }); - - options.match = this._matchRoute(req, this._routes, location); - - return options; - } - - checkMatch(options) { - const location = options.location; - const match = options.match; - - if (match.length === 0) { - return { - status: 404, - message: `${pkg.name}: Path ${location.path} not found` - }; - } - - const methods = match[0].route.methods || "get"; - - if (methods.toLowerCase().indexOf(options.req.method.toLowerCase()) < 0) { - throw new Error( - `${pkg.name}: ${location.path} doesn't allow request method ${options.req.method}` - ); - } - - return undefined; - } - - async render(req, options) { - try { - options = this.startMatch(req, options); - const earlyOut = this.checkMatch(options); - if (earlyOut) return earlyOut; - await this.prepReduxStore(options); - return await this._handleRender(options); - } catch (err) { - this.options.logError.call(this, req, err); - return { - status: err.status || 500, // eslint-disable-line - message: err.message, - path: err.path || options.location.path, - _err: err - }; - } - } - - // - _matchRoute(req, routes, location) { - let pathname = location.pathname; - - if (this.options.basename) { - if (!pathname.startsWith(this.options.basename)) { - // route has a basename, but path doesn't start with basename - return []; - } else { - pathname = pathname.replace(this.options.basename, ""); - } - } - - return matchRoutes(routes, pathname); - } - - async prepReduxStore(options) { - options.withIds = options.withIds !== undefined ? options.withIds : this.options.withIds; - - const inits = []; - - const match = options.match; - - for (let ri = 1; ri < match.length; ri++) { - const route = match[ri].route; - const init = this._getRouteInit(route); - if (init) { - inits.push( - init({ - req: options.req, - location: options.location, - match: options.match, - route, - inits - }) - ); - } - } - - let awaited = false; - - const awaitInits = async () => { - if (awaited) return; - awaited = true; - for (let x = 0; x < inits.length; x++) { - if (inits[x].then) inits[x] = await inits[x]; - } - }; - - let topInit = this._getRouteInit(match[0].route); - if (topInit) { - topInit = topInit({ - req: options.req, - location: options.location, - match, - route: match[0].route, - inits, - awaitInits - }); - } - - if (topInit.then) { - await awaitInits(); - topInit = await topInit; - } - - if (topInit.store) { - // top route provided a ready made store, just use it - options.store = topInit.store; - } else { - if (!awaited) await awaitInits(); - - let reducer; - let initialState; - - if (topInit.initialState || inits.length > 0) { - initialState = Object.assign.apply( - null, - [{}, topInit.initialState].concat(inits.map(x => x.initialState)) - ); - } else { - // no route provided any initialState - initialState = {}; - } - - if (typeof topInit.reducer === "function") { - // top route provided a ready made reducer - reducer = topInit.reducer; - } else if (topInit.reducer || inits.length > 0) { - // top route only provide its own reducer and initialState - const allReducers = Object.assign.apply( - null, - [{}, topInit.reducer].concat(inits.map(x => x.reducer)) - ); - - reducer = combineReducers(allReducers); - } else { - // no route provided any reducer - reducer = x => x; - } - - options.store = createStore(reducer, initialState); - } - - return options.store; - } - - async _handleRender(options) { - const routeContext = (options.routeContext = {}); - const stringifyPreloadedState = - options.stringifyPreloadedState || this.options.stringifyPreloadedState; - - let html = this._renderToString(options); - - if (html.then !== undefined) { - // a Promise? - html = await html; - } - - if (this.options.componentRedirect && routeContext.action === "REPLACE") { - return { status: 302, html, path: routeContext.url, store: options.store }; - } else { - return { status: 200, html, prefetch: stringifyPreloadedState(options.store.getState()) }; - } - } - - async _renderToString({ req, location, store, routeContext }) { - if (req.app && req.app.disableSSR) { - return ""; - } else { - const element = React.createElement( - // server side context to provide request - ServerContext, - { request: req }, - // redux provider - React.createElement( - Provider, - { store }, - // user route component - React.createElement( - StaticRouter, - { location, context: routeContext, basename: this.options.basename }, - this._routesComponent - ) - ) - ); - - if (!this._streaming) return ReactDomServer.renderToString(element); - - const { writable, output, completed } = this.getStreamWritable(); - const { pipe } = await ReactDomServer.renderToPipeableStream(element); - pipe(writable); - await completed; - return output.result; - } - } - - _getRouteInit(route) { - let h = route[ROUTE_HANDLER]; - - if (h !== undefined) return h; - - if (!route.init) { - h = false; - } else if (route.init === true) { - h = Path.join(this._routesDir, route.path); - } else { - assert(typeof route.init === "string", `${pkg.name}: route init prop must be a string`); - h = util.resolveModulePath(route.init, this._routesDir); - } - - if (h) { - h = util.es6Default(require(h)); - } - - route[ROUTE_HANDLER] = h; - - return h; - } -} - -module.exports = ReduxRouterEngine; diff --git a/packages/electrode-redux-router-engine/lib/server-context.js b/packages/electrode-redux-router-engine/lib/server-context.js deleted file mode 100644 index e8a71bfda..000000000 --- a/packages/electrode-redux-router-engine/lib/server-context.js +++ /dev/null @@ -1,28 +0,0 @@ -"use strict"; - -const React = require("react"); -const PropTypes = require("prop-types"); - -class ServerContext extends React.Component { - getChildContext() { - return { - // Electrode Platform context app object - // - Should contain request object - // - On client side this is not necessary exist so React code should never - // access this.context.ssr.request unless it checks this.context.ssr first. - ssr: { - request: this.props.request - } - }; - } - - render() { - return this.props.children; - } -} - -ServerContext.childContextTypes = { - ssr: PropTypes.object -}; - -module.exports = ServerContext; diff --git a/packages/electrode-redux-router-engine/lib/util.js b/packages/electrode-redux-router-engine/lib/util.js deleted file mode 100644 index fca88b02e..000000000 --- a/packages/electrode-redux-router-engine/lib/util.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; - -const Path = require("path"); -const Fs = require("fs"); - -module.exports = { - es6Default: m => { - return m.default || m; - }, - resolveModulePath: (p, baseDir) => { - if (p.startsWith("/")) return p; - - return p.startsWith(".") ? Path.resolve(baseDir || "", p) : p; - }, - getTargetByQuery: (query, envTargets) => { - const __dist = query && query.__dist; - return envTargets.includes(__dist) ? __dist : "default"; - }, - getEnvTargets: () => - Fs.readdirSync(Path.resolve("./")).reduce( - (targets, v) => { - if (v.startsWith("dist-")) targets.push(v.substring("dist-".length)); - return targets; - }, - ["default"] - ) -}; diff --git a/packages/electrode-redux-router-engine/package.json b/packages/electrode-redux-router-engine/package.json deleted file mode 100644 index 67c1704eb..000000000 --- a/packages/electrode-redux-router-engine/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "electrode-redux-router-engine", - "version": "6.0.0", - "description": "Handle async data for React Server Side Rendering using Redux and Router", - "main": "lib/redux-router-engine.js", - "scripts": { - "build": "echo \"Nothing to build. Just a placeholder\"", - "test": "clap test-only", - "lint": "clap lint", - "coverage": "clap test-cov", - "check": "clap check" - }, - "homepage": "http://www.electrode.io", - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "bugs": { - "url": "https://github.com/electrode-io/electrode/issues" - }, - "keywords": [ - "React", - "Redux", - "SSR", - "router" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib" - ], - "devDependencies": { - "babel-cli": "^6.1.1", - "@xarc/run": "^1.1.1", - "babel-core": "^6.0.15", - "babel-preset-env": "^1.7.0", - "babel-preset-es2015": "^6.0.15", - "babel-preset-react": "^6.0.15", - "babel-preset-stage-0": "^6.0.15", - "babel-register": "^6.5.2", - "electrode-archetype-njs-module-dev": "^2.3.2", - "electrode-server": "^1.5.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "run-verify": "^1.0.2", - "stream-to-array": "^2.3.0", - "xstdout": "^0.1.1", - "xclap": "^0.2.0" - }, - "dependencies": { - "optional-require": "^1.1.6", - "react-redux": "^4.4.5 || ^5.x.x", - "react-router": "^5.1.2", - "react-router-config": "^5.1.1", - "react-router-dom": "^5.1.2", - "redux": "^4.0.0 || ^3.6.0" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - }, - "nyc": { - "all": true, - "check-coverage": true, - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100, - "cache": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test" - ] - }, - "engines": { - "node": ">=8" - } -} diff --git a/packages/electrode-redux-router-engine/test/escape-chars.jsx b/packages/electrode-redux-router-engine/test/escape-chars.jsx deleted file mode 100644 index b0ec3f393..000000000 --- a/packages/electrode-redux-router-engine/test/escape-chars.jsx +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -import { createStore } from "redux"; - -export default () => { - // - // If a top route is known to have no child routes or no child routes with - // their own reducer/initialState, then the top route can just return a - // redux store directly to skip the redux router engine's behavior of - // using redux combineReducers and createStore to stitch redux reducers and - // initial states together. - // - // Or if the a completely custom logic to stitch them together is desired, then - // the top route can do that in its init and return the final store directly. - // - - return { - store: createStore(state => state, { - scriptTag: '', - troublesomeEndings: "LineSeparator: \u2028 ParagraphSeprator: \u2029" - }) - }; -}; diff --git a/packages/electrode-redux-router-engine/test/loadable-stats.json b/packages/electrode-redux-router-engine/test/loadable-stats.json deleted file mode 100644 index ce54ff2d7..000000000 --- a/packages/electrode-redux-router-engine/test/loadable-stats.json +++ /dev/null @@ -1 +0,0 @@ -{"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js","statementMap":{"0":{"start":{"line":5,"column":13},"end":{"line":5,"column":28}},"1":{"start":{"line":6,"column":15},"end":{"line":6,"column":32}},"2":{"start":{"line":7,"column":12},"end":{"line":7,"column":26}},"3":{"start":{"line":8,"column":24},"end":{"line":8,"column":60}},"4":{"start":{"line":9,"column":14},"end":{"line":9,"column":38}},"5":{"start":{"line":10,"column":23},"end":{"line":10,"column":58}},"6":{"start":{"line":11,"column":17},"end":{"line":11,"column":48}},"7":{"start":{"line":12,"column":25},"end":{"line":12,"column":52}},"8":{"start":{"line":13,"column":38},"end":{"line":13,"column":68}},"9":{"start":{"line":14,"column":41},"end":{"line":14,"column":57}},"10":{"start":{"line":15,"column":12},"end":{"line":15,"column":38}},"11":{"start":{"line":16,"column":13},"end":{"line":16,"column":30}},"12":{"start":{"line":17,"column":22},"end":{"line":17,"column":49}},"13":{"start":{"line":19,"column":25},"end":{"line":19,"column":43}},"14":{"start":{"line":20,"column":35},"end":{"line":24,"column":1}},"15":{"start":{"line":27,"column":2},"end":{"line":27,"column":92}},"16":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"17":{"start":{"line":30,"column":22},"end":{"line":30,"column":45}},"18":{"start":{"line":34,"column":4},"end":{"line":34,"column":87}},"19":{"start":{"line":36,"column":4},"end":{"line":36,"column":78}},"20":{"start":{"line":37,"column":4},"end":{"line":37,"column":52}},"21":{"start":{"line":40,"column":31},"end":{"line":42,"column":16}},"22":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"23":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"24":{"start":{"line":45,"column":6},"end":{"line":46,"column":83}},"25":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"26":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"27":{"start":{"line":50,"column":6},"end":{"line":50,"column":83}},"28":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"29":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"30":{"start":{"line":54,"column":6},"end":{"line":54,"column":57}},"31":{"start":{"line":57,"column":4},"end":{"line":57,"column":49}},"32":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"33":{"start":{"line":61,"column":16},"end":{"line":61,"column":54}},"34":{"start":{"line":62,"column":6},"end":{"line":62,"column":49}},"35":{"start":{"line":64,"column":6},"end":{"line":64,"column":36}},"36":{"start":{"line":67,"column":4},"end":{"line":69,"column":69}},"37":{"start":{"line":71,"column":4},"end":{"line":71,"column":55}},"38":{"start":{"line":72,"column":4},"end":{"line":72,"column":44}},"39":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"40":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"41":{"start":{"line":82,"column":4},"end":{"line":82,"column":60}},"42":{"start":{"line":84,"column":4},"end":{"line":84,"column":66}},"43":{"start":{"line":86,"column":4},"end":{"line":86,"column":19}},"44":{"start":{"line":90,"column":21},"end":{"line":90,"column":37}},"45":{"start":{"line":91,"column":18},"end":{"line":91,"column":31}},"46":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"47":{"start":{"line":94,"column":6},"end":{"line":97,"column":8}},"48":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"49":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"50":{"start":{"line":103,"column":6},"end":{"line":105,"column":8}},"51":{"start":{"line":108,"column":4},"end":{"line":108,"column":21}},"52":{"start":{"line":112,"column":4},"end":{"line":127,"column":5}},"53":{"start":{"line":113,"column":6},"end":{"line":113,"column":46}},"54":{"start":{"line":114,"column":23},"end":{"line":114,"column":47}},"55":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"56":{"start":{"line":115,"column":20},"end":{"line":115,"column":36}},"57":{"start":{"line":116,"column":6},"end":{"line":116,"column":41}},"58":{"start":{"line":118,"column":6},"end":{"line":118,"column":47}},"59":{"start":{"line":120,"column":6},"end":{"line":120,"column":49}},"60":{"start":{"line":121,"column":6},"end":{"line":126,"column":8}},"61":{"start":{"line":132,"column":19},"end":{"line":132,"column":36}},"62":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"63":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"64":{"start":{"line":137,"column":8},"end":{"line":137,"column":18}},"65":{"start":{"line":139,"column":8},"end":{"line":139,"column":63}},"66":{"start":{"line":143,"column":4},"end":{"line":143,"column":41}},"67":{"start":{"line":147,"column":4},"end":{"line":147,"column":93}},"68":{"start":{"line":149,"column":18},"end":{"line":149,"column":20}},"69":{"start":{"line":151,"column":18},"end":{"line":151,"column":31}},"70":{"start":{"line":153,"column":4},"end":{"line":167,"column":5}},"71":{"start":{"line":154,"column":20},"end":{"line":154,"column":35}},"72":{"start":{"line":155,"column":19},"end":{"line":155,"column":44}},"73":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"74":{"start":{"line":157,"column":8},"end":{"line":165,"column":10}},"75":{"start":{"line":169,"column":18},"end":{"line":169,"column":23}},"76":{"start":{"line":171,"column":23},"end":{"line":177,"column":5}},"77":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"78":{"start":{"line":172,"column":19},"end":{"line":172,"column":26}},"79":{"start":{"line":173,"column":6},"end":{"line":173,"column":21}},"80":{"start":{"line":174,"column":6},"end":{"line":176,"column":7}},"81":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"82":{"start":{"line":175,"column":27},"end":{"line":175,"column":53}},"83":{"start":{"line":179,"column":18},"end":{"line":179,"column":52}},"84":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"85":{"start":{"line":181,"column":6},"end":{"line":188,"column":9}},"86":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"87":{"start":{"line":192,"column":6},"end":{"line":192,"column":25}},"88":{"start":{"line":193,"column":6},"end":{"line":193,"column":30}},"89":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"90":{"start":{"line":198,"column":6},"end":{"line":198,"column":36}},"91":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"92":{"start":{"line":200,"column":20},"end":{"line":200,"column":39}},"93":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"94":{"start":{"line":206,"column":8},"end":{"line":209,"column":10}},"95":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"96":{"start":{"line":212,"column":8},"end":{"line":212,"column":26}},"97":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"98":{"start":{"line":217,"column":8},"end":{"line":217,"column":34}},"99":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"100":{"start":{"line":220,"column":28},"end":{"line":223,"column":9}},"101":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"102":{"start":{"line":225,"column":8},"end":{"line":225,"column":47}},"103":{"start":{"line":228,"column":8},"end":{"line":228,"column":25}},"104":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"105":{"start":{"line":231,"column":6},"end":{"line":231,"column":57}},"106":{"start":{"line":234,"column":4},"end":{"line":234,"column":25}},"107":{"start":{"line":238,"column":26},"end":{"line":238,"column":51}},"108":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"109":{"start":{"line":242,"column":15},"end":{"line":242,"column":44}},"110":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"111":{"start":{"line":246,"column":6},"end":{"line":246,"column":24}},"112":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"113":{"start":{"line":250,"column":6},"end":{"line":250,"column":81}},"114":{"start":{"line":252,"column":6},"end":{"line":252,"column":96}},"115":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"116":{"start":{"line":258,"column":6},"end":{"line":258,"column":48}},"117":{"start":{"line":260,"column":6},"end":{"line":260,"column":73}},"118":{"start":{"line":261,"column":6},"end":{"line":261,"column":86}},"119":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"120":{"start":{"line":265,"column":8},"end":{"line":267,"column":52}},"121":{"start":{"line":269,"column":8},"end":{"line":269,"column":95}},"122":{"start":{"line":272,"column":6},"end":{"line":289,"column":8}},"123":{"start":{"line":294,"column":12},"end":{"line":294,"column":32}},"124":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"125":{"start":{"line":296,"column":25},"end":{"line":296,"column":34}},"126":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"127":{"start":{"line":299,"column":6},"end":{"line":299,"column":16}},"128":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"129":{"start":{"line":301,"column":6},"end":{"line":301,"column":49}},"130":{"start":{"line":303,"column":6},"end":{"line":303,"column":94}},"131":{"start":{"line":304,"column":6},"end":{"line":304,"column":62}},"132":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"133":{"start":{"line":308,"column":6},"end":{"line":308,"column":38}},"134":{"start":{"line":311,"column":4},"end":{"line":311,"column":29}},"135":{"start":{"line":313,"column":4},"end":{"line":313,"column":13}},"136":{"start":{"line":317,"column":0},"end":{"line":317,"column":35}}},"fnMap":{"0":{"name":"escapeBadChars","decl":{"start":{"line":26,"column":9},"end":{"line":26,"column":23}},"loc":{"start":{"line":26,"column":38},"end":{"line":28,"column":1}},"line":26},"1":{"name":"(anonymous_1)","decl":{"start":{"line":27,"column":48},"end":{"line":27,"column":49}},"loc":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"line":27},"2":{"name":"(anonymous_2)","decl":{"start":{"line":33,"column":2},"end":{"line":33,"column":3}},"loc":{"start":{"line":33,"column":23},"end":{"line":73,"column":3}},"line":33},"3":{"name":"(anonymous_3)","decl":{"start":{"line":41,"column":14},"end":{"line":41,"column":15}},"loc":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"line":41},"4":{"name":"(anonymous_4)","decl":{"start":{"line":45,"column":45},"end":{"line":45,"column":46}},"loc":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"line":46},"5":{"name":"(anonymous_5)","decl":{"start":{"line":50,"column":30},"end":{"line":50,"column":31}},"loc":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"line":50},"6":{"name":"(anonymous_6)","decl":{"start":{"line":75,"column":2},"end":{"line":75,"column":3}},"loc":{"start":{"line":75,"column":32},"end":{"line":87,"column":3}},"line":75},"7":{"name":"(anonymous_7)","decl":{"start":{"line":89,"column":2},"end":{"line":89,"column":3}},"loc":{"start":{"line":89,"column":22},"end":{"line":109,"column":3}},"line":89},"8":{"name":"(anonymous_8)","decl":{"start":{"line":111,"column":2},"end":{"line":111,"column":3}},"loc":{"start":{"line":111,"column":29},"end":{"line":128,"column":3}},"line":111},"9":{"name":"(anonymous_9)","decl":{"start":{"line":131,"column":2},"end":{"line":131,"column":3}},"loc":{"start":{"line":131,"column":37},"end":{"line":144,"column":3}},"line":131},"10":{"name":"(anonymous_10)","decl":{"start":{"line":146,"column":2},"end":{"line":146,"column":3}},"loc":{"start":{"line":146,"column":32},"end":{"line":235,"column":3}},"line":146},"11":{"name":"(anonymous_11)","decl":{"start":{"line":171,"column":23},"end":{"line":171,"column":24}},"loc":{"start":{"line":171,"column":35},"end":{"line":177,"column":5}},"line":171},"12":{"name":"(anonymous_12)","decl":{"start":{"line":208,"column":54},"end":{"line":208,"column":55}},"loc":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"line":208},"13":{"name":"(anonymous_13)","decl":{"start":{"line":222,"column":49},"end":{"line":222,"column":50}},"loc":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"line":222},"14":{"name":"(anonymous_14)","decl":{"start":{"line":228,"column":18},"end":{"line":228,"column":19}},"loc":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"line":228},"15":{"name":"(anonymous_15)","decl":{"start":{"line":237,"column":2},"end":{"line":237,"column":3}},"loc":{"start":{"line":237,"column":31},"end":{"line":254,"column":3}},"line":237},"16":{"name":"(anonymous_16)","decl":{"start":{"line":256,"column":2},"end":{"line":256,"column":3}},"loc":{"start":{"line":256,"column":67},"end":{"line":291,"column":3}},"line":256},"17":{"name":"(anonymous_17)","decl":{"start":{"line":293,"column":2},"end":{"line":293,"column":3}},"loc":{"start":{"line":293,"column":23},"end":{"line":314,"column":3}},"line":293}},"branchMap":{"0":{"loc":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"type":"if","locations":[{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},{"start":{"line":44,"column":4},"end":{"line":47,"column":5}}],"line":44},"1":{"loc":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"type":"if","locations":[{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},{"start":{"line":49,"column":4},"end":{"line":51,"column":5}}],"line":49},"2":{"loc":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"type":"if","locations":[{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},{"start":{"line":53,"column":4},"end":{"line":55,"column":5}}],"line":53},"3":{"loc":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"type":"if","locations":[{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},{"start":{"line":60,"column":4},"end":{"line":65,"column":5}}],"line":60},"4":{"loc":{"start":{"line":67,"column":22},"end":{"line":69,"column":68}},"type":"cond-expr","locations":[{"start":{"line":68,"column":8},"end":{"line":68,"column":47}},{"start":{"line":69,"column":8},"end":{"line":69,"column":68}}],"line":67},"5":{"loc":{"start":{"line":69,"column":21},"end":{"line":69,"column":50}},"type":"binary-expr","locations":[{"start":{"line":69,"column":21},"end":{"line":69,"column":44}},{"start":{"line":69,"column":48},"end":{"line":69,"column":50}}],"line":69},"6":{"loc":{"start":{"line":75,"column":18},"end":{"line":75,"column":30}},"type":"default-arg","locations":[{"start":{"line":75,"column":28},"end":{"line":75,"column":30}}],"line":75},"7":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"type":"cond-expr","locations":[{"start":{"line":79,"column":75},"end":{"line":79,"column":87}},{"start":{"line":79,"column":90},"end":{"line":79,"column":97}}],"line":79},"8":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":72}},"type":"binary-expr","locations":[{"start":{"line":79,"column":6},"end":{"line":79,"column":33}},{"start":{"line":79,"column":37},"end":{"line":79,"column":56}},{"start":{"line":79,"column":60},"end":{"line":79,"column":72}}],"line":79},"9":{"loc":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"type":"binary-expr","locations":[{"start":{"line":80,"column":21},"end":{"line":80,"column":37}},{"start":{"line":80,"column":41},"end":{"line":80,"column":67}}],"line":80},"10":{"loc":{"start":{"line":80,"column":51},"end":{"line":80,"column":66}},"type":"binary-expr","locations":[{"start":{"line":80,"column":51},"end":{"line":80,"column":54}},{"start":{"line":80,"column":58},"end":{"line":80,"column":66}}],"line":80},"11":{"loc":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"type":"if","locations":[{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},{"start":{"line":93,"column":4},"end":{"line":98,"column":5}}],"line":93},"12":{"loc":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"type":"binary-expr","locations":[{"start":{"line":100,"column":20},"end":{"line":100,"column":42}},{"start":{"line":100,"column":46},"end":{"line":100,"column":51}}],"line":100},"13":{"loc":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"type":"if","locations":[{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},{"start":{"line":102,"column":4},"end":{"line":106,"column":5}}],"line":102},"14":{"loc":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"type":"if","locations":[{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},{"start":{"line":115,"column":6},"end":{"line":115,"column":36}}],"line":115},"15":{"loc":{"start":{"line":122,"column":16},"end":{"line":122,"column":33}},"type":"binary-expr","locations":[{"start":{"line":122,"column":16},"end":{"line":122,"column":26}},{"start":{"line":122,"column":30},"end":{"line":122,"column":33}}],"line":122},"16":{"loc":{"start":{"line":124,"column":14},"end":{"line":124,"column":47}},"type":"binary-expr","locations":[{"start":{"line":124,"column":14},"end":{"line":124,"column":22}},{"start":{"line":124,"column":26},"end":{"line":124,"column":47}}],"line":124},"17":{"loc":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"type":"if","locations":[{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},{"start":{"line":134,"column":4},"end":{"line":141,"column":5}}],"line":134},"18":{"loc":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"type":"if","locations":[{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},{"start":{"line":135,"column":6},"end":{"line":140,"column":7}}],"line":135},"19":{"loc":{"start":{"line":147,"column":22},"end":{"line":147,"column":92}},"type":"cond-expr","locations":[{"start":{"line":147,"column":54},"end":{"line":147,"column":69}},{"start":{"line":147,"column":72},"end":{"line":147,"column":92}}],"line":147},"20":{"loc":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"type":"if","locations":[{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},{"start":{"line":156,"column":6},"end":{"line":166,"column":7}}],"line":156},"21":{"loc":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"type":"if","locations":[{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},{"start":{"line":172,"column":6},"end":{"line":172,"column":26}}],"line":172},"22":{"loc":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"type":"if","locations":[{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},{"start":{"line":175,"column":8},"end":{"line":175,"column":53}}],"line":175},"23":{"loc":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"type":"if","locations":[{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},{"start":{"line":180,"column":4},"end":{"line":189,"column":5}}],"line":180},"24":{"loc":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"type":"if","locations":[{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},{"start":{"line":191,"column":4},"end":{"line":194,"column":5}}],"line":191},"25":{"loc":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"type":"if","locations":[{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},{"start":{"line":196,"column":4},"end":{"line":232,"column":5}}],"line":196},"26":{"loc":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"type":"if","locations":[{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},{"start":{"line":200,"column":6},"end":{"line":200,"column":39}}],"line":200},"27":{"loc":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"type":"if","locations":[{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},{"start":{"line":205,"column":6},"end":{"line":213,"column":7}}],"line":205},"28":{"loc":{"start":{"line":205,"column":10},"end":{"line":205,"column":50}},"type":"binary-expr","locations":[{"start":{"line":205,"column":10},"end":{"line":205,"column":30}},{"start":{"line":205,"column":34},"end":{"line":205,"column":50}}],"line":205},"29":{"loc":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},{"start":{"line":215,"column":6},"end":{"line":229,"column":7}}],"line":215},"30":{"loc":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},{"start":{"line":218,"column":13},"end":{"line":229,"column":7}}],"line":218},"31":{"loc":{"start":{"line":218,"column":17},"end":{"line":218,"column":52}},"type":"binary-expr","locations":[{"start":{"line":218,"column":17},"end":{"line":218,"column":32}},{"start":{"line":218,"column":36},"end":{"line":218,"column":52}}],"line":218},"32":{"loc":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"type":"binary-expr","locations":[{"start":{"line":240,"column":6},"end":{"line":240,"column":37}},{"start":{"line":240,"column":41},"end":{"line":240,"column":77}}],"line":240},"33":{"loc":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"type":"if","locations":[{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},{"start":{"line":244,"column":4},"end":{"line":247,"column":5}}],"line":244},"34":{"loc":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"type":"if","locations":[{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},{"start":{"line":249,"column":4},"end":{"line":253,"column":5}}],"line":249},"35":{"loc":{"start":{"line":249,"column":8},"end":{"line":249,"column":75}},"type":"binary-expr","locations":[{"start":{"line":249,"column":8},"end":{"line":249,"column":38}},{"start":{"line":249,"column":42},"end":{"line":249,"column":75}}],"line":249},"36":{"loc":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"type":"if","locations":[{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},{"start":{"line":257,"column":4},"end":{"line":290,"column":5}}],"line":257},"37":{"loc":{"start":{"line":257,"column":8},"end":{"line":257,"column":37}},"type":"binary-expr","locations":[{"start":{"line":257,"column":8},"end":{"line":257,"column":15}},{"start":{"line":257,"column":19},"end":{"line":257,"column":37}}],"line":257},"38":{"loc":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"type":"if","locations":[{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},{"start":{"line":264,"column":6},"end":{"line":270,"column":7}}],"line":264},"39":{"loc":{"start":{"line":265,"column":17},"end":{"line":267,"column":51}},"type":"cond-expr","locations":[{"start":{"line":266,"column":12},"end":{"line":266,"column":45}},{"start":{"line":267,"column":12},"end":{"line":267,"column":51}}],"line":265},"40":{"loc":{"start":{"line":269,"column":17},"end":{"line":269,"column":94}},"type":"cond-expr","locations":[{"start":{"line":269,"column":27},"end":{"line":269,"column":56}},{"start":{"line":269,"column":59},"end":{"line":269,"column":94}}],"line":269},"41":{"loc":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"type":"if","locations":[{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},{"start":{"line":296,"column":4},"end":{"line":296,"column":34}}],"line":296},"42":{"loc":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},{"start":{"line":298,"column":4},"end":{"line":305,"column":5}}],"line":298},"43":{"loc":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},{"start":{"line":300,"column":11},"end":{"line":305,"column":5}}],"line":300},"44":{"loc":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"type":"if","locations":[{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},{"start":{"line":307,"column":4},"end":{"line":309,"column":5}}],"line":307}},"s":{"0":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1,"11":1,"12":1,"13":1,"14":1,"15":25,"16":5,"17":1,"18":35,"19":35,"20":35,"21":35,"22":105,"23":35,"24":34,"25":25,"26":35,"27":34,"28":5,"29":35,"30":2,"31":35,"32":35,"33":6,"34":6,"35":29,"36":35,"37":35,"38":35,"39":35,"40":35,"41":35,"42":35,"43":35,"44":35,"45":35,"46":35,"47":2,"48":33,"49":33,"50":1,"51":32,"52":35,"53":35,"54":35,"55":34,"56":2,"57":32,"58":30,"59":6,"60":6,"61":35,"62":35,"63":2,"64":1,"65":1,"66":34,"67":32,"68":32,"69":32,"70":32,"71":24,"72":24,"73":22,"74":4,"75":30,"76":30,"77":31,"78":2,"79":29,"80":29,"81":4,"82":3,"83":30,"84":30,"85":8,"86":30,"87":4,"88":4,"89":30,"90":1,"91":29,"92":25,"93":29,"94":9,"95":4,"96":20,"97":29,"98":1,"99":28,"100":8,"101":3,"102":8,"103":20,"104":20,"105":29,"106":30,"107":30,"108":30,"109":30,"110":27,"111":1,"112":27,"113":1,"114":26,"115":28,"116":1,"117":27,"118":27,"119":27,"120":2,"121":25,"122":27,"123":54,"124":54,"125":34,"126":20,"127":8,"128":12,"129":3,"130":9,"131":9,"132":20,"133":12,"134":18,"135":18,"136":1},"f":{"0":25,"1":5,"2":35,"3":105,"4":25,"5":5,"6":35,"7":35,"8":35,"9":35,"10":32,"11":31,"12":4,"13":3,"14":20,"15":30,"16":28,"17":54},"b":{"0":[34,1],"1":[34,1],"2":[2,33],"3":[6,29],"4":[13,22],"5":[22,22],"6":[33],"7":[1,34],"8":[35,33,1],"9":[35,34],"10":[34,1],"11":[2,33],"12":[33,11],"13":[1,32],"14":[2,32],"15":[6,5],"16":[6,6],"17":[2,33],"18":[1,1],"19":[1,31],"20":[4,18],"21":[2,29],"22":[3,1],"23":[8,22],"24":[4,26],"25":[1,29],"26":[25,4],"27":[9,20],"28":[29,22],"29":[1,28],"30":[8,20],"31":[28,22],"32":[30,30],"33":[1,26],"34":[1,26],"35":[27,1],"36":[1,27],"37":[28,28],"38":[2,25],"39":[1,1],"40":[1,24],"41":[34,20],"42":[8,12],"43":[3,9],"44":[12,8]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"319e79f1941286295ccfa96bdf665cd3e883ad7c","contentHash":"deeb3493d1b0698316c2814d3323d8bb_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js","statementMap":{"0":{"start":{"line":3,"column":13},"end":{"line":3,"column":28}},"1":{"start":{"line":4,"column":11},"end":{"line":4,"column":24}},"2":{"start":{"line":6,"column":0},"end":{"line":27,"column":2}},"3":{"start":{"line":8,"column":4},"end":{"line":8,"column":26}},"4":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"5":{"start":{"line":11,"column":27},"end":{"line":11,"column":36}},"6":{"start":{"line":13,"column":4},"end":{"line":13,"column":66}},"7":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"8":{"start":{"line":17,"column":4},"end":{"line":17,"column":60}},"9":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"10":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"11":{"start":{"line":22,"column":35},"end":{"line":22,"column":77}},"12":{"start":{"line":23,"column":8},"end":{"line":23,"column":23}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":14},"end":{"line":7,"column":15}},"loc":{"start":{"line":7,"column":19},"end":{"line":9,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":10,"column":21},"end":{"line":10,"column":22}},"loc":{"start":{"line":10,"column":37},"end":{"line":14,"column":3}},"line":10},"2":{"name":"(anonymous_2)","decl":{"start":{"line":15,"column":20},"end":{"line":15,"column":21}},"loc":{"start":{"line":15,"column":43},"end":{"line":18,"column":3}},"line":15},"3":{"name":"(anonymous_3)","decl":{"start":{"line":19,"column":17},"end":{"line":19,"column":18}},"loc":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"line":20},"4":{"name":"(anonymous_4)","decl":{"start":{"line":21,"column":6},"end":{"line":21,"column":7}},"loc":{"start":{"line":21,"column":22},"end":{"line":24,"column":7}},"line":21}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":11},"end":{"line":8,"column":25}},"type":"binary-expr","locations":[{"start":{"line":8,"column":11},"end":{"line":8,"column":20}},{"start":{"line":8,"column":24},"end":{"line":8,"column":25}}],"line":8},"1":{"loc":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"type":"if","locations":[{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},{"start":{"line":11,"column":4},"end":{"line":11,"column":36}}],"line":11},"2":{"loc":{"start":{"line":13,"column":11},"end":{"line":13,"column":65}},"type":"cond-expr","locations":[{"start":{"line":13,"column":31},"end":{"line":13,"column":61}},{"start":{"line":13,"column":64},"end":{"line":13,"column":65}}],"line":13},"3":{"loc":{"start":{"line":13,"column":44},"end":{"line":13,"column":57}},"type":"binary-expr","locations":[{"start":{"line":13,"column":44},"end":{"line":13,"column":51}},{"start":{"line":13,"column":55},"end":{"line":13,"column":57}}],"line":13},"4":{"loc":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"type":"binary-expr","locations":[{"start":{"line":16,"column":19},"end":{"line":16,"column":24}},{"start":{"line":16,"column":28},"end":{"line":16,"column":40}}],"line":16},"5":{"loc":{"start":{"line":17,"column":11},"end":{"line":17,"column":59}},"type":"cond-expr","locations":[{"start":{"line":17,"column":41},"end":{"line":17,"column":47}},{"start":{"line":17,"column":50},"end":{"line":17,"column":59}}],"line":17},"6":{"loc":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"type":"if","locations":[{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},{"start":{"line":22,"column":8},"end":{"line":22,"column":77}}],"line":22}},"s":{"0":1,"1":1,"2":1,"3":18,"4":17,"5":2,"6":15,"7":2,"8":2,"9":36,"10":389,"11":1,"12":389},"f":{"0":18,"1":17,"2":2,"3":36,"4":389},"b":{"0":[18,10],"1":[2,15],"2":[13,2],"3":[13,5],"4":[2,2],"5":[1,1],"6":[1,388]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"2a78b9eb11d78e15a0ac1493aea3175abc5d6d98","contentHash":"7fe5da8ce58be4342f7ceacc6178d2d8_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js","statementMap":{"0":{"start":{"line":3,"column":14},"end":{"line":3,"column":30}},"1":{"start":{"line":4,"column":18},"end":{"line":4,"column":39}},"2":{"start":{"line":8,"column":4},"end":{"line":16,"column":6}},"3":{"start":{"line":20,"column":4},"end":{"line":20,"column":31}},"4":{"start":{"line":24,"column":0},"end":{"line":26,"column":2}},"5":{"start":{"line":28,"column":0},"end":{"line":28,"column":31}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":2},"end":{"line":7,"column":3}},"loc":{"start":{"line":7,"column":20},"end":{"line":17,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":19,"column":2},"end":{"line":19,"column":3}},"loc":{"start":{"line":19,"column":11},"end":{"line":21,"column":3}},"line":19}},"branchMap":{},"s":{"0":1,"1":1,"2":27,"3":27,"4":1,"5":1},"f":{"0":27,"1":27},"b":{},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"59bbcf6ebfef8e1de4d33b0c053d05da3f88ac3c","contentHash":"e8332057ffe5b649cb0615cb45d6f4a3_11.9.0"}} \ No newline at end of file diff --git a/packages/electrode-redux-router-engine/test/mocha.opts b/packages/electrode-redux-router-engine/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-redux-router-engine/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js b/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js deleted file mode 100644 index e1f56bcf5..000000000 --- a/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; - -module.exports = async function(options) { - const name = options.route.name || "foo"; - return { - reducer: { - [name]: x => x || [] - }, - initialState: { - [name]: ["test-init-nm"] - } - }; -}; diff --git a/packages/electrode-redux-router-engine/test/nm/test-init-nm/package.json b/packages/electrode-redux-router-engine/test/nm/test-init-nm/package.json deleted file mode 100644 index bb6274d38..000000000 --- a/packages/electrode-redux-router-engine/test/nm/test-init-nm/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "test-init-nm", - "version": "1.0.0", - "description": "", - "main": "index.js", - "keywords": [], - "author": "", - "license": "Apache-2.0" -} diff --git a/packages/electrode-redux-router-engine/test/render-flat-routes.jsx b/packages/electrode-redux-router-engine/test/render-flat-routes.jsx deleted file mode 100644 index f4314ce84..000000000 --- a/packages/electrode-redux-router-engine/test/render-flat-routes.jsx +++ /dev/null @@ -1,23 +0,0 @@ -import React from "react"; -import { Route } from "react-router"; - -const renderFlatRoutes = (routes, extraProps = {}) => - routes - ? routes.map((route, i) => ( - - route.render ? ( - route.render({ ...props, ...extraProps, route: route }) - ) : ( - - ) - } - /> - )) - : null; - -export { renderFlatRoutes }; diff --git a/packages/electrode-redux-router-engine/test/routes.jsx b/packages/electrode-redux-router-engine/test/routes.jsx deleted file mode 100644 index ff596c7ec..000000000 --- a/packages/electrode-redux-router-engine/test/routes.jsx +++ /dev/null @@ -1,268 +0,0 @@ -import React from "react"; -import { connect } from "react-redux"; -import { withRouter, Redirect, Link } from "react-router-dom"; -import { renderRoutes } from "react-router-config"; -import { renderFlatRoutes } from "./render-flat-routes"; - -class Home extends React.Component { - render() { - const { search } = this.props.location; - const query = search ? ` - Query: ${search}` : ""; - return
Home{query}
; - } -} - -class Page extends React.Component { - render() { - const { route, children } = this.props; - return ( -
- Page - {renderFlatRoutes(route.routes)} - {children} -
- ); - } -} - -class Test extends React.Component { - render() { - return
Test
; - } -} - -class TestBasename extends React.Component { - render() { - return Test; - } -} - -class TestRedirect extends React.Component { - render() { - return ( -
- - -
- ); - } -} - -function TestRedux({ inc }) { - inc(); - - return
Test Redux
; -} - -const ConnectedTestRedux = connect( - null, - dispatch => ({ inc: () => dispatch({ type: "INC_NUMBER" }) }) -)(TestRedux); - -// -// Similar React Router 3 routes -// -// import { Route, IndexRoute, Redirect } from "react-router"; -// -// export default ( -// -// -// -// -// -// -// -// ); -// - -// -// - server only listens to top level routes -// - each matching route can independently supply its own handler for preparing the -// initial redux store and reducers -// - the router engine will take the store and combine all reducers from all matched routes -// to create a redux store -// - each route should have a name if it supplies redux reducer -// - the name must be unique or routes with the same name must have mutually exclusive paths -// -- ie: a url cannot match multiple routes that have the same name -// - any route that supplies redux reducer should have a init for initializing its initialState on server -// - all reducers are combined with combineReducers or the top level route can provide init that returns rootReducer -// - -// init will be passed an object with: - -// - request object -// - location which is the url extracted from request object -// - match array -// - route itself -// - inits that is an array of current list of results from other route init so far - -// init should return: - -const init1 = { - reducer: { foo: function() {} }, - initialState: { foo: {} } -}; - -// if init is decorated with async or returns a Promise, then it will be awaited - -// - the reducers are combined with redux's combineReducers -// - initialState are merged into a single new object with Object.assign - -// - if top level init wants to, it can override the behavior as follows: - -// 1. return a reducer that's a function to be use as the sole reducer to create the -// redux store and to skip the combineReducers behavior - -const init2 = { - reducer: function() {}, - initialState: {} -}; - -// 2. return a redux store that's to be used directly - -const init3 = { - store: {} -}; - -const routes = [ - { - name: "Page", - path: "/test", - methods: "get", - init: null, - component: withRouter(Page), - routes: [ - { - // Default, equivalent of RR3's IndexRoute - path: "/test", - exact: true, - component: Home - }, - { - // Default, equivalent of RR3's IndexRoute - path: "/test/basename", - exact: true, - component: TestBasename - }, - { - path: "/test/init", - exact: false, - init: "./test-init", - component: Test - }, - { - name: "woo", - path: "/test/redux", - init: "./test-redux", - component: ConnectedTestRedux - }, - { - path: "/test/component-redirect", - component: TestRedirect - }, - { - path: "/test/init-not-found", - init: "./test-init-not-found" - } - ] - }, - { - name: "Page", - path: "/test-init-nm", - init: "test-init-nm", - component: Page, - routes: [ - { - // Default, equivalent of RR3's IndexRoute - path: "/test-init-nm", - exact: true, - component: Home - } - ] - }, - { - path: "/top-reducer", - component: withRouter(Page), - init: true, - routes: [ - { - path: "/top-reducer/init", - init: "./test-init", - component: Test - }, - { - name: "woo", - path: "/top-reducer/redux", - init: "./test-redux", - component: ConnectedTestRedux - } - ] - }, - { - path: "/top-wait", - component: withRouter(Page), - init: true, - useSwitch: false, - routes: [ - { - name: "bar", - path: "/top-wait/init", - init: "./test-init", - component: Test - }, - { - // - // Not sure why, but potentially it is valid to have another - // route component that uses the same path. - // Doing it here to demo that current react-router-config - // doesn't handle this use case. - // - name: "koo", - path: "/top-wait/init", - init: "./test-redux", - component: ConnectedTestRedux - } - ] - }, - { - path: "/not-post", - }, - { - path: "/head-only", - methods: "head", - component: Test - }, - { - path: "/invalid-component", - // React 18 renderToString method does not error out the same way as in previous versions. - // Status 500 has to be manually declared here. - component: () => { - throw { status: 500 }; - } - }, - { - path: "/error-component", - component: () => { - throw { status: 404 }; - } - }, - { - path: "/throw-error", - init: "./test-init", - component: () => { - throw new Error("failed error"); - } - }, - { - path: "/escape-chars", - init: "./escape-chars", - component: () =>
Hello
- }, - { - path: "/test-init2", - init: true, - component: Test - } -]; - -export { routes as default }; diff --git a/packages/electrode-redux-router-engine/test/sample-reducers.js b/packages/electrode-redux-router-engine/test/sample-reducers.js deleted file mode 100644 index 950690a66..000000000 --- a/packages/electrode-redux-router-engine/test/sample-reducers.js +++ /dev/null @@ -1,52 +0,0 @@ -// sample from https://redux.js.org/api-reference/combinereducers - -const { combineReducers, createStore } = require("redux"); - -function todos(state, action) { - console.log("todos action", action); - state = state || []; - switch (action.type) { - case "ADD_TODO": - return state.concat([action.text]); - default: - return state; - } -} - -function counter(state, action) { - console.log("counter action", action); - state = state || 0; - switch (action.type) { - case "INCREMENT": - return state + 1; - case "DECREMENT": - return state - 1; - default: - return state; - } -} - -const reducer = combineReducers({ - todos, - counter -}); - -const store = createStore(reducer, { - todos: ["a", "b"], - counter: 50 -}); - -console.log(store.getState()); - -console.log("---- dispatching ADD_TODO"); -store.dispatch({ - type: "ADD_TODO", - text: "Use Redux" -}); - -console.log("---- dispatching INCREMENT"); -store.dispatch({ - type: "INCREMENT" -}); - -console.log(store.getState()); diff --git a/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js b/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js deleted file mode 100644 index 5c113aa83..000000000 --- a/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js +++ /dev/null @@ -1,114 +0,0 @@ -"use strict"; - -const ReduxRouterEngine = require("../.."); -const expect = require("chai").expect; -const electrodeServer = require("electrode-server"); -const { runFinally, asyncVerify } = require("run-verify"); - -require("babel-register"); - -const routes = require("../routes.jsx").default; - -describe("electrode server (Hapi) integration", function() { - const setupServer = async (streaming, withIds) => { - let engine; - - const server = await electrodeServer({ - electrode: { logLevel: "none" }, - connections: { default: { port: 0 } } - }); - - server.route({ - method: "get", - path: "/test", - handler: async (request, reply) => { - if (!engine) engine = new ReduxRouterEngine({ routes, streaming, withIds }); - const result = await engine.render(request); - reply(result); - } - }); - - return server; - }; - - const closeServer = server => { - return ( - server && - new Promise(resolve => { - server.stop(resolve); - }) - ); - }; - - it("should render basic test route", () => { - let server; - return asyncVerify( - () => setupServer(), - s => { - server = s; - return server.inject("/test").then((resp) => { - expect(resp.result).to.deep.equal({ - status: 200, - html: "
Page
Home
", - prefetch: "window.__PRELOADED_STATE__ = {};" - }); - }); - }, - runFinally(() => closeServer(server)) - ); - }); - - it("should render with URL query", () => { - let server; - return asyncVerify( - () => setupServer(), - s => { - server = s; - return server.inject("/test?foo=bar").then((resp) => { - expect(resp.result).to.deep.equal({ - status: 200, - html: "
Page
Home - Query: ?foo=bar
", - prefetch: "window.__PRELOADED_STATE__ = {};" - }); - }); - }, - runFinally(() => closeServer(server)) - ); - }); - - it("should render static with streaming", () => { - let server; - return asyncVerify( - () => setupServer(true), - s => { - server = s; - return server.inject("/test").then((resp) => { - expect(resp.result).to.deep.equal({ - status: 200, - html: "
Page
Home
", - prefetch: "window.__PRELOADED_STATE__ = {};" - }); - }); - }, - runFinally(() => closeServer(server)) - ); - }); - - it("should render with ids and streaming", () => { - let server; - return asyncVerify( - () => setupServer(true, true), - s => { - server = s; - return server.inject("/test").then((resp) => { - expect(resp.result).to.deep.equal({ - status: 200, - html: `
Page
Home
`, - prefetch: "window.__PRELOADED_STATE__ = {};" - }); - }); - }, - runFinally(() => closeServer(server)) - ); - }); -}); diff --git a/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js b/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js deleted file mode 100644 index 2300ffd2e..000000000 --- a/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js +++ /dev/null @@ -1,471 +0,0 @@ -"use strict"; - -const Path = require("path"); -const ReduxRouterEngine = require("../.."); -const xstdout = require("xstdout"); -const Url = require("url"); -const expect = require("chai").expect; -require("babel-register"); - -const routes = require("../routes.jsx").default; - -describe("redux-router-engine", function() { - let testReq; - - beforeEach(() => { - testReq = { - method: "get", - log: () => {}, - app: {} - }; - }); - - it("should return 404 for unknown index route", () => { - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/oop/blah"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(404); - }); - }); - - it("should return string error", () => { - const intercept = xstdout.intercept(true); - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/test/init-not-found"); - - return engine.render(testReq).then(result => { - intercept.restore(); - expect(result.status).to.equal(500); - expect(result.message).includes("Cannot find module"); - }); - }); - - it("should return Error error", () => { - const intercept = xstdout.intercept(true); - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: Path.join(__dirname, "..") }); - testReq.url = Url.parse("/throw-error"); - - return engine.render(testReq).then(result => { - intercept.restore(); - expect(result.status).to.equal(500); - expect(result._err.message).includes("failed error"); - }); - }); - - it("should handle a Promise returned from renderToString", () => { - const testHtml = "test promise result from RTS"; - const engine = new ReduxRouterEngine({ - routes, - renderToString: () => Promise.resolve(testHtml) - }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - expect(result.html).to.equal(testHtml); - }); - }); - - it("should resolve index route", () => { - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Home
"); - expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); - }); - }); - - it("should parse req.path if req.url is missing", () => { - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); - testReq.path = "/test?foo=bar"; - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Home - Query: ?foo=bar
"); - expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); - }); - }); - - it("should use options.location", () => { - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); - testReq.url = Url.parse("/test?foo=bar"); - - return engine.render(testReq, { location: Url.parse("/test?a=1") }).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Home - Query: ?a=1
"); - expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); - }); - }); - - // TODO: Needs fix. - // With fyn this used to take package under test/nm/ - // With rush, this wont' get added in node_modules. - it.skip("should load init without leading . from node_modules", () => { - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); - testReq.url = Url.parse("/test-init-nm"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Home
"); - expect(result.prefetch).to.equal(`window.__PRELOADED_STATE__ = {"Page":["test-init-nm"]};`); - }); - }); - - it("should use top reducer exclusively if it's a function", () => { - const engine = new ReduxRouterEngine({ - routes: Path.resolve(__dirname, "../routes"), - routesHandlerPath: "./test" - }); - testReq.url = Url.parse("/top-reducer/init"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Test
"); - expect(result.prefetch).to.equal( - `window.__PRELOADED_STATE__ = {"top":"top-reducer","foo":["test-init"]};` - ); - }); - }); - - it("should take routes as name of module", () => { - const engine = new ReduxRouterEngine({ routes: "./test/routes" }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Home
"); - expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); - }); - }); - - it("should resolve skip SSR if disabled", () => { - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/test"); - testReq.app.disableSSR = true; - - return engine.render(testReq).then(result => { - expect(result.html).to.equal(""); - }); - }); - - it("escapes troublesome characters in the state", () => { - const engine = new ReduxRouterEngine({ routes, routesHandlerPath: Path.join(__dirname, "..") }); - testReq.url = Url.parse("/escape-chars"); - - return engine.render(testReq).then(result => { - expect(result.prefetch).to.contain( - "window.__PRELOADED_STATE__ = " + - `{"scriptTag":"\\u003C/script>\\u003Cscript>console.log(\\"Welcome to an XSS attack!\\")` + - `\\u003C/script>","troublesomeEndings":"LineSeparator: \\u2028 ParagraphSeprator: \\u2029"}` - ); - }); - }); - - it("should return 302 for router Redirect component", () => { - const engine = new ReduxRouterEngine({ routes, componentRedirect: true }); - testReq.url = Url.parse("/test/component-redirect"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(302); - expect(result.html).to.equal("
Page
Test
"); - expect(result.path).to.equal("/redirect-target"); - }); - }); - - it("should return 500 for invalid component", () => { - const intercept = xstdout.intercept(true); - const engine = new ReduxRouterEngine({ routes, production: true }); - testReq.url = Url.parse("/invalid-component"); - return engine.render(testReq).then(result => { - intercept.restore(); - expect(result.status).to.equal(500); - // React 18 renderToString method does not error out the same way as in previous versions. - // "Nothing was returned from render" is not returned and neither is status 500. - // Instead, status 500 has to be manually declared in routes.js - }); - }); - - it("should return 404 if component throws 404", () => { - const intercept = xstdout.intercept(true); - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/error-component"); - - return engine.render(testReq).then(result => { - intercept.restore(); - expect(result.status).to.equal(404); - expect(result._err).to.be.ok; - }); - }); - - it("Ensure engine renders page when withIds is requested", () => { - const engine = new ReduxRouterEngine({ routes, withIds: true }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - // At one time, this would generate react-id and reactroot, but no longer - expect(result.html).to.equal("
Page
Home
"); - }); - }); - - it("should fail if path doesn't start with basename", () => { - const engine = new ReduxRouterEngine({ routes, basename: "/my-base" }); - testReq.url = Url.parse("/wrong-base/test/basename"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(404); - }); - }); - - it("should render Link with no basename", () => { - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/test/basename"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal(`
PageTest
`); - }); - }); - - it("should render Link with basename", () => { - const engine = new ReduxRouterEngine({ routes, basename: "/my-base" }); - testReq.url = Url.parse("/my-base/test/basename"); - - return engine.render(testReq).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal(`
PageTest
`); - }); - }); - - it("should not populate react-id by default", () => { - const engine = new ReduxRouterEngine({ routes }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - expect(result.html).to.not.contain("data-reactroot"); - }); - }); - - it("should use optional callbacks to stringify preload state", () => { - const engine = new ReduxRouterEngine({ - routes, - stringifyPreloadedState: () => `window.__TEST_STATE__`, - renderToString: () => "test" - }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq).then(result => { - expect(result.prefetch).to.equal(`window.__TEST_STATE__`); - }); - }); - - it("should use optional logError", () => { - let error; - testReq.url = Url.parse("/test/init-not-found"); - - return new ReduxRouterEngine({ - routes, - logError: (req, err) => { - error = err; - } - }) - .render(testReq) - .then(result => { - expect(result.status).to.equal(500); - expect(error).to.not.equal(undefined); - }); - }); - - it("Ensure engine renders page when withIds construction option is overridden", () => { - const engine = new ReduxRouterEngine({ routes, withIds: true }); - testReq.url = Url.parse("/test"); - - return engine.render(testReq, { withIds: false }).then(result => { - // At one time, this would generate react-id and reactroot, but no longer - expect(result.html).to.equal("
Page
Home
"); - }); - }); - - it("should return 500 for method not allowed", () => { - const intercept = xstdout.intercept(true); - const req = { - path: "/not-post", - method: "post", - log: () => {}, - app: {}, - url: Url.parse("/not-post") - }; - - const engine = new ReduxRouterEngine({ routes }); - - return engine.render(req).then(result => { - intercept.restore(); - expect(result.status).to.equal(500); - expect(result.message).to.include(`doesn't allow request method post`); - }); - }); - - it("should return 200 for allowed method", () => { - const intercept = xstdout.intercept(true); - const req = { - path: "/head-only", - method: "head", - log: () => {}, - app: {}, - url: Url.parse("/head-only") - }; - - const engine = new ReduxRouterEngine({ routes }); - - return engine.render(req).then(result => { - intercept.restore(); - expect(result.status).to.equal(200); - }); - }); - - it("should load custom handler using path", () => { - const req = { - path: "/test/init", - method: "get", - log: () => {}, - app: {}, - url: Url.parse("/test/init") - }; - - const engine = new ReduxRouterEngine({ - routes, - routesHandlerPath: Path.join(__dirname, "..") - }); - - return engine.render(req).then(result => { - expect(result.status).to.equal(200); - expect(result.prefetch).include("test-init"); - }); - }); - - it("should allow top init to awaitInits on multiple matching child routes", () => { - const req = { - path: "/top-wait/init", - method: "get", - log: () => {}, - app: {}, - url: Url.parse("/top-wait/init") - }; - - const engine = new ReduxRouterEngine({ - routes: Path.join(__dirname, "../routes"), - routesHandlerPath: "./test" - }); - - return engine.render(req).then(result => { - expect(result.status).to.equal(200); - expect(result.html).to.equal("
Page
Test
Test Redux
"); - // - // Note that the correct prefetch should've included the data for - // test-redux but was not since react-router-config matchRoutes - // stops after the first matched route. - // - // This is an open question on what the behavior should be. - // - // https://github.com/ReactTraining/react-router/issues/6224 - // - expect(result.prefetch).include( - `window.__PRELOADED_STATE__ = {"top-wait":["top-wait"],"bar":["test-init"]};` - ); - }); - }); - - it("should load init by path if init is true", () => { - const req = { - path: "/test-init2", - method: "get", - log: () => {}, - app: {}, - url: Url.parse("/test-init2") - }; - - const engine = new ReduxRouterEngine({ - routes: "./test/routes", - routesHandlerPath: "./test" - }); - - return engine.render(req).then(result => { - expect(result.status).to.equal(200); - expect(result.prefetch).include("test-init2"); - }); - }); - - it("should load init by path if init is true and url is string", () => { - const req = { - path: "/test-init2", - method: "get", - log: () => {}, - app: {}, - url: "/test-init2" - }; - - const engine = new ReduxRouterEngine({ - routes: "./test/routes", - routesHandlerPath: "./test" - }); - - return engine.render(req).then(result => { - expect(result.status).to.equal(200); - expect(result.prefetch).include("test-init2"); - }); - }); - - it("should load init by path if init is true and url is hapi@18 WHATWG url format", () => { - const req = { - path: "/test-init2", - method: "get", - log: () => {}, - app: {}, - url: { - href: "/test-init2", - origin: "", - protocol: "http:", - username: "", - password: "", - host: "", - hostname: "", - port: "80", - pathname: "/test-init2", - search: "", - searchParams: {}, - hash: "" - } - }; - - const engine = new ReduxRouterEngine({ - routes: "./test/routes", - routesHandlerPath: "./test" - }); - - return engine.render(req).then(result => { - expect(result.status).to.equal(200); - expect(result.prefetch).include("test-init2"); - }); - }); - - it("should have state preloaded after rendering", () => { - process.env.NODE_ENV = "production"; - const req = { - path: "/test/redux", - method: "get", - log: () => {}, - app: {}, - url: Url.parse("/test/redux") - }; - - const engine = new ReduxRouterEngine({ - routes, - routesHandlerPath: Path.join(__dirname, "..") - }); - - return engine.render(req).then(result => { - expect(result.prefetch).include("52"); - }); - }); -}); diff --git a/packages/electrode-redux-router-engine/test/spec/util.spec.js b/packages/electrode-redux-router-engine/test/spec/util.spec.js deleted file mode 100644 index f51322581..000000000 --- a/packages/electrode-redux-router-engine/test/spec/util.spec.js +++ /dev/null @@ -1,39 +0,0 @@ -"use strict"; - -const util = require("../../lib/util"); -const Path = require("path"); -const sinon = require("sinon"); - -describe("util", function () { - it("es6Default should return default", () => { - expect(util.es6Default({ default: "hello" })).to.equal("hello"); - }); - - it("es6Default should return mod if no default", () => { - expect(util.es6Default({ foo: "hello" })).to.have.key("foo"); - }); - - it("resolveModulePath should resolve leading . paths", () => { - expect(util.resolveModulePath("./test")).to.equal(Path.resolve("test")); - }); - - it("resolveModulePath should not resolve paths w/o leading .", () => { - expect(util.resolveModulePath("test")).to.equal("test"); - }); - - it("getTargetByQuery should get default target from request query string", () => { - const target = util.getTargetByQuery({}, ["default"]); - expect(target).to.equal("default"); - }); - - it("getTargetByQuery should get target if query __dist refer to existing target bundle", () => { - const target = util.getTargetByQuery({ __dist: "es6" }, ["default", "es6"]); - expect(target).to.equal("es6"); - }); - - it("getEnvTargets should get an array of all babel env targets", () => { - const stubbed = sinon.stub(require("fs"), "readdirSync").callsFake(() => ["dist", "dist-es6", "a", "b"]); - expect(util.getEnvTargets()).to.include("default").to.include("es6"); - stubbed.restore(); - }); -}); diff --git a/packages/electrode-redux-router-engine/test/test-init.js b/packages/electrode-redux-router-engine/test/test-init.js deleted file mode 100644 index 84cb44d07..000000000 --- a/packages/electrode-redux-router-engine/test/test-init.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; - -module.exports = async function(options) { - const name = options.route.name || "foo"; - return { - reducer: { - [name]: x => x || [] - }, - initialState: await Promise.resolve({ - [name]: ["test-init"] - }) - }; -}; diff --git a/packages/electrode-redux-router-engine/test/test-init2.js b/packages/electrode-redux-router-engine/test/test-init2.js deleted file mode 100644 index e24f0b068..000000000 --- a/packages/electrode-redux-router-engine/test/test-init2.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; - -module.exports = function(options) { - const name = options.route.name || "foo"; - return { - reducer: { - [name]: x => x || [] - }, - initialState: { - [name]: ["test-init2"] - } - }; -}; diff --git a/packages/electrode-redux-router-engine/test/test-redux.js b/packages/electrode-redux-router-engine/test/test-redux.js deleted file mode 100644 index d2885ed7d..000000000 --- a/packages/electrode-redux-router-engine/test/test-redux.js +++ /dev/null @@ -1,19 +0,0 @@ -"use strict"; - -module.exports = options => { - const name = options.route.name; - return { - reducer: { - [name]: (state, action) => { - if (action.type === "INC_NUMBER") { - return state + 1; - } - - return state || 0; - } - }, - initialState: { - [name]: 51 - } - }; -}; diff --git a/packages/electrode-redux-router-engine/test/top-reducer.js b/packages/electrode-redux-router-engine/test/top-reducer.js deleted file mode 100644 index e0948f20a..000000000 --- a/packages/electrode-redux-router-engine/test/top-reducer.js +++ /dev/null @@ -1,40 +0,0 @@ -"use strict"; - -const { combineReducers } = require("redux"); - -module.exports = async function(options) { - const name = options.route.name || "top"; - - await options.awaitInits(); - - // - // top route manually combine reducers from all matched child routes - // - const allReducers = Object.assign.apply( - null, - [ - {}, - { - [name]: () => "top-reducer" - } - ].concat(options.inits.map(x => x.reducer)) - ); - - // - // The primary purpose of returning a reducer function directly is when - // the behavior of redux's combineReducers is not desirable, it's possible to - // replace that with a custom implementation here. - // - // See these docs from redux for details: - // - https://redux.js.org/api-reference/combinereducers#notes - // - https://redux.js.org/api-reference/combinereducers#tips - // - const reducer = combineReducers(allReducers); - - return { - reducer, // returning this as a function make redux router engine skip combineReducers - initialState: { - [name]: "blah" // reducer above should replace this with "top-reducer" always - } - }; -}; diff --git a/packages/electrode-redux-router-engine/test/top-wait.js b/packages/electrode-redux-router-engine/test/top-wait.js deleted file mode 100644 index b13001d1f..000000000 --- a/packages/electrode-redux-router-engine/test/top-wait.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; - -module.exports = async function(options) { - await options.awaitInits(); - const name = options.route.name || "top-wait"; - return { - reducer: { - [name]: x => x || [] - }, - initialState: { - [name]: ["top-wait"] - } - }; -}; diff --git a/packages/electrode-redux-router-engine/xclap.js b/packages/electrode-redux-router-engine/xclap.js deleted file mode 100644 index ea371779c..000000000 --- a/packages/electrode-redux-router-engine/xclap.js +++ /dev/null @@ -1 +0,0 @@ -require("electrode-archetype-njs-module-dev")(); diff --git a/packages/electrode-ui-config/.eslintrc b/packages/electrode-ui-config/.eslintrc deleted file mode 100644 index 5f6ea6525..000000000 --- a/packages/electrode-ui-config/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "./node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-node" diff --git a/packages/electrode-ui-config/CHANGELOG.json b/packages/electrode-ui-config/CHANGELOG.json deleted file mode 100644 index 355f7a63f..000000000 --- a/packages/electrode-ui-config/CHANGELOG.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "electrode-ui-config", - "entries": [ - { - "version": "1.4.0", - "tag": "electrode-ui-config_v1.4.0", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": { - "minor": [ - { - "comment": "Export missing `fastify` config" - } - ] - } - } - ] -} diff --git a/packages/electrode-ui-config/CHANGELOG.md b/packages/electrode-ui-config/CHANGELOG.md deleted file mode 100644 index c64318aa0..000000000 --- a/packages/electrode-ui-config/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Change Log - electrode-ui-config - -This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified. - -## 1.4.0 -Thu, 04 May 2023 21:08:31 GMT - -### Minor changes - -- Export missing `fastify` config - diff --git a/packages/electrode-ui-config/README.md b/packages/electrode-ui-config/README.md deleted file mode 100644 index 4acd6ca62..000000000 --- a/packages/electrode-ui-config/README.md +++ /dev/null @@ -1,116 +0,0 @@ -# electrode-ui-config(Deprecated) - -Makes the `ui` section from your app config available to your UI code. It works isomorphically. - -## Install - - npm install electrode-ui-config --save - -## Usage - -To access the `ui` section from your app config, use `electrode-ui-config.ui`. - -For example. - -```js -import Config from "electrode-ui-config"; - -export default class MyComponent extends React.Component { - render() { - if (Config.ui.doThis) { - return - } else { - return - } - } -} -``` - -## Utilities - -This module provides the following utilities: - -### [fullPath](#fullpath) - -`fullPath(path)` - -It will join `config.ui.basePath` with `path` to make a full UI route path. - -Params - -- `path` - the path to join with basePath - -Returns - -- A full UI route path with basePath. -- if `path` is empty, then `basePath` is returned. - -### fullApiPath - -`fullApiPath(path)` - -Joins `config.ui.basePath`, `config.ui.apiPath` and `path` to make a full API route path. -`basePath` defaults to `""`, `apiPath` defaults to `"/api"`. - -Params - -- `path` - the path to join with basePath and apiPath - -Returns - -- A full API route path. If `path` is empty, then `//` is returned. - -## How it works - -This package utilize a webpack feature which looks at the `browser` field in `package.json` and use that when bundling. - -When running on server side, NodeJS require looks at the `main` field, which points to another file. - -## Other Requirements - -The client side simply uses `window.config` to retrieve the config values. Your application needs to be an Electrode app that uses [electrode-server] and [electrode-react-webapp], which sends `ui` section from your app config to the browser in the Index template. - -See [electrode server configuration] for details on setting up config files for your app. - -### Configuration files - -Sample: - -```js -{ - connections: { - ... - }, - plugins: { - ... - }, - ui: { - - } -} -``` - -[electrode-server]: https://github.com/electrode-io/electrode-server - -[electrode-react-webapp]: https://github.com/electrode-io/electrode/tree/master/packages/electrode-react-webapp - -[electrode server configuration]: https://github.com/electrode-io/electrode-server#configuration - -## Server side render specific config - -Occasionally apps or components need access to different config on server and client. To do this, -add a `ssrUi` property to the root level of the config object: - -```js -{ - ... - ssrUi { - foo: "ServerOnlyValue" - }, - ui: { - foo: "ClientOnlyValue" - } -} -``` - -`ssrUi` properties will overwrite any matching properties defined in `ui`. Isomorphic code can use `Config.ui` and properties defined in both `ssrUi` and `ui` will only be available in the respective environments. diff --git a/packages/electrode-ui-config/hapi-plugin.js b/packages/electrode-ui-config/hapi-plugin.js deleted file mode 100644 index 925447ae3..000000000 --- a/packages/electrode-ui-config/hapi-plugin.js +++ /dev/null @@ -1,32 +0,0 @@ -"use strict"; - -const { universalHapiPlugin } = require("electrode-hapi-compat"); - -const uiConfig = require("./lib"); -const pkg = require("./package.json"); - -// -// On the server we need to acquire the config from the server object -// For Electrode Server, the config is in server.app.config -// -function uiConfigRegister(server, options, next) { - uiConfig.config = (server.app && server.app.config) || {}; - - next && next(); -} - -uiConfigRegister.attributes = { - name: "ui-config", - version: "1.0.0" -}; - -module.exports = uiConfigRegister; - -module.exports = universalHapiPlugin( - { - hapi16: uiConfigRegister, - hapi17: uiConfigRegister, - fastify: uiConfigRegister - }, - pkg -); diff --git a/packages/electrode-ui-config/lib/index.js b/packages/electrode-ui-config/lib/index.js deleted file mode 100644 index 0b9f28d4c..000000000 --- a/packages/electrode-ui-config/lib/index.js +++ /dev/null @@ -1,15 +0,0 @@ -"use strict"; - -const defaultsDeep = require("lodash/defaultsDeep"); -const uiConfig = require("../dist/ui-config"); - -const _config = {}; - -Object.defineProperty(_config, "config", { - set: config => { - const mergedConfig = defaultsDeep({}, config.ssrUi, config.ui); - Object.assign(_config, uiConfig({ ui: mergedConfig })); - } -}); - -module.exports = _config; diff --git a/packages/electrode-ui-config/package.json b/packages/electrode-ui-config/package.json deleted file mode 100644 index 00f0d78e8..000000000 --- a/packages/electrode-ui-config/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "electrode-ui-config", - "version": "1.4.0", - "description": "Isomorphic UI config", - "main": "lib/index.js", - "browser": "dist/csindex.js", - "xclap": { - "npm": true, - "tasks": { - "check": [ - [ - "pkg/lint", - "compile" - ], - "electrode/check" - ], - "lint": [ - [ - "lint-src", - "electrode/lint" - ] - ] - } - }, - "scripts": { - "test": "clap pkg/check", - "coverage": "clap pkg/check", - "check": "clap pkg/check", - "lint-src": "eslint src --color", - "compile": "babel --presets=es2015 src -d dist --source-maps", - "build": "babel --presets=es2015 src -d dist --source-maps" - }, - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "keywords": [], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "dist", - "lib", - "hapi-plugin.js" - ], - "devDependencies": { - "babel-cli": "^6.26.0", - "@xarc/run": "^1.1.1", - "babel-preset-es2015": "^6.24.1", - "bluebird": "^2.11.0", - "electrode-archetype-njs-module-dev": "^3.0.3", - "nyc": "^15.1.0" - }, - "dependencies": { - "bluebird": "^2.11.0", - "electrode-hapi-compat": "^1.0.0", - "lodash": "^4.17.11" - }, - "nyc": { - "all": true, - "check-coverage": true, - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100, - "cache": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "src", - "test" - ] - } -} diff --git a/packages/electrode-ui-config/src/csindex.js b/packages/electrode-ui-config/src/csindex.js deleted file mode 100644 index 7240c3691..000000000 --- a/packages/electrode-ui-config/src/csindex.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; - -/* global window */ - -module.exports = require("./ui-config")(window._config || {}); diff --git a/packages/electrode-ui-config/src/ui-config.js b/packages/electrode-ui-config/src/ui-config.js deleted file mode 100644 index da67bf448..000000000 --- a/packages/electrode-ui-config/src/ui-config.js +++ /dev/null @@ -1,33 +0,0 @@ -"use strict"; - -/* eslint-disable no-invalid-this */ - -function join(paths) { - const x = paths.filter(p => p).join("/"); - - if (paths[0] === "/" && x === "/") { - // returning "" for [ "/", "", "", ... ] - return ""; - } - - return x.match(/^\/+$/) // avoid returning "" for [ "/", "/", ... ] - ? "/" - : x.replace(/\/+/g, "/").replace(/\/$/, ""); // remove multiple /'s and trailing / -} - -function reload(data) { - data = data || {}; - const ui = data.ui || {}; - const basePath = ui.basePath || ""; - const apiPath = ui.apiPath || "/api"; - this.ui = ui; - this.fullPath = path => join([basePath, path]); - this.fullApiPath = path => join([basePath, apiPath, path]); -} - -module.exports = function(data) { - const config = {}; - config.reload = reload; - config.reload(data); - return config; -}; diff --git a/packages/electrode-ui-config/test/.eslintrc b/packages/electrode-ui-config/test/.eslintrc deleted file mode 100644 index e9da91c41..000000000 --- a/packages/electrode-ui-config/test/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "../node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-test" \ No newline at end of file diff --git a/packages/electrode-ui-config/test/mocha.opts b/packages/electrode-ui-config/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-ui-config/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-ui-config/test/spec/csindex.spec.js b/packages/electrode-ui-config/test/spec/csindex.spec.js deleted file mode 100644 index 5b31ad96c..000000000 --- a/packages/electrode-ui-config/test/spec/csindex.spec.js +++ /dev/null @@ -1,30 +0,0 @@ -"use strict"; - -const chai = require("chai"); -const expect = chai.expect; - -describe("clientUiConfig", function() { - const csindex = "../../dist/csindex"; - it("should provide ui config for client", function() { - global.window = { - _config: { - ui: { - basePath: "/test" - } - } - }; - - delete require.cache[require.resolve(csindex)]; - const uiConfig = require(csindex); - expect(uiConfig.fullPath()).to.equal("/test"); - expect(uiConfig.fullPath("/status")).to.equal("/test/status"); - expect(uiConfig.ui).to.be.ok; - }); - - it("should provide empty ui without window._config", function() { - global.window = {}; - delete require.cache[require.resolve(csindex)]; - const uiConfig = require(csindex); - expect(uiConfig.ui).to.be.an("object").that.is.empty; - }); -}); diff --git a/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js b/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js deleted file mode 100644 index 7b7677a48..000000000 --- a/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js +++ /dev/null @@ -1,40 +0,0 @@ -"use strict"; - -const config = require("../../"); -const plugin = require("../../hapi-plugin"); - -describe("hapi-plugin", function() { - it("should register server and set its app.config", () => { - const server = { - app: { - config: { - ui: { - hello: "world" - } - } - } - }; - - plugin(server, {}, () => { - expect(config.ui.hello).to.equal("world"); - }); - }); - - it("should register server without app", () => { - const server = {}; - - plugin(server, {}, () => { - expect(config.ui).to.be.empty; - }); - }); - - it("should register server without app.config", () => { - const server = { - app: {} - }; - - plugin(server, {}, () => { - expect(config.ui).to.be.empty; - }); - }); -}); diff --git a/packages/electrode-ui-config/test/spec/index.spec.js b/packages/electrode-ui-config/test/spec/index.spec.js deleted file mode 100644 index 54936e9ad..000000000 --- a/packages/electrode-ui-config/test/spec/index.spec.js +++ /dev/null @@ -1,29 +0,0 @@ -"use strict"; - -process.env.NODE_CONFIG_DIR = "test/config/default"; - -const chai = require("chai"); -const expect = chai.expect; -const uiConfig = require("../../lib"); - -describe("config", function() { - beforeEach(() => { - uiConfig.config = { - ui: { - basePath: "/test" - } - }; - }); - - it("should have ui", () => { - expect(uiConfig.ui).to.be.ok; - expect(uiConfig.ui.basePath).to.equal("/test"); - }); - - describe("fullPath", function() { - it("should return '/test' for undefined or empty ''", () => { - expect(uiConfig.fullPath()).to.equal("/test"); - expect(uiConfig.fullPath("")).to.equal("/test"); - }); - }); -}); diff --git a/packages/electrode-ui-config/test/spec/ui-config.spec.js b/packages/electrode-ui-config/test/spec/ui-config.spec.js deleted file mode 100644 index 81e7a65ef..000000000 --- a/packages/electrode-ui-config/test/spec/ui-config.spec.js +++ /dev/null @@ -1,137 +0,0 @@ -"use strict"; - -process.env.NODE_CONFIG_DIR = "test/config/default"; -const uiConfig = require("../../dist/ui-config"); - -const chai = require("chai"); -const expect = chai.expect; - -describe("uiConfig", function() { - it("should create fullPath w/o trailing / for empty basePath", function() { - // [ basePath, path ] - // [ "", undefined ] => "" - // [ "", "" ] => "" - // [ "", "/" ] => "/" - // [ "", "/abc1" ] => "/abc1" - // [ "", "/abc2/" ] => "/abc2" - // [ "", "abc3" ] => "abc3" - // [ "", "abc4/" ] => "abc4" - // [ "", "/abc5/bar" ] => "/abc5/bar" - // [ "", "abc6/bar" ] => "abc6/bar" - - const config = uiConfig({ ui: { basePath: "" } }); - expect(config.fullPath()).to.equal(""); - expect(config.fullPath("")).to.equal(""); - expect(config.fullPath("/")).to.equal("/"); - expect(config.fullPath("/abc1")).to.equal("/abc1"); - expect(config.fullPath("/abc2/")).to.equal("/abc2"); - expect(config.fullPath("abc3")).to.equal("abc3"); - expect(config.fullPath("abc4/")).to.equal("abc4"); - expect(config.fullPath("/abc5/bar")).to.equal("/abc5/bar"); - expect(config.fullPath("abc6/bar")).to.equal("abc6/bar"); - }); - - it("should create fullPath w/o trailing / for basePath /", function() { - // [ basePath, path ] - // [ "/", undefined ] => "" - // [ "/", "" ] => "" - // [ "/", "/" ] => "/" - // [ "/", "/abc1" ] => "/abc1" - // [ "/", "/abc2/" ] => "/abc2" - // [ "/", "abc3" ] => "/abc3" - // [ "/", "abc4/" ] => "/abc4" - // [ "/", "/abc5/bar" ] => "/abc5/bar" - // [ "/", "abc6/bar" ] => "/abc6/bar" - - const config = uiConfig({ ui: { basePath: "/" } }); - expect(config.fullPath()).to.equal(""); - expect(config.fullPath("")).to.equal(""); - expect(config.fullPath("/")).to.equal("/"); - expect(config.fullPath("/abc1")).to.equal("/abc1"); - expect(config.fullPath("/abc2/")).to.equal("/abc2"); - expect(config.fullPath("abc3")).to.equal("/abc3"); - expect(config.fullPath("abc4/")).to.equal("/abc4"); - expect(config.fullPath("/abc5/bar")).to.equal("/abc5/bar"); - expect(config.fullPath("abc6/bar")).to.equal("/abc6/bar"); - }); - - it("should create fullPath w/o trailing / for basePath /test", function() { - // [ basePath, path ] - // [ "/test/", undefined ] => "/test" - // [ "/test/", "" ] => "/test" - // [ "/test/", "/" ] => "/test" - // [ "/test/", "/abc1" ] => "/test/abc1" - // [ "/test/", "/abc2/" ] => "/test/abc2" - // [ "/test/", "abc3" ] => "/test/abc3" - // [ "/test/", "abc4/" ] => "/test/abc4" - // [ "/test/", "/abc5/bar" ] => "/test/abc5/bar" - // [ "/test/", "abc6/bar" ] => "/test/abc6/bar" - - const config = uiConfig({ ui: { basePath: "/test" } }); - expect(config.fullPath()).to.equal("/test"); - expect(config.fullPath("")).to.equal("/test"); - expect(config.fullPath("/")).to.equal("/test"); - expect(config.fullPath("/abc1")).to.equal("/test/abc1"); - expect(config.fullPath("/abc2/")).to.equal("/test/abc2"); - expect(config.fullPath("abc3")).to.equal("/test/abc3"); - expect(config.fullPath("abc4/")).to.equal("/test/abc4"); - expect(config.fullPath("/abc5/bar")).to.equal("/test/abc5/bar"); - expect(config.fullPath("abc6/bar")).to.equal("/test/abc6/bar"); - }); - - it("should create fullPath w/o trailing / for basePath /test/", function() { - // [ basePath, path ] - // [ "/test/", undefined ] => "/test" - // [ "/test/", "" ] => "/test" - // [ "/test/", "/" ] => "/test" - // [ "/test/", "/abc1" ] => "/test/abc1" - // [ "/test/", "/abc2/" ] => "/test/abc2" - // [ "/test/", "abc3" ] => "/test/abc3" - // [ "/test/", "abc4/" ] => "/test/abc4" - // [ "/test/", "/abc5/bar" ] => "/test/abc5/bar" - // [ "/test/", "abc6/bar" ] => "/test/abc6/bar" - - const config = uiConfig({ ui: { basePath: "/test/" } }); - expect(config.fullPath()).to.equal("/test"); - expect(config.fullPath("")).to.equal("/test"); - expect(config.fullPath("/")).to.equal("/test"); - expect(config.fullPath("/abc1")).to.equal("/test/abc1"); - expect(config.fullPath("/abc2/")).to.equal("/test/abc2"); - expect(config.fullPath("abc3")).to.equal("/test/abc3"); - expect(config.fullPath("abc4/")).to.equal("/test/abc4"); - expect(config.fullPath("/abc5/bar")).to.equal("/test/abc5/bar"); - expect(config.fullPath("abc6/bar")).to.equal("/test/abc6/bar"); - }); - - it("should remove trailing / from fullApiPath to create fullApiPath", function() { - const config = uiConfig({ ui: { basePath: "/test/", apiPath: "/testApi" } }); - - expect(config.fullApiPath()).to.equal("/test/testApi"); - expect(config.fullApiPath("")).to.equal("/test/testApi"); - expect(config.fullApiPath("/")).to.equal("/test/testApi"); - expect(config.fullApiPath("/abc")).to.equal("/test/testApi/abc"); - expect(config.fullApiPath("/abc/")).to.equal("/test/testApi/abc"); - expect(config.fullApiPath("abc")).to.equal("/test/testApi/abc"); - expect(config.fullApiPath("abc/")).to.equal("/test/testApi/abc"); - expect(config.fullApiPath("/abc/bar")).to.equal("/test/testApi/abc/bar"); - expect(config.fullApiPath("abc/bar")).to.equal("/test/testApi/abc/bar"); - }); - - it("should handle missing apiPath", function() { - const config = uiConfig({ ui: { basePath: "/" } }); - - expect(config.fullApiPath()).to.equal("/api"); - expect(config.fullApiPath("")).to.equal("/api"); - expect(config.fullApiPath("/")).to.equal("/api"); - expect(config.fullApiPath("/abc")).to.equal("/api/abc"); - expect(config.fullApiPath("/abc/")).to.equal("/api/abc"); - expect(config.fullApiPath("abc")).to.equal("/api/abc"); - expect(config.fullApiPath("abc/")).to.equal("/api/abc"); - expect(config.fullApiPath("/abc/bar")).to.equal("/api/abc/bar"); - expect(config.fullApiPath("abc/bar")).to.equal("/api/abc/bar"); - }); - - it("should guard against empty config", function() { - expect(uiConfig, undefined).to.not.throw(); - }); -}); diff --git a/packages/electrode-ui-config/xclap.js b/packages/electrode-ui-config/xclap.js deleted file mode 100644 index b54223352..000000000 --- a/packages/electrode-ui-config/xclap.js +++ /dev/null @@ -1,3 +0,0 @@ -"use strict"; - -require("electrode-archetype-njs-module-dev")(); diff --git a/packages/electrode-ui-logger/.eslintrc b/packages/electrode-ui-logger/.eslintrc deleted file mode 100644 index 5f6ea6525..000000000 --- a/packages/electrode-ui-logger/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "./node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-node" diff --git a/packages/electrode-ui-logger/CHANGELOG.json b/packages/electrode-ui-logger/CHANGELOG.json deleted file mode 100644 index 9f8912ef0..000000000 --- a/packages/electrode-ui-logger/CHANGELOG.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "electrode-ui-logger", - "entries": [ - { - "version": "1.1.7", - "tag": "electrode-ui-logger_v1.1.7", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": { - "patch": [ - { - "comment": "Add `@xarc/run` to dev dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"electrode-ui-config\" from `^1.3.2` to `^1.4.0`" - } - ] - } - } - ] -} diff --git a/packages/electrode-ui-logger/CHANGELOG.md b/packages/electrode-ui-logger/CHANGELOG.md deleted file mode 100644 index a51383c44..000000000 --- a/packages/electrode-ui-logger/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Change Log - electrode-ui-logger - -This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified. - -## 1.1.7 -Thu, 04 May 2023 21:08:31 GMT - -### Patches - -- Add `@xarc/run` to dev dependency - diff --git a/packages/electrode-ui-logger/README.md b/packages/electrode-ui-logger/README.md deleted file mode 100644 index 55a702d82..000000000 --- a/packages/electrode-ui-logger/README.md +++ /dev/null @@ -1,75 +0,0 @@ -

electrode-ui-logger(Deprecated)

- -Log well and prosper. Happy Logging! - -This is a logger for UI code with an Electrode server as backend support. - -When your UI code is running on the browser, the logger will save up your logs and send them to the log API `{basePath}/api/logger` every **10** seconds. - -When your UI code is running on the server for SSR, the logger will call `request.log`. This is why the `request` option is required on the server. - -# Install - -```bash -$ npm install electrode-ui-logger --save -``` - -# Logger usage - -The logging interface provides a simple api for generating developer logs. - -```js -import logger from "electrode-ui-logger"; - -logger.log(tags, data, options); - -``` - - * **`tags`** - array of strings used to specify log level, transport(s) and to otherwise categorize log entries - - * **`data`** - string or object, for transmitting log message and other information - - * **`options`** - object with additional options. Currently the only option is `request` which is required for SSR. For CSR the options are ignored and can be considered optional. - -Examples: - -```js -logger.log(["error"], {err: "some error occurred"}, {request: req}); - -logger.log("info", {msg: "hello, world"}); // you can use a string for tags directly - -logger.info({msg: "info is hello world"}); -``` - -Data objects have some special keys: - - * `msg`: To include a log message along with other data - - `logger.log(["info"], { a: "b", msg: "Log message" });` - - * `err`: Errors should be passed in using the `err` field: - - `logger.log(["error"], { err: err });` - -Reserved keys (do not use as top-level keys in `data`): `tags` - -## Log levels - -* To set the log level, include it in the tags. -* Valid log levels: `"trace", "debug", "info", "warn", "error", "fatal"` - (case insensitive) -* If more than one level is specified, the higher level is used. E.g. - `logger.log(["info", "warn"], {})` will be logged at `warn` -* Level defaults to `info` if none is specified - -## API Aliases - -These are the API aliases for different log levels: - - * `logger.info(data, options)` - * `logger.warn(data, options)` - * `logger.fatal(data, options)` - * `logger.error(data, options)` - * `logger.debug(data, options)` - * `logger.trace(data, options)` - \ No newline at end of file diff --git a/packages/electrode-ui-logger/lib/csindex.js b/packages/electrode-ui-logger/lib/csindex.js deleted file mode 100644 index d4e0e20fa..000000000 --- a/packages/electrode-ui-logger/lib/csindex.js +++ /dev/null @@ -1,84 +0,0 @@ -"use strict"; -/* - * This file is intended to be executed by browsers only - */ - -/* eslint-disable */ - -var stringify = require('json-stringify-safe'); -var safeEventBuilder = require("./safe-event-builder"); -var Log = require("./logger"); - -// Require the fetch polyfill -require("whatwg-fetch"); - -Log._stream = []; -Log.fetch = window.fetch; -Log.config = require("electrode-ui-config"); - -Log.setFetch = function (_fetch) { - Log.fetch = _fetch; -}; - -Log.setConfig = function (_config) { - Log.config = _config; -}; - -Log._flush = function () { - if (Log._stream.length > 0) { - var payload = { - credentials: "include", - disableAnalytics: true, - method: "POST", - headers: { - "Accept": "application/json", - "Content-Type": "application/json" - }, - body: stringify(Log._stream) - }; - - Log._stream = []; - - return Log.fetch(Log.config.fullApiPath("/logger"), payload); - } -}; - -Log.setLogInterval = function (_interval) { - Log._interval = _interval; - - if (Log._poll) { - clearInterval(Log._poll); - } - - Log._poll = setInterval(Log._flush, Log._interval); -}; - -Log.setLogInterval(10000); - -Log._addLogMessage = function (data) { - Log._stream.push(data); -}; - -// The client logger has an extra endpoint for analytics events -Log.addLogEvent = function (evt) { - if (evt._type === "log") { - Log._stream.push({ - tags: [evt.level], - data: { - content: evt.content, - context: evt.context - } - }); - if (process.env.NODE_ENV !== "production") { - console.log(["log", evt.level, evt.content]); // eslint-disable-line no-console - } - } else { - /* eslint-disable no-lonely-if */ - if (process.env.NODE_ENV !== "production") { - console.log(evt); // eslint-disable-line no-console - } - Log._stream.push({tags: ["info"], data: safeEventBuilder(evt)}); - } -}; - -module.exports = Log; diff --git a/packages/electrode-ui-logger/lib/index.js b/packages/electrode-ui-logger/lib/index.js deleted file mode 100644 index 98fcdcbef..000000000 --- a/packages/electrode-ui-logger/lib/index.js +++ /dev/null @@ -1,36 +0,0 @@ -"use strict"; - -const Log = require("./logger"); - -const fail = { - log: (tags, data) => { - console.error(`Failed to send logs: ${tags} ${data}.`); // eslint-disable-line - } -}; - -Log._addLogMessage = function (data, opts) { - if (!opts || !opts.request) { - fail.log("Missing request option"); - } - opts.request.log(data.tags, data.data); -}; - -Log._flush = function (opts) { - if (!opts || !opts.request) { - fail("Missing request option"); - } - opts.request.log(["warn"], "Log flushing is not valid on server"); //eslint-disable-line -}; - -Log.addLogEvent = function (evt, opts) { - if (!opts || !opts.request) { - fail("Missing request option"); - } - opts.request.log(["warn"], "Logging analytics events not valid on server"); -}; - -Log.setServer = function (server) { - this.server = server; -}; - -module.exports = Log; diff --git a/packages/electrode-ui-logger/lib/logger.js b/packages/electrode-ui-logger/lib/logger.js deleted file mode 100644 index 020fecbad..000000000 --- a/packages/electrode-ui-logger/lib/logger.js +++ /dev/null @@ -1,48 +0,0 @@ -/* - * This file is intended to be executed by browsers and server - */ - -/* eslint-disable */ - -var Log; - -function log(level, data, opts) { - Log._addLogMessage({tags: typeof level === "string" ? [level] : level, data: data}, opts); -} - -function flush() { - Log._flush(); -} - -Log = { - info: function (data, opts) { - log(["info"], data, opts); - }, - - warn: function (data, opts) { - log(["warn"], data, opts); - }, - - fatal: function (data, opts) { - log(["fatal"], data, opts); - }, - - error: function (data, opts) { - log(["error"], data, opts); - }, - - debug: function (data, opts) { - log(["debug"], data, opts); - }, - - trace: function (data, opts) { - log(["trace"], data, opts); - }, - - log: log, - - flush: flush -}; - -module.exports = Log; - diff --git a/packages/electrode-ui-logger/lib/safe-event-builder.js b/packages/electrode-ui-logger/lib/safe-event-builder.js deleted file mode 100644 index 0b1da2eed..000000000 --- a/packages/electrode-ui-logger/lib/safe-event-builder.js +++ /dev/null @@ -1,57 +0,0 @@ -"use strict"; -/* eslint-env es5 */ -/* eslint-disable no-var */ - -var omit = require("lodash.omit"); -var keys = require("lodash.keys"); - -module.exports = function (evt) { - if (!(evt && keys(evt).length)) { - // We explicitly make a known "undefined" state for traceability - // rather than returning an empty object through the logging - return { - _type: "undefined", - state: "undefined" - }; - } - - if (evt._type === "fetch") { - var safeEvt = { - _type: evt._type, - state: evt.state - }; - - if (evt.extras && evt.extras.request) { - safeEvt.extras = { - request: evt.extras.request, - response: { - status: evt.extras.response ? evt.extras.response.status : null - }, - options: evt.extras.options, - time: evt.extras.time - }; - } else { - safeEvt.extras = { - response: { - status: null - } - }; - } - - return safeEvt; - - } else { - var otherProps = null; - if (evt.props) { - otherProps = omit(evt.props, "children"); - } - return { - _type: evt._type, - context: evt.context, - event: evt.event, - extras: evt.extras, - props: otherProps, - state: evt.state - }; - } -}; diff --git a/packages/electrode-ui-logger/package.json b/packages/electrode-ui-logger/package.json deleted file mode 100644 index f2634335c..000000000 --- a/packages/electrode-ui-logger/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "electrode-ui-logger", - "version": "1.1.7", - "description": "Electrode Logging Utility for UI code", - "main": "./lib/index.js", - "browser": "./lib/csindex.js", - "private": false, - "directories": { - "test": "test" - }, - "scripts": { - "build": "echo \"Nothing to build. Just a placeholder\"", - "test": "clap test-only", - "coverage": "clap test-cov", - "check": "clap check", - "format": "prettier --write --print-width 100 *.js `find . -type d -d 1 -exec echo '{}/**/*.js' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`" - }, - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "keywords": [], - "license": "Apache-2.0", - "files": [ - "lib" - ], - "devDependencies": { - "electrode-archetype-njs-module-dev": "^2.3.2", - "@xarc/run": "^1.1.1" - }, - "dependencies": { - "electrode-ui-config": "^1.4.0", - "json-stringify-safe": "^5.0.1", - "lodash.keys": "^4.2.0", - "lodash.omit": "^4.5.0", - "whatwg-fetch": "^2.0.3" - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test" - ] - } -} diff --git a/packages/electrode-ui-logger/test/.eslintrc b/packages/electrode-ui-logger/test/.eslintrc deleted file mode 100644 index e9da91c41..000000000 --- a/packages/electrode-ui-logger/test/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - "../node_modules/electrode-archetype-njs-module-dev/config/eslint/.eslintrc-test" \ No newline at end of file diff --git a/packages/electrode-ui-logger/test/mocha.opts b/packages/electrode-ui-logger/test/mocha.opts deleted file mode 100644 index 022f99b50..000000000 --- a/packages/electrode-ui-logger/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---recursive diff --git a/packages/electrode-ui-logger/test/spec/csindex.js b/packages/electrode-ui-logger/test/spec/csindex.js deleted file mode 100644 index 388e94406..000000000 --- a/packages/electrode-ui-logger/test/spec/csindex.js +++ /dev/null @@ -1,106 +0,0 @@ -"use strict"; - -describe("client-side logger", function () { - let fetchUrl; - let fetchPayload; - let Log; - let Config; - - function mockFetch(url, payload) { - fetchUrl = url; - fetchPayload = payload; - } - - before(function() { - global.window = { - _wml: { - config: { - ui: {} - } - } - }; - - Config = require("electrode-ui-config/dist/csindex"); - }); - - beforeEach(function () { - delete require.cache[require.resolve("../../lib/csindex")]; - - Log = require("../../lib/csindex"); - Log.setLogInterval(200); - Log.setFetch(mockFetch); - Log.setConfig(Config); - }); - - afterEach(function () { - fetchUrl = undefined; - fetchPayload = undefined; - delete global.fetch; - }); - - after(function () { - delete global.fetch; - }); - - it("should flush the log entries", function () { - Log.info("test info"); - Log.warn("test warn"); - Log.fatal("test fatal"); - Log.error("test error"); - Log.debug("test debug"); - Log.trace("test trace"); - Log.log("log", "test log"); - Log._flush(); - - expect(fetchUrl).to.equal("/api/logger"); - expect(fetchPayload).to.deep.equal( - { - "credentials": "include", - "disableAnalytics": true, - "method": "POST", - "headers": { - "Accept": "application/json", - "Content-Type": "application/json" - }, - "body": `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line - } - ); - - }); - - it("should combine and log entries", function (done) { - Log.info("test info"); - Log.warn("test warn"); - Log.fatal("test fatal"); - Log.error("test error"); - Log.debug("test debug"); - Log.trace("test trace"); - Log.log("log", "test log"); - - setTimeout(() => { - expect(fetchUrl).to.equal("/api/logger"); - expect(fetchPayload).to.deep.equal( - { - "credentials": "include", - "disableAnalytics": true, - "method": "POST", - "headers": { - "Accept": "application/json", - "Content-Type": "application/json" - }, - "body": `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line - } - ); - - done(); - }, 200); - }); - - it("should not send any thing to log api if nothing was logged", function (done) { - Log.setFetch(function () { - throw new Error("fetch should not have been called"); - }); - - setTimeout(done, 200); - }); -}); diff --git a/packages/electrode-ui-logger/test/spec/index.spec.js b/packages/electrode-ui-logger/test/spec/index.spec.js deleted file mode 100644 index 3bc53ed4c..000000000 --- a/packages/electrode-ui-logger/test/spec/index.spec.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -describe("server-side logger", function () { - let Log; - let callCount = 0; - const request = { - log: () => callCount++ - }; - - beforeEach(() => { - delete require.cache[require.resolve("../../lib")]; - Log = require("../../lib"); - - // Log.setServer(server); - }); - - it("should log entries", function () { - Log.info("test info", {request: request}); - Log.warn("test warn", {request: request}); - Log.fatal("test fatal", {request: request}); - Log.error("test error", {request: request}); - Log.debug("test debug", {request: request}); - Log.trace("test trace", {request: request}); - Log.log(["log"], "test log", {request: request}); - expect(callCount).to.equal(7); - }); - - it("should throw error if request option not provided", function () { - expect(() => Log.info("test")); - }); -}); diff --git a/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js b/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js deleted file mode 100644 index 1166347cb..000000000 --- a/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js +++ /dev/null @@ -1,126 +0,0 @@ -"use strict"; - -const safeEventBuilder = require("../../lib/safe-event-builder"); - -describe("Client/helpers", () => { - describe("safeEventBuilder", () => { - let evt = null; - let expectedEvt = null; - - describe("event is invalid", () => { - beforeEach(() => { - expectedEvt = { - _type: "undefined", - state: "undefined" - }; - }); - - describe("when falsy", () => { - it("should return a safe event object", () => { - expect(safeEventBuilder()).to.deep.equal(expectedEvt); - expect(safeEventBuilder(null)).to.deep.equal(expectedEvt); - }); - }); - - describe("when empty", () => { - it("should return a safe event object", () => { - expect(safeEventBuilder({})).to.deep.equal(expectedEvt); - }); - }); - }); - - describe("event type is fetch", () => { - - describe("when `extras` attribute exists", () => { - beforeEach(() => { - evt = { - _type: "fetch", - context: "some foo context", - props: {}, - extras: { - request: "foo request", - response: { - status: "foo status" - }, - options: "foo options", - time: 12345 - }, - state: "all good" - }; - - expectedEvt = { - _type: "fetch", - extras: { - request: "foo request", - response: { - status: "foo status" - }, - options: "foo options", - time: 12345 - }, - state: "all good" - }; - }); - - it("should make a safe event", () => { - expect(safeEventBuilder(evt)).to.deep.equal(expectedEvt); - }); - }); - - describe("when `extras` attribute is undefined", () => { - beforeEach(() => { - evt = { - _type: "fetch" - }; - - expectedEvt = { - _type: "fetch", - state: undefined, - extras: { - response: { - status: null - } - } - }; - }); - - it("should not throw an error", () => { - expect(() => { - return safeEventBuilder(evt); - }).not.to.throw("TypeError: Cannot read property"); - }); - - it("should return a safe event", () => { - expect(safeEventBuilder(evt)).to.deep.equal(expectedEvt); - }); - }); - }); - - describe("event type is NOT fetch", () => { - let cycle = null; - - beforeEach(() => { - // setup circular reference in children - cycle = {}; - cycle.cycle = cycle; - evt = { - props: { - chooserName: "Quantity: ", - automationId: "Dropdown-ProductQuantity", - children: [cycle] - } - }; - }); - - it("should avoid cicular references", () => { - expect(() => { - return JSON.stringify(safeEventBuilder(evt)); - }).not.to.throw("JSON.stringify cannot serialize cyclic structures"); - }); - - it("should exclude children in props", () => { - expect(safeEventBuilder(evt).props).to.not.include.keys("children"); - }); - }); - }); -}); diff --git a/packages/electrode-ui-logger/xclap.js b/packages/electrode-ui-logger/xclap.js deleted file mode 100644 index 0cc34a430..000000000 --- a/packages/electrode-ui-logger/xclap.js +++ /dev/null @@ -1,3 +0,0 @@ -"use strict"; - -require("electrode-archetype-njs-module-dev")(); \ No newline at end of file diff --git a/packages/subapp-pbundle/.babelrc.js b/packages/subapp-pbundle/.babelrc.js deleted file mode 100644 index 673d1a716..000000000 --- a/packages/subapp-pbundle/.babelrc.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - extends: "subapp-pkg-util/babelrc.js" -}; diff --git a/packages/subapp-pbundle/.gitignore b/packages/subapp-pbundle/.gitignore deleted file mode 100644 index f8e2e7a9e..000000000 --- a/packages/subapp-pbundle/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -browser -dist -*-lock.* -node-dist diff --git a/packages/subapp-pbundle/CHANGELOG.json b/packages/subapp-pbundle/CHANGELOG.json deleted file mode 100644 index 0b3554eaf..000000000 --- a/packages/subapp-pbundle/CHANGELOG.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "subapp-pbundle", - "entries": [ - { - "version": "1.1.1", - "tag": "subapp-pbundle_v1.1.1", - "date": "Thu, 04 May 2023 21:08:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Dependency @xarc/app version bump from ^11.0.0 to ^11.0.3." - }, - { - "comment": "Updating dependency \"subapp-web\" from `^2.1.0` to `^2.1.1`" - } - ], - "patch": [ - { - "comment": "Add `@xarc/run` to dev dependency" - } - ] - } - } - ] -} diff --git a/packages/subapp-pbundle/CHANGELOG.md b/packages/subapp-pbundle/CHANGELOG.md deleted file mode 100644 index 17ee98bc8..000000000 --- a/packages/subapp-pbundle/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Change Log - subapp-pbundle - -This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified. - -## 1.1.1 -Thu, 04 May 2023 21:08:31 GMT - -### Patches - -- Add `@xarc/run` to dev dependency - diff --git a/packages/subapp-pbundle/README.md b/packages/subapp-pbundle/README.md deleted file mode 100644 index a4fa5be83..000000000 --- a/packages/subapp-pbundle/README.md +++ /dev/null @@ -1,80 +0,0 @@ -# Electrode Subapp For Preact and Redux Bundler(Deprecated) - -This module mainly serve to setup subapp-web with [Preact] framework, and the support for [redux-bundler] for Electrode subapps. - -It basically re-exports the module subapp-web and sets it up with [Preact] specific APIs. - -- For convenience, it also exports [preact]'s `h`, `Component`, and `render` APIs. -- It adds a new `reduxBundlerLoadSubApp` API for loading subapps that use [redux-bundler]. - -## ES6 and Modules - -This package only export its code for node.js with `main` field and ES modules with `module` field. - -This is neccessary for webpack to do treeshaking when bundling code. - -This module also depend on the app loading polyfills for ES6 libraries and APIs such as `Promise` or array methods. - -The recommendation is to use [polyfill.io](https://polyfill.io). - -## Babel Runtime - -This package transpile ES6 syntax to ES5 syntax and depend on [@babel/runtime] to provide helpers. It pulls version 7. - -## Usage - -To use, a subapp's code should be doing: - -```js -/** @jsx h */ -import { h, reduxBundlerLoadSubApp } from "subapp-pbundle"; - -import Component from "./component"; - -export default reduxBundlerLoadSubApp({ name: "MyComponent", Component }); -``` - -`preact` and `preact-render-to-string` are specified as peerDependencies, so you must install them as part of your `package.json` dependencies. - -## SSR App Context - -This module also exports a default Preact context that SSR uses to pass in server `request` object to your React component. - -ie: - -```js -import { AppContext } from "subapp-pbundle"; - -const Component = () => { - return ( - - {({ isSsr, ssr, subApp }) => { - return ( -
- IS_SSR: {`${Boolean(isSsr)}`} HAS_REQUEST: {ssr && ssr.request ? "yes" : "no"} -
- ); - }} -
- ); -}; -``` - -## Support for React Router - -TBD - -## Support for SSR with Suspense - -[Preact] Suspense support is still experimental. TBD. - -## License - -Copyright (c) 2016-present, WalmartLabs - -Licensed under the [Apache License, Version 2.0]. - -[apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0 -[preact-router]: https://www.npmjs.com/package/preact-router -[preact]: https://preactjs.com/ -[redux-bundler]: https://reduxbundler.com/ diff --git a/packages/subapp-pbundle/lib/framework-lib.js b/packages/subapp-pbundle/lib/framework-lib.js deleted file mode 100644 index 7fe290579..000000000 --- a/packages/subapp-pbundle/lib/framework-lib.js +++ /dev/null @@ -1,204 +0,0 @@ -"use strict"; - -const assert = require("assert"); -const { createElement } = require("preact"); -const { default: AppContext } = require("../dist/node/app-context"); -const prts = require("preact-render-to-string"); -const { Provider } = require("redux-bundler-preact"); - -class FrameworkLib { - constructor(ref) { - this.ref = ref; - this._prepared = false; - } - - async handlePrepare() { - this._prepared = true; - const { subApp, subAppServer, options } = this.ref; - - assert(!subApp.useReactRouter, "react router is not yet supported for preact"); - - this.StartComponent = subAppServer.StartComponent || subApp.Component; - - if (this.StartComponent && options.serverSideRendering === true) { - if (subApp.__redux) { - return await this.prepareReduxData(); - } else { - return await this.prepareData(); - } - } - - return false; - } - - async handleSSR() { - if (!this._prepared) { - await this.handlePrepare(); - await this.realizeReduxStore(); - } - - return this.handleSSRSync(); - } - - handleSSRSync() { - const { subApp, options } = this.ref; - - assert(this._prepared, "subapp's data must've been prepared to run handleSSRSync"); - - if (!this.StartComponent) { - return ``; - } else if (options.serverSideRendering === true) { - if (subApp.__redux) { - // we can't realize the store here because signaling store ready is async - assert(!this.store.realize, "BUG: redux store is not yet realized"); - assert(Provider, "subapp-pbundle: redux-bundler-preact Provider not available"); - // finally render the element with Redux Provider and the store created - return this.renderTo( - createElement(Provider, { store: this.store }, this.createTopComponent()), - this.ref.options - ); - } else { - return this.doSSR(); - } - } - - return ""; - } - - renderTo(element, options) { - assert(!options.useStream, "render to stream is not yet supported for preact"); - - assert(!options.suspenseSsr, "suspense is not yet supported for preact"); - - if (options.hydrateServerData) { - return prts.render(element); - } else { - return prts.render(element); - } - } - - createTopComponent(initialProps) { - const { request } = this.ref.context.user; - const { subApp } = this.ref; - const TopComponent = createElement(this.StartComponent, { - request, - ...initialProps - }); - - return createElement( - AppContext.Provider, - { value: { isSsr: true, subApp, ssr: { request } } }, - TopComponent - ); - } - - async prepareData() { - const { subApp, subAppServer, context } = this.ref; - const { request } = context.user; - - // even though we don't know what data model the component is using, but if it - // has a prepare callback, we will just call it to get initial props to pass - // to the component when rendering it - const prepare = subAppServer.prepare || subApp.prepare; - if (prepare) { - this._initialProps = await prepare({ request, context }); - } - - return this._initialProps; - } - - doSSR() { - return this.renderTo(this.createTopComponent(this._initialProps), this.ref.options); - } - - async prepareReduxData() { - const { subApp, subAppServer, context } = this.ref; - const { request } = context.user; - - // if sub app has reduxReducers or reduxCreateStore then assume it's using - // redux data model. prepare initial state and store to render it. - let reduxData; - - // see if app has a prepare callback, on the server side first, and then the - // app itself, and call it. assume the object it returns would contain the - // initial redux state data. - const prepare = subAppServer.prepare || subApp.prepare; - if (prepare) { - reduxData = await prepare({ request, context }); - } - - if (!reduxData) { - reduxData = { initialState: {} }; - } else { - this.store = reduxData.store; - } - - this.initialState = reduxData.initialState || reduxData; - const packReduxData = subAppServer.packReduxData || subApp.packReduxData; - - // if subapp didn't request to skip sending initial state and packReduxData was not specified, - // then stringify the initial store state and attach it to the index html. - if (!packReduxData && subAppServer.attachInitialState !== false) { - this.initialStateStr = JSON.stringify(this.initialState); - } else { - this.initialStateStr = ""; - } - - return await this.prepareReduxStore(); - } - - async prepareReduxStore() { - const { subApp, context } = this.ref; - - // next we take the initial state and create redux store from it - if (!this.store && subApp.reduxCreateStore) { - const storeContainer = - context.user.xarcReduxStoreContainer || (context.user.xarcReduxStoreContainer = {}); - - this.store = await subApp.reduxCreateStore(this.initialState, storeContainer); - } - - assert( - this.store, - `redux subapp ${subApp.name} didn't provide store, reduxCreateStore, or redux bundles` - ); - - if (!this.store.realize) { - await this.signalStoreReady(); - } - - return this.store; - } - - async realizeReduxStore() { - const { subApp, subAppServer } = this.ref; - - if (this.store && this.store.realize) { - this.store = this.store.realize(); - await this.signalStoreReady(); - } - - const packReduxData = subAppServer.packReduxData || subApp.packReduxData; - // if subapp didn't request to skip sending initial state and packReduxData was specified, - // then stringify packReduxData's return value and attach it to the index html. - if (packReduxData && !subAppServer.attachInitialState) { - this.initialStateStr = JSON.stringify(packReduxData(this.store, this.ref.context)); - } - } - - async signalStoreReady() { - const reduxStoreReady = - this.ref.subAppServer.reduxStoreReady || this.ref.subApp.reduxStoreReady; - - if (reduxStoreReady) { - const { request } = this.ref.context.user; - await reduxStoreReady({ - request, - store: this.store, - context: this.ref.context - }); - } - } -} - -module.exports = FrameworkLib; diff --git a/packages/subapp-pbundle/lib/index.js b/packages/subapp-pbundle/lib/index.js deleted file mode 100644 index 820782fec..000000000 --- a/packages/subapp-pbundle/lib/index.js +++ /dev/null @@ -1,22 +0,0 @@ -"use strict"; - -const subappWeb = require("subapp-web"); -const preact = require("preact"); -const FrameworkLib = require("./framework-lib"); -const { reduxBundlerLoadSubApp } = require("./redux-bundler"); -const { default: AppContext } = require("../dist/node/app-context"); - -const { h, Component, render } = preact; - -subappWeb.setupFramework(FrameworkLib); - -module.exports = { - ...subappWeb, - AppContext, - FrameworkLib, - preact, - h, - Component, - reduxBundlerLoadSubApp, - render -}; diff --git a/packages/subapp-pbundle/lib/redux-bundler.js b/packages/subapp-pbundle/lib/redux-bundler.js deleted file mode 100644 index 4bb72da97..000000000 --- a/packages/subapp-pbundle/lib/redux-bundler.js +++ /dev/null @@ -1,20 +0,0 @@ -"use strict"; - -const { registerSubApp } = require("subapp-util"); - -const shared = require("../dist/node/shared"); - -module.exports = { - reduxBundlerLoadSubApp: subapp => { - const extras = { - __redux: true - }; - - if (!subapp.reduxCreateStore) { - extras._genReduxCreateStore = "subapp"; - extras.reduxCreateStore = shared.getReduxCreateStore(subapp); - } - - return registerSubApp(Object.assign(extras, subapp)); - } -}; diff --git a/packages/subapp-pbundle/package.json b/packages/subapp-pbundle/package.json deleted file mode 100644 index 950cd5bc7..000000000 --- a/packages/subapp-pbundle/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "subapp-pbundle", - "version": "1.1.1", - "description": "Electrode subapp support for Preact and redux-bundler", - "module": "dist/dev/index.js", - "main": "lib/index.js", - "scripts": { - "test": "clap test", - "coverage": "clap coverage", - "check": "clap check", - "build": "clap compile", - "prepublishOnly": "clap compile" - }, - "keywords": [ - "web", - "react", - "subapp", - "redux", - "react-router" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "dist" - ], - "dependencies": { - "@babel/runtime": "^7.8.3", - "redux-bundler-preact": "^2.0.1", - "subapp-util": "^1.1.4", - "subapp-web": "^2.1.4" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.3.1", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.7.7", - "@xarc/app": "^11.0.5", - "@xarc/run": "^1.1.1", - "babel-preset-minify": "^0.5.1", - "electrode-archetype-njs-module-dev": "^3.0.3", - "jsdom": "^15.2.1", - "preact": "^10.2.1", - "preact-render-to-string": "^5.1.3", - "redux-bundler": "^26.0.0", - "redux-bundler-preact": "^2.0.1", - "run-verify": "^1.2.2", - "subapp-pkg-util": "0.0.1" - }, - "peerDependencies": { - "preact": "*", - "preact-render-to-string": "*" - }, - "nyc": { - "all": true, - "require": [ - "@babel/register", - "mocha" - ], - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "browser", - "**/.babelrc.js", - "node-dist" - ], - "check-coverage": true, - "statements": 100, - "branches": 95, - "functions": 100, - "lines": 100, - "cache": true - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - } -} diff --git a/packages/subapp-pbundle/src/app-context.js b/packages/subapp-pbundle/src/app-context.js deleted file mode 100644 index ba6b54fe9..000000000 --- a/packages/subapp-pbundle/src/app-context.js +++ /dev/null @@ -1,3 +0,0 @@ -import { createContext } from "preact"; - -export default createContext({}); diff --git a/packages/subapp-pbundle/src/fe-framework-lib.js b/packages/subapp-pbundle/src/fe-framework-lib.js deleted file mode 100644 index f15bf8800..000000000 --- a/packages/subapp-pbundle/src/fe-framework-lib.js +++ /dev/null @@ -1,27 +0,0 @@ -/** @jsx h */ -import { h, render, hydrate } from "preact"; - -class FrameworkLib { - constructor(ref) { - this.ref = ref; - } - - renderStart() { - const { subApp, element, options } = this.ref; - - const props = { ...options._prepared, ...options.props }; - const Component = subApp.info.StartComponent || subApp.info.Component; - if (element) { - if (options.serverSideRendering) { - hydrate(, element); - } else { - render(, element); - } - } else { - // no DOM element to render into, just return subapp as a component - return ; - } - } -} - -export default FrameworkLib; diff --git a/packages/subapp-pbundle/src/index.js b/packages/subapp-pbundle/src/index.js deleted file mode 100644 index c997703b6..000000000 --- a/packages/subapp-pbundle/src/index.js +++ /dev/null @@ -1,15 +0,0 @@ -import FrameworkLib from "./fe-framework-lib"; - -import { setupFramework } from "subapp-web"; - -setupFramework(FrameworkLib); - -export * from "subapp-web"; - -export { h, Component, render } from "preact"; - -export { default as AppContext } from "./app-context"; - -export { FrameworkLib }; - -export { reduxBundlerLoadSubApp } from "./redux-bundler"; diff --git a/packages/subapp-pbundle/src/redux-bundler.jsx b/packages/subapp-pbundle/src/redux-bundler.jsx deleted file mode 100644 index 10c01fda0..000000000 --- a/packages/subapp-pbundle/src/redux-bundler.jsx +++ /dev/null @@ -1,92 +0,0 @@ -/** @jsx h */ - -import { h, render } from "preact"; -import { loadSubApp } from "subapp-web"; -import { Provider } from "redux-bundler-preact"; -import { setStoreContainer, getReduxCreateStore } from "./shared"; - -setStoreContainer(typeof window === "undefined" ? global : window); - -// -// client side function to start a subapp with redux-bundler support -// -export function reduxRenderStart({ store, Component, element }) { - let component; - - if (element) { - render( - - - , - element - ); - } else { - component = ( - - - - ); - } - - return { store, component }; -} - -// -// Load a subapp with redux-bundler support -// info - the subapp's information -// -export function reduxBundlerLoadSubApp(info) { - const renderStart = function(instance, element) { - const Component = this.info.StartComponent || this.info.Component; - - const { component } = reduxRenderStart({ - store: instance._store, - Component, - // serverSideRendering: instance.serverSideRendering, - element - }); - - return component; - }; - - const preRender = function(instance) { - const initialState = instance._prepared || instance.initialState; - const reduxCreateStore = instance.reduxCreateStore || this.info.reduxCreateStore; - instance._store = instance._store || reduxCreateStore(initialState); - - return instance; - }; - - const signalReady = function(instance) { - const store = instance._store; - - if (store.realize) { - instance._store = store.realize(); - } - - return Promise.resolve() - .then(() => { - if (this.info.reduxStoreReady) { - return this.info.reduxStoreReady({ store: instance._store }); - } - }) - .then(() => instance); - }; - - // allow subApp to specify redux bundles as reduxBundles or bundles - const reduxBundles = info.reduxBundles || info.bundles; - - const extras = { - reduxBundles, - __preRender: preRender, - __signalReady: signalReady, - __redux: true - }; - - if (!info.reduxCreateStore) { - extras._genReduxCreateStore = "subapp"; - extras.reduxCreateStore = getReduxCreateStore(info); - } - - return loadSubApp(Object.assign(extras, info), renderStart); -} diff --git a/packages/subapp-pbundle/src/shared.js b/packages/subapp-pbundle/src/shared.js deleted file mode 100644 index 73136c05f..000000000 --- a/packages/subapp-pbundle/src/shared.js +++ /dev/null @@ -1,73 +0,0 @@ -import { composeBundlesRaw } from "redux-bundler"; -// -// - stores can be shared between subapps with reduxShareStore flag -// - if it's true, then a common global store is used -// - if it's a string, then it's use to name a store for sharing. -// - otherwise subapp gets its own private store -// - state sharing is made possible through redux-bundler -// - -let shared = {}; - -function setStoreContainer(container) { - shared = container; -} - -function setSharedStore(store, container) { - (container || shared).store = store; -} - -function getSharedStore(container) { - return (container || shared).store; -} - -function clearSharedStore(container) { - setSharedStore(null, container); -} - -// -// create a proxy store to aggregate bundles and initial states -// from subapps, until realize is called, which would create the -// actual redux store with all combined bundles and initial state -// -function createDeferStore(bundles, initialState, storeContainer) { - const store = { bundles, initialState }; - store.realize = () => { - let real = store.real; - if (!real) { - // Using apply to destruct bundles array as arguments - // not doing ... because babel would intro some toConsumableArray call - store.real = real = composeBundlesRaw.apply(undefined, store.bundles)(store.initialState); - setSharedStore(real, storeContainer); - } - return real; - }; - - return store; -} - -function getReduxCreateStore(info) { - const bundles = info.reduxBundles || []; - return function reduxCreateStore(initialState, storeContainer) { - let store = getSharedStore(storeContainer); - if (!store) { - store = createDeferStore(bundles, initialState || {}, storeContainer); - setSharedStore(store, storeContainer); - } else if (store.realize) { - bundles.forEach(b => { - if (store.bundles.indexOf(b) < 0) { - store.bundles.push(b); - } - }); - Object.assign(store.initialState, initialState); - } else { - const integratedBundles = Object.values(store.meta.chunks[0].rawBundles); - const unintegratedBundles = bundles.filter(bundle => integratedBundles.indexOf(bundle) < 0); - // using apply to destruct bundles array into arguments - store.integrateBundles(...unintegratedBundles); - } - return store; - }; -} - -export { setStoreContainer, getReduxCreateStore, getSharedStore, setSharedStore, clearSharedStore }; diff --git a/packages/subapp-pbundle/test/mocha.opts b/packages/subapp-pbundle/test/mocha.opts deleted file mode 100644 index da3303601..000000000 --- a/packages/subapp-pbundle/test/mocha.opts +++ /dev/null @@ -1,3 +0,0 @@ ---require node_modules/electrode-archetype-njs-module-dev/config/test/setup.js ---require @babel/register ---recursive diff --git a/packages/subapp-pbundle/test/spec/fe-framework.spec.js b/packages/subapp-pbundle/test/spec/fe-framework.spec.js deleted file mode 100644 index c6e0882e5..000000000 --- a/packages/subapp-pbundle/test/spec/fe-framework.spec.js +++ /dev/null @@ -1,69 +0,0 @@ -"use strict"; -/** @jsx h */ - -process.env.BABEL_ENV = "src-node"; -const { h } = require("preact"); // eslint-disable-line -const feLib = require("../../src"); -const { JSDOM } = require("jsdom"); - -describe("FE Preact framework", function() { - afterEach(() => { - delete global.window; - delete global.document; - }); - // - it("should setup FrameworkLib", () => { - expect(feLib.AppContext).to.be.ok; - expect(feLib.loadSubApp).to.be.a("function"); - expect(feLib.FrameworkLib).to.be.ok; - }); - - it("should render component into DOM element", () => { - const dom = new JSDOM(`
`); - global.window = dom.window; - global.document = dom.window.document; - const element = dom.window.document.getElementById("test"); - const framework = new feLib.FrameworkLib({ - subApp: { - info: { - Component: props =>

hello {props.foo}

- } - }, - element, - options: { props: { foo: "bar" } } - }); - framework.renderStart(); - expect(element.innerHTML).equals(`

hello bar

`); - }); - - it("should hydrate render component into DOM element", () => { - const dom = new JSDOM(`

hello bar

`); - global.window = dom.window; - global.document = dom.window.document; - const element = dom.window.document.getElementById("test"); - const framework = new feLib.FrameworkLib({ - subApp: { - info: { - Component: props =>

hello {props.foo}

- } - }, - element, - options: { props: { foo: "bar" }, serverSideRendering: true } - }); - framework.renderStart(); - expect(element.innerHTML).equals(`

hello bar

`); - }); - - it("should just return the component without DOM element", () => { - const Component = props =>

hello {props.foo}

; - - const framework = new feLib.FrameworkLib({ - subApp: { - info: { Component } - }, - options: { props: { foo: "bar" }, serverSideRendering: true } - }); - const c = framework.renderStart(); - expect(c.type).equals(Component); - }); -}); diff --git a/packages/subapp-pbundle/test/spec/redux-bundler.spec.js b/packages/subapp-pbundle/test/spec/redux-bundler.spec.js deleted file mode 100644 index 85ab8bcfc..000000000 --- a/packages/subapp-pbundle/test/spec/redux-bundler.spec.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -const { reduxBundlerLoadSubApp } = require("../../lib/redux-bundler"); - -describe("redux-bundler load subapp", function() { - it("should initialize reduxCreateStore if it's not provided", () => { - const subapp = reduxBundlerLoadSubApp({ - name: `test-${Date.now()}-1` - }); - expect(subapp.__redux).to.equal(true); - expect(subapp._genReduxCreateStore).to.equal("subapp"); - expect(subapp.reduxCreateStore).to.be.ok; - }); - - it("should keep user provided reduxCreateStore", () => { - const subapp = reduxBundlerLoadSubApp({ - name: `test-${Date.now()}-2`, - reduxCreateStore: () => {} - }); - expect(subapp.__redux).to.equal(true); - expect(subapp._genReduxCreateStore).to.equal(undefined); - }); -}); diff --git a/packages/subapp-pbundle/test/spec/shared.spec.js b/packages/subapp-pbundle/test/spec/shared.spec.js deleted file mode 100644 index f619ec3ff..000000000 --- a/packages/subapp-pbundle/test/spec/shared.spec.js +++ /dev/null @@ -1,123 +0,0 @@ -"use strict"; - -import { - setStoreContainer, - getReduxCreateStore, - getSharedStore, - setSharedStore, - clearSharedStore -} from "../../src/shared"; - -describe("shared redux store", function() { - afterEach(() => { - delete global.window; - delete global.document; - }); - - it("setStoreContainer should take a custom container", () => { - const container = {}; - setStoreContainer(container); - setSharedStore("hello"); - expect(getSharedStore()).to.equal("hello"); - expect(container).to.have.property("store", "hello"); - clearSharedStore(); - expect(container).to.deep.equal({ store: null }); - }); - - it("getReduxCreateStore should create redux-bundler store", () => { - const countBundle = { - name: "count", - reducer(state = 0) { - return state + 1; - }, - selectCount(state) { - return state.count; - } - }; - - const helloBundle = { - name: "hello", - reducer() { - return "world"; - }, - selectHello(state) { - return state.hello; - } - }; - - const info1 = { reduxBundles: [countBundle] }; - const info2 = { reduxBundles: [countBundle, helloBundle] }; - - const container = {}; - const reduxCreateStore = getReduxCreateStore(info1); - let store = reduxCreateStore({ count: 0, hello: "foo" }, container); - // initialize second subapp should inherit store from first subapp - const create2 = getReduxCreateStore(info2); - let store2 = create2({ count: 1 }, container); - - expect(store).to.equal(store2); - - // store should have collected only two bundles - expect(store.bundles.length).to.equal(2); - // store should have combined initial states - expect(store.initialState).to.deep.equal({ count: 1, hello: "foo" }); - - // realize the actual store - - store = store.realize(); - store2 = store2.realize(); - - const count = store.selectCount(); - expect(count).to.equal(2); - - const hello = store2.selectHello(); - expect(hello).to.equal("world"); - expect(store2.selectCount()).to.equal(2); - expect(store).to.equal(store2); - // should be able to initialize a subapp without bundles - const create3 = getReduxCreateStore({}); - const store3 = create3({}, container); - expect(store3.selectHello()).to.equal("world"); - }); - - it("should default empty initialState", () => { - const countBundle = { - name: "count", - reducer(state = 0) { - return state + 1; - }, - selectCount(state) { - return state.count; - } - }; - - const info1 = { reduxBundles: [countBundle] }; - - const container = {}; - const reduxCreateStore = getReduxCreateStore(info1); - const store = reduxCreateStore(null, container); - expect(store.initialState).to.deep.equal({}); - expect(store.realize).to.be.a("function"); - }); - - it("should not add bundle to the store twice", () => { - const countBundle = { - name: "count", - reducer(state = 0) { - return state + 1; - }, - selectCount(state) { - return state.count; - } - }; - - const info1 = { reduxBundles: [countBundle] }; - - const container = {}; - const reduxCreateStore = getReduxCreateStore(info1); - let store = reduxCreateStore(null, container); - store = store.realize(); - reduxCreateStore(null, container); - expect(store.meta.chunks[0].bundleNames).to.deep.equal(["count"]); - }); -}); diff --git a/packages/subapp-pbundle/test/spec/ssr-framework.spec.js b/packages/subapp-pbundle/test/spec/ssr-framework.spec.js deleted file mode 100644 index fb01c71c3..000000000 --- a/packages/subapp-pbundle/test/spec/ssr-framework.spec.js +++ /dev/null @@ -1,424 +0,0 @@ -/** @jsx h */ - -"use strict"; - -const { h } = require("preact"); // eslint-disable-line -const lib = require("../../lib"); -const { connect } = require("redux-bundler-preact"); -const { composeBundles } = require("redux-bundler"); - -const { expectErrorHas, asyncVerify } = require("run-verify"); - -describe("SSR Preact framework", function() { - it("should setup React framework", () => { - expect(lib.preact).to.be.ok; - expect(lib.AppContext).to.be.ok; - expect(lib.FrameworkLib).to.be.ok; - expect(lib.loadSubApp).to.be.a("function"); - }); - - it("should not do SSR without component", async () => { - const framework = new lib.FrameworkLib({ - subApp: {}, - subAppServer: {}, - options: {} - }); - const res = await framework.handleSSR(); - expect(res).contains("has no StartComponent"); - }); - - it("should not do SSR if serverSideRendering is not true", async () => { - const framework = new lib.FrameworkLib({ - subApp: { Component: () => {} }, - subAppServer: {}, - options: { serverSideRendering: false } - }); - const res = await framework.handleSSR(); - expect(res).equals(""); - }); - - it("should render subapp with w/o initial props if no prepare provided", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - Component: props => { - return
Hello {props.test}
; - } - }, - subAppServer: {}, - options: { serverSideRendering: true }, - context: { - user: {} - } - }); - const res = await framework.handleSSR(); - expect(res).contains("Hello <"); - }); - - it("should render Component from subapp with initial props from prepare", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - prepare: () => ({ test: "foo bar" }), - Component: props => { - return
Hello {props.test}
; - } - }, - subAppServer: {}, - options: { serverSideRendering: true }, - context: { - user: {} - } - }); - const res = await framework.handleSSR(); - expect(res).contains("Hello foo bar"); - }); - - it("should render Component from subapp with hydration info", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - prepare: () => ({ - test: "foo bar" - }), - Component: props => { - return
Hello {props.test}
; - } - }, - subAppServer: {}, - options: { - serverSideRendering: true, - hydrateServerData: true - }, - context: { - user: {} - } - }); - const res = await framework.handleSSR(); - expect(res).contains("Hello foo bar"); - }); - - it("should render Component from subapp with initial props from server's prepare", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - Component: props => { - return
Hello {props.test}
; - } - }, - subAppServer: { - prepare: () => ({ test: "foo bar" }) - }, - options: { serverSideRendering: true }, - context: { - user: {} - } - }); - const res = await framework.handleSSR(); - expect(res).contains("Hello foo bar"); - }); - - it("should render Component with react context containing request", async () => { - const request = {}; - const framework = new lib.FrameworkLib({ - subApp: { - Component: () => { - return ( - - {({ isSsr, ssr }) => { - ssr.request.foo = "bar"; - return ( -
- IS_SSR: {`${Boolean(isSsr)}`} HAS_REQUEST: {ssr && ssr.request ? "yes" : "no"} -
- ); - }} -
- ); - } - }, - subAppServer: { - prepare: () => ({ test: "foo bar" }) - }, - options: { serverSideRendering: true }, - context: { - user: { request } - } - }); - const res = await framework.handleSSR(); - expect(res).contains(`
IS_SSR: true HAS_REQUEST: yes
`); - expect(request.foo).equals("bar"); - }); - - it("handlePrepare should throw error if trying to use react router", () => { - const framework = new lib.FrameworkLib({ - subApp: { - useReactRouter: true - }, - subAppServer: {} - }); - return asyncVerify( - expectErrorHas( - async () => await framework.handlePrepare(), - "react router is not yet supported" - ) - ); - }); - - const helloBundle = { - name: "hello", - reducer(state = "foo", action) { - if (action.type === "UPDATE_STATE") { - return action.newState; - } - return state; - }, - doUpdateState: (newState) => ({ dispatch }) => { - dispatch({ type: "UPDATE_STATE", newState }); - }, - selectHello(state) { - return state.hello; - } - }; - - it("handlePrepare should prepare redux data and store", async () => { - let storeReady; - - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return composeBundles(helloBundle)(initialState); - }, - reduxStoreReady({ store }) { - storeReady = store; - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - } - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - - const store = await framework.handlePrepare(); - const html = await framework.handleSSR(); - expect(store.selectHello).to.be.ok; - expect(storeReady).to.equal(store); - expect(html).to.equal("test hello world"); - }); - - it("handleSSR should prepare and realize redux data and store", async () => { - let storeReady; - - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return { - realize() { - return composeBundles(helloBundle)(initialState); - } - }; - }, - reduxStoreReady({ store }) { - storeReady = store; - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - } - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - - const html = await framework.handleSSR(); - const store = framework.store; - expect(store.selectHello).to.be.ok; - expect(storeReady).to.equal(store); - expect(html).to.equal("test hello world"); - }); - - it("should use empty default initial state if no prepare exist", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return composeBundles(helloBundle)(initialState); - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }) - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - - const store = await framework.handlePrepare(); - const html = await framework.handleSSR(); - expect(framework.initialStateStr).to.equal("{}"); - expect(store.selectHello).to.be.ok; - expect(html).to.equal("test hello foo"); - }); - - it("should not attach initial state if attachInitialState is false", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return composeBundles(helloBundle)(initialState); - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - }, - attachInitialState: false - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - - const store = await framework.handlePrepare(); - const html = await framework.handleSSR(); - expect(framework.initialStateStr).to.equal(""); - expect(store.selectHello).to.be.ok; - expect(html).to.equal("test hello world"); - }); - - it("should throw if unable to create redux store", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - name: "test", - __redux: true - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - } - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - return asyncVerify( - expectErrorHas( - async () => await framework.handlePrepare(), - "redux subapp test didn't provide store, reduxCreateStore, or redux bundles" - ) - ); - }); - - it("should skip SSR if serverSideRendering is not true", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return composeBundles(helloBundle)(initialState); - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - } - }, - context: { - user: {} - }, - options: { serverSideRendering: null } - }); - - const store = await framework.handlePrepare(); - const html = await framework.handleSSR(); - expect(framework.initialStateStr).to.equal(undefined); - expect(store).to.equal(false); - expect(html).to.equal(""); - }); - - it("should use packReduxData to generate initial state if it exists", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - packReduxData: (store) => store.getState(), - reduxStoreReady: ({ store }) => { - store.doUpdateState("universe"); - }, - reduxCreateStore(initialState) { - return { - realize() { - return composeBundles(helloBundle)(initialState); - } - }; - } - }, - subAppServer: { - StartComponent: connect("selectHello", ({ hello }) => { - return `test hello ${hello}`; - }), - async prepare() { - return { hello: "world" }; - } - }, - context: { - user: {} - }, - options: { serverSideRendering: true } - }); - - await framework.handleSSR(); - expect(JSON.parse(framework.initialStateStr).hello).to.equal("universe"); - }); - - it("should provide location prop to StartComponent", async () => { - const framework = new lib.FrameworkLib({ - subApp: { - __redux: true, - reduxCreateStore(initialState) { - return composeBundles(helloBundle)(initialState); - } - }, - subAppServer: { - StartComponent: ({ request }) => `path is: ${request.url.pathname}` - }, - context: { - user: { - request: { - url: { - pathname: "somepath" - } - } - } - }, - options: { serverSideRendering: true } - }); - - const html = await framework.handleSSR(); - expect(html).to.equal("path is: somepath"); - }); -}); diff --git a/packages/subapp-pbundle/xclap.js b/packages/subapp-pbundle/xclap.js deleted file mode 100644 index 2c412e301..000000000 --- a/packages/subapp-pbundle/xclap.js +++ /dev/null @@ -1,2 +0,0 @@ -require("subapp-pkg-util"); -require("electrode-archetype-njs-module-dev")();