From ae5a6cea8e469beae301a1eea0ca4111eb4bf8e4 Mon Sep 17 00:00:00 2001 From: arunvishnun <1584121+arunvishnun@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:44:07 -0800 Subject: [PATCH] feat: merge changes from master and fix poc-subapp (#1919) * add two options for improving webpack performance (#1904) Co-authored-by: Steve Herzog * feature: open browser when proxy is ready (#1905) Co-authored-by: Steve Herzog * Fix broken reporter link (#1908) * Update changelog * [Publish] - @xarc/app@11.0.1 - @xarc/app-dev@11.0.1 - @xarc/webpack@11.1.3 * Upgrade poc-subapp and poc-subapp-redux to react18 with rr6 (#1913) * Upgrade POC-SUBAPP-REDUX to React 18 and RR6 * Upgrade poc-subapp to react 16 and RR6 * fix types issues in multiple packages (#1918) * fix types issues in multiple packages Co-authored-by: Arun Vishnu * fix: poc-subapp and merge changes from master * fix: update devtool to use eval-cheap-module-source-map * chore: remove debug statement Co-authored-by: Steve Herzog Co-authored-by: Steve Herzog Co-authored-by: Ashu Verma Co-authored-by: smuthya Co-authored-by: mristic505 Co-authored-by: Arun Vishnu --- CHANGELOG.md | 19 + common/config/rush/pnpm-lock.yaml | 3185 +++--- .../package.json | 4 +- packages/subapp-server/package.json | 1 + packages/xarc-app-dev/package.json | 10 +- .../src/lib/dev-admin/redbird-proxy.ts | 2 + packages/xarc-app-dev/src/lib/stats-utils.ts | 2 +- packages/xarc-app/package.json | 2 +- packages/xarc-create-app/package.json | 4 +- packages/xarc-react/package.json | 8 +- packages/xarc-webpack/package.json | 14 +- packages/xarc-webpack/src/partials/dev.ts | 2 +- .../xarc-webpack/src/partials/isomorphic.ts | 3 + rush.json | 8 + samples/poc-subapp-redux/package.json | 36 +- .../src/02.main-body/main-body.jsx | 55 +- .../src/02.main-body/server.jsx | 2 +- .../src/components/navigation.jsx | 33 +- .../src/subapps/03.bottom/bottom.jsx | 29 +- .../src/subapps/03.bottom/server.jsx | 2 +- samples/poc-subapp/fyn-lock.yaml | 9709 ----------------- samples/poc-subapp/package.json | 45 +- .../poc-subapp/src/02.main-body/main-body.jsx | 26 +- .../poc-subapp/src/02.main-body/server.jsx | 7 +- samples/poc-subapp/src/04.footer/server.jsx | 4 +- .../poc-subapp/src/components/navigation.jsx | 33 +- .../src/subapps/03.bottom/bottom.jsx | 27 +- .../src/subapps/03.bottom/server.jsx | 6 +- .../poc-subapp/{xclap.js => xrun-tasks.js} | 1 + 29 files changed, 1466 insertions(+), 11813 deletions(-) delete mode 100644 samples/poc-subapp/fyn-lock.yaml rename samples/poc-subapp/{xclap.js => xrun-tasks.js} (95%) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51aa9432..f42c62452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 10/21/2022 + +## Packages + +- `@xarc/app@11.0.1` `(11.0.0 => 11.0.1)` +- `@xarc/app-dev@11.0.1` `(11.0.0 => 11.0.1)` +- `@xarc/webpack@11.1.3` `(11.1.2 => 11.1.3)` + +## Commits + +- `packages/xarc-app-dev` + + - feature: open browser when proxy is ready ([#1905](https://github.com/electrode-io/electrode/pull/1905)) [commit](http://github.com/electrode-io/electrode/commit/3ec56443279de2549f94d34510cebc93391cb951) + - Fix broken reporter link ([#1908](https://github.com/electrode-io/electrode/pull/1908)) [commit](http://github.com/electrode-io/electrode/commit/e83cb48dea2577b2a544cd3f92723ff485d65fca) + +- `packages/xarc-webpack` + + - add two options for improving webpack performance ([#1904](https://github.com/electrode-io/electrode/pull/1904)) [commit](http://github.com/electrode-io/electrode/commit/b35a1b4fd412bcc85563dcab37f19c2fa662a208) + # 8/11/2022 ## Packages diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 307402b72..065824b40 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -9,6 +9,7 @@ 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 @@ -35,6 +36,7 @@ specifiers: '@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/react': file:./projects/react.tgz '@rush-temp/react-query': file:./projects/react-query.tgz '@rush-temp/react-recoil': file:./projects/react-recoil.tgz @@ -56,7 +58,6 @@ specifiers: '@rush-temp/webpack-config-composer': file:./projects/webpack-config-composer.tgz '@types/chai-as-promised': ^7.1.3 '@types/jest': ^26.0.4 - '@xarc/fastify-server': ^3.3.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 babel-core: ^6.0.15 @@ -82,6 +83,7 @@ specifiers: chokidar: ^3.5.3 css-loader: ^6.5.1 css-minimizer-webpack-plugin: ^1.2.0 + electrode-confippet: ^1.5.0 electrode-server1: npm:electrode-server@^1.0.0 electrode-server2: npm:electrode-server@^2.0.0 enzyme: ^3.11.0 @@ -96,8 +98,8 @@ specifiers: fast-async: ^7.0.5 file-loader: ^6.2.0 fs-extra: ^10.1.0 - glob: ^7.1.3 history: ^5.3.0 + html-webpack-plugin: ^5.3.1 identity-obj-proxy: ^3.0.0 in-publish: ^2.0.0 is-ci: ^2.0.0 @@ -134,6 +136,7 @@ specifiers: nix-clap: ^1.3.13 node-sass: ^7.0.1 object-assign: ^4.1.0 + open: ^8.4.0 opfs: ^1.1.1 pkg-up: ^3.1.0 postcss-import: ^12.0.1 @@ -143,6 +146,7 @@ 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 @@ -173,28 +177,30 @@ specifiers: uglifyjs-webpack-plugin: ^2.0.1 url-loader: ^4.1.0 visual-logger: ^1.1.3 + webpack: ~5.74.0 webpack-bundle-analyzer: ^3.5.2 + webpack-cli: 4.8.0 webpack-dev-middleware: ^4.1.0 - webpack-hot-middleware: ^2.25.1 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.20.2 + '@babel/plugin-proposal-decorators': 7.20.5 '@babel/plugin-proposal-object-rest-spread': 7.20.2 '@babel/plugin-transform-react-constant-elements': 7.20.2 '@babel/plugin-transform-react-inline-elements': 7.18.6 '@babel/preset-typescript': 7.18.6 '@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 - '@rush-temp/create-app': file:projects/create-app.tgz + '@rush-temp/app-dev': file:projects/app-dev.tgz_f52b93474dd2fb1e4f90db635f9d54a8 + '@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 + '@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 @@ -207,14 +213,15 @@ 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 - '@rush-temp/opt-less': file:projects/opt-less.tgz + '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.74.0 + '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.74.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 + '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.74.0 '@rush-temp/opt-stylus': file:projects/opt-stylus.tgz + '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.74.0 '@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 @@ -236,7 +243,6 @@ dependencies: '@rush-temp/webpack-config-composer': file:projects/webpack-config-composer.tgz '@types/chai-as-promised': 7.1.5 '@types/jest': 26.0.24 - '@xarc/fastify-server': 3.3.0 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 babel-core: 6.26.3 @@ -260,8 +266,9 @@ dependencies: chai-shallowly: 1.0.0 chalker: 1.2.0 chokidar: 3.5.3 - css-loader: 6.7.2 - css-minimizer-webpack-plugin: 1.3.0 + css-loader: 6.7.2_webpack@5.74.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.74.0 + electrode-confippet: 1.7.1 electrode-server1: /electrode-server/1.9.0 electrode-server2: /electrode-server/2.5.0 enzyme: 3.11.0 @@ -271,13 +278,13 @@ dependencies: eslint-plugin-flowtype: 5.10.0 eslint-plugin-jest: 23.20.0 eslint-plugin-mocha: 8.2.0 - eslint-plugin-react: 7.31.10 + eslint-plugin-react: 7.31.11 express: 4.18.2 fast-async: 7.0.6 - file-loader: 6.2.0 + file-loader: 6.2.0_webpack@5.74.0 fs-extra: 10.1.0 - glob: 7.2.3 history: 5.3.0 + html-webpack-plugin: 5.5.0_webpack@5.74.0 identity-obj-proxy: 3.0.0 in-publish: 2.0.1 is-ci: 2.0.0 @@ -298,22 +305,23 @@ 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 + karma-webpack: 5.0.0_webpack@5.74.0 koa: 2.13.4 koa-router: 7.4.0 less: 3.13.1 - less-loader: 4.1.0_less@3.13.1 + less-loader: 4.1.0_less@3.13.1+webpack@5.74.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 + mini-css-extract-plugin: 1.6.2_webpack@5.74.0 munchy: 1.0.9 nix-clap: 1.3.13 node-sass: 7.0.3 object-assign: 4.1.1 + open: 8.4.0 opfs: 1.1.1 pkg-up: 3.1.0 postcss-import: 12.0.1 @@ -323,6 +331,7 @@ 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.2 @@ -336,7 +345,7 @@ dependencies: regenerator-runtime: 0.13.11 require-at: 1.0.6 rxjs: 6.6.7 - sass-loader: 13.2.0_node-sass@7.0.3 + sass-loader: 13.2.0_node-sass@7.0.3+webpack@5.74.0 semver: 7.3.8 serve-index-fs: 1.10.1 set-cookie-parser: 1.0.2 @@ -350,12 +359,13 @@ dependencies: sugarss: 2.0.0 typedoc-plugin-external-module-name: 3.1.0 uglify-js: 2.8.29 - uglifyjs-webpack-plugin: 2.2.0 - url-loader: 4.1.1_file-loader@6.2.0 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.74.0 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.74.0 visual-logger: 1.1.3 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 - webpack-dev-middleware: 4.3.0 - webpack-hot-middleware: 2.25.3 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 + webpack-dev-middleware: 4.3.0_webpack@5.74.0 whatwg-fetch: 2.0.4 xenv-config: 1.3.1 xstdout: 0.1.1 @@ -389,14 +399,14 @@ packages: chokidar: 3.5.3 dev: false - /@babel/cli/7.19.3_@babel+core@7.20.2: + /@babel/cli/7.19.3_@babel+core@7.20.5: resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 convert-source-map: 1.9.0 @@ -428,25 +438,25 @@ packages: '@babel/highlight': 7.18.6 dev: false - /@babel/compat-data/7.20.1: - resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} + /@babel/compat-data/7.20.5: + resolution: {integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==} engines: {node: '>=6.9.0'} dev: false - /@babel/core/7.20.2: - resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} + /@babel/core/7.20.5: + resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/generator': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 + '@babel/helpers': 7.20.6 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -466,11 +476,11 @@ packages: trim-right: 1.0.1 dev: false - /@babel/generator/7.20.4: - resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} + /@babel/generator/7.20.5: + resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: false @@ -479,7 +489,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: @@ -487,7 +497,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-builder-react-jsx/7.19.0: @@ -495,7 +505,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-compilation-targets/7.20.0: @@ -504,27 +514,27 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.1 + '@babel/compat-data': 7.20.5 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 dev: false - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 dev: false - /@babel/helper-create-class-features-plugin/7.20.2: - resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} + /@babel/helper-create-class-features-plugin/7.20.5: + resolution: {integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -540,13 +550,13 @@ packages: - supports-color dev: false - /@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} + /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 @@ -558,24 +568,24 @@ packages: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} + /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.2 dev: false - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -594,7 +604,7 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-function-name/7.0.0-beta.44: @@ -610,7 +620,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-get-function-arity/7.0.0-beta.44: @@ -623,21 +633,21 @@ packages: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-module-transforms/7.20.2: @@ -650,8 +660,8 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -660,7 +670,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-plugin-utils/7.20.2: @@ -668,17 +678,17 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.20.2 + '@babel/helper-wrap-function': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -690,8 +700,8 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -700,14 +710,14 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-split-export-declaration/7.0.0-beta.44: @@ -720,7 +730,7 @@ packages: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@babel/helper-string-parser/7.19.4: @@ -738,25 +748,25 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-wrap-function/7.19.0: - resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==} + /@babel/helper-wrap-function/7.20.5: + resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helpers/7.20.1: - resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} + /@babel/helpers/7.20.6: + resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -778,45 +788,45 @@ packages: js-tokens: 4.0.0 dev: false - /@babel/parser/7.20.3: - resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} + /@babel/parser/7.20.5: + resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} engines: {node: '>=6.0.0'} hasBin: true dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.5: resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -827,46 +837,46 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5: 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.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-decorators/7.20.2: - resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==} + /@babel/plugin-proposal-decorators/7.20.5: + resolution: {integrity: sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 @@ -875,86 +885,86 @@ packages: - supports-color dev: false - /@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==} + /@babel/plugin-proposal-decorators/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 dev: false /@babel/plugin-proposal-object-rest-spread/7.20.2: @@ -963,86 +973,86 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 + '@babel/compat-data': 7.20.5 '@babel/helper-compilation-targets': 7.20.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.20.3 + '@babel/plugin-transform-parameters': 7.20.5 dev: false - /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 dev: false - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} + /@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1054,12 +1064,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1071,12 +1081,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1088,22 +1098,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1116,41 +1126,41 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2: + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1162,12 +1172,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1179,12 +1189,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1197,13 +1207,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1215,12 +1225,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1232,12 +1242,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1249,12 +1259,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1266,12 +1276,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1283,12 +1293,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1300,22 +1310,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1328,13 +1338,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1347,69 +1357,69 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} + /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -1421,120 +1431,120 @@ packages: - supports-color dev: false - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.5: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 @@ -1542,13 +1552,13 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 @@ -1557,55 +1567,55 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2: - resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters/7.20.3: - resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} + /@babel/plugin-transform-parameters/7.20.5: + resolution: {integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1613,23 +1623,23 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: - resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} + /@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1642,23 +1652,23 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1672,138 +1682,138 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-inline-elements/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-inline-elements/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-uo3yD1EXhDxmk1Y/CeFDdHS5t22IOUBooLPFOrrjfpYmDM9Vg61xbIaWeWkbYQ7Aq0zMf30/FfKoQgFwyqw6Bg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-builder-react-jsx': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 dev: false - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 + '@babel/types': 7.20.5 dev: false - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} + /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.1 dev: false - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: false - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false @@ -1813,160 +1823,160 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-typescript': 7.20.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.5: resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/preset-env/7.20.2_@babel+core@7.20.2: + /@babel/preset-env/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 - '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 - '@babel/types': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.5 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.5 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.5 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.5 + '@babel/types': 7.20.5 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 core-js-compat: 3.26.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules/0.1.5_@babel+core@7.20.2: + /@babel/preset-modules/0.1.5_@babel+core@7.20.5: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 + '@babel/types': 7.20.5 esutils: 2.0.3 dev: false - /@babel/preset-react/7.18.6_@babel+core@7.20.2: + /@babel/preset-react/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.5 dev: false /@babel/preset-typescript/7.18.6: @@ -1982,27 +1992,27 @@ packages: - supports-color dev: false - /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: + /@babel/preset-typescript/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/register/7.18.9_@babel+core@7.20.2: + /@babel/register/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -2010,16 +2020,16 @@ packages: source-map-support: 0.5.21 dev: false - /@babel/runtime-corejs3/7.20.1: - resolution: {integrity: sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==} + /@babel/runtime-corejs3/7.20.6: + resolution: {integrity: sha512-tqeujPiuEfcH067mx+7otTQWROVMKHXEaOQcAeNV5dDdbPWvPcFA8/W9LXw2NfjNmOetqLl03dfnG2WALPlsRQ==} engines: {node: '>=6.9.0'} dependencies: core-js-pure: 3.26.1 regenerator-runtime: 0.13.11 dev: false - /@babel/runtime/7.20.1: - resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} + /@babel/runtime/7.20.6: + resolution: {integrity: sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 @@ -2039,8 +2049,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 dev: false /@babel/traverse/7.0.0-beta.44: @@ -2058,18 +2068,18 @@ packages: lodash: 4.17.21 dev: false - /@babel/traverse/7.20.1: - resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + /@babel/traverse/7.20.5: + resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.20.5 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2084,8 +2094,8 @@ packages: to-fast-properties: 2.0.0 dev: false - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.20.5: + resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -2161,7 +2171,7 @@ packages: debug: 4.3.4 espree: 9.4.1 globals: 13.18.0 - ignore: 5.2.0 + ignore: 5.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -2564,7 +2574,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 chalk: 4.1.2 jest-message-util: 26.6.2 jest-util: 26.6.2 @@ -2580,7 +2590,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 ansi-escapes: 4.3.2 chalk: 4.1.2 exit: 0.1.2 @@ -2617,7 +2627,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 jest-mock: 26.6.2 dev: false @@ -2627,7 +2637,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.11 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -2716,7 +2726,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -2741,7 +2751,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.11 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: false @@ -2811,6 +2821,12 @@ packages: 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 @@ -2834,7 +2850,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.13.0 + fastq: 1.14.0 dev: false /@npmcli/fs/1.1.1: @@ -2856,7 +2872,7 @@ packages: /@redux-saga/core/1.2.1: resolution: {integrity: sha512-ABCxsZy9DwmNoYNo54ZlfuTvh77RXx8ODKpxOHeWam2dOaLGQ7vAktpfOtqSeTdYrKEORtTeWnxkGJMmPOoukg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 @@ -2891,13 +2907,13 @@ packages: resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==} dev: false - /@remix-run/router/1.0.3: - resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==} + /@remix-run/router/1.0.4: + resolution: {integrity: sha512-gTL8H5USTAKOyVA4xczzDJnC3HMssdFa3tRlwBicXynx9XfiXwneHnYQogwSKpdCkjXISrEKSTtX62rLpNEVQg==} engines: {node: '>=14'} dev: false - /@sinonjs/commons/1.8.5: - resolution: {integrity: sha512-rTpCA0wG1wUxglBSFdMMY0oTrKYvgf4fNgv/sXbfCVAdf+FnPBdKJR/7XbpTCwbCrvCbdPYnlWaUUYz4V2fPDA==} + /@sinonjs/commons/1.8.6: + resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} dependencies: type-detect: 4.0.8 dev: false @@ -2911,19 +2927,19 @@ packages: /@sinonjs/fake-timers/6.0.1: resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 dev: false /@sinonjs/fake-timers/7.1.2: resolution: {integrity: sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==} dependencies: - '@sinonjs/commons': 1.8.5 + '@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.5 + '@sinonjs/commons': 1.8.6 dev: false /@sinonjs/formatio/2.0.0: @@ -2935,14 +2951,14 @@ packages: /@sinonjs/formatio/3.2.2: resolution: {integrity: sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==} dependencies: - '@sinonjs/commons': 1.8.5 + '@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.5 + '@sinonjs/commons': 1.8.6 array-from: 2.1.1 lodash: 4.17.21 dev: false @@ -2950,7 +2966,7 @@ packages: /@sinonjs/samsam/5.3.1: resolution: {integrity: sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 lodash.get: 4.4.2 type-detect: 4.0.8 dev: false @@ -2958,7 +2974,7 @@ packages: /@sinonjs/samsam/6.1.3: resolution: {integrity: sha512-nhOb2dWPeb1sd3IQXL/dVPnKHDOAFfvichtBf4xV00/rU1QbPCQqKMbvIheIjqwVjh7qIgf2AHTHi391yMOMpQ==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 lodash.get: 4.4.2 type-detect: 4.0.8 dev: false @@ -2980,7 +2996,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 @@ -2994,7 +3010,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/aria-query': 4.2.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -3010,7 +3026,7 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@testing-library/dom': 7.31.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -3023,7 +3039,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@testing-library/dom': 8.19.0 '@types/react-dom': 18.0.9 react: 18.2.0 @@ -3063,30 +3079,30 @@ packages: /@types/babel__core/7.1.20: resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.18.2 + '@types/babel__traverse': 7.18.3 dev: false /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 dev: false - /@types/babel__traverse/7.18.2: - resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} + /@types/babel__traverse/7.18.3: + resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /@types/chai-as-promised/7.1.5: @@ -3124,16 +3140,20 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.11 dev: false /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 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 @@ -3165,8 +3185,8 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: false - /@types/mocha/10.0.0: - resolution: {integrity: sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==} + /@types/mocha/10.0.1: + resolution: {integrity: sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==} dev: false /@types/mocha/5.2.7: @@ -3189,16 +3209,16 @@ packages: resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} dev: false - /@types/node/14.18.33: - resolution: {integrity: sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==} + /@types/node/14.18.34: + resolution: {integrity: sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==} dev: false /@types/node/17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.11.9: - resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} + /@types/node/18.11.11: + resolution: {integrity: sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==} dev: false /@types/normalize-package-data/2.4.1: @@ -3220,11 +3240,11 @@ packages: /@types/react-dom/18.0.9: resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: false - /@types/react/18.0.25: - resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} + /@types/react/18.0.26: + resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -3349,7 +3369,7 @@ packages: debug: 4.3.4 eslint: 7.32.0 functional-red-black-tree: 1.0.1 - ignore: 5.2.0 + ignore: 5.2.1 regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0_typescript@4.9.3 @@ -3375,7 +3395,7 @@ packages: debug: 4.3.4 eslint: 7.32.0 functional-red-black-tree: 1.0.1 - ignore: 5.2.0 + ignore: 5.2.1 regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 @@ -3384,8 +3404,8 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.43.0_b649a8a7b375bf9b41e608efa0d1d8db: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff: + resolution: {integrity: sha512-cOizjPlKEh0bXdFrBLTrI/J6B/QMlhwE9auOov53tgB+qMukH6/h8YAK/qw+QJGct/PTbdh2lytGyipxCcEtAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3395,13 +3415,13 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_eslint@8.27.0+typescript@4.9.3 - '@typescript-eslint/utils': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 + '@typescript-eslint/scope-manager': 5.45.1 + '@typescript-eslint/type-utils': 5.45.1_eslint@8.29.0+typescript@4.9.3 + '@typescript-eslint/utils': 5.45.1_eslint@8.29.0+typescript@4.9.3 debug: 4.3.4 - eslint: 8.27.0 - ignore: 5.2.0 + eslint: 8.29.0 + ignore: 5.2.1 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 @@ -3574,8 +3594,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.43.0_eslint@8.27.0+typescript@4.9.3: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.45.1_eslint@8.29.0+typescript@4.9.3: + resolution: {integrity: sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3584,11 +3604,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 + '@typescript-eslint/scope-manager': 5.45.1 + '@typescript-eslint/types': 5.45.1 + '@typescript-eslint/typescript-estree': 5.45.1_typescript@4.9.3 debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.29.0 typescript: 4.9.3 transitivePeerDependencies: - supports-color @@ -3602,16 +3622,16 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: false - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.45.1: + resolution: {integrity: sha512-D6fCileR6Iai7E35Eb4Kp+k0iW7F1wxXYrOhX/3dywsOJpJAQ20Fwgcf+P/TDtvQ7zcsWsrJaglaQWDhOMsspQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.45.1 + '@typescript-eslint/visitor-keys': 5.45.1 dev: false - /@typescript-eslint/type-utils/5.43.0_eslint@8.27.0+typescript@4.9.3: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.45.1_eslint@8.29.0+typescript@4.9.3: + resolution: {integrity: sha512-aosxFa+0CoYgYEl3aptLe1svP910DJq68nwEJzyQcrtRhC4BN0tJAvZGAe+D0tzjJmFXe+h4leSsiZhwBa2vrA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3620,10 +3640,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 - '@typescript-eslint/utils': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/typescript-estree': 5.45.1_typescript@4.9.3 + '@typescript-eslint/utils': 5.45.1_eslint@8.29.0+typescript@4.9.3 debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.29.0 tsutils: 3.21.0_typescript@4.9.3 typescript: 4.9.3 transitivePeerDependencies: @@ -3635,8 +3655,8 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.45.1: + resolution: {integrity: sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -3744,8 +3764,8 @@ packages: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.3: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.45.1_typescript@4.9.3: + resolution: {integrity: sha512-76NZpmpCzWVrrb0XmYEpbwOz/FENBi+5W7ipVXAsG3OoFrQKJMiaqsBMbvGRyLtPotGqUfcY7Ur8j0dksDJDng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -3753,8 +3773,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.45.1 + '@typescript-eslint/visitor-keys': 5.45.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3765,20 +3785,20 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.43.0_eslint@8.27.0+typescript@4.9.3: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.45.1_eslint@8.29.0+typescript@4.9.3: + resolution: {integrity: sha512-rlbC5VZz68+yjAzQBc4I7KDYVzWG2X/OrqoZrMahYq3u8FFtmQYc+9rovo/7wlJH5kugJ+jQXV5pJMnofGmPRw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 - eslint: 8.27.0 + '@typescript-eslint/scope-manager': 5.45.1 + '@typescript-eslint/types': 5.45.1 + '@typescript-eslint/typescript-estree': 5.45.1_typescript@4.9.3 + eslint: 8.29.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.29.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -3793,11 +3813,11 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.45.1: + resolution: {integrity: sha512-cy9ln+6rmthYWjH9fmx+5FU/JDpjQb586++x2FZlveq7GdGuLLW9a2Jcst2TGekH82bXpfmRNSwP9tyEs6RjvQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.45.1 eslint-visitor-keys: 3.3.0 dev: false @@ -3812,54 +3832,18 @@ packages: '@webassemblyjs/helper-wasm-bytecode': 1.11.1 dev: false - /@webassemblyjs/ast/1.9.0: - resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} - dependencies: - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - dev: false - /@webassemblyjs/floating-point-hex-parser/1.11.1: resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==} dev: false - /@webassemblyjs/floating-point-hex-parser/1.9.0: - resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} - dev: false - /@webassemblyjs/helper-api-error/1.11.1: resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==} dev: false - /@webassemblyjs/helper-api-error/1.9.0: - resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} - dev: false - /@webassemblyjs/helper-buffer/1.11.1: resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==} dev: false - /@webassemblyjs/helper-buffer/1.9.0: - resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} - dev: false - - /@webassemblyjs/helper-code-frame/1.9.0: - resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} - dependencies: - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - - /@webassemblyjs/helper-fsm/1.9.0: - resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} - dev: false - - /@webassemblyjs/helper-module-context/1.9.0: - resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - dev: false - /@webassemblyjs/helper-numbers/1.11.1: resolution: {integrity: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==} dependencies: @@ -3872,10 +3856,6 @@ packages: resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==} dev: false - /@webassemblyjs/helper-wasm-bytecode/1.9.0: - resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} - dev: false - /@webassemblyjs/helper-wasm-section/1.11.1: resolution: {integrity: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==} dependencies: @@ -3885,47 +3865,22 @@ packages: '@webassemblyjs/wasm-gen': 1.11.1 dev: false - /@webassemblyjs/helper-wasm-section/1.9.0: - resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - dev: false - /@webassemblyjs/ieee754/1.11.1: resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==} dependencies: '@xtuc/ieee754': 1.2.0 dev: false - /@webassemblyjs/ieee754/1.9.0: - resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} - dependencies: - '@xtuc/ieee754': 1.2.0 - dev: false - /@webassemblyjs/leb128/1.11.1: resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==} dependencies: '@xtuc/long': 4.2.2 dev: false - /@webassemblyjs/leb128/1.9.0: - resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} - dependencies: - '@xtuc/long': 4.2.2 - dev: false - /@webassemblyjs/utf8/1.11.1: resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==} dev: false - /@webassemblyjs/utf8/1.9.0: - resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} - dev: false - /@webassemblyjs/wasm-edit/1.11.1: resolution: {integrity: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==} dependencies: @@ -3939,19 +3894,6 @@ packages: '@webassemblyjs/wast-printer': 1.11.1 dev: false - /@webassemblyjs/wasm-edit/1.9.0: - resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/helper-wasm-section': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-opt': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - /@webassemblyjs/wasm-gen/1.11.1: resolution: {integrity: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==} dependencies: @@ -3962,16 +3904,6 @@ packages: '@webassemblyjs/utf8': 1.11.1 dev: false - /@webassemblyjs/wasm-gen/1.9.0: - resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - /@webassemblyjs/wasm-opt/1.11.1: resolution: {integrity: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==} dependencies: @@ -3981,15 +3913,6 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 dev: false - /@webassemblyjs/wasm-opt/1.9.0: - resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - dev: false - /@webassemblyjs/wasm-parser/1.11.1: resolution: {integrity: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==} dependencies: @@ -4001,28 +3924,6 @@ packages: '@webassemblyjs/utf8': 1.11.1 dev: false - /@webassemblyjs/wasm-parser/1.9.0: - resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - - /@webassemblyjs/wast-parser/1.9.0: - resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/floating-point-hex-parser': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-code-frame': 1.9.0 - '@webassemblyjs/helper-fsm': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - /@webassemblyjs/wast-printer/1.11.1: resolution: {integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==} dependencies: @@ -4030,22 +3931,14 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webassemblyjs/wast-printer/1.9.0: - resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - - /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.75.0: + /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.74.0: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 - webpack-cli: 4.8.0_e49db0e436eafdfc096b8d63cf9c45a9 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 dev: false /@webpack-cli/info/1.5.0_webpack-cli@4.8.0: @@ -4054,7 +3947,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.8.0_e49db0e436eafdfc096b8d63cf9c45a9 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 dev: false /@webpack-cli/serve/1.7.0_webpack-cli@4.8.0: @@ -4066,7 +3959,24 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.8.0_e49db0e436eafdfc096b8d63cf9c45a9 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 + dev: false + + /@xarc/fastify-server/2.2.0: + resolution: {integrity: sha512-VqA16vmqf+3egL66a4mGZc6cpq75ACb7BdJypQXal9tVk2M2IpIigmZMWy3UaT0SP6jzB4xoWYHbSfiY/LFJcw==} + 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.4.1 + xaa: 1.7.3 + transitivePeerDependencies: + - supports-color dev: false /@xarc/fastify-server/3.3.0: @@ -4076,7 +3986,7 @@ packages: async-eventemitter: 0.2.4 chalk: 4.1.2 electrode-confippet: 1.7.1 - fastify: 3.29.3 + fastify: 3.29.4 fastify-plugin: 3.0.1 lodash: 4.17.21 require-at: 1.0.6 @@ -4558,8 +4468,8 @@ packages: normalize-path: 2.1.1 dev: false - /anymatch/3.1.2: - resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + /anymatch/3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 @@ -4629,8 +4539,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.20.1 - '@babel/runtime-corejs3': 7.20.1 + '@babel/runtime': 7.20.6 + '@babel/runtime-corejs3': 7.20.6 dev: false /aria-query/5.1.3: @@ -4756,6 +4666,16 @@ packages: 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.1.4 + es-abstract: 1.20.4 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.1.3 + dev: false + /arraybuffer.slice/0.0.7: resolution: {integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==} dev: false @@ -4765,15 +4685,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /asn1.js/5.4.1: - resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} - dependencies: - bn.js: 4.12.0 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - safer-buffer: 2.1.2 - dev: false - /asn1/0.2.6: resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} dependencies: @@ -4785,13 +4696,6 @@ packages: engines: {node: '>=0.8'} dev: false - /assert/1.5.0: - resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} - dependencies: - object-assign: 4.1.1 - util: 0.10.3 - dev: false - /assertion-error/1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: false @@ -4868,7 +4772,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001436 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -4881,12 +4785,22 @@ packages: 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.14.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.13.0 + fastq: 1.14.0 queue-microtask: 1.2.3 transitivePeerDependencies: - supports-color @@ -4975,9 +4889,9 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 eslint-visitor-keys: 1.3.0 resolve: 1.22.1 transitivePeerDependencies: @@ -4992,9 +4906,9 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 eslint: 6.8.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.1 @@ -5010,9 +4924,9 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.1 @@ -5020,7 +4934,7 @@ packages: - supports-color dev: false - /babel-eslint/10.1.0_eslint@8.27.0: + /babel-eslint/10.1.0_eslint@8.29.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. @@ -5028,10 +4942,10 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 - eslint: 8.27.0 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 + eslint: 8.29.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.1 transitivePeerDependencies: @@ -5247,18 +5161,18 @@ packages: - supports-color dev: false - /babel-jest/26.6.3_@babel+core@7.20.2: + /babel-jest/26.6.3_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 26.6.2_@babel+core@7.20.2 + babel-preset-jest: 26.6.2_@babel+core@7.20.5 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -5266,22 +5180,22 @@ packages: - supports-color dev: false - /babel-loader/8.3.0_9aa721591d12f7015fd5116caac6cdf2: + /babel-loader/8.3.0_33e4a62c9975ac2a9f30d6f9b88ec2e3: 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.20.2 + '@babel/core': 7.20.5 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@3.3.12 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /babel-loader/8.3.0_webpack@5.75.0: + /babel-loader/8.3.0_webpack@5.74.0: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -5292,7 +5206,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /babel-messages/6.23.0: @@ -5337,16 +5251,16 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@types/babel__core': 7.1.20 - '@types/babel__traverse': 7.18.2 + '@types/babel__traverse': 7.18.3 dev: false /babel-plugin-lodash/3.3.4: resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 @@ -5417,38 +5331,38 @@ packages: babel-helper-is-void-0: 0.4.3 dev: false - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -5458,7 +5372,7 @@ packages: engines: {node: '>8.0.0'} dependencies: '@babel/plugin-syntax-jsx': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5473,12 +5387,12 @@ packages: - '@babel/core' dev: false - /babel-plugin-react-css-modules/5.2.6_@babel+core@7.20.2: + /babel-plugin-react-css-modules/5.2.6_@babel+core@7.20.5: resolution: {integrity: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==} engines: {node: '>8.0.0'} dependencies: - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 + '@babel/types': 7.20.5 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5931,24 +5845,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 dev: false /babel-preset-env/1.7.0: @@ -6032,15 +5946,15 @@ packages: babel-preset-current-node-syntax: 1.0.1 dev: false - /babel-preset-jest/26.6.2_@babel+core@7.20.2: + /babel-preset-jest/26.6.2_@babel+core@7.20.5: resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 dev: false /babel-preset-minify/0.5.2: @@ -6212,10 +6126,6 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /base64-js/1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: false - /base64id/1.0.0: resolution: {integrity: sha512-rz8L+d/xByiB/vLVftPkyY215fqNrmasrcJsYkVcm4TgJNz+YXKrFaFAWibSaHkiKoSgMDCb+lipOIRQNGYesw==} engines: {node: '>= 0.4.0'} @@ -6301,14 +6211,6 @@ packages: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} dev: false - /bn.js/4.12.0: - resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} - dev: false - - /bn.js/5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - 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} @@ -6429,7 +6331,7 @@ packages: /broadcast-channel/3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -6439,10 +6341,6 @@ packages: unload: 2.2.0 dev: false - /brorand/1.1.0: - resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} - dev: false - /browser-process-hrtime/1.0.0: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} dev: false @@ -6455,66 +6353,11 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: false - /browserify-aes/1.2.0: - resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} - dependencies: - buffer-xor: 1.0.3 - cipher-base: 1.0.4 - create-hash: 1.2.0 - evp_bytestokey: 1.0.3 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - - /browserify-cipher/1.0.1: - resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} - dependencies: - browserify-aes: 1.2.0 - browserify-des: 1.0.2 - evp_bytestokey: 1.0.3 - dev: false - - /browserify-des/1.0.2: - resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} - dependencies: - cipher-base: 1.0.4 - des.js: 1.0.1 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - - /browserify-rsa/4.1.0: - resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} - dependencies: - bn.js: 5.2.1 - randombytes: 2.1.0 - dev: false - - /browserify-sign/4.2.1: - resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} - dependencies: - bn.js: 5.2.1 - browserify-rsa: 4.1.0 - create-hash: 1.2.0 - create-hmac: 1.1.7 - elliptic: 6.5.4 - inherits: 2.0.4 - parse-asn1: 5.1.6 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - - /browserify-zlib/0.2.0: - resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} - dependencies: - pako: 1.0.11 - dev: false - /browserslist/3.2.8: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001436 electron-to-chromium: 1.4.284 dev: false @@ -6523,7 +6366,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001436 electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -6560,22 +6403,6 @@ packages: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false - /buffer-xor/1.0.3: - resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} - dev: false - - /buffer/4.9.2: - resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - isarray: 1.0.0 - dev: false - - /builtin-status-codes/3.0.0: - resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} - dev: false - /bytes/3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} @@ -6612,7 +6439,7 @@ packages: glob: 7.2.3 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.3.4 + minipass: 3.3.6 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -6729,6 +6556,13 @@ packages: engines: {node: '>=6'} dev: false + /camel-case/4.1.2: + resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + dependencies: + pascal-case: 3.1.2 + tslib: 2.4.1 + dev: false + /camelcase-keys/6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} @@ -6762,13 +6596,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001436 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001431: - resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} + /caniuse-lite/1.0.30001436: + resolution: {integrity: sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==} dev: false /capture-exit/2.0.0: @@ -6886,7 +6720,7 @@ packages: dependencies: assertion-error: 1.1.0 check-error: 1.0.2 - deep-eql: 4.1.2 + deep-eql: 4.1.3 get-func-name: 2.0.0 loupe: 2.3.6 pathval: 1.1.1 @@ -6973,7 +6807,7 @@ packages: domhandler: 5.0.3 domutils: 3.0.1 htmlparser2: 8.0.1 - parse5: 7.1.1 + parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 dev: false @@ -7017,7 +6851,7 @@ packages: resolution: {integrity: sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -7032,7 +6866,7 @@ packages: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -7047,7 +6881,7 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -7076,13 +6910,6 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: false - /cipher-base/1.0.4: - resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - /circular-json/0.3.3: resolution: {integrity: sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==} deprecated: CircularJSON is in maintenance only, flatted is its successor. @@ -7107,6 +6934,13 @@ packages: static-extend: 0.1.2 dev: false + /clean-css/5.3.1: + resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} + 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'} @@ -7327,6 +7161,11 @@ packages: 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'} @@ -7381,18 +7220,10 @@ packages: utils-merge: 1.0.1 dev: false - /console-browserify/1.2.0: - resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} - dev: false - /console-control-strings/1.1.0: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: false - /constants-browserify/1.0.0: - resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} - dev: false - /content-disposition/0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -7437,6 +7268,11 @@ packages: engines: {node: '>= 0.6'} 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'} @@ -7516,34 +7352,6 @@ packages: parse-json: 4.0.0 dev: false - /create-ecdh/4.0.4: - resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} - dependencies: - bn.js: 4.12.0 - elliptic: 6.5.4 - dev: false - - /create-hash/1.2.0: - resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} - dependencies: - cipher-base: 1.0.4 - inherits: 2.0.4 - md5.js: 1.3.5 - ripemd160: 2.0.2 - sha.js: 2.4.11 - dev: false - - /create-hmac/1.1.7: - resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} - dependencies: - cipher-base: 1.0.4 - create-hash: 1.2.0 - inherits: 2.0.4 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - /create-require/1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: false @@ -7590,22 +7398,6 @@ packages: boom: 7.3.0 dev: false - /crypto-browserify/3.12.0: - resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} - dependencies: - browserify-cipher: 1.0.1 - browserify-sign: 4.2.1 - create-ecdh: 4.0.4 - create-hash: 1.2.0 - create-hmac: 1.1.7 - diffie-hellman: 5.0.3 - inherits: 2.0.4 - pbkdf2: 3.1.2 - public-encrypt: 4.0.3 - randombytes: 2.1.0 - randomfill: 1.0.4 - dev: false - /css-blank-pseudo/0.1.4: resolution: {integrity: sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==} engines: {node: '>=6.0.0'} @@ -7635,23 +7427,7 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /css-loader/6.7.2: - resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - dependencies: - icss-utils: 5.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 - postcss-modules-scope: 3.0.0_postcss@8.4.19 - postcss-modules-values: 4.0.0_postcss@8.4.19 - postcss-value-parser: 4.2.0 - semver: 7.3.8 - dev: false - - /css-loader/6.7.2_webpack@5.75.0: + /css-loader/6.7.2_webpack@5.74.0: resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -7665,10 +7441,10 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.19 postcss-value-parser: 4.2.0 semver: 7.3.8 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /css-minimizer-webpack-plugin/1.3.0: + /css-minimizer-webpack-plugin/1.3.0_webpack@5.74.0: resolution: {integrity: sha512-jFa0Siplmfef4ndKglpVaduY47oHQwioAOEGK0f0vAX0s+vc+SmP6cCMoc+8Adau5600RnOEld5VVdC8CQau7w==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -7682,24 +7458,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - webpack-sources: 1.4.3 - dev: false - - /css-minimizer-webpack-plugin/1.3.0_webpack@5.75.0: - 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.1.1 - serialize-javascript: 5.0.1 - source-map: 0.6.1 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-sources: 1.4.3 dev: false @@ -7735,6 +7494,16 @@ packages: 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: @@ -8049,12 +7818,12 @@ packages: engines: {node: '>=10'} dev: false - /decimal.js/10.4.2: - resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} + /decimal.js/10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} dev: false - /decode-uri-component/0.2.0: - resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} + /decode-uri-component/0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} dev: false @@ -8071,8 +7840,8 @@ packages: type-detect: 4.0.8 dev: false - /deep-eql/4.1.2: - resolution: {integrity: sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==} + /deep-eql/4.1.3: + resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} dependencies: type-detect: 4.0.8 @@ -8118,6 +7887,11 @@ packages: 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.1.4: resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} engines: {node: '>= 0.4'} @@ -8167,23 +7941,11 @@ packages: engines: {node: '>= 0.8'} dev: false - /des.js/1.0.1: - resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - 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-file/1.0.0: - resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==} - engines: {node: '>=0.10.0'} - dev: false - /detect-indent/4.0.0: resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} engines: {node: '>=0.10.0'} @@ -8239,14 +8001,6 @@ packages: engines: {node: '>=0.3.1'} dev: false - /diffie-hellman/5.0.3: - resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} - dependencies: - bn.js: 4.12.0 - miller-rabin: 4.0.1 - randombytes: 2.1.0 - dev: false - /dir-glob/3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -8281,6 +8035,12 @@ packages: resolution: {integrity: sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==} 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: @@ -8297,6 +8057,14 @@ packages: 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: @@ -8305,11 +8073,6 @@ packages: entities: 4.4.0 dev: false - /domain-browser/1.2.0: - resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} - engines: {node: '>=0.4', npm: '>=1.2'} - dev: false - /domelementtype/1.3.1: resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} dev: false @@ -8338,6 +8101,13 @@ packages: 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'} @@ -8352,6 +8122,14 @@ packages: 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.0.1: resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==} dependencies: @@ -8360,6 +8138,13 @@ packages: domhandler: 5.0.3 dev: false + /dot-case/3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.4.1 + dev: false + /dot-prop/5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} @@ -8490,18 +8275,6 @@ packages: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} dev: false - /elliptic/6.5.4: - resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} - dependencies: - bn.js: 4.12.0 - brorand: 1.1.0 - hash.js: 1.1.7 - hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: false - /emittery/0.7.2: resolution: {integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==} engines: {node: '>=10'} @@ -8588,17 +8361,8 @@ packages: ws: 3.3.3 dev: false - /enhanced-resolve/4.5.0: - resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} - engines: {node: '>=6.9.0'} - dependencies: - graceful-fs: 4.2.10 - memory-fs: 0.5.0 - tapable: 1.1.3 - dev: false - - /enhanced-resolve/5.10.0: - resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} + /enhanced-resolve/5.12.0: + resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -8912,12 +8676,12 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /eslint-plugin-filenames/1.3.2_eslint@8.27.0: + /eslint-plugin-filenames/1.3.2_eslint@8.29.0: resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} peerDependencies: eslint: '*' dependencies: - eslint: 8.27.0 + eslint: 8.29.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -9011,7 +8775,7 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc/30.7.13_eslint@8.27.0: + /eslint-plugin-jsdoc/30.7.13_eslint@8.29.0: resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} engines: {node: '>=10'} peerDependencies: @@ -9019,7 +8783,7 @@ packages: dependencies: comment-parser: 0.7.6 debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.29.0 jsdoctypeparser: 9.0.0 lodash: 4.17.21 regextras: 0.7.1 @@ -9068,14 +8832,15 @@ packages: ramda: 0.27.2 dev: false - /eslint-plugin-react/7.31.10: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + /eslint-plugin-react/7.31.11: + resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} 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.3 @@ -9090,14 +8855,15 @@ packages: string.prototype.matchall: 4.0.8 dev: false - /eslint-plugin-react/7.31.10_eslint@7.32.0: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + /eslint-plugin-react/7.31.11_eslint@7.32.0: + resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} 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 @@ -9136,14 +8902,6 @@ packages: estraverse: 4.3.0 dev: false - /eslint-scope/4.0.3: - resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} - 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'} @@ -9184,13 +8942,13 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /eslint-utils/3.0.0_eslint@8.27.0: + /eslint-utils/3.0.0_eslint@8.29.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.27.0 + eslint: 8.29.0 eslint-visitor-keys: 2.1.0 dev: false @@ -9349,8 +9107,8 @@ packages: - supports-color dev: false - /eslint/8.27.0: - resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==} + /eslint/8.29.0: + resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -9365,7 +9123,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.29.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -9376,12 +9134,12 @@ packages: glob-parent: 6.0.2 globals: 13.18.0 grapheme-splitter: 1.0.4 - ignore: 5.2.0 + ignore: 5.2.1 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.1.5 + js-sdsl: 4.2.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -9492,13 +9250,6 @@ packages: engines: {node: '>=0.8.x'} dev: false - /evp_bytestokey/1.0.3: - resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} - dependencies: - md5.js: 1.3.5 - safe-buffer: 5.2.1 - dev: false - /exec-sh/0.3.6: resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} dev: false @@ -9597,13 +9348,6 @@ packages: dev: false optional: true - /expand-tilde/2.0.2: - resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} - engines: {node: '>=0.10.0'} - dependencies: - homedir-polyfill: 1.0.3 - dev: false - /expect/26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} @@ -9729,7 +9473,7 @@ packages: /fast-async/7.0.6: resolution: {integrity: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg==} dependencies: - '@babel/generator': 7.20.4 + '@babel/generator': 7.20.5 '@babel/helper-module-imports': 7.18.6 babylon: 7.0.0-beta.47 nodent-runtime: 3.2.1 @@ -9763,6 +9507,14 @@ packages: 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.2.2 + 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'} @@ -9796,17 +9548,46 @@ packages: engines: {node: '>= 4.9.1'} dev: false + /fastify-plugin/1.6.1: + resolution: {integrity: sha512-APBcb27s+MjaBIerFirYmBLatoPCgmHZM6XP0K+nDL9k0yX8NJPWDY1RAC3bh6z+AB5ULS2j31BUfLMT3uaZ4A==} + dependencies: + semver: 6.3.0 + dev: false + /fastify-plugin/3.0.1: resolution: {integrity: sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==} dev: false - /fastify/3.29.3: - resolution: {integrity: sha512-PA5mGkVnAnhysmyAnXMN9gdOlcfIxyGsfj9C7/a3sSfe5mC38euEGRLEB0T7ygbi7TIZ9yIZ/FLiERpwZeWriA==} + /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.0 + rfdc: 1.3.0 + secure-json-parse: 2.6.0 + tiny-lru: 7.0.6 + transitivePeerDependencies: + - supports-color + dev: false + + /fastify/3.29.4: + resolution: {integrity: sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==} dependencies: '@fastify/ajv-compiler': 1.1.0 '@fastify/error': 2.0.0 abstract-logging: 2.0.1 avvio: 7.2.5 + content-type: 1.0.4 fast-json-stringify: 2.7.13 find-my-way: 4.5.1 flatstr: 1.0.12 @@ -9815,7 +9596,7 @@ packages: process-warning: 1.0.0 proxy-addr: 2.0.7 rfdc: 1.3.0 - secure-json-parse: 2.5.0 + secure-json-parse: 2.6.0 semver: 7.3.8 tiny-lru: 8.0.2 transitivePeerDependencies: @@ -9826,8 +9607,8 @@ packages: resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} dev: false - /fastq/1.13.0: - resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} + /fastq/1.14.0: + resolution: {integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==} dependencies: reusify: 1.0.4 dev: false @@ -9882,17 +9663,7 @@ packages: flat-cache: 3.0.4 dev: false - /file-loader/6.2.0: - 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.1.1 - dev: false - - /file-loader/6.2.0_webpack@5.75.0: + /file-loader/6.2.0_webpack@5.74.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9900,7 +9671,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /file-uri-to-path/1.0.0: @@ -10002,6 +9773,15 @@ packages: 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'} @@ -10035,16 +9815,6 @@ packages: path-exists: 4.0.0 dev: false - /findup-sync/3.0.0: - resolution: {integrity: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==} - engines: {node: '>= 0.10'} - dependencies: - detect-file: 1.0.0 - is-glob: 4.0.3 - micromatch: 3.1.10 - resolve-dir: 1.0.1 - dev: false - /flat-cache/1.3.4: resolution: {integrity: sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==} engines: {node: '>=0.10.0'} @@ -10278,7 +10048,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: false /fs-monkey/1.0.3: @@ -10607,46 +10377,10 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.1.0 + minimatch: 5.1.1 once: 1.4.0 dev: false - /global-modules/1.0.0: - resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} - engines: {node: '>=0.10.0'} - dependencies: - global-prefix: 1.0.2 - is-windows: 1.0.2 - resolve-dir: 1.0.1 - dev: false - - /global-modules/2.0.0: - resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} - engines: {node: '>=6'} - dependencies: - global-prefix: 3.0.0 - dev: false - - /global-prefix/1.0.2: - resolution: {integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==} - engines: {node: '>=0.10.0'} - dependencies: - expand-tilde: 2.0.2 - homedir-polyfill: 1.0.3 - ini: 1.3.8 - is-windows: 1.0.2 - which: 1.3.1 - dev: false - - /global-prefix/3.0.0: - resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} - engines: {node: '>=6'} - dependencies: - ini: 1.3.8 - kind-of: 6.0.3 - which: 1.3.1 - dev: false - /globals/11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} @@ -10678,7 +10412,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.0 + ignore: 5.2.1 merge2: 1.4.1 slash: 3.0.0 dev: false @@ -10931,22 +10665,6 @@ packages: function-bind: 1.1.1 dev: false - /hash-base/3.1.0: - resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} - engines: {node: '>=4'} - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - - /hash.js/1.1.7: - resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - dev: false - /hasha/5.2.2: resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} engines: {node: '>=8'} @@ -10995,7 +10713,7 @@ packages: /history/4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -11006,15 +10724,7 @@ packages: /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.20.1 - dev: false - - /hmac-drbg/1.0.1: - resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} - dependencies: - hash.js: 1.1.7 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 + '@babel/runtime': 7.20.6 dev: false /hoek/4.2.1: @@ -11042,13 +10752,6 @@ packages: os-tmpdir: 1.0.2 dev: false - /homedir-polyfill/1.0.3: - resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} - engines: {node: '>=0.10.0'} - dependencies: - parse-passwd: 1.0.0 - dev: false - /hoopy/0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} @@ -11117,6 +10820,43 @@ packages: 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.1 + commander: 8.3.0 + he: 1.2.0 + param-case: 3.0.4 + relateurl: 0.2.7 + terser: 5.16.1 + dev: false + + /html-webpack-plugin/5.5.0_webpack@5.74.0: + resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} + 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.74.0_f52b93474dd2fb1e4f90db635f9d54a8 + 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.1: resolution: {integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==} dependencies: @@ -11224,10 +10964,6 @@ packages: resolution: {integrity: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==} dev: false - /https-browserify/1.0.0: - resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} - dev: false - /https-proxy-agent/5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} @@ -11288,10 +11024,6 @@ packages: harmony-reflect: 1.6.2 dev: false - /ieee754/1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false - /iferr/0.1.5: resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==} dev: false @@ -11305,8 +11037,8 @@ packages: engines: {node: '>= 4'} dev: false - /ignore/5.2.0: - resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} + /ignore/5.2.1: + resolution: {integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==} engines: {node: '>= 4'} dev: false @@ -11347,15 +11079,6 @@ packages: resolve-from: 3.0.0 dev: false - /import-local/2.0.0: - resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} - engines: {node: '>=6'} - hasBin: true - dependencies: - pkg-dir: 3.0.0 - resolve-cwd: 2.0.0 - dev: false - /import-local/3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} @@ -11399,10 +11122,6 @@ packages: wrappy: 1.0.2 dev: false - /inherits/2.0.1: - resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==} - dev: false - /inherits/2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} dev: false @@ -11411,10 +11130,6 @@ packages: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} dev: false - /ini/1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - dev: false - /inquirer/3.3.0: resolution: {integrity: sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==} dependencies: @@ -12045,11 +11760,11 @@ packages: resolution: {integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==} engines: {node: '>=6'} dependencies: - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 + '@babel/generator': 7.20.5 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 transitivePeerDependencies: @@ -12060,7 +11775,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -12072,8 +11787,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 - '@babel/parser': 7.20.3 + '@babel/core': 7.20.5 + '@babel/parser': 7.20.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -12198,10 +11913,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.20.2 + babel-jest: 26.6.3_@babel+core@7.20.5 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.2.3 @@ -12258,7 +11973,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.7.0 @@ -12276,7 +11991,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false @@ -12292,8 +12007,8 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.9 - anymatch: 3.1.2 + '@types/node': 18.11.11 + anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 26.0.0 @@ -12311,12 +12026,12 @@ packages: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/traverse': 7.20.1 + '@babel/traverse': 7.20.5 '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 chalk: 4.1.2 co: 4.6.0 expect: 26.6.2 @@ -12375,7 +12090,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 dev: false /jest-pnp-resolver/1.2.3_jest-resolve@26.6.2: @@ -12426,7 +12141,7 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 chalk: 4.1.2 emittery: 0.7.2 exit: 0.1.2 @@ -12494,7 +12209,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.11 graceful-fs: 4.2.10 dev: false @@ -12502,9 +12217,9 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@jest/types': 26.6.2 - '@types/babel__traverse': 7.18.2 + '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.1 chalk: 4.1.2 expect: 26.6.2 @@ -12525,7 +12240,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -12550,7 +12265,7 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.11.11 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 26.6.2 @@ -12561,7 +12276,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.11 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -12570,7 +12285,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 14.18.33 + '@types/node': 18.11.11 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -12649,8 +12364,8 @@ packages: resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} dev: false - /js-sdsl/4.1.5: - resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + /js-sdsl/4.2.0: + resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} dev: false /js-sha3/0.8.0: @@ -12786,7 +12501,7 @@ packages: cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.4.2 + decimal.js: 10.4.3 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -12828,7 +12543,7 @@ packages: cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.4.2 + decimal.js: 10.4.3 domexception: 4.0.0 escodegen: 2.0.0 form-data: 4.0.0 @@ -13087,7 +12802,7 @@ packages: karma: 3.1.4 dev: false - /karma-webpack/5.0.0: + /karma-webpack/5.0.0_webpack@5.74.0: resolution: {integrity: sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==} engines: {node: '>= 6'} peerDependencies: @@ -13095,6 +12810,7 @@ packages: dependencies: glob: 7.2.3 minimatch: 3.1.2 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-merge: 4.2.2 dev: false @@ -13246,7 +12962,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /less-loader/4.1.0_less@3.13.1: + /less-loader/4.1.0_less@3.13.1+webpack@5.74.0: resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} peerDependencies: @@ -13257,6 +12973,7 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /less/3.13.1: @@ -13302,6 +13019,15 @@ packages: 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.0 + set-cookie-parser: 2.5.1 + dev: false + /light-my-request/4.12.0: resolution: {integrity: sha512-0y+9VIfJEsPVzK5ArSIJ8Dkxp8QMP7/aCuxCUtG/tr9a2NoOf/snATE/OUc05XUplJCEnRh6gTkH7xh9POt1DQ==} dependencies: @@ -13325,11 +13051,6 @@ packages: strip-bom: 3.0.0 dev: false - /loader-runner/2.4.0: - resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} - engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} - dev: false - /loader-runner/4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} @@ -13617,7 +13338,7 @@ packages: /lolex/5.1.2: resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 dev: false /longest/1.0.1: @@ -13638,6 +13359,12 @@ packages: get-func-name: 2.0.0 dev: false + /lower-case/2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.4.1 + dev: false + /lru-cache/4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: @@ -13697,7 +13424,7 @@ packages: https-proxy-agent: 5.0.1 is-lambda: 1.0.1 lru-cache: 6.0.0 - minipass: 3.3.4 + minipass: 3.3.6 minipass-collect: 1.0.2 minipass-fetch: 1.4.1 minipass-flush: 1.0.5 @@ -13757,8 +13484,8 @@ packages: hasBin: true dev: false - /marked/4.2.2: - resolution: {integrity: sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==} + /marked/4.2.3: + resolution: {integrity: sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==} engines: {node: '>= 12'} hasBin: true dev: false @@ -13766,7 +13493,7 @@ packages: /match-sorter/6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 remove-accents: 0.4.2 dev: false @@ -13775,14 +13502,6 @@ packages: dev: false optional: true - /md5.js/1.3.5: - resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: false @@ -13804,28 +13523,13 @@ packages: mimic-fn: 3.1.0 dev: false - /memfs/3.4.11: - resolution: {integrity: sha512-GvsCITGAyDCxxsJ+X6prJexFQEhOCJaIlUbsAvjzSI5o5O7j2dle3jWvz5Z5aOdpOxW6ol3vI1+0ut+641F1+w==} + /memfs/3.4.12: + resolution: {integrity: sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 dev: false - /memory-fs/0.4.1: - resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} - dependencies: - errno: 0.1.8 - readable-stream: 2.3.7 - dev: false - - /memory-fs/0.5.0: - resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} - engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} - dependencies: - errno: 0.1.8 - readable-stream: 2.3.7 - dev: false - /meow/9.0.0: resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} engines: {node: '>=10'} @@ -13913,12 +13617,11 @@ packages: resolution: {integrity: sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==} dev: false - /miller-rabin/4.0.1: - resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} - hasBin: true + /middie/4.1.0: + resolution: {integrity: sha512-eylPpZA+K3xO9kpDjagoPkEUkNcWV3EAo5OEz0MqsekUpT7KbnQkk8HNZkh4phx2vvOAmNNZuLRWF9lDDHPpVQ==} dependencies: - bn.js: 4.12.0 - brorand: 1.1.0 + path-to-regexp: 4.0.5 + reusify: 1.0.4 dev: false /mime-db/1.52.0: @@ -13993,18 +13696,7 @@ packages: engines: {node: '>=4'} dev: false - /mini-css-extract-plugin/1.6.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.1.1 - webpack-sources: 1.4.3 - dev: false - - /mini-css-extract-plugin/1.6.2_webpack@5.75.0: + /mini-css-extract-plugin/1.6.2_webpack@5.74.0: resolution: {integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -14012,7 +13704,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-sources: 1.4.3 dev: false @@ -14020,10 +13712,6 @@ packages: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} dev: false - /minimalistic-crypto-utils/1.0.1: - resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - dev: false - /minimatch/3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: @@ -14049,8 +13737,8 @@ packages: brace-expansion: 2.0.1 dev: false - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + /minimatch/5.1.1: + resolution: {integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -14085,14 +13773,14 @@ packages: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: false /minipass-fetch/1.4.1: resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -14103,25 +13791,25 @@ packages: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + 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.4 + minipass: 3.3.6 dev: false /minipass-sized/1.0.3: resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: false - /minipass/3.3.4: - resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==} + /minipass/3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 @@ -14131,7 +13819,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 yallist: 4.0.0 dev: false @@ -14488,15 +14176,15 @@ packages: /nise/4.1.0: resolution: {integrity: sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==} dependencies: - '@sinonjs/commons': 1.8.5 + '@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.2: - resolution: {integrity: sha512-+gQjFi8v+tkfCuSCxfURHLhRhniE/+IaYbIphxAN2JRR9SHKhY8hgXpaXiYfHdw+gcGe4buxgbprBQFab9FkhA==} + /nise/5.1.3: + resolution: {integrity: sha512-U597iWTTBBYIV72986jyU382/MMZ70ApWcRmkoF1AZ75bpqOtI3Gugv/6+0jLgoDOabmcSwYBkSSAWIp1eA5cg==} dependencies: '@sinonjs/commons': 2.0.0 '@sinonjs/fake-timers': 7.1.2 @@ -14511,6 +14199,13 @@ packages: 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.4.1 + dev: false + /node-environment-flags/1.0.6: resolution: {integrity: sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==} dependencies: @@ -14541,34 +14236,6 @@ packages: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} dev: false - /node-libs-browser/2.2.1: - resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} - dependencies: - assert: 1.5.0 - browserify-zlib: 0.2.0 - buffer: 4.9.2 - console-browserify: 1.2.0 - constants-browserify: 1.0.0 - crypto-browserify: 3.12.0 - domain-browser: 1.2.0 - events: 3.3.0 - https-browserify: 1.0.0 - os-browserify: 0.3.0 - path-browserify: 0.0.1 - process: 0.11.10 - punycode: 1.4.1 - querystring-es3: 0.2.1 - readable-stream: 2.3.7 - stream-browserify: 2.0.2 - stream-http: 2.8.3 - string_decoder: 1.3.0 - timers-browserify: 2.0.12 - tty-browserify: 0.0.0 - url: 0.11.0 - util: 0.11.1 - vm-browserify: 1.1.2 - dev: false - /node-notifier/8.0.2: resolution: {integrity: sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==} dependencies: @@ -14996,6 +14663,15 @@ packages: resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} dev: false + /open/8.4.0: + resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} + 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 @@ -15051,10 +14727,6 @@ packages: word-wrap: 1.2.3 dev: false - /os-browserify/0.3.0: - resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} - dev: false - /os-homedir/1.0.2: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} @@ -15152,10 +14824,6 @@ packages: release-zalgo: 1.0.0 dev: false - /pako/1.0.11: - resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} - dev: false - /parallel-transform/1.2.0: resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} dependencies: @@ -15164,6 +14832,13 @@ packages: readable-stream: 2.3.7 dev: false + /param-case/3.0.4: + resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + dependencies: + dot-case: 3.0.4 + tslib: 2.4.1 + dev: false + /parent-module/1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} @@ -15171,16 +14846,6 @@ packages: callsites: 3.1.0 dev: false - /parse-asn1/5.1.6: - resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} - dependencies: - asn1.js: 5.4.1 - browserify-aes: 1.2.0 - evp_bytestokey: 1.0.3 - pbkdf2: 3.1.2 - safe-buffer: 5.2.1 - dev: false - /parse-glob/3.0.4: resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} engines: {node: '>=0.10.0'} @@ -15210,16 +14875,11 @@ packages: lines-and-columns: 1.2.4 dev: false - /parse-passwd/1.0.0: - resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} - engines: {node: '>=0.10.0'} - dev: false - /parse5-htmlparser2-tree-adapter/7.0.0: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} dependencies: domhandler: 5.0.3 - parse5: 7.1.1 + parse5: 7.1.2 dev: false /parse5/1.5.1: @@ -15234,8 +14894,8 @@ packages: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: false - /parse5/7.1.1: - resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==} + /parse5/7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.4.0 dev: false @@ -15257,15 +14917,18 @@ packages: 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.4.1 + dev: false + /pascalcase/0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} engines: {node: '>=0.10.0'} dev: false - /path-browserify/0.0.1: - resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} - dev: false - /path-dirname/1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} dev: false @@ -15313,6 +14976,10 @@ packages: isarray: 0.0.1 dev: false + /path-to-regexp/4.0.5: + resolution: {integrity: sha512-l+fTaGG2N9ZRpCEUj5fG1VKdDLaiqwCIvPngpnxzREhcdobhZC4ou4w984HBu72DqAJ5CfcdV6tjqNOunfpdsQ==} + dev: false + /path-type/3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -15329,17 +14996,6 @@ packages: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: false - /pbkdf2/3.1.2: - resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} - engines: {node: '>=0.12'} - dependencies: - create-hash: 1.2.0 - create-hmac: 1.1.7 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - /performance-now/2.1.0: resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} dev: false @@ -15512,14 +15168,14 @@ packages: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: false /postcss-calc/7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: false @@ -15856,7 +15512,7 @@ packages: dependencies: icss-utils: 5.1.0_postcss@8.4.19 postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: false @@ -15883,7 +15539,7 @@ packages: postcss: ^8.1.0 dependencies: postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: false /postcss-modules-values/1.3.0: @@ -15917,7 +15573,7 @@ packages: resolution: {integrity: sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw==} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: false /postcss-nesting/7.0.1: @@ -16044,7 +15700,7 @@ packages: dependencies: autoprefixer: 9.8.8 browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001436 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -16154,8 +15810,8 @@ packages: uniq: 1.0.1 dev: false - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + /postcss-selector-parser/6.0.11: + resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -16285,12 +15941,19 @@ packages: hasBin: true dev: false - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} 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'} @@ -16334,11 +15997,6 @@ packages: resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} dev: false - /process/0.11.10: - resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} - engines: {node: '>= 0.6.0'} - dev: false - /progress/2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} @@ -16404,17 +16062,6 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: false - /public-encrypt/4.0.3: - resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} - dependencies: - bn.js: 4.12.0 - browserify-rsa: 4.1.0 - create-hash: 1.2.0 - parse-asn1: 5.1.6 - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - /pump/2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: @@ -16437,14 +16084,6 @@ packages: pump: 2.0.1 dev: false - /punycode/1.3.2: - resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} - dev: false - - /punycode/1.4.1: - resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - dev: false - /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} @@ -16476,17 +16115,6 @@ packages: engines: {node: '>=0.6'} dev: false - /querystring-es3/0.2.1: - resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} - engines: {node: '>=0.4.x'} - dev: false - - /querystring/0.2.0: - resolution: {integrity: sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==} - engines: {node: '>=0.4.x'} - deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. - dev: false - /querystringify/2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} dev: false @@ -16546,13 +16174,6 @@ packages: safe-buffer: 5.2.1 dev: false - /randomfill/1.0.4: - resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} - dependencies: - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - /range-parser/1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} @@ -16633,7 +16254,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 broadcast-channel: 3.7.0 match-sorter: 6.3.1 dev: false @@ -16650,7 +16271,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 broadcast-channel: 3.7.0 match-sorter: 6.3.1 react: 18.2.0 @@ -16663,7 +16284,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.20.1 + '@babel/runtime': 7.20.6 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 loose-envify: 1.4.0 @@ -16695,7 +16316,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/hoist-non-react-statics': 3.3.1 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -16706,7 +16327,7 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.5_638e0f5fa50c1c872b4e9fb6ff9ec02b: + /react-redux/8.0.5_f15f79dad717742c56d9198599f1357c: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -16727,9 +16348,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -16746,7 +16367,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 dev: false /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: @@ -16755,7 +16376,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 react: 18.2.0 react-router: 5.3.4_react@18.2.0 dev: false @@ -16765,7 +16386,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -16775,17 +16396,17 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router-dom/6.4.3_react-dom@18.2.0+react@18.2.0: - resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==} + /react-router-dom/6.4.4_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-0Axverhw5d+4SBhLqLpzPhNkmv7gahUwlUVIOrRLGJ4/uwt30JVajVJXqv2Qr/LCwyvHhQc7YyK1Do8a9Jj7qA==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.0.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.4.3_react@18.2.0 + react-router: 6.4.4_react@18.2.0 dev: false /react-router/5.3.4_react@18.2.0: @@ -16793,7 +16414,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -16805,13 +16426,13 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router/6.4.3_react@18.2.0: - resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==} + /react-router/6.4.4_react@18.2.0: + resolution: {integrity: sha512-SA6tSrUCRfuLWeYsTJDuriRqfFIsrSvuH7SqAJHegx9ZgxadE119rU8oOX/rG5FYEthpdEaEljdjDlnBxvfr+Q==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.0.4 react: 18.2.0 dev: false @@ -17046,7 +16667,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 dev: false /reflect.ownkeys/0.2.0: @@ -17087,7 +16708,7 @@ packages: /regenerator-transform/0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 dev: false /regex-cache/0.4.4: @@ -17177,6 +16798,11 @@ packages: 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'} @@ -17192,10 +16818,20 @@ packages: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} dev: false - /repeat-element/1.1.4: - resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} - engines: {node: '>=0.10.0'} - 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/0.2.2: resolution: {integrity: sha512-yHeI3F9v20MY+8/5WAUgIWseMZwpLD+l9h5hGyzh6fQjhle2AwjjRDao1m5IozSDuVvMw09/mvE8AU1oDmZKpQ==} @@ -17299,13 +16935,6 @@ packages: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: false - /resolve-cwd/2.0.0: - resolution: {integrity: sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==} - engines: {node: '>=4'} - dependencies: - resolve-from: 3.0.0 - dev: false - /resolve-cwd/3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} @@ -17313,14 +16942,6 @@ packages: resolve-from: 5.0.0 dev: false - /resolve-dir/1.0.1: - resolution: {integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==} - engines: {node: '>=0.10.0'} - dependencies: - expand-tilde: 2.0.2 - global-modules: 1.0.0 - dev: false - /resolve-from/1.0.1: resolution: {integrity: sha512-kT10v4dhrlLNcnO084hEjvXCI1wUG9qZLoz2RogxqDQQYy7IxjI/iMUkOtQTNEh6rzHxvdQWHsJyel1pKOVCxg==} engines: {node: '>=0.10.0'} @@ -17463,13 +17084,6 @@ packages: glob: 7.2.3 dev: false - /ripemd160/2.0.2: - resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - dev: false - /rst-selector-parser/2.2.3: resolution: {integrity: sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==} dependencies: @@ -17600,7 +17214,7 @@ packages: yargs: 17.6.2 dev: false - /sass-loader/13.2.0_node-sass@7.0.3: + /sass-loader/13.2.0_node-sass@7.0.3+webpack@5.74.0: resolution: {integrity: sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -17622,6 +17236,7 @@ packages: klona: 2.0.5 neo-async: 2.6.2 node-sass: 7.0.3 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /sax/1.2.4: @@ -17689,8 +17304,8 @@ packages: source-map: 0.7.4 dev: false - /secure-json-parse/2.5.0: - resolution: {integrity: sha512-ZQruFgZnIWH+WyO9t5rWt4ZEGqCKPwhiw+YbzTwpmT9elgLrLcfuyUiSnwwjUiVy9r4VM3urtbNF1xmEh9IL2w==} + /secure-json-parse/2.6.0: + resolution: {integrity: sha512-B9osKohb6L+EZ6Kve3wHKfsAClzOC/iISA2vSuCe5Jx5NAKiwitfxx8ZKYapHXr0sYRj7UZInT7pLb3rp2Yx6A==} dev: false /select-hose/2.0.0: @@ -17742,12 +17357,6 @@ packages: resolution: {integrity: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==} dev: false - /serialize-javascript/4.0.0: - resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} - dependencies: - randombytes: 2.1.0 - dev: false - /serialize-javascript/5.0.1: resolution: {integrity: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==} dependencies: @@ -17805,10 +17414,6 @@ packages: split-string: 3.1.0 dev: false - /setimmediate/1.0.5: - resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} - dev: false - /setprototypeof/1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} dev: false @@ -17817,14 +17422,6 @@ packages: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: false - /sha.js/2.4.11: - resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} - hasBin: true - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - /shallow-clone/3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} @@ -17886,15 +17483,23 @@ packages: resolution: {integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==} dependencies: jsonc-parser: 3.2.0 - vscode-oniguruma: 1.6.2 + vscode-oniguruma: 1.7.0 vscode-textmate: 5.2.0 dev: false + /shiki/0.11.1: + resolution: {integrity: sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==} + dependencies: + jsonc-parser: 3.2.0 + vscode-oniguruma: 1.7.0 + vscode-textmate: 6.0.0 + dev: false + /shiki/0.9.15: resolution: {integrity: sha512-/Y0z9IzhJ8nD9nbceORCqu6NgT9X6I8Fk8c3SICHI5NbZRLdZYFaB233gwct9sU0vvSypyaL/qaKvzyQGJBZSw==} dependencies: jsonc-parser: 3.2.0 - vscode-oniguruma: 1.6.2 + vscode-oniguruma: 1.7.0 vscode-textmate: 5.2.0 dev: false @@ -18025,11 +17630,11 @@ packages: /sinon/13.0.2: resolution: {integrity: sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 '@sinonjs/fake-timers': 9.1.2 '@sinonjs/samsam': 6.1.3 diff: 5.1.0 - nise: 5.1.2 + nise: 5.1.3 supports-color: 7.2.0 dev: false @@ -18040,7 +17645,7 @@ packages: '@sinonjs/fake-timers': 9.1.2 '@sinonjs/samsam': 7.0.1 diff: 5.1.0 - nise: 5.1.2 + nise: 5.1.3 supports-color: 7.2.0 dev: false @@ -18060,7 +17665,7 @@ packages: /sinon/7.5.0: resolution: {integrity: sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 '@sinonjs/formatio': 3.2.2 '@sinonjs/samsam': 3.3.3 diff: 3.5.0 @@ -18072,7 +17677,7 @@ packages: /sinon/9.2.4: resolution: {integrity: sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 '@sinonjs/fake-timers': 6.0.1 '@sinonjs/samsam': 5.3.1 diff: 4.0.2 @@ -18286,7 +17891,7 @@ packages: deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 resolve-url: 0.2.1 source-map-url: 0.4.1 urix: 0.1.0 @@ -18297,7 +17902,7 @@ packages: deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 dev: false /source-map-support/0.4.18: @@ -18444,7 +18049,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: false /stable/0.1.8: @@ -18519,13 +18124,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /stream-browserify/2.0.2: - resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - /stream-each/1.2.3: resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} dependencies: @@ -18533,16 +18131,6 @@ packages: stream-shift: 1.0.1 dev: false - /stream-http/2.8.3: - resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} - dependencies: - builtin-status-codes: 3.0.0 - inherits: 2.0.4 - readable-stream: 2.3.7 - to-arraybuffer: 1.0.1 - xtend: 4.0.2 - dev: false - /stream-shift/1.0.1: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} dev: false @@ -18876,13 +18464,6 @@ packages: has-flag: 3.0.0 dev: false - /supports-color/6.1.0: - resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} - 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'} @@ -18967,11 +18548,6 @@ packages: strip-ansi: 6.0.1 dev: false - /tapable/1.1.3: - resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} - engines: {node: '>=6'} - dev: false - /tapable/2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} @@ -18983,7 +18559,7 @@ packages: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.3.4 + minipass: 3.3.6 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -19010,24 +18586,6 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /terser-webpack-plugin/1.4.5_webpack@4.46.0: - resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} - 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: 4.0.0 - source-map: 0.6.1 - terser: 4.8.1 - webpack: 4.46.0_webpack-cli@3.3.12 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - /terser-webpack-plugin/5.3.6_uglify-js@2.8.29+webpack@5.74.0: resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} engines: {node: '>= 10.13.0'} @@ -19048,48 +18606,13 @@ packages: jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.15.1 - uglify-js: 2.8.29 - webpack: 5.74.0_uglify-js@2.8.29 - dev: false - - /terser-webpack-plugin/5.3.6_uglify-js@2.8.29+webpack@5.75.0: - resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} - 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.17 - jest-worker: 27.5.1 - schema-utils: 3.1.1 - serialize-javascript: 6.0.0 - terser: 5.15.1 + terser: 5.16.1 uglify-js: 2.8.29 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 - dev: false - - /terser/4.8.1: - resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - commander: 2.20.3 - source-map: 0.6.1 - source-map-support: 0.5.21 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /terser/5.15.1: - resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} + /terser/5.16.1: + resolution: {integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==} engines: {node: '>=10'} hasBin: true dependencies: @@ -19141,13 +18664,6 @@ packages: xtend: 4.0.2 dev: false - /timers-browserify/2.0.12: - resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} - engines: {node: '>=0.6.0'} - dependencies: - setimmediate: 1.0.5 - dev: false - /timsort/0.3.0: resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} dev: false @@ -19156,6 +18672,11 @@ packages: 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'} @@ -19180,10 +18701,6 @@ packages: resolution: {integrity: sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==} dev: false - /to-arraybuffer/1.0.1: - resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} - dev: false - /to-fast-properties/1.0.3: resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} engines: {node: '>=0.10.0'} @@ -19321,7 +18838,7 @@ packages: resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} dev: false - /ts-node/10.9.1_52e8ea4883ee4024ccab466d51c0cf73: + /ts-node/10.9.1_2b2d9cd807dfbc3d01f2996e04d2a2b6: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -19340,7 +18857,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 14.18.33 + '@types/node': 14.18.34 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -19352,7 +18869,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_b51fae9271046ab829f100be7df4e9fd: + /ts-node/10.9.1_85acbeb1d8cfbef01999252e0c05202e: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -19371,19 +18888,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.9 + '@types/node': 14.18.34 acorn: 8.8.1 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.3 + typescript: 4.8.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_c386e8b7aaca4ce6057194a7156a4f00: + /ts-node/10.9.1_c9d11c062ae65ce2d2eff71a412338ce: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -19402,14 +18919,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 14.18.33 + '@types/node': 18.11.11 acorn: 8.8.1 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.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -19460,21 +18977,6 @@ packages: yn: 3.1.1 dev: false - /ts-node/8.10.2_typescript@4.9.3: - 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: 4.9.3 - yn: 3.1.1 - dev: false - /ts-node/9.1.1_typescript@4.9.3: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} @@ -19552,10 +19054,6 @@ packages: typescript: 4.9.3 dev: false - /tty-browserify/0.0.0: - resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} - dev: false - /tunnel-agent/0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: @@ -19763,12 +19261,26 @@ packages: dependencies: glob: 8.0.3 lunr: 2.3.9 - marked: 4.2.2 - minimatch: 5.1.0 + marked: 4.2.3 + minimatch: 5.1.1 shiki: 0.10.1 typescript: 4.9.3 dev: false + /typedoc/0.23.21_typescript@4.9.3: + resolution: {integrity: sha512-VNE9Jv7BgclvyH9moi2mluneSviD43dCE9pY8RWkO88/DrEgJZk9KpUk7WO468c9WWs/+aG6dOnoH7ccjnErhg==} + engines: {node: '>= 14.14'} + hasBin: true + peerDependencies: + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x + dependencies: + lunr: 2.3.9 + marked: 4.2.3 + minimatch: 5.1.1 + shiki: 0.11.1 + typescript: 4.9.3 + dev: false + /typescript-compare/0.0.2: resolution: {integrity: sha512-8ja4j7pMHkfLJQO2/8tut7ub+J3Lw2S3061eJLFQcvs3tsmJKp8KG5NtpLn7KcY2w08edF74BSVN7qJS0U6oHA==} dependencies: @@ -19825,24 +19337,7 @@ packages: dev: false optional: true - /uglifyjs-webpack-plugin/2.2.0: - 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-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - - /uglifyjs-webpack-plugin/2.2.0_webpack@4.46.0: + /uglifyjs-webpack-plugin/2.2.0_webpack@5.74.0: resolution: {integrity: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -19855,7 +19350,7 @@ packages: serialize-javascript: 1.9.1 source-map: 0.6.1 uglify-js: 3.17.4 - webpack: 4.46.0_webpack-cli@3.3.12 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: false @@ -19944,7 +19439,7 @@ packages: /unload/2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 detect-node: 2.1.0 dev: false @@ -20002,23 +19497,7 @@ packages: deprecated: Please see https://github.com/lydell/urix#deprecated dev: false - /url-loader/4.1.1_file-loader@6.2.0: - 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 - loader-utils: 2.0.4 - mime-types: 2.1.35 - schema-utils: 3.1.1 - dev: false - - /url-loader/4.1.1_file-loader@6.2.0+webpack@5.75.0: + /url-loader/4.1.1_file-loader@6.2.0+webpack@5.74.0: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20028,11 +19507,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.74.0 loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /url-parse/1.5.10: @@ -20042,13 +19521,6 @@ packages: requires-port: 1.0.0 dev: false - /url/0.11.0: - resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==} - dependencies: - punycode: 1.3.2 - querystring: 0.2.0 - dev: false - /use-sync-external-store/1.2.0_react@18.2.0: resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: @@ -20088,18 +19560,6 @@ packages: object.getownpropertydescriptors: 2.1.5 dev: false - /util/0.10.3: - resolution: {integrity: sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==} - dependencies: - inherits: 2.0.1 - dev: false - - /util/0.11.1: - resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==} - dependencies: - inherits: 2.0.3 - dev: false - /util/0.12.5: resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} dependencies: @@ -20110,6 +19570,10 @@ packages: which-typed-array: 1.1.9 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'} @@ -20205,23 +19669,23 @@ packages: log-update: 4.0.0 dev: false - /vm-browserify/1.1.2: - resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - dev: false - /void-elements/2.0.1: resolution: {integrity: sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==} engines: {node: '>=0.10.0'} dev: false - /vscode-oniguruma/1.6.2: - resolution: {integrity: sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==} + /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/6.0.0: + resolution: {integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==} + 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. @@ -20257,23 +19721,6 @@ packages: makeerror: 1.0.12 dev: false - /watchpack-chokidar2/2.0.1: - resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} - dependencies: - chokidar: 2.1.8 - dev: false - optional: true - - /watchpack/1.7.5: - resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} - dependencies: - graceful-fs: 4.2.10 - neo-async: 2.6.2 - optionalDependencies: - chokidar: 3.5.3 - watchpack-chokidar2: 2.0.1 - dev: false - /watchpack/2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} engines: {node: '>=10.13.0'} @@ -20331,28 +19778,7 @@ packages: ws: 6.2.2 dev: false - /webpack-cli/3.3.12_webpack@4.46.0: - resolution: {integrity: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==} - engines: {node: '>=6.11.5'} - hasBin: true - peerDependencies: - webpack: 4.x.x - dependencies: - chalk: 2.4.2 - cross-spawn: 6.0.5 - enhanced-resolve: 4.5.0 - findup-sync: 3.0.0 - global-modules: 2.0.0 - import-local: 2.0.0 - interpret: 1.4.0 - loader-utils: 1.4.2 - supports-color: 6.1.0 - v8-compile-cache: 2.3.0 - webpack: 4.46.0_webpack-cli@3.3.12 - yargs: 13.3.2 - dev: false - - /webpack-cli/4.8.0_e49db0e436eafdfc096b8d63cf9c45a9: + /webpack-cli/4.8.0_4493e4bc9629db056a964d5a371c6977: resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} engines: {node: '>=10.13.0'} hasBin: true @@ -20373,7 +19799,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.75.0 + '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.74.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 @@ -20384,25 +19810,11 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 v8-compile-cache: 2.3.0 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 webpack-merge: 5.8.0 dev: false - /webpack-dev-middleware/4.3.0: - 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.4.11 - mime-types: 2.1.35 - range-parser: 1.2.1 - schema-utils: 3.1.1 - dev: false - /webpack-dev-middleware/4.3.0_webpack@5.74.0: resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} @@ -20411,11 +19823,11 @@ packages: dependencies: colorette: 1.4.0 mem: 8.1.1 - memfs: 3.4.11 + memfs: 3.4.12 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 - webpack: 5.74.0_uglify-js@2.8.29 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 dev: false /webpack-hot-middleware/2.25.3: @@ -20447,6 +19859,14 @@ packages: 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'} @@ -20461,46 +19881,7 @@ packages: resolution: {integrity: sha512-aWwE/YuO2W7VCOyWwyDJ7BRSYRYjeXat+X31YiasMM3FS6/4X9W4Mb9Q0g+jIdVgArr1Mb08sHBJKMT5M9+gVA==} dev: false - /webpack/4.46.0_webpack-cli@3.3.12: - resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} - engines: {node: '>=6.11.5'} - hasBin: true - peerDependencies: - webpack-cli: '*' - webpack-command: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - webpack-command: - optional: true - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/wasm-edit': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.2 - ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 - chrome-trace-event: 1.0.3 - enhanced-resolve: 4.5.0 - eslint-scope: 4.0.3 - json-parse-better-errors: 1.0.2 - loader-runner: 2.4.0 - loader-utils: 1.4.2 - memory-fs: 0.4.1 - micromatch: 3.1.10 - mkdirp: 0.5.6 - neo-async: 2.6.2 - node-libs-browser: 2.2.1 - schema-utils: 1.0.0 - tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 - watchpack: 1.7.5 - webpack-cli: 3.3.12_webpack@4.46.0 - webpack-sources: 1.4.3 - dev: false - - /webpack/5.74.0_uglify-js@2.8.29: + /webpack/5.74.0_f52b93474dd2fb1e4f90db635f9d54a8: resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} engines: {node: '>=10.13.0'} hasBin: true @@ -20519,7 +19900,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.8.1 browserslist: 4.21.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 + enhanced-resolve: 5.12.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -20533,47 +19914,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.6_uglify-js@2.8.29+webpack@5.74.0 watchpack: 2.4.0 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: false - - /webpack/5.75.0_f52b93474dd2fb1e4f90db635f9d54a8: - resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 0.0.51 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.1 - acorn-import-assertions: 1.8.0_acorn@8.8.1 - browserslist: 4.21.4 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 - es-module-lexer: 0.9.3 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 - 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.1.1 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.6_uglify-js@2.8.29+webpack@5.75.0 - watchpack: 2.4.0 - webpack-cli: 4.8.0_e49db0e436eafdfc096b8d63cf9c45a9 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -21136,29 +20477,29 @@ packages: engines: {node: '>=10'} dev: false - file:projects/app-dev.tgz_uglify-js@2.8.29: - resolution: {integrity: sha512-FHTGqGS8pAmLiSdWtfyBKf9/OFS98Q0ZXtEgIFkb4lms765KSXIK6Sntm2KAS2obuy0qZMwHFUZbzdTmNDDJQQ==, tarball: file:projects/app-dev.tgz} + file:projects/app-dev.tgz_f52b93474dd2fb1e4f90db635f9d54a8: + resolution: {integrity: sha512-JrSG5GEuSuBZ6du3ZHYJBx6govaVHsqWchA28AXBlJPknLZPDgnWbBK4l+bsviHd1dsuxzqUiz6J9k5AQhNGzg==, 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.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-react-inline-elements': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-decorators': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-react-inline-elements': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@jchip/redbird': 1.3.0 '@types/chai': 4.3.4 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 + '@types/node': 14.18.34 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 '@typescript-eslint/eslint-plugin': 4.33.0_0f37f1a49cea6d25a3b559dcc1111ff2 @@ -21169,7 +20510,7 @@ 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.20.2 + babel-plugin-react-css-modules: 5.2.6_@babel+core@7.20.5 babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 boxen: 5.1.2 @@ -21187,6 +20528,7 @@ packages: fast-async: 7.0.6 filter-scan-dir: 1.5.5 fs-extra: 10.1.0 + glob: 8.0.3 identity-obj-proxy: 3.0.0 is-ci: 2.0.0 lodash: 4.17.21 @@ -21197,9 +20539,10 @@ packages: mock-require: 3.0.3 nix-clap: 1.3.13 nyc: 15.1.0 + open: 8.4.0 optional-require: 1.1.8 pkg-up: 3.1.0 - prettier: 2.7.1 + prettier: 2.8.0 prompts: 2.4.2 ps-get: 1.1.0 read-pkg-up: 7.0.1 @@ -21214,12 +20557,12 @@ packages: 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_52e8ea4883ee4024ccab466d51c0cf73 + ts-node: 10.9.1_2b2d9cd807dfbc3d01f2996e04d2a2b6 tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 visual-logger: 1.1.3 - webpack: 5.74.0_uglify-js@2.8.29 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-dev-middleware: 4.3.0_webpack@5.74.0 webpack-hot-middleware: 2.25.3 winston: 3.8.2 @@ -21241,31 +20584,31 @@ packages: name: '@rush-temp/app' version: 0.0.0 dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 9.1.1 '@types/node': 17.0.45 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.43.0_b649a8a7b375bf9b41e608efa0d1d8db - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/eslint-plugin': 5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.27.0 + babel-eslint: 10.1.0_eslint@8.29.0 chai: 4.3.7 chalk: 5.1.2 - eslint: 8.27.0 + eslint: 8.29.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.27.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.27.0 + eslint-plugin-filenames: 1.3.2_eslint@8.29.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.29.0 eslint-plugin-tsdoc: 0.2.17 isomorphic-loader: 4.5.0 mocha: 10.1.0 mock-require: 3.0.3 nyc: 15.1.0 optional-require: 1.1.8 - prettier: 2.7.1 + prettier: 2.8.0 prompts: 2.4.2 sinon: 13.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@13.0.2 @@ -21281,36 +20624,42 @@ packages: - supports-color dev: false - file:projects/create-app.tgz: - resolution: {integrity: sha512-aMZXVuBrmbs87RgDKYXTouMVxRXI4kgH5AzELgQFU5+ZZtGqc9tXh0BEUF7VpVOH8KslGW9qXSC09ae8tLH0KQ==, tarball: file:projects/create-app.tgz} + file:projects/create-app.tgz_uglify-js@2.8.29: + resolution: {integrity: sha512-Q/QXT7eLuP4hG0n4tWx2985293ZHWBpxcEfxHou29ypXilDRl9PjajIWB5XvVbWucT+G8+IzEPEpLlvCf+kNRQ==, 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.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 '@types/chai': 4.3.4 '@types/mocha': 7.0.2 '@xarc/module-dev': 2.2.5 - babel-loader: 8.3.0_9aa721591d12f7015fd5116caac6cdf2 + babel-loader: 8.3.0_33e4a62c9975ac2a9f30d6f9b88ec2e3 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.7.1 + prettier: 2.8.0 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: 4.46.0_webpack-cli@3.3.12 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 webpack-bundle-analyzer: 3.9.0 - webpack-cli: 3.3.12_webpack@4.46.0 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 xclap: 0.2.53 transitivePeerDependencies: + - '@swc/core' + - '@webpack-cli/generators' + - '@webpack-cli/migrate' + - esbuild - supports-color - - webpack-command + - uglify-js + - webpack-dev-server dev: false file:projects/dev-base.tgz: @@ -21319,7 +20668,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@types/node': 14.18.33 + '@types/node': 14.18.34 '@typescript-eslint/eslint-plugin': 4.33.0_0f37f1a49cea6d25a3b559dcc1111ff2 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.9.3 '@xarc/module-dev': 4.1.0 @@ -21330,7 +20679,7 @@ packages: 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.7.1 + prettier: 2.8.0 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@4.9.3 tslib: 2.4.1 @@ -21342,8 +20691,9 @@ packages: - supports-color dev: false - file:projects/electrode-archetype-webpack-dll-dev.tgz: - resolution: {integrity: sha512-FDORUD9szRiw4dwTEt1n1yVep6+ArlW9cQnqj+bjwEpan53gMucX40IPciYlwBd6xVIlx1f82pWqajP1r4dZgg==, tarball: file:projects/electrode-archetype-webpack-dll-dev.tgz} + file:projects/electrode-archetype-webpack-dll-dev.tgz_73b0bf351ab9a055d7b5b1930428d9b3: + resolution: {integrity: sha512-m//5rthMVTuKtFkTwKY1KZmetsu8u5JD6Sj6u7B2I/pGbwQOg3Mdb0ESM2FgCNF3B/p+YAL8rqtEfa/mu+bQEQ==, 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: @@ -21353,14 +20703,20 @@ packages: optional-require: 1.1.8 require-at: 1.0.6 source-map-explorer: 1.8.0 - uglifyjs-webpack-plugin: 2.2.0_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@3.3.12 - webpack-cli: 3.3.12_webpack@4.46.0 + uglifyjs-webpack-plugin: 2.2.0_webpack@5.74.0 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 webpack-stats-plugin: 0.2.1 xclap: 0.2.53 xsh: 0.4.5 transitivePeerDependencies: - - webpack-command + - '@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: @@ -21417,11 +20773,11 @@ packages: name: '@rush-temp/electrode-react-webapp' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 @@ -21560,11 +20916,11 @@ packages: name: '@rush-temp/jsx-renderer' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 7.0.2 @@ -21586,7 +20942,7 @@ packages: munchy: 1.0.9 nyc: 15.1.0 optional-require: 1.1.8 - prettier: 2.7.1 + prettier: 2.8.0 require-at: 1.0.6 run-verify: 1.2.6 sinon: 7.5.0 @@ -21621,7 +20977,7 @@ packages: 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.31.10_eslint@7.32.0 + eslint-plugin-react: 7.31.11_eslint@7.32.0 shx: 0.3.4 transitivePeerDependencies: - supports-color @@ -21648,8 +21004,9 @@ packages: - utf-8-validate dev: false - file:projects/opt-karma.tgz: + file:projects/opt-karma.tgz_webpack@5.74.0: resolution: {integrity: sha512-t7Il0XUV6wLUwUPUquaJ0u68jPcKn2Jlo9jZU8rSbBqyv84HCMuJ22gyvxsfHTLgvXm/QyYO1PZuZizdQwTnsg==, tarball: file:projects/opt-karma.tgz} + id: file:projects/opt-karma.tgz name: '@rush-temp/opt-karma' version: 0.0.0 dependencies: @@ -21673,7 +21030,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 + karma-webpack: 5.0.0_webpack@5.74.0 mocha: 4.1.0 shx: 0.3.4 sinon: 4.5.0 @@ -21686,13 +21043,14 @@ packages: - webpack dev: false - file:projects/opt-less.tgz: + file:projects/opt-less.tgz_webpack@5.74.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 + less-loader: 4.1.0_less@3.13.1+webpack@5.74.0 shx: 0.3.4 transitivePeerDependencies: - webpack @@ -21750,13 +21108,14 @@ packages: shx: 0.3.4 dev: false - file:projects/opt-sass.tgz: + file:projects/opt-sass.tgz_webpack@5.74.0: resolution: {integrity: sha512-ztg/lpoqu1K0Mh9g/9AZwaVbuEwojqEFq7+fxXxqX9YUhD5mw2K6zhgeb7XvygVAH0UReimwiwxVVczCuT0TdA==, tarball: file:projects/opt-sass.tgz} + id: file:projects/opt-sass.tgz name: '@rush-temp/opt-sass' version: 0.0.0 dependencies: node-sass: 7.0.3 - sass-loader: 13.2.0_node-sass@7.0.3 + sass-loader: 13.2.0_node-sass@7.0.3+webpack@5.74.0 shx: 0.3.4 transitivePeerDependencies: - fibers @@ -21778,6 +21137,34 @@ packages: - supports-color dev: false + file:projects/poc-subapp.tgz_webpack@5.74.0: + resolution: {integrity: sha512-goPAg/DTmpUslx8ngxdjXlrLfiJC08Lgah6ibD/CJjy5fCmuYxAbqluXZHGzGz/fHXYzzfbGn3heXC64bUPMXA==, 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.20.6 + '@module-federation/concat-runtime': 0.0.1 + '@xarc/fastify-server': 2.2.0 + electrode-confippet: 1.7.1 + history: 5.3.0 + html-webpack-plugin: 5.5.0_webpack@5.74.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-redux: 8.0.5_273446b12c8078862370da010d46240b + react-router: 6.4.4_react@18.2.0 + react-router-dom: 6.4.4_react-dom@18.2.0+react@18.2.0 + redux: 4.2.0 + webpack-hot-middleware: 2.25.3 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react-native + - supports-color + - webpack + dev: false + file:projects/react-query.tgz: resolution: {integrity: sha512-6NHKW6Qk0r6TW37K1OU9B3/y9yzIDy0t8xr2h+Tpir0qFXZqz3QjB+o4N+OkxoywJTaYF+gq/TJBH6b3IV0FRg==, tarball: file:projects/react-query.tgz} name: '@rush-temp/react-query' @@ -21787,21 +21174,21 @@ packages: '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.4 '@types/mocha': 9.1.1 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.11 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.43.0_b649a8a7b375bf9b41e608efa0d1d8db - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/eslint-plugin': 5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.27.0 + babel-eslint: 10.1.0_eslint@8.29.0 chai: 4.3.7 - eslint: 8.27.0 + eslint: 8.29.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.27.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.27.0 + eslint-plugin-filenames: 1.3.2_eslint@8.29.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.29.0 eslint-plugin-tsdoc: 0.2.17 jsdom: 16.7.0 jsdom-global: 3.0.2_jsdom@16.7.0 @@ -21813,7 +21200,7 @@ 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_b51fae9271046ab829f100be7df4e9fd + ts-node: 10.9.1_c9d11c062ae65ce2d2eff71a412338ce tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 @@ -21836,8 +21223,8 @@ packages: '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 '@types/chai': 4.3.4 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 - '@types/react': 18.0.25 + '@types/node': 14.18.34 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21861,7 +21248,7 @@ packages: 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_52e8ea4883ee4024ccab466d51c0cf73 + ts-node: 10.9.1_2b2d9cd807dfbc3d01f2996e04d2a2b6 tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 @@ -21883,8 +21270,8 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 - '@types/react': 18.0.25 + '@types/node': 14.18.34 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21924,8 +21311,8 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 - '@types/react': 18.0.25 + '@types/node': 14.18.34 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 @@ -21963,34 +21350,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.4 - '@types/mocha': 10.0.0 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/mocha': 10.0.1 + '@types/node': 18.11.11 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.43.0_b649a8a7b375bf9b41e608efa0d1d8db - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/eslint-plugin': 5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.27.0 + babel-eslint: 10.1.0_eslint@8.29.0 chai: 4.3.7 - eslint: 8.27.0 + eslint: 8.29.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.27.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.27.0 + eslint-plugin-filenames: 1.3.2_eslint@8.29.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.29.0 jsdom: 19.0.0 jsdom-global: 3.0.2_jsdom@19.0.0 mocha: 10.1.0 nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_638e0f5fa50c1c872b4e9fb6ff9ec02b + react-redux: 8.0.5_f15f79dad717742c56d9198599f1357c redux: 4.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_b51fae9271046ab829f100be7df4e9fd + ts-node: 10.9.1_c9d11c062ae65ce2d2eff71a412338ce tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 @@ -22012,22 +21399,22 @@ 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.4 - '@types/mocha': 10.0.0 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/mocha': 10.0.1 + '@types/node': 18.11.11 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.43.0_b649a8a7b375bf9b41e608efa0d1d8db - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/eslint-plugin': 5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.27.0 + babel-eslint: 10.1.0_eslint@8.29.0 chai: 4.3.7 - eslint: 8.27.0 + eslint: 8.29.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.27.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.27.0 + eslint-plugin-filenames: 1.3.2_eslint@8.29.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.29.0 eslint-plugin-tsdoc: 0.2.17 history: 5.3.0 jsdom: 19.0.0 @@ -22036,14 +21423,14 @@ packages: nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_638e0f5fa50c1c872b4e9fb6ff9ec02b - react-router: 6.4.3_react@18.2.0 - react-router-dom: 6.4.3_react-dom@18.2.0+react@18.2.0 + react-redux: 8.0.5_f15f79dad717742c56d9198599f1357c + react-router: 6.4.4_react@18.2.0 + react-router-dom: 6.4.4_react-dom@18.2.0+react@18.2.0 redux: 4.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_b51fae9271046ab829f100be7df4e9fd + ts-node: 10.9.1_c9d11c062ae65ce2d2eff71a412338ce tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 @@ -22058,28 +21445,28 @@ packages: dev: false file:projects/react.tgz: - resolution: {integrity: sha512-C4D7wTCSGK5+dqwn+QUXN7LFgBkwBYmbjzYQOqPMV170/jNzMZFXfyI1UgVkiaTYDnj0oMgo+FJIKwoneEheXQ==, tarball: file:projects/react.tgz} + resolution: {integrity: sha512-5SeP2L0TYUOw3nza2nqn8oj9TbT/BtrXEaG3lRCHNc1qsx5T3vkk3/bNmrwZ9iqY9PWnrEZ6f8HljUuDCA2Ezg==, tarball: file:projects/react.tgz} name: '@rush-temp/react' version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 9.1.1 - '@types/node': 17.0.45 - '@types/react': 18.0.25 + '@types/node': 18.11.11 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.43.0_b649a8a7b375bf9b41e608efa0d1d8db - '@typescript-eslint/parser': 5.43.0_eslint@8.27.0+typescript@4.9.3 + '@typescript-eslint/eslint-plugin': 5.45.1_98d9e64b8d9d8eb7bb2dfa93089e8cff + '@typescript-eslint/parser': 5.45.1_eslint@8.29.0+typescript@4.9.3 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.27.0 + babel-eslint: 10.1.0_eslint@8.29.0 chai: 4.3.7 - eslint: 8.27.0 + eslint: 8.29.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.27.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.27.0 + eslint-plugin-filenames: 1.3.2_eslint@8.29.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.29.0 eslint-plugin-tsdoc: 0.2.17 mocha: 10.1.0 nyc: 15.1.0 @@ -22088,9 +21475,9 @@ 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_f888fd21b892c7794c228dd6fdb536c3 + ts-node: 10.9.1_c9d11c062ae65ce2d2eff71a412338ce tslib: 2.4.1 - typedoc: 0.22.18_typescript@4.9.3 + typedoc: 0.23.21_typescript@4.9.3 typescript: 4.9.3 transitivePeerDependencies: - '@swc/core' @@ -22143,13 +21530,13 @@ packages: name: '@rush-temp/subapp-pbundle' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/runtime': 7.20.6 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -22180,13 +21567,13 @@ packages: name: '@rush-temp/subapp-react' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/runtime': 7.20.6 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -22195,8 +21582,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_273446b12c8078862370da010d46240b - react-router: 6.4.3_react@18.2.0 - react-router-dom: 6.4.3_react-dom@18.2.0+react@18.2.0 + react-router: 6.4.4_react@18.2.0 + react-router-dom: 6.4.4_react-dom@18.2.0+react@18.2.0 redux: 4.2.0 run-verify: 1.2.6 transitivePeerDependencies: @@ -22214,13 +21601,13 @@ packages: name: '@rush-temp/subapp-redux' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/runtime': 7.20.6 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -22238,18 +21625,19 @@ packages: dev: false file:projects/subapp-server.tgz: - resolution: {integrity: sha512-5EATI3VoRhdj5JCDuaJVo5NZthWoP9voUGgj6qOKWkljNav78bF0UzqFoMrTNiepQBPzXa4mBlFPdVrYxTMTcg==, tarball: file:projects/subapp-server.tgz} + resolution: {integrity: sha512-5LWVjirxB4dezPsj8AVTiDMxnBUDLw0l0c37bzh6nyOvjDUNyreeZ0VsArIEjtKg9wHqIDbZtpQVr/Pb0sNAGQ==, tarball: file:projects/subapp-server.tgz} name: '@rush-temp/subapp-server' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 '@hapi/boom': 9.1.4 '@xarc/fastify-server': 3.3.0 '@xarc/run': 1.1.1 + chai: 4.3.6 electrode-archetype-njs-module-dev: 3.0.3 electrode-server: 3.3.0 filter-scan-dir: 1.5.5 @@ -22277,13 +21665,13 @@ packages: name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.2 - '@babel/core': 7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/cli': 7.19.3_@babel+core@7.20.5 + '@babel/core': 7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/runtime': 7.20.6 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 @@ -22322,7 +21710,7 @@ packages: '@types/chai': 4.3.4 '@types/chai-as-promised': 7.1.5 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 + '@types/node': 14.18.34 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 '@typescript-eslint/eslint-plugin': 4.33.0_0f37f1a49cea6d25a3b559dcc1111ff2 @@ -22346,7 +21734,7 @@ packages: 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_52e8ea4883ee4024ccab466d51c0cf73 + ts-node: 10.9.1_2b2d9cd807dfbc3d01f2996e04d2a2b6 tslib: 2.4.1 typedoc: 0.22.18_typescript@4.9.3 typescript: 4.9.3 @@ -22405,7 +21793,7 @@ packages: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@types/chai': 4.3.4 '@types/mocha': 8.2.3 - '@types/node': 14.18.33 + '@types/node': 14.18.34 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 '@typescript-eslint/eslint-plugin': 4.33.0_5717ef02ba985de55f36ee939304b942 @@ -22423,11 +21811,11 @@ packages: lodash: 4.17.21 mocha: 8.4.0 nyc: 15.1.0 - prettier: 2.7.1 + prettier: 2.8.0 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_c386e8b7aaca4ce6057194a7156a4f00 + ts-node: 10.9.1_85acbeb1d8cfbef01999252e0c05202e tslib: 2.4.1 typedoc: 0.20.37_typescript@4.8.4 typescript: 4.8.4 @@ -22438,15 +21826,15 @@ packages: dev: false file:projects/webpack.tgz_73b0bf351ab9a055d7b5b1930428d9b3: - resolution: {integrity: sha512-0e4Iw/VL+VtiPWUGUPmXaVWhNLR4KeCODCyOcaxKsofl6p2cVUoHO1AsQEromZOFqnlPtOcXp1c16wIX2KA3vQ==, tarball: file:projects/webpack.tgz} + resolution: {integrity: sha512-QiE9eVwvRwpkHk4FIbsrQm9j4cMJSRGKY1k+xLWDv+Qvk/tyUUjveHXM6k2o29x1Ip7Sug+1SXVRrLjZ2fsKiQ==, 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.4 - '@types/mocha': 10.0.0 - '@types/node': 13.13.52 + '@types/mocha': 10.0.1 + '@types/node': 18.11.11 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.9 '@typescript-eslint/eslint-plugin': 2.34.0_1df4ead6de75ba9ed9da78ffc7981486 @@ -22454,20 +21842,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.75.0 + babel-loader: 8.3.0_webpack@5.74.0 chai: 4.3.7 chalk: 4.1.2 chalker: 1.2.0 - css-loader: 6.7.2_webpack@5.75.0 - css-minimizer-webpack-plugin: 1.3.0_webpack@5.75.0 + css-loader: 6.7.2_webpack@5.74.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.74.0 eslint: 6.8.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@6.8.0 eslint-plugin-jsdoc: 21.0.0_eslint@6.8.0 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.74.0 filter-scan-dir: 1.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 1.6.2_webpack@5.75.0 + mini-css-extract-plugin: 1.6.2_webpack@5.74.0 mkdirp: 1.0.4 mocha: 7.2.0 nyc: 15.1.0 @@ -22478,17 +21866,18 @@ 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: 8.10.2_typescript@4.9.3 + ts-node: 10.9.1_c9d11c062ae65ce2d2eff71a412338ce typedoc: 0.17.8_typescript@4.9.3 typescript: 4.9.3 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.75.0 - webpack: 5.75.0_f52b93474dd2fb1e4f90db635f9d54a8 - webpack-cli: 4.8.0_e49db0e436eafdfc096b8d63cf9c45a9 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.74.0 + webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 + webpack-cli: 4.8.0_4493e4bc9629db056a964d5a371c6977 webpack-stats-plugin: 1.1.1 xsh: 0.4.5 transitivePeerDependencies: - '@babel/core' - '@swc/core' + - '@swc/wasm' - '@webpack-cli/generators' - '@webpack-cli/migrate' - esbuild diff --git a/packages/electrode-archetype-webpack-dll-dev/package.json b/packages/electrode-archetype-webpack-dll-dev/package.json index ebb7818c2..f46b884f5 100644 --- a/packages/electrode-archetype-webpack-dll-dev/package.json +++ b/packages/electrode-archetype-webpack-dll-dev/package.json @@ -22,8 +22,8 @@ "require-at": "^1.0.6", "source-map-explorer": "^1.6.0", "uglifyjs-webpack-plugin": "^2.0.1", - "webpack": "^4.26.0", - "webpack-cli": "^3.1.2", + "webpack": "~5.74.0", + "webpack-cli": "4.8.0", "webpack-config-composer": "^1.1.6", "webpack-stats-plugin": "^0.2.1", "xclap": "^0.2.53", diff --git a/packages/subapp-server/package.json b/packages/subapp-server/package.json index 8009f2b2e..ab3361fb2 100644 --- a/packages/subapp-server/package.json +++ b/packages/subapp-server/package.json @@ -47,6 +47,7 @@ "@babel/preset-react": "^7.16.7", "@babel/register": "^7.17.7", "electrode-archetype-njs-module-dev": "^3.0.3", + "chai": "4.3.6", "electrode-server": "^3.3.0", "run-verify": "^1.2.6", "@xarc/fastify-server": "^3.3.0" diff --git a/packages/xarc-app-dev/package.json b/packages/xarc-app-dev/package.json index 9f4ad2cfd..dc0dd1e7a 100644 --- a/packages/xarc-app-dev/package.json +++ b/packages/xarc-app-dev/package.json @@ -1,6 +1,6 @@ { "name": "@xarc/app-dev", - "version": "11.0.0", + "version": "11.0.1", "description": "Electrode X application development support", "main": "lib/index.js", "homepage": "http://www.electrode.io", @@ -39,7 +39,7 @@ "Joel Chen " ], "peerDependencies": { - "@xarc/app": "^11.0.0" + "@xarc/app": "^11.0.1" }, "dependencies": { "@babel/cli": "^7.17.10", @@ -58,7 +58,7 @@ "@xarc/dev-base": "^0.1.0", "@xarc/run": "^1.0.5", "@xarc/subapp": "^0.3.4", - "@xarc/webpack": "^11.1.2", + "@xarc/webpack": "^11.1.3", "ansi-to-html": "^0.7.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-minify-dead-code-elimination": "^0.5.2", @@ -73,6 +73,7 @@ "fast-async": "^7.0.5", "filter-scan-dir": "1.5.5", "fs-extra": "^10.1.0", + "glob": "^8.0.3", "identity-obj-proxy": "^3.0.0", "is-ci": "^2.0.0", "lodash": "^4.17.21", @@ -81,6 +82,7 @@ "mkdirp": "^1.0.4", "nix-clap": "^1.3.13", "nyc": "^15.1.0", + "open": "^8.4.0", "optional-require": "^1.1.8", "pkg-up": "^3.1.0", "prompts": "^2.4.2", @@ -112,7 +114,7 @@ "@types/sinon-chai": "^3.2.8", "@typescript-eslint/eslint-plugin": "^4.11.0", "@typescript-eslint/parser": "^4.11.0", - "@xarc/app": "^11.0.0", + "@xarc/app": "^11.0.1", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", "babel-eslint": "^10.1.0", diff --git a/packages/xarc-app-dev/src/lib/dev-admin/redbird-proxy.ts b/packages/xarc-app-dev/src/lib/dev-admin/redbird-proxy.ts index 23101ec2e..2cc19a2ac 100644 --- a/packages/xarc-app-dev/src/lib/dev-admin/redbird-proxy.ts +++ b/packages/xarc-app-dev/src/lib/dev-admin/redbird-proxy.ts @@ -5,6 +5,7 @@ import Path from "path"; import _ from "lodash"; import redbird from "@jchip/redbird"; import ck from "chalker"; +import open from "open"; import { makeOptionalRequire } from "optional-require"; import { devProxy } from "../../config/dev-proxy"; import { cdnMock } from "./cdn-mock"; @@ -292,6 +293,7 @@ View status at ${proxyUrls.https || proxyUrls.http}${controlPaths.status} .join(" or "); console.log(ck`You can access your app at ${urlsShow}`); + open(proxyUrls.https || proxyUrls.http); }, 100).unref(); }; diff --git a/packages/xarc-app-dev/src/lib/stats-utils.ts b/packages/xarc-app-dev/src/lib/stats-utils.ts index 78c513085..9b079bd53 100644 --- a/packages/xarc-app-dev/src/lib/stats-utils.ts +++ b/packages/xarc-app-dev/src/lib/stats-utils.ts @@ -472,7 +472,7 @@ export function jsonToHtml(obj, useColors, anchors) { } newline(); buf.push(" "); - buf.push(this.jsonToHtml(child, useColors, anchors).replace(/\n/g, "\n ")); + buf.push(jsonToHtml(child, useColors, anchors).replace(/\n/g, "\n ")); newline(); }); } diff --git a/packages/xarc-app/package.json b/packages/xarc-app/package.json index f7eba2c9a..09a32d0b5 100644 --- a/packages/xarc-app/package.json +++ b/packages/xarc-app/package.json @@ -1,6 +1,6 @@ { "name": "@xarc/app", - "version": "11.0.0", + "version": "11.0.1", "description": "Electrode X application runtime support", "main": "dist/index.js", "homepage": "http://www.electrode.io", diff --git a/packages/xarc-create-app/package.json b/packages/xarc-create-app/package.json index 5b4c671ff..accda1c1d 100644 --- a/packages/xarc-create-app/package.json +++ b/packages/xarc-create-app/package.json @@ -58,9 +58,9 @@ "shcmd": "^0.8.4", "sinon": "^7.2.6", "sinon-chai": "^3.3.0", - "webpack": "^4.41.0", + "webpack": "~5.74.0", "webpack-bundle-analyzer": "^3.5.2", - "webpack-cli": "^3.3.9", + "webpack-cli": "4.8.0", "xclap": "^0.2.51" }, "prettier": { diff --git a/packages/xarc-react/package.json b/packages/xarc-react/package.json index cbe31ad05..d966182d3 100644 --- a/packages/xarc-react/package.json +++ b/packages/xarc-react/package.json @@ -36,7 +36,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", - "@types/node": "^17.0.34", + "@types/node": "^18.11.9", "@types/react-dom": "^18.0.4", "@types/sinon": "^10.0.11", "@types/sinon-chai": "^3.2.8", @@ -57,9 +57,9 @@ "sinon": "^14.0.0", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", - "ts-node": "^10.7.0", - "typedoc": "^0.22.15", - "typescript": "^4.6.4" + "ts-node": "^10.9.1", + "typedoc": "^0.23.21", + "typescript": "^4.9.3" }, "files": [ "dist", diff --git a/packages/xarc-webpack/package.json b/packages/xarc-webpack/package.json index 135c07afd..3fb95cd0b 100644 --- a/packages/xarc-webpack/package.json +++ b/packages/xarc-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@xarc/webpack", - "version": "11.1.2", + "version": "11.1.3", "description": "Electrode X webpack config", "main": "lib/index.js", "homepage": "http://www.electrode.io", @@ -51,26 +51,26 @@ "optional-require": "^1.1.8", "require-at": "^1.0.6", "url-loader": "^4.1.0", - "webpack": "^5.74.0", + "webpack": "~5.74.0", "webpack-cli": "4.8.0", "webpack-config-composer": "^1.1.6", "webpack-stats-plugin": "^1.0.3", "xsh": "^0.4.5" }, "peerDependencies": { - "@xarc/app": "^11.0.0", - "@xarc/app-dev": "^11.0.0" + "@xarc/app": "^11.0.1", + "@xarc/app-dev": "^11.0.1" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.1", "@types/mocha": "^10.0.0", - "@types/node": "^13.7.6", + "@types/node": "^18.11.9", "@types/sinon": "^9.0.0", "@types/sinon-chai": "^3.2.4", "@typescript-eslint/eslint-plugin": "^2.21.0", "@typescript-eslint/parser": "^2.21.0", - "@xarc/app": "^11.0.0", + "@xarc/app": "^11.0.1", "@xarc/module-dev": "^2.2.5", "babel-eslint": "^10.1.0", "chai": "^4.2.0", @@ -85,7 +85,7 @@ "sinon": "^7.2.6", "sinon-chai": "^3.3.0", "source-map-support": "^0.5.16", - "ts-node": "^8.6.2", + "ts-node": "^10.9.1", "typedoc": "^0.17.4", "typescript": "^4.9.3" }, diff --git a/packages/xarc-webpack/src/partials/dev.ts b/packages/xarc-webpack/src/partials/dev.ts index 9fb47ffd0..f60d3415e 100644 --- a/packages/xarc-webpack/src/partials/dev.ts +++ b/packages/xarc-webpack/src/partials/dev.ts @@ -77,7 +77,7 @@ module.exports = function() { filename: `${nsTag}[name].bundle.dev.js`, chunkFilename: `${nsTag}[name].bundle.dev.js` }, - devtool: "inline-source-map", + devtool: xarcOptions.webpack.devtool || false, // TODO: why is this here and duplicates what's in extract-style partial? This is causing // duplicate CSS bundles to be generated in dev mode. // Comment out for now diff --git a/packages/xarc-webpack/src/partials/isomorphic.ts b/packages/xarc-webpack/src/partials/isomorphic.ts index 13a86817a..69e66c57e 100644 --- a/packages/xarc-webpack/src/partials/isomorphic.ts +++ b/packages/xarc-webpack/src/partials/isomorphic.ts @@ -5,6 +5,9 @@ import { loadXarcOptions } from "../util/load-xarc-options"; module.exports = function(opts) { const xarcOptions = loadXarcOptions(); + if (xarcOptions.webpack.disableSsr) { + return {}; + } const { IsomorphicLoaderPlugin } = xAppRequire("isomorphic-loader"); diff --git a/rush.json b/rush.json index e093ed003..b9335d116 100644 --- a/rush.json +++ b/rush.json @@ -689,6 +689,14 @@ "projectFolder": "packages/xarc-webpack", "shouldPublish": true, "skipRushCheck": true + }, + + // Sample apps + { + "packageName": "poc-subapp", + "projectFolder": "samples/poc-subapp", + "shouldPublish": false, + "skipRushCheck": true } ] } diff --git a/samples/poc-subapp-redux/package.json b/samples/poc-subapp-redux/package.json index b93a45d71..40cd11704 100644 --- a/samples/poc-subapp-redux/package.json +++ b/samples/poc-subapp-redux/package.json @@ -34,29 +34,25 @@ "test": "clap check", "build": "clap build" }, - "dependencies": { - "@babel/runtime": "^7.12.5", + "dependencies": { + "@babel/runtime": "^7.17.9", "@module-federation/concat-runtime": "^0.0.1", - "@xarc/app": "^8.1.6", - "@xarc/fastify-server": "^2.0.0", - "electrode-confippet": "^1.5.0", - "history": "^4.10.1", - "html-webpack-plugin": "^5.3.1", + "@xarc/fastify-server": "^3.3.0", + "electrode-confippet": "^1.7.1", + "history": "^5.3.0", + "html-webpack-plugin": "^5.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^7.2.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", - "redux": "^4.0.5", - "redux-logger": "^3.0.6", - "subapp-react": "^0.0.21", - "subapp-redux": "^1.0.30", - "subapp-server": "^1.2.4", - "subapp-web": "^1.0.47" + "react-redux": "^8.0.4", + "react-router": "^6.4.3", + "react-router-dom": "^6.4.3", + "redux": "^4.2.0", + "redux-logger": "^3.0.6" }, "devDependencies": { - "@xarc/app-dev": "^8.1.6", - "@xarc/opt-eslint": "^1.0.0" + "@xarc/app-dev": "^10.1.1", + "@xarc/opt-eslint": "^2.0.1", + "@xarc/run": "^1.1.1" }, "fyn": { "dependencies": { @@ -72,8 +68,6 @@ } }, "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" + "printWidth": 100 } } diff --git a/samples/poc-subapp-redux/src/02.main-body/main-body.jsx b/samples/poc-subapp-redux/src/02.main-body/main-body.jsx index 7d7c5fe44..1f42e82d7 100644 --- a/samples/poc-subapp-redux/src/02.main-body/main-body.jsx +++ b/samples/poc-subapp-redux/src/02.main-body/main-body.jsx @@ -1,17 +1,15 @@ -import {reduxLoadSubApp} from "subapp-redux"; -import {getBrowserHistory, React} from "subapp-react"; -import {connect} from "react-redux"; -import {withRouter} from "react-router"; -import {Route, Router, Switch} from "react-router-dom"; -import logger from 'redux-logger'; -import {applyMiddleware} from 'redux'; +import { reduxLoadSubApp } from "subapp-redux"; +import { React } from "subapp-react"; +import { connect } from "react-redux"; +import { Route, Routes, BrowserRouter } from "react-router-dom"; +import logger from "redux-logger"; +import { applyMiddleware } from "redux"; +import { Products } from "../components/Products"; +import { Deals } from "../components/deals"; +import { Navigation } from "../components/Navigation"; +import reduxReducers, { decNumber, incNumber } from "./reducers"; -import {Products} from "../components/products"; -import {Navigation} from "../components/navigation"; -import {Deals} from "../components/deals"; -import reduxReducers, {decNumber, incNumber} from "./reducers"; - -const mapStateToProps = state => state; +const mapStateToProps = (state) => state; const HomeComp = (props) => { return ( @@ -38,40 +36,37 @@ const HomeComp = (props) => { const Stores = () => `Stores`; const Contact = () => `Contact`; -const MainBody = props => { +const MainBody = (props) => { return (
- - - - - - - + + } /> + } /> + } {...props} /> + } {...props} /> + } {...props} /> +
); }; - -const Home = connect(mapStateToProps, dispatch => ({ dispatch }))(HomeComp) -const Component = withRouter(connect(mapStateToProps, dispatch => ({ dispatch }))(MainBody)); +const Home = connect(mapStateToProps, (dispatch) => ({ dispatch }))(HomeComp); +const Component = connect(mapStateToProps, (dispatch) => ({ dispatch }))(MainBody); export default reduxLoadSubApp({ name: "MainBody", Component, useReactRouter: true, reduxEnhancer: () => applyMiddleware(logger), - StartComponent: props => { + StartComponent: (props) => { return ( - + - + ); }, - prepare: async () => {}, - reduxShareStore: true, - reduxReducers + reduxReducers, }); diff --git a/samples/poc-subapp-redux/src/02.main-body/server.jsx b/samples/poc-subapp-redux/src/02.main-body/server.jsx index f2fe1d7a4..3e4f35314 100644 --- a/samples/poc-subapp-redux/src/02.main-body/server.jsx +++ b/samples/poc-subapp-redux/src/02.main-body/server.jsx @@ -1,7 +1,7 @@ import React from "react"; import subApp from "./main-body"; import Promise from "bluebird"; -import { StaticRouter } from "react-router-dom"; +import { StaticRouter } from "react-router-dom/server"; module.exports = { prepare: async ({ request, context }) => { diff --git a/samples/poc-subapp-redux/src/components/navigation.jsx b/samples/poc-subapp-redux/src/components/navigation.jsx index e8cdd2312..97139e8d5 100644 --- a/samples/poc-subapp-redux/src/components/navigation.jsx +++ b/samples/poc-subapp-redux/src/components/navigation.jsx @@ -1,29 +1,18 @@ import React from "react"; -import { Route, Link } from "react-router-dom"; -import { withRouter } from "react-router"; +import { Link } from "react-router-dom"; const NavItem = props => { - const { to, exact, strict, children } = props; + const { to, children } = props; return ( - { - const cn = match ? "active" : null; - return ( -
  • - -
    {children}
    - -
  • - ); - }} - /> +
  • + +
    {children}
    + +
  • ); }; -const Navigation = () => { +export const Navigation = () => { return ( ); -}; - -const RouterNavigation = withRouter(Navigation); - -export { RouterNavigation as Navigation }; +}; \ No newline at end of file diff --git a/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx b/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx index d4a58de52..eec87331b 100644 --- a/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx +++ b/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx @@ -1,13 +1,10 @@ -import { React, getBrowserHistory } from "subapp-react"; +import { React } from "subapp-react"; import { reduxLoadSubApp } from "subapp-redux"; -import { withRouter } from "react-router"; -import { Router, Route, Switch } from "react-router-dom"; +import { Route, BrowserRouter, Routes } from "react-router-dom"; import { createStore } from "redux"; import { connect } from "react-redux"; import PropTypes from "prop-types"; -import Large from "../../components/large"; -// import AdvGridList from "../components/adv-grid"; const MoreProducts = props => { return ( @@ -41,19 +38,17 @@ const MoreDeals = () => { const Bottom = props => { return ( - - } /> - - + + } /> + } /> + ); }; -const Component = withRouter( - connect( - state => state, - dispatch => ({ dispatch }) - )(Bottom) -); +const Component = connect( + state => state, + dispatch => ({ dispatch }) +)(Bottom); export default reduxLoadSubApp({ name: "Bottom", @@ -61,9 +56,9 @@ export default reduxLoadSubApp({ Component, StartComponent: props => { return ( - + - + ); }, reduxCreateStore: initialState => { diff --git a/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx b/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx index 0f96495d1..42f2e20bf 100644 --- a/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx +++ b/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx @@ -1,8 +1,8 @@ import React from "react"; import subApp from "./bottom"; -import { StaticRouter } from "react-router-dom"; import Promise from "bluebird"; import Fs from "fs"; +import { StaticRouter } from "react-router-dom/server"; let filterImages; diff --git a/samples/poc-subapp/fyn-lock.yaml b/samples/poc-subapp/fyn-lock.yaml deleted file mode 100644 index 44a868197..000000000 --- a/samples/poc-subapp/fyn-lock.yaml +++ /dev/null @@ -1,9709 +0,0 @@ -$pkg: - dep: - '@babel/runtime': ^7.12.5 - '@module-federation/concat-runtime': ^0.0.1 - '@xarc/app': ../../packages/xarc-app - '@xarc/fastify-server': ^2.0.0 - electrode-confippet: ^1.5.0 - history: ^4.10.1 - html-webpack-plugin: ^5.3.1 - react: ^16.13.1 - react-async-ssr: ^0.7.2 - react-dom: ^16.13.1 - react-redux: ^7.2.0 - react-router: ^5.2.0 - react-router-dom: ^5.2.0 - redux: ^4.0.5 - subapp-react: ../../packages/subapp-react - subapp-redux: ../../packages/subapp-redux - subapp-server: ../../packages/subapp-server - subapp-web: ../../packages/subapp-web - dev: - '@xarc/app-dev': ../../packages/xarc-app-dev - '@xarc/opt-eslint': ../../packages/xarc-opt-eslint -'@babel/cli': - _latest: 7.13.10 - _: - ^7.1.5: 7.13.10 - 7.13.10: - $: sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ== - _: 'https://npme.walmart.com/@babel/cli/-/cli-7.13.10.tgz' - dependencies: - commander: ^4.0.1 - convert-source-map: ^1.1.0 - fs-readdir-recursive: ^1.1.0 - glob: ^7.0.0 - lodash: ^4.17.19 - make-dir: ^2.1.0 - slash: ^2.0.0 - source-map: ^0.5.0 - optionalDependencies: - '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents - chokidar: ^3.4.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/code-frame': - _latest: 7.12.13 - _: - 7.12.11: 7.12.11 - '^7.0.0,^7.12.13': 7.12.13 - 7.12.13: - $: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - _: 'https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz' - dependencies: - '@babel/highlight': ^7.12.13 - 7.12.11: - $: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - _: 'https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz' - dependencies: - '@babel/highlight': ^7.10.4 -'@babel/compat-data': - _latest: 7.13.11 - _: - '^7.13.0,^7.13.8': 7.13.11 - 7.13.11: - $: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== - _: 'https://npme.walmart.com/@babel/compat-data/-/compat-data-7.13.11.tgz' -'@babel/core': - _latest: 7.13.10 - _: - '^7.1.6,^7.7.5': 7.13.10 - 7.13.10: - $: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== - _: 'https://npme.walmart.com/@babel/core/-/core-7.13.10.tgz' - dependencies: - '@babel/code-frame': ^7.12.13 - '@babel/generator': ^7.13.9 - '@babel/helper-compilation-targets': ^7.13.10 - '@babel/helper-module-transforms': ^7.13.0 - '@babel/helpers': ^7.13.10 - '@babel/parser': ^7.13.10 - '@babel/template': ^7.12.13 - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 - convert-source-map: ^1.7.0 - debug: ^4.1.0 - gensync: ^1.0.0-beta.2 - json5: ^2.1.2 - lodash: ^4.17.19 - semver: ^6.3.0 - source-map: ^0.5.0 -'@babel/generator': - _latest: 7.13.9 - _: - '^7.0.0-beta.44,^7.13.0,^7.13.9': 7.13.9 - 7.13.9: - $: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - _: 'https://npme.walmart.com/@babel/generator/-/generator-7.13.9.tgz' - dependencies: - '@babel/types': ^7.13.0 - jsesc: ^2.5.1 - source-map: ^0.5.0 -'@babel/helper-annotate-as-pure': - _latest: 7.12.13 - _: - '^7.10.4,^7.12.13': 7.12.13 - 7.12.13: - $: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== - _: 'https://npme.walmart.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-builder-binary-assignment-operator-visitor': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== - _: 'https://npme.walmart.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz' - dependencies: - '@babel/helper-explode-assignable-expression': ^7.12.13 - '@babel/types': ^7.12.13 -'@babel/helper-builder-react-jsx': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-QN7Z5FByIOFESQXxoNYVPU7xONzrDW2fv7oKKVkj+62N3Dx1IZaVu/RF9QhV9XyCZE/xiYNfuQ1JsiL1jduT1A== - _: 'https://npme.walmart.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.12.13.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.12.13 - '@babel/types': ^7.12.13 -'@babel/helper-compilation-targets': - _latest: 7.13.10 - _: - '^7.13.0,^7.13.10,^7.13.8': 7.13.10 - 7.13.10: - $: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - _: 'https://npme.walmart.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz' - dependencies: - '@babel/compat-data': ^7.13.8 - '@babel/helper-validator-option': ^7.12.17 - browserslist: ^4.14.5 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-create-class-features-plugin': - _latest: 7.13.11 - _: - ^7.13.0: 7.13.11 - 7.13.11: - $: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw== - _: 'https://npme.walmart.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz' - dependencies: - '@babel/helper-function-name': ^7.12.13 - '@babel/helper-member-expression-to-functions': ^7.13.0 - '@babel/helper-optimise-call-expression': ^7.12.13 - '@babel/helper-replace-supers': ^7.13.0 - '@babel/helper-split-export-declaration': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-create-regexp-features-plugin': - _latest: 7.12.17 - _: - ^7.12.13: 7.12.17 - 7.12.17: - $: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - _: 'https://npme.walmart.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.12.13 - regexpu-core: ^4.7.1 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-define-polyfill-provider': - _latest: 0.1.5 - _: - ^0.1.5: 0.1.5 - 0.1.5: - $: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg== - _: 'https://npme.walmart.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz' - dependencies: - '@babel/helper-compilation-targets': ^7.13.0 - '@babel/helper-module-imports': ^7.12.13 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/traverse': ^7.13.0 - debug: ^4.1.1 - lodash.debounce: ^4.0.8 - resolve: ^1.14.2 - semver: ^6.1.2 - peerDependencies: - '@babel/core': ^7.4.0-0 -'@babel/helper-explode-assignable-expression': - _latest: 7.13.0 - _: - ^7.12.13: 7.13.0 - 7.13.0: - $: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA== - _: 'https://npme.walmart.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz' - dependencies: - '@babel/types': ^7.13.0 -'@babel/helper-function-name': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== - _: 'https://npme.walmart.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz' - dependencies: - '@babel/helper-get-function-arity': ^7.12.13 - '@babel/template': ^7.12.13 - '@babel/types': ^7.12.13 -'@babel/helper-get-function-arity': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - _: 'https://npme.walmart.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-hoist-variables': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g== - _: 'https://npme.walmart.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz' - dependencies: - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 -'@babel/helper-member-expression-to-functions': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - _: 'https://npme.walmart.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz' - dependencies: - '@babel/types': ^7.13.0 -'@babel/helper-module-imports': - _latest: 7.12.13 - _: - '^7.0.0-beta.44,^7.0.0-beta.49,^7.12.13': 7.12.13 - 7.12.13: - $: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - _: 'https://npme.walmart.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-module-transforms': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== - _: 'https://npme.walmart.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz' - dependencies: - '@babel/helper-module-imports': ^7.12.13 - '@babel/helper-replace-supers': ^7.13.0 - '@babel/helper-simple-access': ^7.12.13 - '@babel/helper-split-export-declaration': ^7.12.13 - '@babel/helper-validator-identifier': ^7.12.11 - '@babel/template': ^7.12.13 - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 - lodash: ^4.17.19 -'@babel/helper-optimise-call-expression': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== - _: 'https://npme.walmart.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-plugin-utils': - _latest: 7.13.0 - _: - '^7.0.0,^7.10.4,^7.12.13,^7.13.0,^7.8.0,^7.8.3': 7.13.0 - 7.13.0: - $: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - _: 'https://npme.walmart.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz' -'@babel/helper-remap-async-to-generator': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== - _: 'https://npme.walmart.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.12.13 - '@babel/helper-wrap-function': ^7.13.0 - '@babel/types': ^7.13.0 -'@babel/helper-replace-supers': - _latest: 7.13.0 - _: - '^7.12.13,^7.13.0': 7.13.0 - 7.13.0: - $: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - _: 'https://npme.walmart.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz' - dependencies: - '@babel/helper-member-expression-to-functions': ^7.13.0 - '@babel/helper-optimise-call-expression': ^7.12.13 - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 -'@babel/helper-simple-access': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== - _: 'https://npme.walmart.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-skip-transparent-expression-wrappers': - _latest: 7.12.1 - _: - ^7.12.1: 7.12.1 - 7.12.1: - $: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== - _: 'https://npme.walmart.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz' - dependencies: - '@babel/types': ^7.12.1 -'@babel/helper-split-export-declaration': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== - _: 'https://npme.walmart.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz' - dependencies: - '@babel/types': ^7.12.13 -'@babel/helper-validator-identifier': - _latest: 7.12.11 - _: - ^7.12.11: 7.12.11 - 7.12.11: - $: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - _: 'https://npme.walmart.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz' -'@babel/helper-validator-option': - _latest: 7.12.17 - _: - ^7.12.17: 7.12.17 - 7.12.17: - $: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== - _: 'https://npme.walmart.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz' -'@babel/helper-wrap-function': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== - _: 'https://npme.walmart.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz' - dependencies: - '@babel/helper-function-name': ^7.12.13 - '@babel/template': ^7.12.13 - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 -'@babel/helpers': - _latest: 7.13.10 - _: - ^7.13.10: 7.13.10 - 7.13.10: - $: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== - _: 'https://npme.walmart.com/@babel/helpers/-/helpers-7.13.10.tgz' - dependencies: - '@babel/template': ^7.12.13 - '@babel/traverse': ^7.13.0 - '@babel/types': ^7.13.0 -'@babel/highlight': - _latest: 7.13.10 - _: - '^7.10.4,^7.12.13': 7.13.10 - 7.13.10: - $: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - _: 'https://npme.walmart.com/@babel/highlight/-/highlight-7.13.10.tgz' - dependencies: - '@babel/helper-validator-identifier': ^7.12.11 - chalk: ^2.0.0 - js-tokens: ^4.0.0 -'@babel/parser': - _latest: 7.13.11 - _: - '^7.12.13,^7.13.0,^7.13.10,^7.7.0': 7.13.11 - 7.13.11: - $: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== - _: 'https://npme.walmart.com/@babel/parser/-/parser-7.13.11.tgz' -'@babel/plugin-proposal-async-generator-functions': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== - _: 'https://npme.walmart.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-remap-async-to-generator': ^7.13.0 - '@babel/plugin-syntax-async-generators': ^7.8.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-class-properties': - _latest: 7.13.0 - _: - '^7.13.0,^7.2.1': 7.13.0 - 7.13.0: - $: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== - _: 'https://npme.walmart.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-decorators': - _latest: 7.13.5 - _: - ^7.4.4: 7.13.5 - 7.13.5: - $: sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag== - _: 'https://npme.walmart.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.5.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-decorators': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-dynamic-import': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - _: 'https://npme.walmart.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-export-namespace-from': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== - _: 'https://npme.walmart.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - '@babel/plugin-syntax-export-namespace-from': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-json-strings': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== - _: 'https://npme.walmart.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-json-strings': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-logical-assignment-operators': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== - _: 'https://npme.walmart.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-nullish-coalescing-operator': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - _: 'https://npme.walmart.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-numeric-separator': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== - _: 'https://npme.walmart.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - '@babel/plugin-syntax-numeric-separator': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-object-rest-spread': - _latest: 7.13.8 - _: - '^7.0.0,^7.13.8': 7.13.8 - 7.13.8: - $: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== - _: 'https://npme.walmart.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz' - dependencies: - '@babel/compat-data': ^7.13.8 - '@babel/helper-compilation-targets': ^7.13.8 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-object-rest-spread': ^7.8.3 - '@babel/plugin-transform-parameters': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-optional-catch-binding': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== - _: 'https://npme.walmart.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-optional-catch-binding': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-optional-chaining': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== - _: 'https://npme.walmart.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-skip-transparent-expression-wrappers': ^7.12.1 - '@babel/plugin-syntax-optional-chaining': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-private-methods': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== - _: 'https://npme.walmart.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-unicode-property-regex': - _latest: 7.12.13 - _: - '^7.12.13,^7.4.4': 7.12.13 - 7.12.13: - $: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== - _: 'https://npme.walmart.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-async-generators': - _latest: 7.8.4 - _: - ^7.8.4: 7.8.4 - 7.8.4: - $: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - _: 'https://npme.walmart.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-class-properties': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - _: 'https://npme.walmart.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-decorators': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== - _: 'https://npme.walmart.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-dynamic-import': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - _: 'https://npme.walmart.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-export-namespace-from': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - _: 'https://npme.walmart.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-json-strings': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - _: 'https://npme.walmart.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-jsx': - _latest: 7.12.13 - _: - '^7.0.0,^7.12.13': 7.12.13 - 7.12.13: - $: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - _: 'https://npme.walmart.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-logical-assignment-operators': - _latest: 7.10.4 - _: - ^7.10.4: 7.10.4 - 7.10.4: - $: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - _: 'https://npme.walmart.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-nullish-coalescing-operator': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - _: 'https://npme.walmart.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-numeric-separator': - _latest: 7.10.4 - _: - ^7.10.4: 7.10.4 - 7.10.4: - $: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - _: 'https://npme.walmart.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-object-rest-spread': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - _: 'https://npme.walmart.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-optional-catch-binding': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - _: 'https://npme.walmart.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-optional-chaining': - _latest: 7.8.3 - _: - ^7.8.3: 7.8.3 - 7.8.3: - $: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - _: 'https://npme.walmart.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.8.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-top-level-await': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - _: 'https://npme.walmart.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-typescript': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - _: 'https://npme.walmart.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-arrow-functions': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== - _: 'https://npme.walmart.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-async-to-generator': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== - _: 'https://npme.walmart.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz' - dependencies: - '@babel/helper-module-imports': ^7.12.13 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-remap-async-to-generator': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-block-scoped-functions': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - _: 'https://npme.walmart.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-block-scoping': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-classes': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== - _: 'https://npme.walmart.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.12.13 - '@babel/helper-function-name': ^7.12.13 - '@babel/helper-optimise-call-expression': ^7.12.13 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-replace-supers': ^7.13.0 - '@babel/helper-split-export-declaration': ^7.12.13 - globals: ^11.1.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-computed-properties': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - _: 'https://npme.walmart.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-destructuring': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== - _: 'https://npme.walmart.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-dotall-regex': - _latest: 7.12.13 - _: - '^7.12.13,^7.4.4': 7.12.13 - 7.12.13: - $: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-duplicate-keys': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-exponentiation-operator': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== - _: 'https://npme.walmart.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz' - dependencies: - '@babel/helper-builder-binary-assignment-operator-visitor': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-for-of': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== - _: 'https://npme.walmart.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-function-name': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz' - dependencies: - '@babel/helper-function-name': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-literals': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-member-expression-literals': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== - _: 'https://npme.walmart.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-amd': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - babel-plugin-dynamic-import-node: ^2.3.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-commonjs': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== - _: 'https://npme.walmart.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-simple-access': ^7.12.13 - babel-plugin-dynamic-import-node: ^2.3.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-systemjs': - _latest: 7.13.8 - _: - ^7.13.8: 7.13.8 - 7.13.8: - $: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== - _: 'https://npme.walmart.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz' - dependencies: - '@babel/helper-hoist-variables': ^7.13.0 - '@babel/helper-module-transforms': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-validator-identifier': ^7.12.11 - babel-plugin-dynamic-import-node: ^2.3.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-umd': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== - _: 'https://npme.walmart.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-named-capturing-groups-regex': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== - _: 'https://npme.walmart.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/plugin-transform-new-target': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-object-super': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - '@babel/helper-replace-supers': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-parameters': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== - _: 'https://npme.walmart.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-property-literals': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - _: 'https://npme.walmart.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-constant-elements': - _latest: 7.13.10 - _: - ^7.0.0: 7.13.10 - 7.13.10: - $: sha512-E+aCW9j7mLq01tOuGV08YzLBt+vSyr4bOPT75B6WrAlrUfmOYOZ/yWk847EH0dv0xXiCihWLEmlX//O30YhpIw== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.13.10.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-display-name': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-inline-elements': - _latest: 7.12.13 - _: - ^7.0.0: 7.12.13 - 7.12.13: - $: sha512-FkqNco564LsuwJFEtTzDihxNGqNAstTfP9hORNYaNtYqdlOEIF5jsD4K5R3BfmVaIsGRPBGvsgmCwm0KCkkSFw== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-inline-elements/-/plugin-transform-react-inline-elements-7.12.13.tgz' - dependencies: - '@babel/helper-builder-react-jsx': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-jsx': - _latest: 7.12.17 - _: - '^7.12.13,^7.12.17': 7.12.17 - 7.12.17: - $: sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.17.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.12.13 - '@babel/helper-module-imports': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - '@babel/plugin-syntax-jsx': ^7.12.13 - '@babel/types': ^7.12.17 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-jsx-development': - _latest: 7.12.17 - _: - ^7.12.12: 7.12.17 - 7.12.17: - $: sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz' - dependencies: - '@babel/plugin-transform-react-jsx': ^7.12.17 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-pure-annotations': - _latest: 7.12.1 - _: - ^7.12.1: 7.12.1 - 7.12.1: - $: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== - _: 'https://npme.walmart.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.10.4 - '@babel/helper-plugin-utils': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-regenerator': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== - _: 'https://npme.walmart.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz' - dependencies: - regenerator-transform: ^0.14.2 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-reserved-words': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - _: 'https://npme.walmart.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-runtime': - _latest: 7.13.10 - _: - ^7.1.0: 7.13.10 - 7.13.10: - $: sha512-Y5k8ipgfvz5d/76tx7JYbKQTcgFSU6VgJ3kKQv4zGTKr+a9T/KBvfRvGtSFgKDQGt/DBykQixV0vNWKIdzWErA== - _: 'https://npme.walmart.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.10.tgz' - dependencies: - '@babel/helper-module-imports': ^7.12.13 - '@babel/helper-plugin-utils': ^7.13.0 - babel-plugin-polyfill-corejs2: ^0.1.4 - babel-plugin-polyfill-corejs3: ^0.1.3 - babel-plugin-polyfill-regenerator: ^0.1.2 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-shorthand-properties': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - _: 'https://npme.walmart.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-spread': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - _: 'https://npme.walmart.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-skip-transparent-expression-wrappers': ^7.12.1 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-sticky-regex': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - _: 'https://npme.walmart.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-template-literals': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - _: 'https://npme.walmart.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-typeof-symbol': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-typescript': - _latest: 7.13.0 - _: - ^7.13.0: 7.13.0 - 7.13.0: - $: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - _: 'https://npme.walmart.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.13.0 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/plugin-syntax-typescript': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-unicode-escapes': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - _: 'https://npme.walmart.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-unicode-regex': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - _: 'https://npme.walmart.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.12.13 - '@babel/helper-plugin-utils': ^7.12.13 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-env': - _latest: 7.13.10 - _: - ^7.1.6: 7.13.10 - 7.13.10: - $: sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== - _: 'https://npme.walmart.com/@babel/preset-env/-/preset-env-7.13.10.tgz' - dependencies: - '@babel/compat-data': ^7.13.8 - '@babel/helper-compilation-targets': ^7.13.10 - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-validator-option': ^7.12.17 - '@babel/plugin-proposal-async-generator-functions': ^7.13.8 - '@babel/plugin-proposal-class-properties': ^7.13.0 - '@babel/plugin-proposal-dynamic-import': ^7.13.8 - '@babel/plugin-proposal-export-namespace-from': ^7.12.13 - '@babel/plugin-proposal-json-strings': ^7.13.8 - '@babel/plugin-proposal-logical-assignment-operators': ^7.13.8 - '@babel/plugin-proposal-nullish-coalescing-operator': ^7.13.8 - '@babel/plugin-proposal-numeric-separator': ^7.12.13 - '@babel/plugin-proposal-object-rest-spread': ^7.13.8 - '@babel/plugin-proposal-optional-catch-binding': ^7.13.8 - '@babel/plugin-proposal-optional-chaining': ^7.13.8 - '@babel/plugin-proposal-private-methods': ^7.13.0 - '@babel/plugin-proposal-unicode-property-regex': ^7.12.13 - '@babel/plugin-syntax-async-generators': ^7.8.4 - '@babel/plugin-syntax-class-properties': ^7.12.13 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - '@babel/plugin-syntax-export-namespace-from': ^7.8.3 - '@babel/plugin-syntax-json-strings': ^7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': ^7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': ^7.8.3 - '@babel/plugin-syntax-numeric-separator': ^7.10.4 - '@babel/plugin-syntax-object-rest-spread': ^7.8.3 - '@babel/plugin-syntax-optional-catch-binding': ^7.8.3 - '@babel/plugin-syntax-optional-chaining': ^7.8.3 - '@babel/plugin-syntax-top-level-await': ^7.12.13 - '@babel/plugin-transform-arrow-functions': ^7.13.0 - '@babel/plugin-transform-async-to-generator': ^7.13.0 - '@babel/plugin-transform-block-scoped-functions': ^7.12.13 - '@babel/plugin-transform-block-scoping': ^7.12.13 - '@babel/plugin-transform-classes': ^7.13.0 - '@babel/plugin-transform-computed-properties': ^7.13.0 - '@babel/plugin-transform-destructuring': ^7.13.0 - '@babel/plugin-transform-dotall-regex': ^7.12.13 - '@babel/plugin-transform-duplicate-keys': ^7.12.13 - '@babel/plugin-transform-exponentiation-operator': ^7.12.13 - '@babel/plugin-transform-for-of': ^7.13.0 - '@babel/plugin-transform-function-name': ^7.12.13 - '@babel/plugin-transform-literals': ^7.12.13 - '@babel/plugin-transform-member-expression-literals': ^7.12.13 - '@babel/plugin-transform-modules-amd': ^7.13.0 - '@babel/plugin-transform-modules-commonjs': ^7.13.8 - '@babel/plugin-transform-modules-systemjs': ^7.13.8 - '@babel/plugin-transform-modules-umd': ^7.13.0 - '@babel/plugin-transform-named-capturing-groups-regex': ^7.12.13 - '@babel/plugin-transform-new-target': ^7.12.13 - '@babel/plugin-transform-object-super': ^7.12.13 - '@babel/plugin-transform-parameters': ^7.13.0 - '@babel/plugin-transform-property-literals': ^7.12.13 - '@babel/plugin-transform-regenerator': ^7.12.13 - '@babel/plugin-transform-reserved-words': ^7.12.13 - '@babel/plugin-transform-shorthand-properties': ^7.12.13 - '@babel/plugin-transform-spread': ^7.13.0 - '@babel/plugin-transform-sticky-regex': ^7.12.13 - '@babel/plugin-transform-template-literals': ^7.13.0 - '@babel/plugin-transform-typeof-symbol': ^7.12.13 - '@babel/plugin-transform-unicode-escapes': ^7.12.13 - '@babel/plugin-transform-unicode-regex': ^7.12.13 - '@babel/preset-modules': ^0.1.4 - '@babel/types': ^7.13.0 - babel-plugin-polyfill-corejs2: ^0.1.4 - babel-plugin-polyfill-corejs3: ^0.1.3 - babel-plugin-polyfill-regenerator: ^0.1.2 - core-js-compat: ^3.9.0 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-modules': - _latest: 0.1.4 - _: - ^0.1.4: 0.1.4 - 0.1.4: - $: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - _: 'https://npme.walmart.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.0.0 - '@babel/plugin-proposal-unicode-property-regex': ^7.4.4 - '@babel/plugin-transform-dotall-regex': ^7.4.4 - '@babel/types': ^7.4.4 - esutils: ^2.0.2 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-react': - _latest: 7.12.13 - _: - ^7.0.0: 7.12.13 - 7.12.13: - $: sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA== - _: 'https://npme.walmart.com/@babel/preset-react/-/preset-react-7.12.13.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.12.13 - '@babel/plugin-transform-react-display-name': ^7.12.13 - '@babel/plugin-transform-react-jsx': ^7.12.13 - '@babel/plugin-transform-react-jsx-development': ^7.12.12 - '@babel/plugin-transform-react-pure-annotations': ^7.12.1 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-typescript': - _latest: 7.13.0 - _: - ^7.0.0: 7.13.0 - 7.13.0: - $: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw== - _: 'https://npme.walmart.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.13.0 - '@babel/helper-validator-option': ^7.12.17 - '@babel/plugin-transform-typescript': ^7.13.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/register': - _latest: 7.13.8 - _: - ^7.0.0: 7.13.8 - 7.13.8: - $: sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ== - _: 'https://npme.walmart.com/@babel/register/-/register-7.13.8.tgz' - dependencies: - find-cache-dir: ^2.0.0 - lodash: ^4.17.19 - make-dir: ^2.1.0 - pirates: ^4.0.0 - source-map-support: ^0.5.16 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/runtime': - _latest: 7.13.10 - _: - '^7.1.2,^7.12.1,^7.12.5,^7.8.3,^7.8.4,^7.9.2': 7.13.10 - 7.13.10: - top: 1 - $: sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== - _: 'https://npme.walmart.com/@babel/runtime/-/runtime-7.13.10.tgz' - dependencies: - regenerator-runtime: ^0.13.4 -'@babel/template': - _latest: 7.12.13 - _: - ^7.12.13: 7.12.13 - 7.12.13: - $: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - _: 'https://npme.walmart.com/@babel/template/-/template-7.12.13.tgz' - dependencies: - '@babel/code-frame': ^7.12.13 - '@babel/parser': ^7.12.13 - '@babel/types': ^7.12.13 -'@babel/traverse': - _latest: 7.13.0 - _: - '^7.13.0,^7.7.0': 7.13.0 - 7.13.0: - $: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - _: 'https://npme.walmart.com/@babel/traverse/-/traverse-7.13.0.tgz' - dependencies: - '@babel/code-frame': ^7.12.13 - '@babel/generator': ^7.13.0 - '@babel/helper-function-name': ^7.12.13 - '@babel/helper-split-export-declaration': ^7.12.13 - '@babel/parser': ^7.13.0 - '@babel/types': ^7.13.0 - debug: ^4.1.0 - globals: ^11.1.0 - lodash: ^4.17.19 -'@babel/types': - _latest: 7.13.0 - _: - '^7.0.0,^7.0.0-beta.49,^7.12.1,^7.12.13,^7.12.17,^7.13.0,^7.4.4,^7.7.0': 7.13.0 - 7.13.0: - $: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== - _: 'https://npme.walmart.com/@babel/types/-/types-7.13.0.tgz' - dependencies: - '@babel/helper-validator-identifier': ^7.12.11 - lodash: ^4.17.19 - to-fast-properties: ^2.0.0 -'@discoveryjs/json-ext': - _latest: 0.5.2 - _: - ^0.5.0: 0.5.2 - 0.5.2: - $: sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg== - _: 'https://npme.walmart.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz' -'@eslint/eslintrc': - _latest: 0.4.0 - _: - ^0.4.0: 0.4.0 - 0.4.0: - $: sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog== - _: 'https://npme.walmart.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz' - dependencies: - ajv: ^6.12.4 - debug: ^4.1.1 - espree: ^7.3.0 - globals: ^12.1.0 - ignore: ^4.0.6 - import-fresh: ^3.2.1 - js-yaml: ^3.13.1 - minimatch: ^3.0.4 - strip-json-comments: ^3.1.1 -'@hapi/boom': - _latest: 9.1.2 - _: - ^7.4.1: 7.4.11 - 7.4.11: - $: sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A== - _: 'https://npme.walmart.com/@hapi/boom/-/boom-7.4.11.tgz' - dependencies: - '@hapi/hoek': 8.x.x - deprecated: 'This version has been deprecated and is no longer supported or maintained' -'@hapi/bourne': - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg== - _: 'https://npme.walmart.com/@hapi/bourne/-/bourne-2.0.0.tgz' -'@hapi/hoek': - _latest: 9.1.1 - _: - 8.x.x: 8.5.1 - 8.5.1: - $: sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== - _: 'https://npme.walmart.com/@hapi/hoek/-/hoek-8.5.1.tgz' - deprecated: 'This version has been deprecated and is no longer supported or maintained' -'@istanbuljs/load-nyc-config': - _latest: 1.1.0 - _: - ^1.0.0: 1.1.0 - 1.1.0: - $: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - _: 'https://npme.walmart.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz' - dependencies: - camelcase: ^5.3.1 - find-up: ^4.1.0 - get-package-type: ^0.1.0 - js-yaml: ^3.13.1 - resolve-from: ^5.0.0 -'@istanbuljs/schema': - _latest: 0.1.3 - _: - ^0.1.2: 0.1.3 - 0.1.3: - $: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== - _: 'https://npme.walmart.com/@istanbuljs/schema/-/schema-0.1.3.tgz' -'@jchip/redbird': - _latest: 1.2.2 - _: - ^1.2.2: 1.2.2 - 1.2.2: - $: sha512-o3oWs/YsKbTOIKY2LBzLYaXbVHJNFiBqkMEa0n6FjI9dppyMamlTHyGmMLuG34fdiOTAjQ5JC2AgVtJ+gA0Gzw== - _: 'https://npme.walmart.com/@jchip/redbird/-/redbird-1.2.2.tgz' - dependencies: - http-proxy: ^1.17.0 - lodash: ^4.17.11 - lru-cache: ^4.1.5 - object-hash: ^1.3.1 - pino: ^5.11.3 - pino-pretty: ^4.3.0 - safetimeout: ^0.1.2 - spdy: ^4.0.0 - valid-url: ^1.0.9 -'@module-federation/concat-runtime': - _latest: 0.0.1 - _: - ^0.0.1: 0.0.1 - 0.0.1: - top: 1 - $: sha512-IwxPsmSU7HoUJn884ez7wwnndDcJZvaAzLAExr8Smf5DdIucSerYgqNSVAAMcezaUs/zoplsYyTc5BSUSQTrUw== - _: 'https://registry.npmjs.org/@module-federation/concat-runtime/-/concat-runtime-0.0.1.tgz' - dependencies: - webpack-sources: ^2.2.0 -'@nicolo-ribaudo/chokidar-2': - _latest: 2.1.8-no-fsevents - _: - 2.1.8-no-fsevents: 2.1.8-no-fsevents - 2.1.8-no-fsevents: - $: sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w== - _: 'https://npme.walmart.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz' - dependencies: - anymatch: ^2.0.0 - async-each: ^1.0.1 - braces: ^2.3.2 - glob-parent: ^3.1.0 - inherits: ^2.0.3 - is-binary-path: ^1.0.0 - is-glob: ^4.0.0 - normalize-path: ^3.0.0 - path-is-absolute: ^1.0.0 - readdirp: ^2.2.1 - upath: ^1.1.1 -'@npmcli/move-file': - _latest: 1.1.2 - _: - ^1.0.1: 1.1.2 - 1.1.2: - $: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== - _: 'https://npme.walmart.com/@npmcli/move-file/-/move-file-1.1.2.tgz' - dependencies: - mkdirp: ^1.0.4 - rimraf: ^3.0.2 -'@types/eslint': - _latest: 7.2.7 - _: - '*': 7.2.7 - 7.2.7: - $: sha512-EHXbc1z2GoQRqHaAT7+grxlTJ3WE2YNeD6jlpPoRc83cCoThRY+NUWjCUZaYmk51OICkPXn2hhphcWcWXgNW0Q== - _: 'https://npme.walmart.com/@types/eslint/-/eslint-7.2.7.tgz' - dependencies: - '@types/estree': '*' - '@types/json-schema': '*' -'@types/eslint-scope': - _latest: 3.7.0 - _: - ^3.7.0: 3.7.0 - 3.7.0: - $: sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw== - _: 'https://npme.walmart.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz' - dependencies: - '@types/eslint': '*' - '@types/estree': '*' -'@types/estree': - _latest: 0.0.46 - _: - '*,^0.0.46': 0.0.46 - 0.0.46: - $: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== - _: 'https://npme.walmart.com/@types/estree/-/estree-0.0.46.tgz' -'@types/html-minifier-terser': - _latest: 5.1.1 - _: - ^5.0.0: 5.1.1 - 5.1.1: - $: sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA== - _: 'https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz' -'@types/json-schema': - _latest: 7.0.7 - _: - '*,^7.0.5,^7.0.6': 7.0.7 - 7.0.7: - $: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== - _: 'https://npme.walmart.com/@types/json-schema/-/json-schema-7.0.7.tgz' -'@types/node': - _latest: 14.14.35 - _: - '*': 14.14.35 - 14.14.35: - $: sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag== - _: 'https://npme.walmart.com/@types/node/-/node-14.14.35.tgz' -'@types/normalize-package-data': - _latest: 2.4.0 - _: - ^2.4.0: 2.4.0 - 2.4.0: - $: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - _: 'https://npme.walmart.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz' -'@types/q': - _latest: 1.5.4 - _: - ^1.5.1: 1.5.4 - 1.5.4: - $: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - _: 'https://npme.walmart.com/@types/q/-/q-1.5.4.tgz' -'@webassemblyjs/ast': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg== - _: 'https://npme.walmart.com/@webassemblyjs/ast/-/ast-1.11.0.tgz' - dependencies: - '@webassemblyjs/helper-numbers': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 -'@webassemblyjs/floating-point-hex-parser': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA== - _: 'https://npme.walmart.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.0.tgz' -'@webassemblyjs/helper-api-error': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w== - _: 'https://npme.walmart.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.0.tgz' -'@webassemblyjs/helper-buffer': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA== - _: 'https://npme.walmart.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.0.tgz' -'@webassemblyjs/helper-numbers': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ== - _: 'https://npme.walmart.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.0.tgz' - dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.0 - '@webassemblyjs/helper-api-error': 1.11.0 - '@xtuc/long': 4.2.2 -'@webassemblyjs/helper-wasm-bytecode': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA== - _: 'https://npme.walmart.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.0.tgz' -'@webassemblyjs/helper-wasm-section': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew== - _: 'https://npme.walmart.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 -'@webassemblyjs/ieee754': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA== - _: 'https://npme.walmart.com/@webassemblyjs/ieee754/-/ieee754-1.11.0.tgz' - dependencies: - '@xtuc/ieee754': ^1.2.0 -'@webassemblyjs/leb128': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g== - _: 'https://npme.walmart.com/@webassemblyjs/leb128/-/leb128-1.11.0.tgz' - dependencies: - '@xtuc/long': 4.2.2 -'@webassemblyjs/utf8': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw== - _: 'https://npme.walmart.com/@webassemblyjs/utf8/-/utf8-1.11.0.tgz' -'@webassemblyjs/wasm-edit': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ== - _: 'https://npme.walmart.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/helper-wasm-section': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 - '@webassemblyjs/wasm-opt': 1.11.0 - '@webassemblyjs/wasm-parser': 1.11.0 - '@webassemblyjs/wast-printer': 1.11.0 -'@webassemblyjs/wasm-gen': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-BEUv1aj0WptCZ9kIS30th5ILASUnAPEvE3tVMTrItnZRT9tXCLW2LEXT8ezLw59rqPP9klh9LPmpU+WmRQmCPQ== - _: 'https://npme.walmart.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/ieee754': 1.11.0 - '@webassemblyjs/leb128': 1.11.0 - '@webassemblyjs/utf8': 1.11.0 -'@webassemblyjs/wasm-opt': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-tHUSP5F4ywyh3hZ0+fDQuWxKx3mJiPeFufg+9gwTpYp324mPCQgnuVKwzLTZVqj0duRDovnPaZqDwoyhIO8kYg== - _: 'https://npme.walmart.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 - '@webassemblyjs/wasm-parser': 1.11.0 -'@webassemblyjs/wasm-parser': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-6L285Sgu9gphrcpDXINvm0M9BskznnzJTE7gYkjDbxET28shDqp27wpruyx3C2S/dvEwiigBwLA1cz7lNUi0kw== - _: 'https://npme.walmart.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-api-error': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/ieee754': 1.11.0 - '@webassemblyjs/leb128': 1.11.0 - '@webassemblyjs/utf8': 1.11.0 -'@webassemblyjs/wast-printer': - _latest: 1.11.0 - _: - 1.11.0: 1.11.0 - 1.11.0: - $: sha512-Fg5OX46pRdTgB7rKIUojkh9vXaVN6sGYCnEiJN1GYkb0RPwShZXp6KTDqmoMdQPKhcroOXh3fEzmkWmCYaKYhQ== - _: 'https://npme.walmart.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@xtuc/long': 4.2.2 -'@webpack-cli/configtest': - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-3OBzV2fBGZ5TBfdW50cha1lHDVf9vlvRXnjpVbJBa20pSZQaSkMJZiwA8V2vD9ogyeXn8nU5s5A6mHyf5jhMzA== - _: 'https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.0.2.tgz' - peerDependencies: - webpack: '4.x.x || 5.x.x' - webpack-cli: 4.x.x -'@webpack-cli/info': - _latest: 1.2.3 - _: - ^1.2.3: 1.2.3 - 1.2.3: - $: sha512-lLek3/T7u40lTqzCGpC6CAbY6+vXhdhmwFRxZLMnRm6/sIF/7qMpT8MocXCRQfz0JAh63wpbXLMnsQ5162WS7Q== - _: 'https://registry.npmjs.org/@webpack-cli/info/-/info-1.2.3.tgz' - dependencies: - envinfo: ^7.7.3 - peerDependencies: - webpack-cli: 4.x.x -'@webpack-cli/serve': - _latest: 1.3.1 - _: - ^1.3.1: 1.3.1 - 1.3.1: - $: sha512-0qXvpeYO6vaNoRBI52/UsbcaBydJCggoBBnIo/ovQQdn6fug0BgwsjorV1hVS7fMqGVTZGcVxv8334gjmbj5hw== - _: 'https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.3.1.tgz' - peerDependencies: - webpack-cli: 4.x.x -'@xarc/app': - _latest: 10.0.5-fynlocal_h - _: - ../../packages/xarc-app: 10.0.5-fynlocal_h - 10.0.5-fynlocal_h: - top: 1 - $: local - _: ../../packages/xarc-app - dependencies: - '@babel/runtime': ^7.12.5 - isomorphic-loader: ^4.5.0 - optional-require: ^1.0.2 - subapp-util: ^1.1.2 - tslib: ^2.1.0 -'@xarc/app-dev': - _latest: 10.0.5-fynlocal_h - _: - ../../packages/xarc-app-dev: 10.0.5-fynlocal_h - 10.0.5-fynlocal_h: - top: 1 - $: local - _: ../../packages/xarc-app-dev - dependencies: - '@babel/cli': ^7.1.5 - '@babel/core': ^7.1.6 - '@babel/plugin-proposal-class-properties': ^7.2.1 - '@babel/plugin-proposal-decorators': ^7.4.4 - '@babel/plugin-proposal-object-rest-spread': ^7.0.0 - '@babel/plugin-transform-react-constant-elements': ^7.0.0 - '@babel/plugin-transform-react-inline-elements': ^7.0.0 - '@babel/plugin-transform-runtime': ^7.1.0 - '@babel/preset-env': ^7.1.6 - '@babel/preset-react': ^7.0.0 - '@babel/preset-typescript': ^7.0.0 - '@babel/register': ^7.0.0 - '@jchip/redbird': ^1.2.2 - '@xarc/dev-base': ^0.1.0 - '@xarc/run': ^1.0.5 - '@xarc/subapp': ^0.2.1 - '@xarc/webpack': ^11.0.3 - ansi-to-html: ^0.6.8 - babel-plugin-lodash: ^3.3.4 - babel-plugin-minify-dead-code-elimination: ^0.5.0 - 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.20 - boxen: ^5.0.0 - chalker: ^1.2.0 - chokidar: ^3.4.1 - core-js: ^3.6.5 - electrode-node-resolver: ^2.0.2 - fast-async: ^7.0.5 - filter-scan-dir: ^1.0.10 - fs-extra: ^9.1.0 - identity-obj-proxy: ^3.0.0 - is-ci: ^2.0.0 - lodash: ^4.17.19 - log-update: ^4.0.0 - mime: ^2.4.6 - mkdirp: ^1.0.4 - nix-clap: ^1.3.12 - nyc: ^15.1.0 - optional-require: ^1.0.2 - pkg-up: ^3.1.0 - prompts: ^2.3.2 - ps-get: ^1.1.0 - read-pkg-up: ^7.0.1 - regenerator-runtime: ^0.13.7 - request: ^2.88.2 - require-at: ^1.0.6 - semver: ^7.3.2 - serve-index-fs: ^1.10.1 - subapp-util: ^1.1.2 - sudo-prompt: ^8.2.5 - tslib: ^2.1.0 - visual-logger: ^1.1.3 - webpack-dev-middleware: ^4.1.0 - webpack-hot-middleware: ^2.25.0 - winston: ^2.4.4 - xaa: ^1.7.0 - xenv-config: ^1.3.1 - xsh: ^0.4.5 - peerDependencies: - '@xarc/app': ^10.0.5 -'@xarc/dev-base': - _latest: 0.1.0-fynlocal_h - _: - ../xarc-dev-base: 0.1.0-fynlocal_h - 0.1.0-fynlocal_h: - $: local - _: ../../packages/xarc-dev-base - dependencies: - tslib: ^2.1.0 - winston: ^2.4.4 -'@xarc/fastify-server': - _latest: 3.3.0 - _: - ^2.0.0: 2.2.0 - 2.2.0: - top: 1 - $: sha512-VqA16vmqf+3egL66a4mGZc6cpq75ACb7BdJypQXal9tVk2M2IpIigmZMWy3UaT0SP6jzB4xoWYHbSfiY/LFJcw== - _: 'https://npme.walmart.com/@xarc/fastify-server/-/fastify-server-2.2.0.tgz' - dependencies: - async-eventemitter: ^0.2.4 - chalk: ^4.1.0 - electrode-confippet: ^1.7.0 - fastify: ^2.15.2 - fastify-plugin: ^1.6.1 - lodash: ^4.17.21 - require-at: ^1.0.6 - tslib: ^2.1.0 - xaa: ^1.7.0 -'@xarc/index-page': - _latest: 1.0.9-fynlocal_h - _: - ../xarc-index-page: 1.0.9-fynlocal_h - 1.0.9-fynlocal_h: - $: local - _: ../../packages/xarc-index-page - dependencies: - '@xarc/jsx-renderer': ^1.0.8 - '@xarc/render-context': ^1.0.6 - '@xarc/tag-renderer': ^1.0.7 -'@xarc/jsx-renderer': - _latest: 1.0.8-fynlocal_h - _: - ../xarc-jsx-renderer: 1.0.8-fynlocal_h - 1.0.8-fynlocal_h: - $: local - _: ../../packages/xarc-jsx-renderer - dependencies: - '@xarc/render-context': ^1.0.6 - lodash: ^4.17.15 - munchy: ^1.0.9 - optional-require: ^1.0.0 - require-at: ^1.0.6 - xaa: ^1.4.0 -'@xarc/opt-eslint': - _latest: 2.0.0-fynlocal_h - _: - ../../packages/xarc-opt-eslint: 2.0.0-fynlocal_h - 2.0.0-fynlocal_h: - top: 1 - hasPI: 1 - $: local - _: ../../packages/xarc-opt-eslint - dependencies: - babel-eslint: ^10.1.0 - eslint: ^7.15.0 - eslint-config-walmart: ^2.2.1 - eslint-plugin-filenames: ^1.1.0 - eslint-plugin-flowtype: ^5.2.0 - eslint-plugin-mocha: ^8.0.0 - eslint-plugin-react: ^7.21.5 -'@xarc/render-context': - _latest: 1.0.6-fynlocal_h - _: - ../xarc-render-context: 1.0.6-fynlocal_h - 1.0.6-fynlocal_h: - $: local - _: ../../packages/xarc-render-context - dependencies: - munchy: ^1.0.9 - optional-require: ^1.0.2 - require-at: ^1.0.6 - xaa: ^1.5.0 -'@xarc/run': - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-go1hx+wt/rvLgJg0+hUjJ50IA9WaSSULCUvpkk658Fu4KOSXMu72sKipcP3QEAmk4YzJoaVWLmyVtOygkZrisQ== - _: 'https://registry.npmjs.org/@xarc/run/-/run-1.0.5.tgz' - dependencies: - chalk: ^4.1.0 - chalker: ^1.2.0 - insync: ^2.1.1 - jaro-winkler: ^0.2.8 - lodash.foreach: ^4.5.0 - nix-clap: ^1.3.12 - optional-require: ^1.0.2 - 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 -'@xarc/subapp': - _latest: 0.2.1-fynlocal_h - _: - ../xarc-subapp: 0.2.1-fynlocal_h - 0.2.1-fynlocal_h: - $: local - _: ../../packages/xarc-subapp - dependencies: - '@xarc/render-context': ^1.0.6 - '@xarc/tag-renderer': ^1.0.7 - lodash: ^4.17.20 - tslib: ^2.1.0 - peerDependencies: - '@xarc/app': '*' -'@xarc/tag-renderer': - _latest: 1.0.7-fynlocal_h - _: - ../xarc-tag-renderer: 1.0.7-fynlocal_h - 1.0.7-fynlocal_h: - $: local - _: ../../packages/xarc-tag-renderer - dependencies: - '@xarc/render-context': ^1.0.6 -'@xarc/webpack': - _latest: 11.0.3-fynlocal_h - _: - ../xarc-webpack: 11.0.3-fynlocal_h - 11.0.3-fynlocal_h: - $: local - _: ../../packages/xarc-webpack - dependencies: - '@xarc/dev-base': ^0.1.0 - autoprefixer: ^9.6.0 - babel-loader: ^8.1.0 - chalk: ^4.1.0 - chalker: ^1.2.0 - css-loader: ^1.0.1 - css-minimizer-webpack-plugin: ^1.2.0 - electrode-cdn-file-loader: ^1.0.0 - electrode-node-resolver: ^2.0.2 - file-loader: ^6.2.0 - filter-scan-dir: ^1.0.9 - lodash: ^4.17.21 - mini-css-extract-plugin: ^1.3.9 - mkdirp: ^1.0.3 - optional-require: ^1.0.2 - require-at: ^1.0.6 - url-loader: ^4.1.0 - webpack: ^5.33.2 - webpack-cli: ^4.6.0 - webpack-config-composer: ^1.1.3 - webpack-stats-plugin: ^1.0.3 - xsh: ^0.4.5 - peerDependencies: - '@xarc/app': ^10.0.4 - '@xarc/app-dev': ^10.0.4 -'@xtuc/ieee754': - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - _: 'https://npme.walmart.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz' -'@xtuc/long': - _latest: 4.2.2 - _: - 4.2.2: 4.2.2 - 4.2.2: - $: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - _: 'https://npme.walmart.com/@xtuc/long/-/long-4.2.2.tgz' -abstract-logging: - _latest: 2.0.1 - _: - ^2.0.0: 2.0.1 - 2.0.1: - $: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA== - _: 'https://npme.walmart.com/abstract-logging/-/abstract-logging-2.0.1.tgz' -accepts: - _latest: 1.3.7 - _: - ~1.3.5: 1.3.7 - 1.3.7: - $: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - _: 'https://npme.walmart.com/accepts/-/accepts-1.3.7.tgz' - dependencies: - mime-types: ~2.1.24 - negotiator: 0.6.2 -acorn: - _latest: 8.1.0 - _: - ^7.4.0: 7.4.1 - ^8.0.4: 8.1.0 - 8.1.0: - $: sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA== - _: 'https://npme.walmart.com/acorn/-/acorn-8.1.0.tgz' - 7.4.1: - $: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - _: 'https://npme.walmart.com/acorn/-/acorn-7.4.1.tgz' -acorn-jsx: - _latest: 5.3.1 - _: - ^5.3.1: 5.3.1 - 5.3.1: - $: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - _: 'https://npme.walmart.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz' - peerDependencies: - acorn: '^6.0.0 || ^7.0.0 || ^8.0.0' -aggregate-error: - _latest: 3.1.0 - _: - ^3.0.0: 3.1.0 - 3.1.0: - $: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - _: 'https://npme.walmart.com/aggregate-error/-/aggregate-error-3.1.0.tgz' - dependencies: - clean-stack: ^2.0.0 - indent-string: ^4.0.0 -ajv: - _latest: 7.2.1 - _: - '^6.10.0,^6.10.2,^6.11.0,^6.12.0,^6.12.3,^6.12.4,^6.12.5,^6.5.3': 6.12.6 - ^7.0.2: 7.2.1 - 7.2.1: - $: sha512-+nu0HDv7kNSOua9apAVc979qd932rrZeb3WOvoiD31A/p1mIE5/9bN2027pE2rOPYEdS3UHzsvof4hY+lM9/WQ== - _: 'https://npme.walmart.com/ajv/-/ajv-7.2.1.tgz' - dependencies: - fast-deep-equal: ^3.1.1 - json-schema-traverse: ^1.0.0 - require-from-string: ^2.0.2 - uri-js: ^4.2.2 - 6.12.6: - $: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - _: 'https://npme.walmart.com/ajv/-/ajv-6.12.6.tgz' - dependencies: - fast-deep-equal: ^3.1.1 - fast-json-stable-stringify: ^2.0.0 - json-schema-traverse: ^0.4.1 - uri-js: ^4.2.2 -ajv-keywords: - _latest: 4.0.0 - _: - '^3.2.0,^3.5.2': 3.5.2 - 3.5.2: - $: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - _: 'https://npme.walmart.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz' - peerDependencies: - ajv: ^6.9.1 -alphanum-sort: - _latest: 1.0.2 - _: - ^1.0.0: 1.0.2 - 1.0.2: - $: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - _: 'https://npme.walmart.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz' -ansi-align: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - _: 'https://npme.walmart.com/ansi-align/-/ansi-align-3.0.0.tgz' - dependencies: - string-width: ^3.0.0 -ansi-colors: - _latest: 4.1.1 - _: - ^4.1.1: 4.1.1 - 4.1.1: - $: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - _: 'https://npme.walmart.com/ansi-colors/-/ansi-colors-4.1.1.tgz' -ansi-escapes: - _latest: 4.3.1 - _: - ^4.3.0: 4.3.1 - 4.3.1: - $: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - _: 'https://npme.walmart.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz' - dependencies: - type-fest: ^0.11.0 -ansi-html: - _latest: 0.0.7 - _: - 0.0.7: 0.0.7 - 0.0.7: - $: sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - _: 'https://npme.walmart.com/ansi-html/-/ansi-html-0.0.7.tgz' -ansi-regex: - _latest: 5.0.0 - _: - ^2.0.0: 2.1.1 - ^3.0.0: 3.0.0 - ^4.1.0: 4.1.0 - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-5.0.0.tgz' - 4.1.0: - $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-4.1.0.tgz' - 3.0.0: - $: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-3.0.0.tgz' - 2.1.1: - $: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-2.1.1.tgz' -ansi-styles: - _latest: 5.1.0 - _: - ^2.2.1: 2.2.1 - ^3.2.1: 3.2.1 - '^4.0.0,^4.1.0': 4.3.0 - 4.3.0: - $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-4.3.0.tgz' - dependencies: - color-convert: ^2.0.1 - 3.2.1: - $: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-3.2.1.tgz' - dependencies: - color-convert: ^1.9.0 - 2.2.1: - $: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-2.2.1.tgz' -ansi-to-html: - _latest: 0.6.14 - _: - ^0.6.8: 0.6.14 - 0.6.14: - $: sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== - _: 'https://npme.walmart.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz' - dependencies: - entities: ^1.1.2 -anymatch: - _latest: 3.1.1 - _: - ^2.0.0: 2.0.0 - ~3.1.1: 3.1.1 - 3.1.1: - $: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - _: 'https://npme.walmart.com/anymatch/-/anymatch-3.1.1.tgz' - dependencies: - normalize-path: ^3.0.0 - picomatch: ^2.0.4 - 2.0.0: - $: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - _: 'https://npme.walmart.com/anymatch/-/anymatch-2.0.0.tgz' - dependencies: - micromatch: ^3.1.4 - normalize-path: ^2.1.1 -append-transform: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg== - _: 'https://npme.walmart.com/append-transform/-/append-transform-2.0.0.tgz' - dependencies: - default-require-extensions: ^3.0.0 -archy: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= - _: 'https://npme.walmart.com/archy/-/archy-1.0.0.tgz' -argparse: - _latest: 2.0.1 - _: - ^1.0.7: 1.0.10 - 1.0.10: - $: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - _: 'https://npme.walmart.com/argparse/-/argparse-1.0.10.tgz' - dependencies: - sprintf-js: ~1.0.2 -args: - _latest: 5.0.1 - _: - ^5.0.1: 5.0.1 - 5.0.1: - $: sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ== - _: 'https://npme.walmart.com/args/-/args-5.0.1.tgz' - dependencies: - camelcase: 5.0.0 - chalk: 2.4.2 - leven: 2.1.0 - mri: 1.1.4 -arr-diff: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - _: 'https://npme.walmart.com/arr-diff/-/arr-diff-4.0.0.tgz' -arr-flatten: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - _: 'https://npme.walmart.com/arr-flatten/-/arr-flatten-1.1.0.tgz' -arr-union: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - _: 'https://npme.walmart.com/arr-union/-/arr-union-3.1.0.tgz' -array-includes: - _latest: 3.1.3 - _: - '^3.1.1,^3.1.2': 3.1.3 - 3.1.3: - $: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== - _: 'https://npme.walmart.com/array-includes/-/array-includes-3.1.3.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.2 - get-intrinsic: ^1.1.1 - is-string: ^1.0.5 -array-unique: - _latest: 0.3.2 - _: - ^0.3.2: 0.3.2 - 0.3.2: - $: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - _: 'https://npme.walmart.com/array-unique/-/array-unique-0.3.2.tgz' -array.prototype.flatmap: - _latest: 1.2.4 - _: - ^1.2.3: 1.2.4 - 1.2.4: - $: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== - _: 'https://npme.walmart.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz' - dependencies: - call-bind: ^1.0.0 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.1 - function-bind: ^1.1.1 -asn1: - _latest: 0.2.4 - _: - ~0.2.3: 0.2.4 - 0.2.4: - $: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - _: 'https://npme.walmart.com/asn1/-/asn1-0.2.4.tgz' - dependencies: - safer-buffer: ~2.1.0 -assert-plus: - _latest: 1.0.0 - _: - '1.0.0,^1.0.0': 1.0.0 - 1.0.0: - $: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - _: 'https://npme.walmart.com/assert-plus/-/assert-plus-1.0.0.tgz' -assign-symbols: - _latest: 2.0.2 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - _: 'https://npme.walmart.com/assign-symbols/-/assign-symbols-1.0.0.tgz' -astral-regex: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - _: 'https://npme.walmart.com/astral-regex/-/astral-regex-2.0.0.tgz' -async: - _latest: 3.2.0 - _: - ^2.4.0: 2.6.3 - ~1.0.0: 1.0.0 - 2.6.3: - $: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - _: 'https://npme.walmart.com/async/-/async-2.6.3.tgz' - dependencies: - lodash: ^4.17.14 - 1.0.0: - $: sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= - _: 'https://npme.walmart.com/async/-/async-1.0.0.tgz' -async-each: - _latest: 1.0.3 - _: - ^1.0.1: 1.0.3 - 1.0.3: - $: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - _: 'https://npme.walmart.com/async-each/-/async-each-1.0.3.tgz' -async-eventemitter: - _latest: 0.2.4 - _: - ^0.2.4: 0.2.4 - 0.2.4: - $: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw== - _: 'https://npme.walmart.com/async-eventemitter/-/async-eventemitter-0.2.4.tgz' - dependencies: - async: ^2.4.0 -asynckit: - _latest: 0.4.0 - _: - ^0.4.0: 0.4.0 - 0.4.0: - $: sha1-x57Zf380y48robyXkLzDZkdLS3k= - _: 'https://npme.walmart.com/asynckit/-/asynckit-0.4.0.tgz' -at-least-node: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - _: 'https://npme.walmart.com/at-least-node/-/at-least-node-1.0.0.tgz' -atob: - _latest: 2.1.2 - _: - ^2.1.2: 2.1.2 - 2.1.2: - $: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - _: 'https://npme.walmart.com/atob/-/atob-2.1.2.tgz' -atomic-sleep: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== - _: 'https://npme.walmart.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz' -autoprefixer: - _latest: 10.2.5 - _: - ^9.6.0: 9.8.6 - 9.8.6: - $: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== - _: 'https://npme.walmart.com/autoprefixer/-/autoprefixer-9.8.6.tgz' - dependencies: - browserslist: ^4.12.0 - caniuse-lite: ^1.0.30001109 - colorette: ^1.2.1 - normalize-range: ^0.1.2 - num2fraction: ^1.2.2 - postcss: ^7.0.32 - postcss-value-parser: ^4.1.0 -avvio: - _latest: 7.2.1 - _: - ^6.5.0: 6.5.0 - 6.5.0: - $: sha512-BmzcZ7gFpyFJsW8G+tfQw8vJNUboA9SDkkHLZ9RAALhvw/rplfWwni8Ee1rA11zj/J7/E5EvZmweusVvTHjWCA== - _: 'https://npme.walmart.com/avvio/-/avvio-6.5.0.tgz' - dependencies: - archy: ^1.0.0 - debug: ^4.0.0 - fastq: ^1.6.0 -aws-sign2: - _latest: 0.7.0 - _: - ~0.7.0: 0.7.0 - 0.7.0: - $: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - _: 'https://npme.walmart.com/aws-sign2/-/aws-sign2-0.7.0.tgz' -aws4: - _latest: 1.11.0 - _: - ^1.8.0: 1.11.0 - 1.11.0: - $: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - _: 'https://npme.walmart.com/aws4/-/aws4-1.11.0.tgz' -babel-code-frame: - _latest: 6.26.0 - _: - ^6.26.0: 6.26.0 - 6.26.0: - $: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - _: 'https://npme.walmart.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz' - dependencies: - chalk: ^1.1.3 - esutils: ^2.0.2 - js-tokens: ^3.0.2 -babel-eslint: - _latest: 10.1.0 - _: - ^10.1.0: 10.1.0 - 10.1.0: - $: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - _: 'https://npme.walmart.com/babel-eslint/-/babel-eslint-10.1.0.tgz' - dependencies: - '@babel/code-frame': ^7.0.0 - '@babel/parser': ^7.7.0 - '@babel/traverse': ^7.7.0 - '@babel/types': ^7.7.0 - eslint-visitor-keys: ^1.0.0 - resolve: ^1.12.0 - peerDependencies: - eslint: '>= 4.12.1' - deprecated: 'babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.' -babel-helper-evaluate-path: - _latest: 0.5.0 - _: - ^0.5.0: 0.5.0 - 0.5.0: - $: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== - _: 'https://npme.walmart.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz' -babel-helper-mark-eval-scopes: - _latest: 0.4.3 - _: - ^0.4.3: 0.4.3 - 0.4.3: - $: sha1-0kSjvvmESHJgP/tG4izorN9VFWI= - _: 'https://npme.walmart.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz' -babel-helper-remove-or-void: - _latest: 0.4.3 - _: - ^0.4.3: 0.4.3 - 0.4.3: - $: sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= - _: 'https://npme.walmart.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz' -babel-loader: - _latest: 8.2.2 - _: - ^8.1.0: 8.2.2 - 8.2.2: - $: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== - _: 'https://npme.walmart.com/babel-loader/-/babel-loader-8.2.2.tgz' - dependencies: - find-cache-dir: ^3.3.1 - loader-utils: ^1.4.0 - make-dir: ^3.1.0 - schema-utils: ^2.6.5 - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' -babel-plugin-dynamic-import-node: - _latest: 2.3.3 - _: - ^2.3.3: 2.3.3 - 2.3.3: - $: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - _: 'https://npme.walmart.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz' - dependencies: - object.assign: ^4.1.0 -babel-plugin-lodash: - _latest: 3.3.4 - _: - ^3.3.4: 3.3.4 - 3.3.4: - $: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== - _: 'https://npme.walmart.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz' - dependencies: - '@babel/helper-module-imports': ^7.0.0-beta.49 - '@babel/types': ^7.0.0-beta.49 - glob: ^7.1.1 - lodash: ^4.17.10 - require-package-name: ^2.0.1 -babel-plugin-minify-dead-code-elimination: - _latest: 0.5.1 - _: - ^0.5.0: 0.5.1 - 0.5.1: - $: sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== - _: 'https://npme.walmart.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz' - 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.11 -babel-plugin-polyfill-corejs2: - _latest: 0.1.10 - _: - ^0.1.4: 0.1.10 - 0.1.10: - $: sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA== - _: 'https://npme.walmart.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.10.tgz' - dependencies: - '@babel/compat-data': ^7.13.0 - '@babel/helper-define-polyfill-provider': ^0.1.5 - semver: ^6.1.1 - peerDependencies: - '@babel/core': ^7.0.0-0 -babel-plugin-polyfill-corejs3: - _latest: 0.1.7 - _: - ^0.1.3: 0.1.7 - 0.1.7: - $: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw== - _: 'https://npme.walmart.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz' - dependencies: - '@babel/helper-define-polyfill-provider': ^0.1.5 - core-js-compat: ^3.8.1 - peerDependencies: - '@babel/core': ^7.0.0-0 -babel-plugin-polyfill-regenerator: - _latest: 0.1.6 - _: - ^0.1.2: 0.1.6 - 0.1.6: - $: sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg== - _: 'https://npme.walmart.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz' - dependencies: - '@babel/helper-define-polyfill-provider': ^0.1.5 - peerDependencies: - '@babel/core': ^7.0.0-0 -babel-plugin-react-css-modules: - _latest: 5.2.6 - _: - ^5.2.6: 5.2.6 - 5.2.6: - $: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g== - _: 'https://npme.walmart.com/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-5.2.6.tgz' - dependencies: - '@babel/plugin-syntax-jsx': ^7.0.0 - '@babel/types': ^7.0.0 - ajv: ^6.5.3 - ajv-keywords: ^3.2.0 - generic-names: ^2.0.1 - postcss: ^7.0.2 - postcss-modules: ^1.3.2 - postcss-modules-extract-imports: ^1.2.0 - 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 -babel-plugin-transform-node-env-inline: - _latest: 0.4.3 - _: - ^0.4.3: 0.4.3 - 0.4.3: - $: sha1-jITNdNWPF7D992FEo1ifYQw8JJc= - _: 'https://npme.walmart.com/babel-plugin-transform-node-env-inline/-/babel-plugin-transform-node-env-inline-0.4.3.tgz' -babel-plugin-transform-react-remove-prop-types: - _latest: 0.4.24 - _: - ^0.4.20: 0.4.24 - 0.4.24: - $: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - _: 'https://npme.walmart.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz' -babylon: - _latest: 6.18.0 - _: - ^7.0.0-beta.44: 7.0.0-beta.47 - 7.0.0-beta.47: - $: sha512-+rq2cr4GDhtToEzKFD6KZZMDBXhjFAr9JjPw9pAppZACeEWqNM294j+NdBzkSHYXwzzBmVjZ3nEVJlOhbR2gOQ== - _: 'https://npme.walmart.com/babylon/-/babylon-7.0.0-beta.47.tgz' -balanced-match: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - _: 'https://npme.walmart.com/balanced-match/-/balanced-match-1.0.0.tgz' -base: - _latest: 3.0.0 - _: - ^0.11.1: 0.11.2 - 0.11.2: - $: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - _: 'https://npme.walmart.com/base/-/base-0.11.2.tgz' - dependencies: - cache-base: ^1.0.1 - class-utils: ^0.3.5 - component-emitter: ^1.2.1 - define-property: ^1.0.0 - isobject: ^3.0.1 - mixin-deep: ^1.2.0 - pascalcase: ^0.1.1 -batch: - _latest: 0.6.1 - _: - 0.6.1: 0.6.1 - 0.6.1: - $: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= - _: 'https://npme.walmart.com/batch/-/batch-0.6.1.tgz' -bcrypt-pbkdf: - _latest: 1.0.2 - _: - ^1.0.0: 1.0.2 - 1.0.2: - $: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - _: 'https://npme.walmart.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz' - dependencies: - tweetnacl: ^0.14.3 -big.js: - _latest: 6.0.3 - _: - ^5.2.2: 5.2.2 - 5.2.2: - $: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - _: 'https://npme.walmart.com/big.js/-/big.js-5.2.2.tgz' -binary-extensions: - _latest: 2.2.0 - _: - ^1.0.0: 1.13.1 - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - _: 'https://npme.walmart.com/binary-extensions/-/binary-extensions-2.2.0.tgz' - 1.13.1: - $: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - _: 'https://npme.walmart.com/binary-extensions/-/binary-extensions-1.13.1.tgz' -boolbase: - _latest: 1.0.0 - _: - '^1.0.0,~1.0.0': 1.0.0 - 1.0.0: - $: sha1-aN/1++YMUes3cl6p4+0xDcwed24= - _: 'https://npme.walmart.com/boolbase/-/boolbase-1.0.0.tgz' -boxen: - _latest: 5.0.0 - _: - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-5bvsqw+hhgUi3oYGK0Vf4WpIkyemp60WBInn7+WNfoISzAqk/HX4L7WNROq38E6UR/y3YADpv6pEm4BfkeEAdA== - _: 'https://npme.walmart.com/boxen/-/boxen-5.0.0.tgz' - dependencies: - ansi-align: ^3.0.0 - camelcase: ^6.2.0 - chalk: ^4.1.0 - cli-boxes: ^2.2.1 - string-width: ^4.2.0 - type-fest: ^0.20.2 - widest-line: ^3.1.0 - wrap-ansi: ^7.0.0 -brace-expansion: - _latest: 2.0.1 - _: - ^1.1.7: 1.1.11 - 1.1.11: - $: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - _: 'https://npme.walmart.com/brace-expansion/-/brace-expansion-1.1.11.tgz' - dependencies: - balanced-match: ^1.0.0 - concat-map: 0.0.1 -braces: - _latest: 3.0.2 - _: - '^2.3.1,^2.3.2': 2.3.2 - ~3.0.2: 3.0.2 - 3.0.2: - $: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - _: 'https://npme.walmart.com/braces/-/braces-3.0.2.tgz' - dependencies: - fill-range: ^7.0.1 - 2.3.2: - $: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - _: 'https://npme.walmart.com/braces/-/braces-2.3.2.tgz' - 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.2 - snapdragon: ^0.8.1 - snapdragon-node: ^2.0.1 - split-string: ^3.0.2 - to-regex: ^3.0.1 -browserslist: - _latest: 4.16.3 - _: - '^4.0.0,^4.12.0,^4.14.5,^4.16.3': 4.16.3 - 4.16.3: - $: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - _: 'https://npme.walmart.com/browserslist/-/browserslist-4.16.3.tgz' - dependencies: - caniuse-lite: ^1.0.30001181 - colorette: ^1.2.1 - electron-to-chromium: ^1.3.649 - escalade: ^3.1.1 - node-releases: ^1.1.70 -buffer-from: - _latest: 1.1.1 - _: - ^1.0.0: 1.1.1 - 1.1.1: - $: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - _: 'https://npme.walmart.com/buffer-from/-/buffer-from-1.1.1.tgz' -cacache: - _latest: 15.0.5 - _: - ^15.0.5: 15.0.5 - 15.0.5: - $: sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== - _: 'https://npme.walmart.com/cacache/-/cacache-15.0.5.tgz' - dependencies: - '@npmcli/move-file': ^1.0.1 - chownr: ^2.0.0 - fs-minipass: ^2.0.0 - glob: ^7.1.4 - infer-owner: ^1.0.4 - lru-cache: ^6.0.0 - minipass: ^3.1.1 - minipass-collect: ^1.0.2 - minipass-flush: ^1.0.5 - minipass-pipeline: ^1.2.2 - mkdirp: ^1.0.3 - p-map: ^4.0.0 - promise-inflight: ^1.0.1 - rimraf: ^3.0.2 - ssri: ^8.0.0 - tar: ^6.0.2 - unique-filename: ^1.1.1 -cache-base: - _latest: 4.0.0 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - _: 'https://npme.walmart.com/cache-base/-/cache-base-1.0.1.tgz' - dependencies: - collection-visit: ^1.0.0 - component-emitter: ^1.2.1 - get-value: ^2.0.6 - has-value: ^1.0.0 - isobject: ^3.0.1 - set-value: ^2.0.0 - to-object-path: ^0.3.0 - union-value: ^1.0.0 - unset-value: ^1.0.0 -caching-transform: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA== - _: 'https://npme.walmart.com/caching-transform/-/caching-transform-4.0.0.tgz' - dependencies: - hasha: ^5.0.0 - make-dir: ^3.0.0 - package-hash: ^4.0.0 - write-file-atomic: ^3.0.0 -call-bind: - _latest: 1.0.2 - _: - '^1.0.0,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - _: 'https://npme.walmart.com/call-bind/-/call-bind-1.0.2.tgz' - dependencies: - function-bind: ^1.1.1 - get-intrinsic: ^1.0.2 -caller-callsite: - _latest: 4.1.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - _: 'https://npme.walmart.com/caller-callsite/-/caller-callsite-2.0.0.tgz' - dependencies: - callsites: ^2.0.0 -caller-path: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - _: 'https://npme.walmart.com/caller-path/-/caller-path-2.0.0.tgz' - dependencies: - caller-callsite: ^2.0.0 -callsites: - _latest: 3.1.0 - _: - ^2.0.0: 2.0.0 - ^3.0.0: 3.1.0 - 3.1.0: - $: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - _: 'https://npme.walmart.com/callsites/-/callsites-3.1.0.tgz' - 2.0.0: - $: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - _: 'https://npme.walmart.com/callsites/-/callsites-2.0.0.tgz' -camel-case: - _latest: 4.1.2 - _: - ^4.1.1: 4.1.2 - 4.1.2: - $: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== - _: 'https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz' - dependencies: - pascal-case: ^3.1.2 - tslib: ^2.0.3 -camelcase: - _latest: 6.2.0 - _: - 5.0.0: 5.0.0 - '^5.0.0,^5.3.1': 5.3.1 - ^6.2.0: 6.2.0 - 6.2.0: - $: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== - _: 'https://npme.walmart.com/camelcase/-/camelcase-6.2.0.tgz' - 5.3.1: - $: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz' - 5.0.0: - $: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== - _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz' -caniuse-api: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - _: 'https://npme.walmart.com/caniuse-api/-/caniuse-api-3.0.0.tgz' - dependencies: - browserslist: ^4.0.0 - caniuse-lite: ^1.0.0 - lodash.memoize: ^4.1.2 - lodash.uniq: ^4.5.0 -caniuse-lite: - _latest: 1.0.30001203 - _: - '^1.0.0,^1.0.30001109,^1.0.30001181': 1.0.30001203 - 1.0.30001203: - $: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== - _: 'https://npme.walmart.com/caniuse-lite/-/caniuse-lite-1.0.30001203.tgz' -caseless: - _latest: 0.12.0 - _: - ~0.12.0: 0.12.0 - 0.12.0: - $: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - _: 'https://npme.walmart.com/caseless/-/caseless-0.12.0.tgz' -chalk: - _latest: 4.1.0 - _: - '2.4.2,^2.0.0,^2.4.1,^2.4.2': 2.4.2 - ^1.1.3: 1.1.3 - '^4.0.0,^4.1.0': 4.1.0 - 4.1.0: - $: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - _: 'https://npme.walmart.com/chalk/-/chalk-4.1.0.tgz' - dependencies: - ansi-styles: ^4.1.0 - supports-color: ^7.1.0 - 2.4.2: - $: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - _: 'https://npme.walmart.com/chalk/-/chalk-2.4.2.tgz' - dependencies: - ansi-styles: ^3.2.1 - escape-string-regexp: ^1.0.5 - supports-color: ^5.3.0 - 1.1.3: - $: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - _: 'https://npme.walmart.com/chalk/-/chalk-1.1.3.tgz' - dependencies: - ansi-styles: ^2.2.1 - escape-string-regexp: ^1.0.2 - has-ansi: ^2.0.0 - strip-ansi: ^3.0.0 - supports-color: ^2.0.0 -chalker: - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-Cag6asQV/lK6AQGBWGGDt5bu+FSzo4OlLHQVrd4Io1cJCGNXIvKcaxx6JH0+iL1azQ4Bs1i7qkvzlkH2Vwo2OQ== - _: 'https://npme.walmart.com/chalker/-/chalker-1.2.0.tgz' - dependencies: - chalk: ^4.0.0 -chokidar: - _latest: 3.5.1 - _: - '^3.4.0,^3.4.1': 3.5.1 - 3.5.1: - $: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== - _: 'https://npme.walmart.com/chokidar/-/chokidar-3.5.1.tgz' - dependencies: - anymatch: ~3.1.1 - braces: ~3.0.2 - glob-parent: ~5.1.0 - is-binary-path: ~2.1.0 - is-glob: ~4.0.1 - normalize-path: ~3.0.0 - readdirp: ~3.5.0 - optionalDependencies: - fsevents: ~2.3.1 -chownr: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - _: 'https://npme.walmart.com/chownr/-/chownr-2.0.0.tgz' -chrome-trace-event: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - _: 'https://npme.walmart.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz' - dependencies: - tslib: ^1.9.0 -ci-info: - _latest: 3.1.1 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - _: 'https://npme.walmart.com/ci-info/-/ci-info-2.0.0.tgz' -class-utils: - _latest: 0.3.6 - _: - ^0.3.5: 0.3.6 - 0.3.6: - $: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - _: 'https://npme.walmart.com/class-utils/-/class-utils-0.3.6.tgz' - dependencies: - arr-union: ^3.1.0 - define-property: ^0.2.5 - isobject: ^3.0.0 - static-extend: ^0.1.1 -clean-css: - _latest: 5.1.2 - _: - ^4.2.3: 4.2.3 - 4.2.3: - $: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== - _: 'https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz' - dependencies: - source-map: ~0.6.0 -clean-stack: - _latest: 3.0.1 - _: - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - _: 'https://npme.walmart.com/clean-stack/-/clean-stack-2.2.0.tgz' -cli-boxes: - _latest: 3.0.0 - _: - ^2.2.1: 2.2.1 - 2.2.1: - $: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - _: 'https://npme.walmart.com/cli-boxes/-/cli-boxes-2.2.1.tgz' -cli-cursor: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - _: 'https://npme.walmart.com/cli-cursor/-/cli-cursor-3.1.0.tgz' - dependencies: - restore-cursor: ^3.1.0 -cliui: - _latest: 7.0.4 - _: - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - _: 'https://npme.walmart.com/cliui/-/cliui-6.0.0.tgz' - dependencies: - string-width: ^4.2.0 - strip-ansi: ^6.0.0 - wrap-ansi: ^6.2.0 -clone-deep: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - _: 'https://npme.walmart.com/clone-deep/-/clone-deep-4.0.1.tgz' - dependencies: - is-plain-object: ^2.0.4 - kind-of: ^6.0.2 - shallow-clone: ^3.0.0 -coa: - _latest: 2.0.2 - _: - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - _: 'https://npme.walmart.com/coa/-/coa-2.0.2.tgz' - dependencies: - '@types/q': ^1.5.1 - chalk: ^2.4.1 - q: ^1.1.2 -collection-visit: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - _: 'https://npme.walmart.com/collection-visit/-/collection-visit-1.0.0.tgz' - dependencies: - map-visit: ^1.0.0 - object-visit: ^1.0.0 -color: - _latest: 3.1.3 - _: - ^3.0.0: 3.1.3 - 3.1.3: - $: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - _: 'https://npme.walmart.com/color/-/color-3.1.3.tgz' - dependencies: - color-convert: ^1.9.1 - color-string: ^1.5.4 -color-convert: - _latest: 2.0.1 - _: - '^1.9.0,^1.9.1': 1.9.3 - ^2.0.1: 2.0.1 - 2.0.1: - $: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - _: 'https://npme.walmart.com/color-convert/-/color-convert-2.0.1.tgz' - dependencies: - color-name: ~1.1.4 - 1.9.3: - $: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - _: 'https://npme.walmart.com/color-convert/-/color-convert-1.9.3.tgz' - dependencies: - color-name: 1.1.3 -color-name: - _latest: 1.1.4 - _: - 1.1.3: 1.1.3 - '^1.0.0,~1.1.4': 1.1.4 - 1.1.4: - $: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - _: 'https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz' - 1.1.3: - $: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - _: 'https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz' -color-string: - _latest: 1.5.5 - _: - ^1.5.4: 1.5.5 - 1.5.5: - $: sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg== - _: 'https://npme.walmart.com/color-string/-/color-string-1.5.5.tgz' - dependencies: - color-name: ^1.0.0 - simple-swizzle: ^0.2.2 -colorette: - _latest: 1.2.2 - _: - ^1.2.1: 1.2.2 - 1.2.2: - $: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== - _: 'https://npme.walmart.com/colorette/-/colorette-1.2.2.tgz' -colors: - _latest: 1.4.0 - _: - 1.0.x: 1.0.3 - 1.0.3: - $: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= - _: 'https://npme.walmart.com/colors/-/colors-1.0.3.tgz' -combined-stream: - _latest: 1.0.8 - _: - '^1.0.6,~1.0.6': 1.0.8 - 1.0.8: - $: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - _: 'https://npme.walmart.com/combined-stream/-/combined-stream-1.0.8.tgz' - dependencies: - delayed-stream: ~1.0.0 -commander: - _latest: 7.2.0 - _: - ^2.20.0: 2.20.3 - '^4.0.1,^4.1.1': 4.1.1 - ^7.0.0: 7.1.0 - 7.1.0: - $: sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== - _: 'https://registry.npmjs.org/commander/-/commander-7.1.0.tgz' - 4.1.1: - $: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - _: 'https://registry.npmjs.org/commander/-/commander-4.1.1.tgz' - 2.20.3: - $: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - _: 'https://registry.npmjs.org/commander/-/commander-2.20.3.tgz' -commondir: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - _: 'https://npme.walmart.com/commondir/-/commondir-1.0.1.tgz' -component-emitter: - _latest: 1.3.0 - _: - ^1.2.1: 1.3.0 - 1.3.0: - $: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - _: 'https://npme.walmart.com/component-emitter/-/component-emitter-1.3.0.tgz' -concat-map: - _latest: 0.0.1 - _: - 0.0.1: 0.0.1 - 0.0.1: - $: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - _: 'https://npme.walmart.com/concat-map/-/concat-map-0.0.1.tgz' -convert-source-map: - _latest: 1.7.0 - _: - '^1.1.0,^1.7.0': 1.7.0 - 1.7.0: - $: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - _: 'https://npme.walmart.com/convert-source-map/-/convert-source-map-1.7.0.tgz' - dependencies: - safe-buffer: ~5.1.1 -cookie: - _latest: 0.4.1 - _: - ^0.4.0: 0.4.1 - 0.4.1: - $: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== - _: 'https://npme.walmart.com/cookie/-/cookie-0.4.1.tgz' -copy-descriptor: - _latest: 0.1.1 - _: - ^0.1.0: 0.1.1 - 0.1.1: - $: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - _: 'https://npme.walmart.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz' -core-js: - _latest: 3.9.1 - _: - ^3.6.5: 3.9.1 - 3.9.1: - hasI: 1 - $: sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg== - _: 'https://npme.walmart.com/core-js/-/core-js-3.9.1.tgz' -core-js-compat: - _latest: 3.9.1 - _: - '^3.8.1,^3.9.0': 3.9.1 - 3.9.1: - $: sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA== - _: 'https://npme.walmart.com/core-js-compat/-/core-js-compat-3.9.1.tgz' - dependencies: - browserslist: ^4.16.3 - semver: 7.0.0 -core-util-is: - _latest: 1.0.2 - _: - '1.0.2,~1.0.0': 1.0.2 - 1.0.2: - $: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - _: 'https://npme.walmart.com/core-util-is/-/core-util-is-1.0.2.tgz' -cosmiconfig: - _latest: 7.0.0 - _: - ^5.0.0: 5.2.1 - 5.2.1: - $: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - _: 'https://npme.walmart.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz' - dependencies: - import-fresh: ^2.0.0 - is-directory: ^0.3.1 - js-yaml: ^3.13.1 - parse-json: ^4.0.0 -cross-spawn: - _latest: 7.0.3 - _: - '^7.0.0,^7.0.2,^7.0.3': 7.0.3 - 7.0.3: - $: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - _: 'https://npme.walmart.com/cross-spawn/-/cross-spawn-7.0.3.tgz' - dependencies: - path-key: ^3.1.0 - shebang-command: ^2.0.0 - which: ^2.0.1 -css-color-names: - _latest: 1.0.1 - _: - '0.0.4,^0.0.4': 0.0.4 - 0.0.4: - $: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - _: 'https://npme.walmart.com/css-color-names/-/css-color-names-0.0.4.tgz' -css-declaration-sorter: - _latest: 6.0.2 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - _: 'https://npme.walmart.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz' - dependencies: - postcss: ^7.0.1 - timsort: ^0.3.0 -css-loader: - _latest: 5.1.3 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw== - _: 'https://npme.walmart.com/css-loader/-/css-loader-1.0.1.tgz' - dependencies: - babel-code-frame: ^6.26.0 - css-selector-tokenizer: ^0.7.0 - icss-utils: ^2.1.0 - loader-utils: ^1.0.2 - lodash: ^4.17.11 - postcss: ^6.0.23 - postcss-modules-extract-imports: ^1.2.0 - postcss-modules-local-by-default: ^1.2.0 - postcss-modules-scope: ^1.1.0 - postcss-modules-values: ^1.3.0 - postcss-value-parser: ^3.3.0 - source-list-map: ^2.0.0 - peerDependencies: - webpack: ^4.0.0 -css-minimizer-webpack-plugin: - _latest: 1.3.0 - _: - ^1.2.0: 1.3.0 - 1.3.0: - $: sha512-jFa0Siplmfef4ndKglpVaduY47oHQwioAOEGK0f0vAX0s+vc+SmP6cCMoc+8Adau5600RnOEld5VVdC8CQau7w== - _: 'https://npme.walmart.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-1.3.0.tgz' - dependencies: - cacache: ^15.0.5 - cssnano: ^4.1.10 - find-cache-dir: ^3.3.1 - jest-worker: ^26.3.0 - p-limit: ^3.0.2 - schema-utils: ^3.0.0 - serialize-javascript: ^5.0.1 - source-map: ^0.6.1 - webpack-sources: ^1.4.3 - peerDependencies: - webpack: '^4.0.0 || ^5.0.0' -css-modules-loader-core: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha1-WQhmgpShvs0mGuCkziGwtVHyHRY= - _: 'https://npme.walmart.com/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz' - 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 -css-select: - _latest: 3.1.2 - _: - '^2.0.0,^2.0.2': 2.1.0 - 2.1.0: - $: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - _: 'https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz' - dependencies: - boolbase: ^1.0.0 - css-what: ^3.2.1 - domutils: ^1.7.0 - nth-check: ^1.0.2 -css-select-base-adapter: - _latest: 0.1.1 - _: - ^0.1.1: 0.1.1 - 0.1.1: - $: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - _: 'https://npme.walmart.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz' -css-selector-tokenizer: - _latest: 0.7.3 - _: - ^0.7.0: 0.7.3 - 0.7.3: - $: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - _: 'https://npme.walmart.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz' - dependencies: - cssesc: ^3.0.0 - fastparse: ^1.1.2 -css-tree: - _latest: 1.1.2 - _: - 1.0.0-alpha.37: 1.0.0-alpha.37 - ^1.1.2: 1.1.2 - 1.1.2: - $: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== - _: 'https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz' - dependencies: - mdn-data: 2.0.14 - source-map: ^0.6.1 - 1.0.0-alpha.37: - $: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - _: 'https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz' - dependencies: - mdn-data: 2.0.4 - source-map: ^0.6.1 -css-what: - _latest: 5.0.0 - _: - ^3.2.1: 3.4.2 - 3.4.2: - $: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== - _: 'https://npme.walmart.com/css-what/-/css-what-3.4.2.tgz' -cssesc: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - _: 'https://npme.walmart.com/cssesc/-/cssesc-3.0.0.tgz' -cssnano: - _latest: 4.1.10 - _: - ^4.1.10: 4.1.10 - 4.1.10: - $: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - _: 'https://npme.walmart.com/cssnano/-/cssnano-4.1.10.tgz' - dependencies: - cosmiconfig: ^5.0.0 - cssnano-preset-default: ^4.0.7 - is-resolvable: ^1.0.0 - postcss: ^7.0.0 -cssnano-preset-default: - _latest: 4.0.7 - _: - ^4.0.7: 4.0.7 - 4.0.7: - $: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - _: 'https://npme.walmart.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz' - dependencies: - css-declaration-sorter: ^4.0.1 - cssnano-util-raw-cache: ^4.0.1 - postcss: ^7.0.0 - postcss-calc: ^7.0.1 - 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.2 - postcss-unique-selectors: ^4.0.1 -cssnano-util-get-arguments: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - _: 'https://npme.walmart.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz' -cssnano-util-get-match: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - _: 'https://npme.walmart.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz' -cssnano-util-raw-cache: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - _: 'https://npme.walmart.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz' - dependencies: - postcss: ^7.0.0 -cssnano-util-same-parent: - _latest: 4.0.1 - _: - ^4.0.0: 4.0.1 - 4.0.1: - $: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - _: 'https://npme.walmart.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz' -csso: - _latest: 4.2.0 - _: - ^4.0.2: 4.2.0 - 4.2.0: - $: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== - _: 'https://npme.walmart.com/csso/-/csso-4.2.0.tgz' - dependencies: - css-tree: ^1.1.2 -cycle: - _latest: 1.0.3 - _: - 1.0.x: 1.0.3 - 1.0.3: - $: sha1-IegLK+hYD5i0aPN5QwZisEbDStI= - _: 'https://npme.walmart.com/cycle/-/cycle-1.0.3.tgz' -dashdash: - _latest: 2.0.0 - _: - ^1.12.0: 1.14.1 - 1.14.1: - $: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - _: 'https://npme.walmart.com/dashdash/-/dashdash-1.14.1.tgz' - dependencies: - assert-plus: ^1.0.0 -dateformat: - _latest: 4.5.1 - _: - ^4.5.1: 4.5.1 - 4.5.1: - $: sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q== - _: 'https://npme.walmart.com/dateformat/-/dateformat-4.5.1.tgz' -debug: - _latest: 4.3.1 - _: - '2.6.9,^2.2.0,^2.3.3': 2.6.9 - '^4.0.0,^4.0.1,^4.1.0,^4.1.1': 4.3.1 - 4.3.1: - $: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - _: 'https://npme.walmart.com/debug/-/debug-4.3.1.tgz' - dependencies: - ms: 2.1.2 - 2.6.9: - $: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - _: 'https://npme.walmart.com/debug/-/debug-2.6.9.tgz' - dependencies: - ms: 2.0.0 -decamelize: - _latest: 5.0.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - _: 'https://npme.walmart.com/decamelize/-/decamelize-1.2.0.tgz' -decode-uri-component: - _latest: 0.2.0 - _: - ^0.2.0: 0.2.0 - 0.2.0: - $: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - _: 'https://npme.walmart.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz' -deep-is: - _latest: 0.1.3 - _: - ^0.1.3: 0.1.3 - 0.1.3: - $: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - _: 'https://npme.walmart.com/deep-is/-/deep-is-0.1.3.tgz' -deepmerge: - _latest: 4.2.2 - _: - ^4.2.2: 4.2.2 - 4.2.2: - $: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - _: 'https://npme.walmart.com/deepmerge/-/deepmerge-4.2.2.tgz' -default-require-extensions: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg== - _: 'https://npme.walmart.com/default-require-extensions/-/default-require-extensions-3.0.0.tgz' - dependencies: - strip-bom: ^4.0.0 -define-properties: - _latest: 1.1.3 - _: - ^1.1.3: 1.1.3 - 1.1.3: - $: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - _: 'https://npme.walmart.com/define-properties/-/define-properties-1.1.3.tgz' - dependencies: - object-keys: ^1.0.12 -define-property: - _latest: 2.0.2 - _: - ^0.2.5: 0.2.5 - ^1.0.0: 1.0.0 - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - _: 'https://npme.walmart.com/define-property/-/define-property-2.0.2.tgz' - dependencies: - is-descriptor: ^1.0.2 - isobject: ^3.0.1 - 1.0.0: - $: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - _: 'https://npme.walmart.com/define-property/-/define-property-1.0.0.tgz' - dependencies: - is-descriptor: ^1.0.0 - 0.2.5: - $: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - _: 'https://npme.walmart.com/define-property/-/define-property-0.2.5.tgz' - dependencies: - is-descriptor: ^0.1.0 -delayed-stream: - _latest: 1.0.0 - _: - ~1.0.0: 1.0.0 - 1.0.0: - $: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - _: 'https://npme.walmart.com/delayed-stream/-/delayed-stream-1.0.0.tgz' -depd: - _latest: 2.0.0 - _: - ~1.1.2: 1.1.2 - 1.1.2: - $: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - _: 'https://npme.walmart.com/depd/-/depd-1.1.2.tgz' -detect-node: - _latest: 2.0.5 - _: - ^2.0.4: 2.0.5 - 2.0.5: - $: sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw== - _: 'https://npme.walmart.com/detect-node/-/detect-node-2.0.5.tgz' -doctrine: - _latest: 3.0.0 - _: - ^2.1.0: 2.1.0 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - _: 'https://npme.walmart.com/doctrine/-/doctrine-3.0.0.tgz' - dependencies: - esutils: ^2.0.2 - 2.1.0: - $: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - _: 'https://npme.walmart.com/doctrine/-/doctrine-2.1.0.tgz' - dependencies: - esutils: ^2.0.2 -dom-converter: - _latest: 0.2.0 - _: - ^0.2: 0.2.0 - 0.2.0: - $: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== - _: 'https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz' - dependencies: - utila: ~0.4 -dom-serializer: - _latest: 1.2.0 - _: - '0': 0.2.2 - 0.2.2: - $: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - _: 'https://npme.walmart.com/dom-serializer/-/dom-serializer-0.2.2.tgz' - dependencies: - domelementtype: ^2.0.1 - entities: ^2.0.0 -domelementtype: - _latest: 2.1.0 - _: - '1,^1.3.1': 1.3.1 - ^2.0.1: 2.1.0 - 2.1.0: - $: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== - _: 'https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz' - 1.3.1: - $: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - _: 'https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz' -domhandler: - _latest: 4.0.0 - _: - ^2.3.0: 2.4.2 - 2.4.2: - $: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - _: 'https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz' - dependencies: - domelementtype: '1' -domutils: - _latest: 2.5.0 - _: - '^1.5.1,^1.7.0': 1.7.0 - 1.7.0: - $: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - _: 'https://npme.walmart.com/domutils/-/domutils-1.7.0.tgz' - dependencies: - dom-serializer: '0' - domelementtype: '1' -dot-case: - _latest: 3.0.4 - _: - ^3.0.4: 3.0.4 - 3.0.4: - $: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== - _: 'https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz' - dependencies: - no-case: ^3.0.4 - tslib: ^2.0.3 -dot-prop: - _latest: 6.0.1 - _: - ^5.2.0: 5.3.0 - 5.3.0: - $: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - _: 'https://npme.walmart.com/dot-prop/-/dot-prop-5.3.0.tgz' - dependencies: - is-obj: ^2.0.0 -ecc-jsbn: - _latest: 0.2.0 - _: - ~0.1.1: 0.1.2 - 0.1.2: - $: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - _: 'https://npme.walmart.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz' - dependencies: - jsbn: ~0.1.0 - safer-buffer: ^2.1.0 -electrode-cdn-file-loader: - _latest: 1.1.1-fynlocal_h - _: - ../electrode-cdn-file-loader: 1.1.1-fynlocal_h - 1.1.1-fynlocal_h: - $: local - _: ../../packages/electrode-cdn-file-loader - dependencies: - loader-utils: ^1.1.0 -electrode-confippet: - _latest: 1.7.1 - _: - '^1.5.0,^1.7.0': 1.7.1 - 1.7.1: - top: 1 - $: sha512-7zdZ7DAiqu5r2ng/Ze4FaDzoY4ca//WJJk3Z8gg7Wa2o85PifGU8sIkc7K8kVKO+6A31RMaAQkZmuny9udkl1A== - _: 'https://npme.walmart.com/electrode-confippet/-/electrode-confippet-1.7.1.tgz' - dependencies: - js-yaml: ^3.5.3 - lodash: ^4.13.1 - tslib: ^2.1.0 -electrode-node-resolver: - _latest: 2.0.2-fynlocal_h - _: - ../electrode-node-resolver: 2.0.2-fynlocal_h - 2.0.2-fynlocal_h: - $: local - _: ../../packages/electrode-node-resolver - dependencies: - require-at: ^1.0.6 -electron-to-chromium: - _latest: 1.3.693 - _: - ^1.3.649: 1.3.693 - 1.3.693: - $: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - _: 'https://npme.walmart.com/electron-to-chromium/-/electron-to-chromium-1.3.693.tgz' -emoji-regex: - _latest: 9.2.2 - _: - ^7.0.1: 7.0.3 - ^8.0.0: 8.0.0 - 8.0.0: - $: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - _: 'https://npme.walmart.com/emoji-regex/-/emoji-regex-8.0.0.tgz' - 7.0.3: - $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - _: 'https://npme.walmart.com/emoji-regex/-/emoji-regex-7.0.3.tgz' -emojis-list: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - _: 'https://npme.walmart.com/emojis-list/-/emojis-list-3.0.0.tgz' -end-of-stream: - _latest: 1.4.4 - _: - ^1.1.0: 1.4.4 - 1.4.4: - $: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - _: 'https://npme.walmart.com/end-of-stream/-/end-of-stream-1.4.4.tgz' - dependencies: - once: ^1.4.0 -enhanced-resolve: - _latest: 5.7.0 - _: - ^5.7.0: 5.7.0 - 5.7.0: - $: sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw== - _: 'https://npme.walmart.com/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz' - dependencies: - graceful-fs: ^4.2.4 - tapable: ^2.2.0 -enquirer: - _latest: 2.3.6 - _: - '^2.3.5,^2.3.6': 2.3.6 - 2.3.6: - $: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - _: 'https://npme.walmart.com/enquirer/-/enquirer-2.3.6.tgz' - dependencies: - ansi-colors: ^4.1.1 -entities: - _latest: 2.2.0 - _: - '^1.1.1,^1.1.2': 1.1.2 - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - _: 'https://npme.walmart.com/entities/-/entities-2.2.0.tgz' - 1.1.2: - $: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - _: 'https://npme.walmart.com/entities/-/entities-1.1.2.tgz' -envinfo: - _latest: 7.7.4 - _: - ^7.7.3: 7.7.4 - 7.7.4: - $: sha512-TQXTYFVVwwluWSFis6K2XKxgrD22jEv0FTuLCQI+OjH7rn93+iY0fSSFM5lrSxFY+H1+B0/cvvlamr3UsBivdQ== - _: 'https://npme.walmart.com/envinfo/-/envinfo-7.7.4.tgz' -error-ex: - _latest: 1.3.2 - _: - ^1.3.1: 1.3.2 - 1.3.2: - $: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - _: 'https://npme.walmart.com/error-ex/-/error-ex-1.3.2.tgz' - dependencies: - is-arrayish: ^0.2.1 -es-abstract: - _latest: 1.18.0 - _: - '^1.17.2,^1.18.0-next.1,^1.18.0-next.2': 1.18.0 - 1.18.0: - $: sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== - _: 'https://npme.walmart.com/es-abstract/-/es-abstract-1.18.0.tgz' - dependencies: - call-bind: ^1.0.2 - es-to-primitive: ^1.2.1 - function-bind: ^1.1.1 - get-intrinsic: ^1.1.1 - has: ^1.0.3 - has-symbols: ^1.0.2 - is-callable: ^1.2.3 - is-negative-zero: ^2.0.1 - is-regex: ^1.1.2 - is-string: ^1.0.5 - object-inspect: ^1.9.0 - object-keys: ^1.1.1 - object.assign: ^4.1.2 - string.prototype.trimend: ^1.0.4 - string.prototype.trimstart: ^1.0.4 - unbox-primitive: ^1.0.0 -es-module-lexer: - _latest: 0.4.1 - _: - ^0.4.0: 0.4.1 - 0.4.1: - $: sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA== - _: 'https://npme.walmart.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz' -es-to-primitive: - _latest: 1.2.1 - _: - ^1.2.1: 1.2.1 - 1.2.1: - $: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - _: 'https://npme.walmart.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz' - dependencies: - is-callable: ^1.1.4 - is-date-object: ^1.0.1 - is-symbol: ^1.0.2 -es6-error: - _latest: 4.1.1 - _: - ^4.0.1: 4.1.1 - 4.1.1: - $: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== - _: 'https://npme.walmart.com/es6-error/-/es6-error-4.1.1.tgz' -escalade: - _latest: 3.1.1 - _: - ^3.1.1: 3.1.1 - 3.1.1: - $: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - _: 'https://npme.walmart.com/escalade/-/escalade-3.1.1.tgz' -escape-html: - _latest: 1.0.3 - _: - ~1.0.3: 1.0.3 - 1.0.3: - $: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - _: 'https://npme.walmart.com/escape-html/-/escape-html-1.0.3.tgz' -escape-string-regexp: - _latest: 4.0.0 - _: - '^1.0.2,^1.0.5': 1.0.5 - 1.0.5: - $: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - _: 'https://npme.walmart.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz' -eslint: - _latest: 7.22.0 - _: - ^7.15.0: 7.22.0 - 7.22.0: - $: sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg== - _: 'https://npme.walmart.com/eslint/-/eslint-7.22.0.tgz' - dependencies: - '@babel/code-frame': 7.12.11 - '@eslint/eslintrc': ^0.4.0 - ajv: ^6.10.0 - chalk: ^4.0.0 - cross-spawn: ^7.0.2 - debug: ^4.0.1 - doctrine: ^3.0.0 - enquirer: ^2.3.5 - eslint-scope: ^5.1.1 - eslint-utils: ^2.1.0 - eslint-visitor-keys: ^2.0.0 - espree: ^7.3.1 - esquery: ^1.4.0 - esutils: ^2.0.2 - file-entry-cache: ^6.0.1 - functional-red-black-tree: ^1.0.1 - glob-parent: ^5.0.0 - globals: ^13.6.0 - ignore: ^4.0.6 - import-fresh: ^3.0.0 - imurmurhash: ^0.1.4 - is-glob: ^4.0.0 - js-yaml: ^3.13.1 - json-stable-stringify-without-jsonify: ^1.0.1 - levn: ^0.4.1 - lodash: ^4.17.21 - minimatch: ^3.0.4 - natural-compare: ^1.4.0 - optionator: ^0.9.1 - progress: ^2.0.0 - regexpp: ^3.1.0 - semver: ^7.2.1 - strip-ansi: ^6.0.0 - strip-json-comments: ^3.1.0 - table: ^6.0.4 - text-table: ^0.2.0 - v8-compile-cache: ^2.0.3 -eslint-config-walmart: - _latest: 2.2.1 - _: - ^2.2.1: 2.2.1 - 2.2.1: - $: sha512-0z0rXi8DbqSJanJq5lKnDuKBs4hMsx9Qp3Ksl9QWYzvqG/8ibzbraGKDy3b44JD3ZZEbBig3BvpWXP9Sw0E+3A== - _: 'https://npme.walmart.com/eslint-config-walmart/-/eslint-config-walmart-2.2.1.tgz' -eslint-plugin-filenames: - _latest: 1.3.2 - _: - ^1.1.0: 1.3.2 - 1.3.2: - $: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w== - _: 'https://npme.walmart.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz' - dependencies: - lodash.camelcase: 4.3.0 - lodash.kebabcase: 4.1.1 - lodash.snakecase: 4.1.1 - lodash.upperfirst: 4.3.1 - peerDependencies: - eslint: '*' -eslint-plugin-flowtype: - _latest: 5.4.0 - _: - ^5.2.0: 5.4.0 - 5.4.0: - $: sha512-O0s0iTT5UxYuoOpHMLSIO2qZMyvrb9shhk1EM5INNGtJ2CffrfUmsnh6TVsnoT41fkXIEndP630WNovhoO87xQ== - _: 'https://npme.walmart.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.4.0.tgz' - dependencies: - lodash: ^4.17.15 - string-natural-compare: ^3.0.1 - peerDependencies: - eslint: ^7.1.0 -eslint-plugin-mocha: - _latest: 8.1.0 - _: - ^8.0.0: 8.1.0 - 8.1.0: - $: sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg== - _: 'https://npme.walmart.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1.0.tgz' - dependencies: - eslint-utils: ^2.1.0 - ramda: ^0.27.1 - peerDependencies: - eslint: '>=7.0.0' -eslint-plugin-react: - _latest: 7.22.0 - _: - ^7.21.5: 7.22.0 - 7.22.0: - $: sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA== - _: 'https://npme.walmart.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz' - dependencies: - array-includes: ^3.1.1 - array.prototype.flatmap: ^1.2.3 - doctrine: ^2.1.0 - has: ^1.0.3 - jsx-ast-utils: '^2.4.1 || ^3.0.0' - object.entries: ^1.1.2 - object.fromentries: ^2.0.2 - object.values: ^1.1.1 - prop-types: ^15.7.2 - resolve: ^1.18.1 - string.prototype.matchall: ^4.0.2 - peerDependencies: - eslint: '^3 || ^4 || ^5 || ^6 || ^7' -eslint-scope: - _latest: 5.1.1 - _: - ^5.1.1: 5.1.1 - 5.1.1: - $: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - _: 'https://npme.walmart.com/eslint-scope/-/eslint-scope-5.1.1.tgz' - dependencies: - esrecurse: ^4.3.0 - estraverse: ^4.1.1 -eslint-utils: - _latest: 2.1.0 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - _: 'https://npme.walmart.com/eslint-utils/-/eslint-utils-2.1.0.tgz' - dependencies: - eslint-visitor-keys: ^1.1.0 -eslint-visitor-keys: - _latest: 2.0.0 - _: - '^1.0.0,^1.1.0,^1.3.0': 1.3.0 - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - _: 'https://npme.walmart.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz' - 1.3.0: - $: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - _: 'https://npme.walmart.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz' -espree: - _latest: 7.3.1 - _: - '^7.3.0,^7.3.1': 7.3.1 - 7.3.1: - $: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== - _: 'https://npme.walmart.com/espree/-/espree-7.3.1.tgz' - dependencies: - acorn: ^7.4.0 - acorn-jsx: ^5.3.1 - eslint-visitor-keys: ^1.3.0 -esprima: - _latest: 4.0.1 - _: - ^4.0.0: 4.0.1 - 4.0.1: - $: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - _: 'https://npme.walmart.com/esprima/-/esprima-4.0.1.tgz' -esquery: - _latest: 1.4.0 - _: - ^1.4.0: 1.4.0 - 1.4.0: - $: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== - _: 'https://npme.walmart.com/esquery/-/esquery-1.4.0.tgz' - dependencies: - estraverse: ^5.1.0 -esrecurse: - _latest: 4.3.0 - _: - ^4.3.0: 4.3.0 - 4.3.0: - $: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - _: 'https://npme.walmart.com/esrecurse/-/esrecurse-4.3.0.tgz' - dependencies: - estraverse: ^5.2.0 -estraverse: - _latest: 5.2.0 - _: - ^4.1.1: 4.3.0 - '^5.1.0,^5.2.0': 5.2.0 - 5.2.0: - $: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - _: 'https://npme.walmart.com/estraverse/-/estraverse-5.2.0.tgz' - 4.3.0: - $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - _: 'https://npme.walmart.com/estraverse/-/estraverse-4.3.0.tgz' -esutils: - _latest: 2.0.3 - _: - ^2.0.2: 2.0.3 - 2.0.3: - $: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - _: 'https://npme.walmart.com/esutils/-/esutils-2.0.3.tgz' -eventemitter3: - _latest: 4.0.7 - _: - ^4.0.0: 4.0.7 - 4.0.7: - $: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - _: 'https://npme.walmart.com/eventemitter3/-/eventemitter3-4.0.7.tgz' -events: - _latest: 3.3.0 - _: - ^3.2.0: 3.3.0 - 3.3.0: - $: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== - _: 'https://npme.walmart.com/events/-/events-3.3.0.tgz' -execa: - _latest: 5.0.0 - _: - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== - _: 'https://npme.walmart.com/execa/-/execa-5.0.0.tgz' - dependencies: - cross-spawn: ^7.0.3 - get-stream: ^6.0.0 - human-signals: ^2.1.0 - is-stream: ^2.0.0 - merge-stream: ^2.0.0 - npm-run-path: ^4.0.1 - onetime: ^5.1.2 - signal-exit: ^3.0.3 - strip-final-newline: ^2.0.0 -expand-brackets: - _latest: 4.0.0 - _: - ^2.1.4: 2.1.4 - 2.1.4: - $: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - _: 'https://npme.walmart.com/expand-brackets/-/expand-brackets-2.1.4.tgz' - dependencies: - debug: ^2.3.3 - define-property: ^0.2.5 - extend-shallow: ^2.0.1 - posix-character-classes: ^0.1.0 - regex-not: ^1.0.0 - snapdragon: ^0.8.1 - to-regex: ^3.0.1 -extend: - _latest: 3.0.2 - _: - ~3.0.2: 3.0.2 - 3.0.2: - $: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - _: 'https://npme.walmart.com/extend/-/extend-3.0.2.tgz' -extend-shallow: - _latest: 3.0.2 - _: - ^2.0.1: 2.0.1 - '^3.0.0,^3.0.2': 3.0.2 - 3.0.2: - $: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - _: 'https://npme.walmart.com/extend-shallow/-/extend-shallow-3.0.2.tgz' - dependencies: - assign-symbols: ^1.0.0 - is-extendable: ^1.0.1 - 2.0.1: - $: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - _: 'https://npme.walmart.com/extend-shallow/-/extend-shallow-2.0.1.tgz' - dependencies: - is-extendable: ^0.1.0 -extglob: - _latest: 3.0.0 - _: - ^2.0.4: 2.0.4 - 2.0.4: - $: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - _: 'https://npme.walmart.com/extglob/-/extglob-2.0.4.tgz' - 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.0 - snapdragon: ^0.8.1 - to-regex: ^3.0.1 -extsprintf: - _latest: 1.4.0 - _: - '1.3.0,^1.2.0': 1.3.0 - 1.3.0: - $: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - _: 'https://npme.walmart.com/extsprintf/-/extsprintf-1.3.0.tgz' -eyes: - _latest: 0.1.8 - _: - 0.1.x: 0.1.8 - 0.1.8: - $: sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A= - _: 'https://npme.walmart.com/eyes/-/eyes-0.1.8.tgz' -fast-async: - _latest: 6.3.8 - _: - ^7.0.5: 7.0.6 - 7.0.6: - $: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg== - _: 'https://npme.walmart.com/fast-async/-/fast-async-7.0.6.tgz' - dependencies: - '@babel/generator': ^7.0.0-beta.44 - '@babel/helper-module-imports': ^7.0.0-beta.44 - babylon: ^7.0.0-beta.44 - nodent-runtime: ^3.2.1 - nodent-transform: ^3.2.4 -fast-decode-uri-component: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg== - _: 'https://npme.walmart.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz' -fast-deep-equal: - _latest: 3.1.3 - _: - ^3.1.1: 3.1.3 - 3.1.3: - $: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - _: 'https://npme.walmart.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz' -fast-json-stable-stringify: - _latest: 2.1.0 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - _: 'https://npme.walmart.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz' -fast-json-stringify: - _latest: 2.5.2 - _: - ^1.18.0: 1.21.0 - 1.21.0: - $: sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA== - _: 'https://npme.walmart.com/fast-json-stringify/-/fast-json-stringify-1.21.0.tgz' - dependencies: - ajv: ^6.11.0 - deepmerge: ^4.2.2 - string-similarity: ^4.0.1 -fast-levenshtein: - _latest: 3.0.0 - _: - ^2.0.6: 2.0.6 - 2.0.6: - $: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - _: 'https://npme.walmart.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz' -fast-redact: - _latest: 3.0.0 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A== - _: 'https://npme.walmart.com/fast-redact/-/fast-redact-2.1.0.tgz' -fast-safe-stringify: - _latest: 2.0.7 - _: - ^2.0.7: 2.0.7 - 2.0.7: - $: sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA== - _: 'https://npme.walmart.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz' -fastest-levenshtein: - _latest: 1.0.12 - _: - ^1.0.12: 1.0.12 - 1.0.12: - $: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow== - _: 'https://npme.walmart.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz' -fastify: - _latest: 3.14.0 - _: - ^2.15.2: 2.15.3 - 2.15.3: - $: sha512-2O+A9SjHpbH/SgDDMA+xIznhx/rDeNuwPIiZSFVU7fwOiiFfQjHmfu21jp22wMmsZ5PYKYFR+pze2TzoAUmOtw== - _: 'https://npme.walmart.com/fastify/-/fastify-2.15.3.tgz' - dependencies: - abstract-logging: ^2.0.0 - ajv: ^6.12.0 - avvio: ^6.5.0 - fast-json-stringify: ^1.18.0 - find-my-way: ^2.2.2 - flatstr: ^1.0.12 - light-my-request: ^3.7.3 - middie: ^4.1.0 - pino: ^5.17.0 - proxy-addr: ^2.0.6 - readable-stream: ^3.6.0 - rfdc: ^1.1.2 - secure-json-parse: ^2.1.0 - tiny-lru: ^7.0.2 -fastify-plugin: - _latest: 3.0.0 - _: - ^1.6.1: 1.6.1 - 1.6.1: - $: sha512-APBcb27s+MjaBIerFirYmBLatoPCgmHZM6XP0K+nDL9k0yX8NJPWDY1RAC3bh6z+AB5ULS2j31BUfLMT3uaZ4A== - _: 'https://npme.walmart.com/fastify-plugin/-/fastify-plugin-1.6.1.tgz' - dependencies: - semver: ^6.3.0 -fastparse: - _latest: 1.1.2 - _: - ^1.1.2: 1.1.2 - 1.1.2: - $: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - _: 'https://npme.walmart.com/fastparse/-/fastparse-1.1.2.tgz' -fastq: - _latest: 1.11.0 - _: - ^1.6.0: 1.11.0 - 1.11.0: - $: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g== - _: 'https://npme.walmart.com/fastq/-/fastq-1.11.0.tgz' - dependencies: - reusify: ^1.0.4 -file-entry-cache: - _latest: 6.0.1 - _: - ^6.0.1: 6.0.1 - 6.0.1: - $: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== - _: 'https://npme.walmart.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz' - dependencies: - flat-cache: ^3.0.4 -file-loader: - _latest: 6.2.0 - _: - ^6.2.0: 6.2.0 - 6.2.0: - $: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw== - _: 'https://npme.walmart.com/file-loader/-/file-loader-6.2.0.tgz' - dependencies: - loader-utils: ^2.0.0 - schema-utils: ^3.0.0 - peerDependencies: - webpack: '^4.0.0 || ^5.0.0' -fill-range: - _latest: 7.0.1 - _: - ^4.0.0: 4.0.0 - ^7.0.1: 7.0.1 - 7.0.1: - $: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - _: 'https://npme.walmart.com/fill-range/-/fill-range-7.0.1.tgz' - dependencies: - to-regex-range: ^5.0.1 - 4.0.0: - $: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - _: 'https://npme.walmart.com/fill-range/-/fill-range-4.0.0.tgz' - dependencies: - extend-shallow: ^2.0.1 - is-number: ^3.0.0 - repeat-string: ^1.6.1 - to-regex-range: ^2.1.0 -filter-scan-dir: - _latest: 1.0.10 - _: - '^1.0.10,^1.0.9': 1.0.10 - 1.0.10: - $: sha512-tuDUZPwDmWULMdJ0CopxwRsHuBq2LAwf2zcNMu0LEXD6V414jwrexMaPRS68/ct0ma2m6EREln8n5jYClvggZQ== - _: 'https://npme.walmart.com/filter-scan-dir/-/filter-scan-dir-1.0.10.tgz' -find-cache-dir: - _latest: 3.3.1 - _: - ^2.0.0: 2.1.0 - '^3.2.0,^3.3.1': 3.3.1 - 3.3.1: - $: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== - _: 'https://npme.walmart.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz' - dependencies: - commondir: ^1.0.1 - make-dir: ^3.0.2 - pkg-dir: ^4.1.0 - 2.1.0: - $: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - _: 'https://npme.walmart.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz' - dependencies: - commondir: ^1.0.1 - make-dir: ^2.0.0 - pkg-dir: ^3.0.0 -find-my-way: - _latest: 4.0.0 - _: - ^2.2.2: 2.2.5 - 2.2.5: - $: sha512-GjRZZlGcGmTh9t+6Xrj5K0YprpoAFCAiCPgmAH9Kb09O4oX6hYuckDfnDipYj+Q7B1GtYWSzDI5HEecNYscLQg== - _: 'https://npme.walmart.com/find-my-way/-/find-my-way-2.2.5.tgz' - dependencies: - fast-decode-uri-component: ^1.0.0 - safe-regex2: ^2.0.0 - semver-store: ^0.3.0 -find-up: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - '^4.0.0,^4.1.0': 4.1.0 - 4.1.0: - $: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - _: 'https://npme.walmart.com/find-up/-/find-up-4.1.0.tgz' - dependencies: - locate-path: ^5.0.0 - path-exists: ^4.0.0 - 3.0.0: - $: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - _: 'https://npme.walmart.com/find-up/-/find-up-3.0.0.tgz' - dependencies: - locate-path: ^3.0.0 -flat-cache: - _latest: 3.0.4 - _: - ^3.0.4: 3.0.4 - 3.0.4: - $: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== - _: 'https://npme.walmart.com/flat-cache/-/flat-cache-3.0.4.tgz' - dependencies: - flatted: ^3.1.0 - rimraf: ^3.0.2 -flatstr: - _latest: 1.0.12 - _: - ^1.0.12: 1.0.12 - 1.0.12: - $: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw== - _: 'https://npme.walmart.com/flatstr/-/flatstr-1.0.12.tgz' -flatted: - _latest: 3.1.1 - _: - ^3.1.0: 3.1.1 - 3.1.1: - $: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== - _: 'https://npme.walmart.com/flatted/-/flatted-3.1.1.tgz' -follow-redirects: - _latest: 1.13.3 - _: - ^1.0.0: 1.13.3 - 1.13.3: - $: sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA== - _: 'https://npme.walmart.com/follow-redirects/-/follow-redirects-1.13.3.tgz' -for-in: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - _: 'https://npme.walmart.com/for-in/-/for-in-1.0.2.tgz' -foreground-child: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== - _: 'https://npme.walmart.com/foreground-child/-/foreground-child-2.0.0.tgz' - dependencies: - cross-spawn: ^7.0.0 - signal-exit: ^3.0.2 -forever-agent: - _latest: 0.6.1 - _: - ~0.6.1: 0.6.1 - 0.6.1: - $: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - _: 'https://npme.walmart.com/forever-agent/-/forever-agent-0.6.1.tgz' -form-data: - _latest: 4.0.0 - _: - ~2.3.2: 2.3.3 - 2.3.3: - $: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - _: 'https://npme.walmart.com/form-data/-/form-data-2.3.3.tgz' - dependencies: - asynckit: ^0.4.0 - combined-stream: ^1.0.6 - mime-types: ^2.1.12 -forwarded: - _latest: 0.1.2 - _: - ~0.1.2: 0.1.2 - 0.1.2: - $: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - _: 'https://npme.walmart.com/forwarded/-/forwarded-0.1.2.tgz' -fragment-cache: - _latest: 0.2.1 - _: - ^0.2.1: 0.2.1 - 0.2.1: - $: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - _: 'https://npme.walmart.com/fragment-cache/-/fragment-cache-0.2.1.tgz' - dependencies: - map-cache: ^0.2.2 -fromentries: - _latest: 1.3.2 - _: - ^1.2.0: 1.3.2 - 1.3.2: - $: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== - _: 'https://npme.walmart.com/fromentries/-/fromentries-1.3.2.tgz' -fs-extra: - _latest: 9.1.0 - _: - ^9.1.0: 9.1.0 - 9.1.0: - $: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== - _: 'https://npme.walmart.com/fs-extra/-/fs-extra-9.1.0.tgz' - dependencies: - at-least-node: ^1.0.0 - graceful-fs: ^4.2.0 - jsonfile: ^6.0.1 - universalify: ^2.0.0 -fs-minipass: - _latest: 2.1.0 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - _: 'https://npme.walmart.com/fs-minipass/-/fs-minipass-2.1.0.tgz' - dependencies: - minipass: ^3.0.0 -fs-monkey: - _latest: 1.0.1 - _: - 1.0.1: 1.0.1 - 1.0.1: - $: sha512-fcSa+wyTqZa46iWweI7/ZiUfegOZl0SG8+dltIwFXo7+zYU9J9kpS3NB6pZcSlJdhvIwp81Adx2XhZorncxiaA== - _: 'https://npme.walmart.com/fs-monkey/-/fs-monkey-1.0.1.tgz' -fs-readdir-recursive: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== - _: 'https://npme.walmart.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz' -fs.realpath: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - _: 'https://npme.walmart.com/fs.realpath/-/fs.realpath-1.0.0.tgz' -fsevents: - _latest: 2.3.2 - _: - ~2.3.1: 2.3.2 - 2.3.2: - $: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - _: 'https://npme.walmart.com/fsevents/-/fsevents-2.3.2.tgz' - os: - - darwin -function-bind: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - _: 'https://npme.walmart.com/function-bind/-/function-bind-1.1.1.tgz' -functional-red-black-tree: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - _: 'https://npme.walmart.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz' -generic-names: - _latest: 3.0.0 - _: - ^2.0.1: 2.0.1 - 2.0.1: - $: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - _: 'https://npme.walmart.com/generic-names/-/generic-names-2.0.1.tgz' - dependencies: - loader-utils: ^1.1.0 -gensync: - _latest: 1.0.0-beta.2 - _: - ^1.0.0-beta.2: 1.0.0-beta.2 - 1.0.0-beta.2: - $: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - _: 'https://npme.walmart.com/gensync/-/gensync-1.0.0-beta.2.tgz' -get-caller-file: - _latest: 2.0.5 - _: - ^2.0.1: 2.0.5 - 2.0.5: - $: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - _: 'https://npme.walmart.com/get-caller-file/-/get-caller-file-2.0.5.tgz' -get-intrinsic: - _latest: 1.1.1 - _: - '^1.0.2,^1.1.0,^1.1.1': 1.1.1 - 1.1.1: - $: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - _: 'https://npme.walmart.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz' - dependencies: - function-bind: ^1.1.1 - has: ^1.0.3 - has-symbols: ^1.0.1 -get-package-type: - _latest: 0.1.0 - _: - ^0.1.0: 0.1.0 - 0.1.0: - $: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - _: 'https://npme.walmart.com/get-package-type/-/get-package-type-0.1.0.tgz' -get-stream: - _latest: 6.0.0 - _: - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== - _: 'https://npme.walmart.com/get-stream/-/get-stream-6.0.0.tgz' -get-value: - _latest: 3.0.1 - _: - '^2.0.3,^2.0.6': 2.0.6 - 2.0.6: - $: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - _: 'https://npme.walmart.com/get-value/-/get-value-2.0.6.tgz' -getpass: - _latest: 0.1.7 - _: - ^0.1.1: 0.1.7 - 0.1.7: - $: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - _: 'https://npme.walmart.com/getpass/-/getpass-0.1.7.tgz' - dependencies: - assert-plus: ^1.0.0 -glob: - _latest: 7.1.6 - _: - '^7.0.0,^7.1.1,^7.1.3,^7.1.4,^7.1.6': 7.1.6 - 7.1.6: - $: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - _: 'https://npme.walmart.com/glob/-/glob-7.1.6.tgz' - dependencies: - fs.realpath: ^1.0.0 - inflight: ^1.0.4 - inherits: '2' - minimatch: ^3.0.4 - once: ^1.3.0 - path-is-absolute: ^1.0.0 -glob-parent: - _latest: 5.1.2 - _: - ^3.1.0: 3.1.0 - '^5.0.0,~5.1.0': 5.1.2 - 5.1.2: - $: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - _: 'https://npme.walmart.com/glob-parent/-/glob-parent-5.1.2.tgz' - dependencies: - is-glob: ^4.0.1 - 3.1.0: - $: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - _: 'https://npme.walmart.com/glob-parent/-/glob-parent-3.1.0.tgz' - dependencies: - is-glob: ^3.1.0 - path-dirname: ^1.0.0 -glob-to-regexp: - _latest: 0.4.1 - _: - ^0.4.1: 0.4.1 - 0.4.1: - $: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - _: 'https://npme.walmart.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz' -globals: - _latest: 13.7.0 - _: - ^11.1.0: 11.12.0 - ^12.1.0: 12.4.0 - ^13.6.0: 13.7.0 - 13.7.0: - $: sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA== - _: 'https://npme.walmart.com/globals/-/globals-13.7.0.tgz' - dependencies: - type-fest: ^0.20.2 - 12.4.0: - $: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - _: 'https://npme.walmart.com/globals/-/globals-12.4.0.tgz' - dependencies: - type-fest: ^0.8.1 - 11.12.0: - $: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - _: 'https://npme.walmart.com/globals/-/globals-11.12.0.tgz' -graceful-fs: - _latest: 4.2.6 - _: - '^4.1.11,^4.1.15,^4.1.2,^4.1.6,^4.2.0,^4.2.4': 4.2.6 - 4.2.6: - $: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== - _: 'https://npme.walmart.com/graceful-fs/-/graceful-fs-4.2.6.tgz' -handle-thing: - _latest: 2.0.1 - _: - ^2.0.0: 2.0.1 - 2.0.1: - $: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== - _: 'https://npme.walmart.com/handle-thing/-/handle-thing-2.0.1.tgz' -har-schema: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - _: 'https://npme.walmart.com/har-schema/-/har-schema-2.0.0.tgz' -har-validator: - _latest: 5.1.5 - _: - ~5.1.3: 5.1.5 - 5.1.5: - $: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - _: 'https://npme.walmart.com/har-validator/-/har-validator-5.1.5.tgz' - dependencies: - ajv: ^6.12.3 - har-schema: ^2.0.0 - deprecated: 'this library is no longer supported' -harmony-reflect: - _latest: 1.6.1 - _: - ^1.4.6: 1.6.1 - 1.6.1: - $: sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA== - _: 'https://npme.walmart.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz' -has: - _latest: 1.0.3 - _: - '^1.0.0,^1.0.3': 1.0.3 - 1.0.3: - $: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - _: 'https://npme.walmart.com/has/-/has-1.0.3.tgz' - dependencies: - function-bind: ^1.1.1 -has-ansi: - _latest: 4.0.1 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - _: 'https://npme.walmart.com/has-ansi/-/has-ansi-2.0.0.tgz' - dependencies: - ansi-regex: ^2.0.0 -has-bigints: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - _: 'https://npme.walmart.com/has-bigints/-/has-bigints-1.0.1.tgz' -has-flag: - _latest: 4.0.0 - _: - ^1.0.0: 1.0.0 - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - _: 'https://npme.walmart.com/has-flag/-/has-flag-4.0.0.tgz' - 3.0.0: - $: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - _: 'https://npme.walmart.com/has-flag/-/has-flag-3.0.0.tgz' - 1.0.0: - $: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - _: 'https://npme.walmart.com/has-flag/-/has-flag-1.0.0.tgz' -has-symbols: - _latest: 1.0.2 - _: - '^1.0.0,^1.0.1,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== - _: 'https://npme.walmart.com/has-symbols/-/has-symbols-1.0.2.tgz' -has-value: - _latest: 2.0.2 - _: - ^0.3.1: 0.3.1 - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - _: 'https://npme.walmart.com/has-value/-/has-value-1.0.0.tgz' - dependencies: - get-value: ^2.0.6 - has-values: ^1.0.0 - isobject: ^3.0.0 - 0.3.1: - $: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - _: 'https://npme.walmart.com/has-value/-/has-value-0.3.1.tgz' - dependencies: - get-value: ^2.0.3 - has-values: ^0.1.4 - isobject: ^2.0.0 -has-values: - _latest: 2.0.1 - _: - ^0.1.4: 0.1.4 - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - _: 'https://npme.walmart.com/has-values/-/has-values-1.0.0.tgz' - dependencies: - is-number: ^3.0.0 - kind-of: ^4.0.0 - 0.1.4: - $: sha1-bWHeldkd/Km5oCCJrThL/49it3E= - _: 'https://npme.walmart.com/has-values/-/has-values-0.1.4.tgz' -hasha: - _latest: 5.2.2 - _: - ^5.0.0: 5.2.2 - 5.2.2: - $: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ== - _: 'https://npme.walmart.com/hasha/-/hasha-5.2.2.tgz' - dependencies: - is-stream: ^2.0.0 - type-fest: ^0.8.0 -he: - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - _: 'https://registry.npmjs.org/he/-/he-1.2.0.tgz' -hex-color-regex: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - _: 'https://npme.walmart.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz' -history: - _latest: 5.0.0 - _: - '^4.10.1,^4.9.0': 4.10.1 - 4.10.1: - top: 1 - $: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== - _: 'https://registry.npmjs.org/history/-/history-4.10.1.tgz' - dependencies: - '@babel/runtime': ^7.1.2 - loose-envify: ^1.2.0 - resolve-pathname: ^3.0.0 - tiny-invariant: ^1.0.2 - tiny-warning: ^1.0.0 - value-equal: ^1.0.1 -hoist-non-react-statics: - _latest: 3.3.2 - _: - '^3.1.0,^3.3.2': 3.3.2 - 3.3.2: - $: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - _: 'https://npme.walmart.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz' - dependencies: - react-is: ^16.7.0 -hosted-git-info: - _latest: 4.0.1 - _: - ^2.1.4: 2.8.8 - 2.8.8: - $: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - _: 'https://npme.walmart.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz' -hpack.js: - _latest: 2.1.6 - _: - ^2.1.6: 2.1.6 - 2.1.6: - $: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= - _: 'https://npme.walmart.com/hpack.js/-/hpack.js-2.1.6.tgz' - dependencies: - inherits: ^2.0.1 - obuf: ^1.0.0 - readable-stream: ^2.0.1 - wbuf: ^1.1.0 -hsl-regex: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - _: 'https://npme.walmart.com/hsl-regex/-/hsl-regex-1.0.0.tgz' -hsla-regex: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - _: 'https://npme.walmart.com/hsla-regex/-/hsla-regex-1.0.0.tgz' -html-comment-regex: - _latest: 1.1.2 - _: - ^1.1.0: 1.1.2 - 1.1.2: - $: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - _: 'https://npme.walmart.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz' -html-entities: - _latest: 2.1.1 - _: - ^1.2.0: 1.4.0 - 1.4.0: - $: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== - _: 'https://npme.walmart.com/html-entities/-/html-entities-1.4.0.tgz' -html-escaper: - _latest: 3.0.3 - _: - ^2.0.0: 2.0.2 - 2.0.2: - $: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - _: 'https://npme.walmart.com/html-escaper/-/html-escaper-2.0.2.tgz' -html-minifier-terser: - _latest: 5.1.1 - _: - ^5.0.1: 5.1.1 - 5.1.1: - $: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg== - _: 'https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz' - dependencies: - camel-case: ^4.1.1 - clean-css: ^4.2.3 - commander: ^4.1.1 - he: ^1.2.0 - param-case: ^3.0.3 - relateurl: ^0.2.7 - terser: ^4.6.3 -html-webpack-plugin: - _latest: 5.3.1 - _: - ^5.3.1: 5.3.1 - 5.3.1: - top: 1 - $: sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ== - _: 'https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz' - dependencies: - '@types/html-minifier-terser': ^5.0.0 - html-minifier-terser: ^5.0.1 - lodash: ^4.17.20 - pretty-error: ^2.1.1 - tapable: ^2.0.0 - peerDependencies: - webpack: ^5.20.0 -htmlparser2: - _latest: 6.0.1 - _: - ^3.10.1: 3.10.1 - 3.10.1: - $: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - _: 'https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz' - dependencies: - domelementtype: ^1.3.1 - domhandler: ^2.3.0 - domutils: ^1.5.1 - entities: ^1.1.1 - inherits: ^2.0.1 - readable-stream: ^3.1.1 -http-deceiver: - _latest: 1.2.7 - _: - ^1.2.7: 1.2.7 - 1.2.7: - $: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= - _: 'https://npme.walmart.com/http-deceiver/-/http-deceiver-1.2.7.tgz' -http-errors: - _latest: 1.8.0 - _: - ~1.6.3: 1.6.3 - 1.6.3: - $: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= - _: 'https://npme.walmart.com/http-errors/-/http-errors-1.6.3.tgz' - dependencies: - depd: ~1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.0 - statuses: '>= 1.4.0 < 2' -http-proxy: - _latest: 1.18.1 - _: - ^1.17.0: 1.18.1 - 1.18.1: - $: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - _: 'https://npme.walmart.com/http-proxy/-/http-proxy-1.18.1.tgz' - dependencies: - eventemitter3: ^4.0.0 - requires-port: ^1.0.0 - follow-redirects: ^1.0.0 -http-signature: - _latest: 1.3.5 - _: - ~1.2.0: 1.2.0 - 1.2.0: - $: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - _: 'https://npme.walmart.com/http-signature/-/http-signature-1.2.0.tgz' - dependencies: - assert-plus: ^1.0.0 - jsprim: ^1.2.2 - sshpk: ^1.7.0 -http-status-codes: - _latest: 2.1.4 - _: - ^1.3.0: 1.4.0 - 1.4.0: - $: sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ== - _: 'https://npme.walmart.com/http-status-codes/-/http-status-codes-1.4.0.tgz' -human-signals: - _latest: 2.1.0 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== - _: 'https://npme.walmart.com/human-signals/-/human-signals-2.1.0.tgz' -icss-replace-symbols: - _latest: 1.1.0 - _: - '1.1.0,^1.0.2,^1.1.0': 1.1.0 - 1.1.0: - $: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - _: 'https://npme.walmart.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz' -icss-utils: - _latest: 5.1.0 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI= - _: 'https://npme.walmart.com/icss-utils/-/icss-utils-2.1.0.tgz' - dependencies: - postcss: ^6.0.1 -identity-obj-proxy: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ= - _: 'https://npme.walmart.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz' - dependencies: - harmony-reflect: ^1.4.6 -ignore: - _latest: 5.1.8 - _: - ^4.0.6: 4.0.6 - 4.0.6: - $: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - _: 'https://npme.walmart.com/ignore/-/ignore-4.0.6.tgz' -import-fresh: - _latest: 3.3.0 - _: - ^2.0.0: 2.0.0 - '^3.0.0,^3.2.1': 3.3.0 - 3.3.0: - $: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - _: 'https://npme.walmart.com/import-fresh/-/import-fresh-3.3.0.tgz' - dependencies: - parent-module: ^1.0.0 - resolve-from: ^4.0.0 - 2.0.0: - $: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - _: 'https://npme.walmart.com/import-fresh/-/import-fresh-2.0.0.tgz' - dependencies: - caller-path: ^2.0.0 - resolve-from: ^3.0.0 -import-local: - _latest: 3.0.2 - _: - ^3.0.2: 3.0.2 - 3.0.2: - $: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== - _: 'https://npme.walmart.com/import-local/-/import-local-3.0.2.tgz' - dependencies: - pkg-dir: ^4.2.0 - resolve-cwd: ^3.0.0 -imurmurhash: - _latest: 0.1.4 - _: - ^0.1.4: 0.1.4 - 0.1.4: - $: sha1-khi5srkoojixPcT7a21XbyMUU+o= - _: 'https://npme.walmart.com/imurmurhash/-/imurmurhash-0.1.4.tgz' -indent-string: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - _: 'https://npme.walmart.com/indent-string/-/indent-string-4.0.0.tgz' -indexes-of: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - _: 'https://npme.walmart.com/indexes-of/-/indexes-of-1.0.1.tgz' -infer-owner: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - _: 'https://npme.walmart.com/infer-owner/-/infer-owner-1.0.4.tgz' -inflight: - _latest: 1.0.6 - _: - ^1.0.4: 1.0.6 - 1.0.6: - $: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - _: 'https://npme.walmart.com/inflight/-/inflight-1.0.6.tgz' - dependencies: - once: ^1.3.0 - wrappy: '1' -inherits: - _latest: 2.0.4 - _: - '2,^2.0.1,^2.0.3,~2.0.3': 2.0.4 - 2.0.3: 2.0.3 - 2.0.4: - $: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz' - 2.0.3: - $: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz' -insync: - _latest: 2.1.1 - _: - ^2.1.1: 2.1.1 - 2.1.1: - $: sha1-IuJsYRITA8BvUdNaPM9tj8HpFMQ= - _: 'https://npme.walmart.com/insync/-/insync-2.1.1.tgz' -internal-slot: - _latest: 1.0.3 - _: - ^1.0.3: 1.0.3 - 1.0.3: - $: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== - _: 'https://npme.walmart.com/internal-slot/-/internal-slot-1.0.3.tgz' - dependencies: - get-intrinsic: ^1.1.0 - has: ^1.0.3 - side-channel: ^1.0.4 -interpret: - _latest: 2.2.0 - _: - ^2.2.0: 2.2.0 - 2.2.0: - $: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== - _: 'https://npme.walmart.com/interpret/-/interpret-2.2.0.tgz' -ipaddr.js: - _latest: 2.0.0 - _: - 1.9.1: 1.9.1 - 1.9.1: - $: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - _: 'https://npme.walmart.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz' -is-absolute-url: - _latest: 3.0.3 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - _: 'https://npme.walmart.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz' -is-accessor-descriptor: - _latest: 3.0.1 - _: - ^0.1.6: 0.1.6 - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - _: 'https://npme.walmart.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz' - dependencies: - kind-of: ^6.0.0 - 0.1.6: - $: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - _: 'https://npme.walmart.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz' - dependencies: - kind-of: ^3.0.2 -is-arrayish: - _latest: 0.3.2 - _: - ^0.2.1: 0.2.1 - ^0.3.1: 0.3.2 - 0.3.2: - $: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - _: 'https://npme.walmart.com/is-arrayish/-/is-arrayish-0.3.2.tgz' - 0.2.1: - $: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - _: 'https://npme.walmart.com/is-arrayish/-/is-arrayish-0.2.1.tgz' -is-bigint: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg== - _: 'https://npme.walmart.com/is-bigint/-/is-bigint-1.0.1.tgz' -is-binary-path: - _latest: 2.1.0 - _: - ^1.0.0: 1.0.1 - ~2.1.0: 2.1.0 - 2.1.0: - $: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - _: 'https://npme.walmart.com/is-binary-path/-/is-binary-path-2.1.0.tgz' - dependencies: - binary-extensions: ^2.0.0 - 1.0.1: - $: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - _: 'https://npme.walmart.com/is-binary-path/-/is-binary-path-1.0.1.tgz' - dependencies: - binary-extensions: ^1.0.0 -is-boolean-object: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA== - _: 'https://npme.walmart.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz' - dependencies: - call-bind: ^1.0.0 -is-buffer: - _latest: 2.0.5 - _: - ^1.1.5: 1.1.6 - 1.1.6: - $: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - _: 'https://npme.walmart.com/is-buffer/-/is-buffer-1.1.6.tgz' -is-callable: - _latest: 1.2.3 - _: - '^1.1.4,^1.2.3': 1.2.3 - 1.2.3: - $: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== - _: 'https://npme.walmart.com/is-callable/-/is-callable-1.2.3.tgz' -is-ci: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - _: 'https://npme.walmart.com/is-ci/-/is-ci-2.0.0.tgz' - dependencies: - ci-info: ^2.0.0 -is-class-component: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-AsV2fEtoLm54D4G0Mptk8A9d/FneQyM2VD+Pxz8Ob0B9xefwYr8rTDKpM7Jpsl8ZILeNwNF0bKrDAISnadGrGg== - _: 'https://npme.walmart.com/is-class-component/-/is-class-component-1.1.1.tgz' - dependencies: - '@babel/runtime': ^7.9.2 - is-it-type: ^3.1.1 - tiny-invariant: ^1.1.0 - peerDependencies: - react: ^16.8.0 -is-color-stop: - _latest: 1.1.0 - _: - ^1.0.0: 1.1.0 - 1.1.0: - $: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - _: 'https://npme.walmart.com/is-color-stop/-/is-color-stop-1.1.0.tgz' - 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 -is-core-module: - _latest: 2.2.0 - _: - ^2.2.0: 2.2.0 - 2.2.0: - $: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== - _: 'https://npme.walmart.com/is-core-module/-/is-core-module-2.2.0.tgz' - dependencies: - has: ^1.0.3 -is-data-descriptor: - _latest: 2.0.0 - _: - ^0.1.4: 0.1.4 - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - _: 'https://npme.walmart.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz' - dependencies: - kind-of: ^6.0.0 - 0.1.4: - $: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - _: 'https://npme.walmart.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz' - dependencies: - kind-of: ^3.0.2 -is-date-object: - _latest: 1.0.2 - _: - ^1.0.1: 1.0.2 - 1.0.2: - $: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - _: 'https://npme.walmart.com/is-date-object/-/is-date-object-1.0.2.tgz' -is-descriptor: - _latest: 3.0.0 - _: - ^0.1.0: 0.1.6 - '^1.0.0,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - _: 'https://npme.walmart.com/is-descriptor/-/is-descriptor-1.0.2.tgz' - dependencies: - is-accessor-descriptor: ^1.0.0 - is-data-descriptor: ^1.0.0 - kind-of: ^6.0.2 - 0.1.6: - $: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - _: 'https://npme.walmart.com/is-descriptor/-/is-descriptor-0.1.6.tgz' - dependencies: - is-accessor-descriptor: ^0.1.6 - is-data-descriptor: ^0.1.4 - kind-of: ^5.0.0 -is-directory: - _latest: 0.3.1 - _: - ^0.3.1: 0.3.1 - 0.3.1: - $: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - _: 'https://npme.walmart.com/is-directory/-/is-directory-0.3.1.tgz' -is-extendable: - _latest: 1.0.1 - _: - '^0.1.0,^0.1.1': 0.1.1 - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - _: 'https://npme.walmart.com/is-extendable/-/is-extendable-1.0.1.tgz' - dependencies: - is-plain-object: ^2.0.4 - 0.1.1: - $: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - _: 'https://npme.walmart.com/is-extendable/-/is-extendable-0.1.1.tgz' -is-extglob: - _latest: 2.1.1 - _: - '^2.1.0,^2.1.1': 2.1.1 - 2.1.1: - $: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - _: 'https://npme.walmart.com/is-extglob/-/is-extglob-2.1.1.tgz' -is-fullwidth-code-point: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - _: 'https://npme.walmart.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz' - 2.0.0: - $: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - _: 'https://npme.walmart.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz' -is-glob: - _latest: 4.0.1 - _: - ^3.1.0: 3.1.0 - '^4.0.0,^4.0.1,~4.0.1': 4.0.1 - 4.0.1: - $: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - _: 'https://npme.walmart.com/is-glob/-/is-glob-4.0.1.tgz' - dependencies: - is-extglob: ^2.1.1 - 3.1.0: - $: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - _: 'https://npme.walmart.com/is-glob/-/is-glob-3.1.0.tgz' - dependencies: - is-extglob: ^2.1.0 -is-it-type: - _latest: 5.0.0 - _: - ^3.1.1: 3.1.1 - 3.1.1: - $: sha512-UIQcLl2bb4Fqb8dw7eoP0XWRxng5wmwaTBtJynq7VJEzNJ5N/goFxvYoWM0oyrOTcAEH+NKGT+KTCVyXuLJcMA== - _: 'https://npme.walmart.com/is-it-type/-/is-it-type-3.1.1.tgz' - dependencies: - '@babel/runtime': ^7.9.2 -is-negative-zero: - _latest: 2.0.1 - _: - ^2.0.1: 2.0.1 - 2.0.1: - $: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== - _: 'https://npme.walmart.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz' -is-number: - _latest: 7.0.0 - _: - ^3.0.0: 3.0.0 - ^7.0.0: 7.0.0 - 7.0.0: - $: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - _: 'https://npme.walmart.com/is-number/-/is-number-7.0.0.tgz' - 3.0.0: - $: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - _: 'https://npme.walmart.com/is-number/-/is-number-3.0.0.tgz' - dependencies: - kind-of: ^3.0.2 -is-number-object: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== - _: 'https://npme.walmart.com/is-number-object/-/is-number-object-1.0.4.tgz' -is-obj: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - _: 'https://npme.walmart.com/is-obj/-/is-obj-2.0.0.tgz' -is-plain-object: - _latest: 5.0.0 - _: - '^2.0.3,^2.0.4': 2.0.4 - 2.0.4: - $: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - _: 'https://npme.walmart.com/is-plain-object/-/is-plain-object-2.0.4.tgz' - dependencies: - isobject: ^3.0.1 -is-promise: - _latest: 4.0.0 - _: - ^2.1.0: 2.2.2 - 2.2.2: - $: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - _: 'https://npme.walmart.com/is-promise/-/is-promise-2.2.2.tgz' -is-regex: - _latest: 1.1.2 - _: - ^1.1.2: 1.1.2 - 1.1.2: - $: sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== - _: 'https://npme.walmart.com/is-regex/-/is-regex-1.1.2.tgz' - dependencies: - call-bind: ^1.0.2 - has-symbols: ^1.0.1 -is-resolvable: - _latest: 1.1.0 - _: - ^1.0.0: 1.1.0 - 1.1.0: - $: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - _: 'https://npme.walmart.com/is-resolvable/-/is-resolvable-1.1.0.tgz' -is-stream: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - _: 'https://npme.walmart.com/is-stream/-/is-stream-2.0.0.tgz' -is-string: - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - _: 'https://npme.walmart.com/is-string/-/is-string-1.0.5.tgz' -is-svg: - _latest: 4.3.1 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - _: 'https://npme.walmart.com/is-svg/-/is-svg-3.0.0.tgz' - dependencies: - html-comment-regex: ^1.1.0 -is-symbol: - _latest: 1.0.3 - _: - '^1.0.2,^1.0.3': 1.0.3 - 1.0.3: - $: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - _: 'https://npme.walmart.com/is-symbol/-/is-symbol-1.0.3.tgz' - dependencies: - has-symbols: ^1.0.1 -is-typedarray: - _latest: 1.0.0 - _: - '^1.0.0,~1.0.0': 1.0.0 - 1.0.0: - $: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - _: 'https://npme.walmart.com/is-typedarray/-/is-typedarray-1.0.0.tgz' -is-windows: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - _: 'https://npme.walmart.com/is-windows/-/is-windows-1.0.2.tgz' -isarray: - _latest: 2.0.5 - _: - 0.0.1: 0.0.1 - '1.0.0,~1.0.0': 1.0.0 - 1.0.0: - $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - _: 'https://npme.walmart.com/isarray/-/isarray-1.0.0.tgz' - 0.0.1: - $: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - _: 'https://npme.walmart.com/isarray/-/isarray-0.0.1.tgz' -isexe: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - _: 'https://npme.walmart.com/isexe/-/isexe-2.0.0.tgz' -isobject: - _latest: 4.0.0 - _: - ^2.0.0: 2.1.0 - '^3.0.0,^3.0.1': 3.0.1 - 3.0.1: - $: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - _: 'https://npme.walmart.com/isobject/-/isobject-3.0.1.tgz' - 2.1.0: - $: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - _: 'https://npme.walmart.com/isobject/-/isobject-2.1.0.tgz' - dependencies: - isarray: 1.0.0 -isomorphic-loader: - _latest: 4.5.0 - _: - ^4.5.0: 4.5.0 - 4.5.0: - $: sha512-4xsT6LrXvCocODjzqZSRK2arvI20ydyVAjLIeu0meYZP8wYgNO1W4bIaO1Fhv6e9WrTzX+ND9LMo66F2leOs/Q== - _: 'https://npme.walmart.com/isomorphic-loader/-/isomorphic-loader-4.5.0.tgz' -isstream: - _latest: 0.1.2 - _: - '0.1.x,~0.1.2': 0.1.2 - 0.1.2: - $: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - _: 'https://npme.walmart.com/isstream/-/isstream-0.1.2.tgz' -istanbul-lib-coverage: - _latest: 3.0.0 - _: - '^3.0.0,^3.0.0-alpha.1': 3.0.0 - 3.0.0: - $: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - _: 'https://npme.walmart.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz' -istanbul-lib-hook: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ== - _: 'https://npme.walmart.com/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz' - dependencies: - append-transform: ^2.0.0 -istanbul-lib-instrument: - _latest: 4.0.3 - _: - ^4.0.0: 4.0.3 - 4.0.3: - $: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - _: 'https://npme.walmart.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz' - dependencies: - '@babel/core': ^7.7.5 - '@istanbuljs/schema': ^0.1.2 - istanbul-lib-coverage: ^3.0.0 - semver: ^6.3.0 -istanbul-lib-processinfo: - _latest: 2.0.2 - _: - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw== - _: 'https://npme.walmart.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz' - dependencies: - archy: ^1.0.0 - cross-spawn: ^7.0.0 - istanbul-lib-coverage: ^3.0.0-alpha.1 - make-dir: ^3.0.0 - p-map: ^3.0.0 - rimraf: ^3.0.0 - uuid: ^3.3.3 -istanbul-lib-report: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - _: 'https://npme.walmart.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz' - dependencies: - istanbul-lib-coverage: ^3.0.0 - make-dir: ^3.0.0 - supports-color: ^7.1.0 -istanbul-lib-source-maps: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - _: 'https://npme.walmart.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz' - dependencies: - debug: ^4.1.1 - istanbul-lib-coverage: ^3.0.0 - source-map: ^0.6.1 -istanbul-reports: - _latest: 3.0.2 - _: - ^3.0.2: 3.0.2 - 3.0.2: - $: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== - _: 'https://npme.walmart.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz' - dependencies: - html-escaper: ^2.0.0 - istanbul-lib-report: ^3.0.0 -jaro-winkler: - _latest: 0.2.8 - _: - ^0.2.8: 0.2.8 - 0.2.8: - $: sha1-Zyfg0LcJHiQ2+TVt6b+I+tI+U0o= - _: 'https://npme.walmart.com/jaro-winkler/-/jaro-winkler-0.2.8.tgz' -jest-worker: - _latest: 26.6.2 - _: - '^26.3.0,^26.6.2': 26.6.2 - 26.6.2: - $: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== - _: 'https://npme.walmart.com/jest-worker/-/jest-worker-26.6.2.tgz' - dependencies: - '@types/node': '*' - merge-stream: ^2.0.0 - supports-color: ^7.0.0 -jmespath: - _latest: 0.15.0 - _: - ^0.15.0: 0.15.0 - 0.15.0: - $: sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc= - _: 'https://npme.walmart.com/jmespath/-/jmespath-0.15.0.tgz' -joycon: - _latest: 3.0.1 - _: - ^2.2.5: 2.2.5 - 2.2.5: - $: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ== - _: 'https://npme.walmart.com/joycon/-/joycon-2.2.5.tgz' -js-base64: - _latest: 3.6.0 - _: - ^2.1.9: 2.6.4 - 2.6.4: - $: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - _: 'https://npme.walmart.com/js-base64/-/js-base64-2.6.4.tgz' -js-tokens: - _latest: 6.0.0 - _: - '^3.0.0 || ^4.0.0,^4.0.0': 4.0.0 - ^3.0.2: 3.0.2 - 4.0.0: - $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - _: 'https://npme.walmart.com/js-tokens/-/js-tokens-4.0.0.tgz' - 3.0.2: - $: sha1-mGbfOVECEw449/mWvOtlRDIJwls= - _: 'https://npme.walmart.com/js-tokens/-/js-tokens-3.0.2.tgz' -js-yaml: - _latest: 4.0.0 - _: - '^3.13.1,^3.5.3': 3.14.1 - 3.14.1: - $: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - _: 'https://npme.walmart.com/js-yaml/-/js-yaml-3.14.1.tgz' - dependencies: - argparse: ^1.0.7 - esprima: ^4.0.0 -jsbn: - _latest: 1.1.0 - _: - ~0.1.0: 0.1.1 - 0.1.1: - $: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - _: 'https://npme.walmart.com/jsbn/-/jsbn-0.1.1.tgz' -jsesc: - _latest: 3.0.2 - _: - '^2.5.1,^2.5.2': 2.5.2 - ~0.5.0: 0.5.0 - 2.5.2: - $: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - _: 'https://npme.walmart.com/jsesc/-/jsesc-2.5.2.tgz' - 0.5.0: - $: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - _: 'https://npme.walmart.com/jsesc/-/jsesc-0.5.0.tgz' -json-parse-better-errors: - _latest: 1.0.2 - _: - '^1.0.1,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - _: 'https://npme.walmart.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz' -json-parse-even-better-errors: - _latest: 2.3.1 - _: - ^2.3.0: 2.3.1 - 2.3.1: - $: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - _: 'https://npme.walmart.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz' -json-schema: - _latest: 0.3.0 - _: - 0.2.3: 0.2.3 - 0.2.3: - $: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - _: 'https://npme.walmart.com/json-schema/-/json-schema-0.2.3.tgz' -json-schema-traverse: - _latest: 1.0.0 - _: - ^0.4.1: 0.4.1 - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== - _: 'https://npme.walmart.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz' - 0.4.1: - $: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - _: 'https://npme.walmart.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz' -json-stable-stringify-without-jsonify: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - _: 'https://npme.walmart.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz' -json-stringify-safe: - _latest: 5.0.1 - _: - ~5.0.1: 5.0.1 - 5.0.1: - $: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - _: 'https://npme.walmart.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz' -json5: - _latest: 2.2.0 - _: - ^1.0.1: 1.0.1 - ^2.1.2: 2.2.0 - 2.2.0: - $: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== - _: 'https://npme.walmart.com/json5/-/json5-2.2.0.tgz' - dependencies: - minimist: ^1.2.5 - 1.0.1: - $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - _: 'https://npme.walmart.com/json5/-/json5-1.0.1.tgz' - dependencies: - minimist: ^1.2.0 -jsonfile: - _latest: 6.1.0 - _: - ^6.0.1: 6.1.0 - 6.1.0: - $: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - _: 'https://npme.walmart.com/jsonfile/-/jsonfile-6.1.0.tgz' - dependencies: - universalify: ^2.0.0 - optionalDependencies: - graceful-fs: ^4.1.6 -jsprim: - _latest: 2.0.0 - _: - ^1.2.2: 1.4.1 - 1.4.1: - $: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - _: 'https://npme.walmart.com/jsprim/-/jsprim-1.4.1.tgz' - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 -jsx-ast-utils: - _latest: 3.2.0 - _: - '^2.4.1 || ^3.0.0': 3.2.0 - 3.2.0: - $: sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q== - _: 'https://npme.walmart.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz' - dependencies: - array-includes: ^3.1.2 - object.assign: ^4.1.2 -kind-of: - _latest: 6.0.3 - _: - '^3.0.2,^3.0.3,^3.2.0': 3.2.2 - ^4.0.0: 4.0.0 - ^5.0.0: 5.1.0 - '^6.0.0,^6.0.2': 6.0.3 - 6.0.3: - $: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - _: 'https://npme.walmart.com/kind-of/-/kind-of-6.0.3.tgz' - 5.1.0: - $: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - _: 'https://npme.walmart.com/kind-of/-/kind-of-5.1.0.tgz' - 4.0.0: - $: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - _: 'https://npme.walmart.com/kind-of/-/kind-of-4.0.0.tgz' - dependencies: - is-buffer: ^1.1.5 - 3.2.2: - $: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - _: 'https://npme.walmart.com/kind-of/-/kind-of-3.2.2.tgz' - dependencies: - is-buffer: ^1.1.5 -kleur: - _latest: 4.1.4 - _: - ^3.0.3: 3.0.3 - 3.0.3: - $: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - _: 'https://npme.walmart.com/kleur/-/kleur-3.0.3.tgz' -leven: - _latest: 3.1.0 - _: - 2.1.0: 2.1.0 - 2.1.0: - $: sha1-wuep93IJTe6dNCAq6KzORoeHVYA= - _: 'https://npme.walmart.com/leven/-/leven-2.1.0.tgz' -levn: - _latest: 0.4.1 - _: - ^0.4.1: 0.4.1 - 0.4.1: - $: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - _: 'https://npme.walmart.com/levn/-/levn-0.4.1.tgz' - dependencies: - prelude-ls: ^1.2.1 - type-check: ~0.4.0 -light-my-request: - _latest: 4.4.1 - _: - ^3.7.3: 3.8.0 - 3.8.0: - $: sha512-cIOWmNsgoStysmkzcv2EwvLwMb2hEm6oqKMerG/b5ey9F0we2Qony8cAZgBktmGPYUvPyKsDCzMcYU6fXbpWew== - _: 'https://npme.walmart.com/light-my-request/-/light-my-request-3.8.0.tgz' - dependencies: - ajv: ^6.10.2 - cookie: ^0.4.0 - readable-stream: ^3.4.0 - set-cookie-parser: ^2.4.1 -lines-and-columns: - _latest: 1.1.6 - _: - ^1.1.6: 1.1.6 - 1.1.6: - $: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - _: 'https://npme.walmart.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz' -loader-runner: - _latest: 4.2.0 - _: - ^4.2.0: 4.2.0 - 4.2.0: - $: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== - _: 'https://npme.walmart.com/loader-runner/-/loader-runner-4.2.0.tgz' -loader-utils: - _latest: 2.0.0 - _: - '^1.0.2,^1.1.0,^1.4.0': 1.4.0 - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - _: 'https://npme.walmart.com/loader-utils/-/loader-utils-2.0.0.tgz' - dependencies: - big.js: ^5.2.2 - emojis-list: ^3.0.0 - json5: ^2.1.2 - 1.4.0: - $: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - _: 'https://npme.walmart.com/loader-utils/-/loader-utils-1.4.0.tgz' - dependencies: - big.js: ^5.2.2 - emojis-list: ^3.0.0 - json5: ^1.0.1 -loadjs: - _latest: 4.2.0 - _: - ^4.2.0: 4.2.0 - 4.2.0: - $: sha512-AgQGZisAlTPbTEzrHPb6q+NYBMD+DP9uvGSIjSUM5uG+0jG15cb8axWpxuOIqrmQjn6scaaH8JwloiP27b2KXA== - _: 'https://npme.walmart.com/loadjs/-/loadjs-4.2.0.tgz' -locate-path: - _latest: 6.0.0 - _: - ^3.0.0: 3.0.0 - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - _: 'https://npme.walmart.com/locate-path/-/locate-path-5.0.0.tgz' - dependencies: - p-locate: ^4.1.0 - 3.0.0: - $: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - _: 'https://npme.walmart.com/locate-path/-/locate-path-3.0.0.tgz' - dependencies: - p-locate: ^3.0.0 - path-exists: ^3.0.0 -lodash: - _latest: 4.17.21 - _: - '^4.13.1,^4.17.10,^4.17.11,^4.17.14,^4.17.15,^4.17.19,^4.17.20,^4.17.21': 4.17.21 - 4.17.21: - $: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - _: 'https://npme.walmart.com/lodash/-/lodash-4.17.21.tgz' -lodash._arrayeach: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha1-urFWsqkNPxu9XGU0AzSeXlkz754= - _: 'https://npme.walmart.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz' -lodash._baseeach: - _latest: 4.1.3 - _: - ^3.0.0: 3.0.4 - 3.0.4: - $: sha1-z4cGVyyhROjZ11InyZDamC+TKvM= - _: 'https://npme.walmart.com/lodash._baseeach/-/lodash._baseeach-3.0.4.tgz' - dependencies: - lodash.keys: ^3.0.0 -lodash._bindcallback: - _latest: 3.0.1 - _: - ^3.0.0: 3.0.1 - 3.0.1: - $: sha1-5THCdkTPi1epnhftlbNcdIeJOS4= - _: 'https://npme.walmart.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz' -lodash._getnative: - _latest: 3.9.1 - _: - ^3.0.0: 3.9.1 - 3.9.1: - $: sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= - _: 'https://npme.walmart.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz' -lodash.camelcase: - _latest: 4.3.0 - _: - '4.3.0,^4.3.0': 4.3.0 - 4.3.0: - $: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - _: 'https://npme.walmart.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz' -lodash.debounce: - _latest: 4.0.8 - _: - ^4.0.8: 4.0.8 - 4.0.8: - $: sha1-gteb/zCmfEAF/9XiUVMArZyk168= - _: 'https://npme.walmart.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz' -lodash.flattendeep: - _latest: 4.4.0 - _: - ^4.4.0: 4.4.0 - 4.4.0: - $: sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= - _: 'https://npme.walmart.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz' -lodash.foreach: - _latest: 4.5.0 - _: - ^3.0.3: 3.0.3 - ^4.5.0: 4.5.0 - 4.5.0: - $: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= - _: 'https://npme.walmart.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz' - 3.0.3: - $: sha1-b9fvt5aRrs1n/erCdhyY5wHWw5o= - _: 'https://npme.walmart.com/lodash.foreach/-/lodash.foreach-3.0.3.tgz' - dependencies: - lodash._arrayeach: ^3.0.0 - lodash._baseeach: ^3.0.0 - lodash._bindcallback: ^3.0.0 - lodash.isarray: ^3.0.0 -lodash.isarguments: - _latest: 3.1.0 - _: - ^3.0.0: 3.1.0 - 3.1.0: - $: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= - _: 'https://npme.walmart.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz' -lodash.isarray: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.4 - 3.0.4: - $: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= - _: 'https://npme.walmart.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz' -lodash.kebabcase: - _latest: 4.1.1 - _: - 4.1.1: 4.1.1 - 4.1.1: - $: sha1-hImxyw0p/4gZXM7KRI/21swpXDY= - _: 'https://npme.walmart.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz' -lodash.keys: - _latest: 4.2.0 - _: - ^3.0.0: 3.1.2 - 3.1.2: - $: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo= - _: 'https://npme.walmart.com/lodash.keys/-/lodash.keys-3.1.2.tgz' - dependencies: - lodash._getnative: ^3.0.0 - lodash.isarguments: ^3.0.0 - lodash.isarray: ^3.0.0 -lodash.memoize: - _latest: 4.1.2 - _: - ^4.1.2: 4.1.2 - 4.1.2: - $: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - _: 'https://npme.walmart.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz' -lodash.snakecase: - _latest: 4.1.1 - _: - 4.1.1: 4.1.1 - 4.1.1: - $: sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40= - _: 'https://npme.walmart.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz' -lodash.uniq: - _latest: 4.5.0 - _: - ^4.5.0: 4.5.0 - 4.5.0: - $: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - _: 'https://npme.walmart.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz' -lodash.upperfirst: - _latest: 4.3.1 - _: - 4.3.1: 4.3.1 - 4.3.1: - $: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= - _: 'https://npme.walmart.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz' -log-update: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== - _: 'https://npme.walmart.com/log-update/-/log-update-4.0.0.tgz' - dependencies: - ansi-escapes: ^4.3.0 - cli-cursor: ^3.1.0 - slice-ansi: ^4.0.0 - wrap-ansi: ^6.2.0 -loose-envify: - _latest: 1.4.0 - _: - '^1.1.0,^1.2.0,^1.3.1,^1.4.0': 1.4.0 - 1.4.0: - $: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - _: 'https://npme.walmart.com/loose-envify/-/loose-envify-1.4.0.tgz' - dependencies: - js-tokens: '^3.0.0 || ^4.0.0' -lower-case: - _latest: 2.0.2 - _: - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== - _: 'https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz' - dependencies: - tslib: ^2.0.3 -lru-cache: - _latest: 6.0.0 - _: - ^4.1.5: 4.1.5 - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - _: 'https://npme.walmart.com/lru-cache/-/lru-cache-6.0.0.tgz' - dependencies: - yallist: ^4.0.0 - 4.1.5: - $: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - _: 'https://npme.walmart.com/lru-cache/-/lru-cache-4.1.5.tgz' - dependencies: - pseudomap: ^1.0.2 - yallist: ^2.1.2 -make-dir: - _latest: 3.1.0 - _: - '^2.0.0,^2.1.0': 2.1.0 - '^3.0.0,^3.0.2,^3.1.0': 3.1.0 - 3.1.0: - $: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - _: 'https://npme.walmart.com/make-dir/-/make-dir-3.1.0.tgz' - dependencies: - semver: ^6.0.0 - 2.1.0: - $: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - _: 'https://npme.walmart.com/make-dir/-/make-dir-2.1.0.tgz' - dependencies: - pify: ^4.0.1 - semver: ^5.6.0 -map-age-cleaner: - _latest: 0.1.3 - _: - ^0.1.3: 0.1.3 - 0.1.3: - $: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== - _: 'https://npme.walmart.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz' - dependencies: - p-defer: ^1.0.0 -map-cache: - _latest: 0.2.2 - _: - ^0.2.2: 0.2.2 - 0.2.2: - $: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - _: 'https://npme.walmart.com/map-cache/-/map-cache-0.2.2.tgz' -map-visit: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - _: 'https://npme.walmart.com/map-visit/-/map-visit-1.0.0.tgz' - dependencies: - object-visit: ^1.0.0 -mdn-data: - _latest: 2.0.17 - _: - 2.0.14: 2.0.14 - 2.0.4: 2.0.4 - 2.0.14: - $: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - _: 'https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz' - 2.0.4: - $: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - _: 'https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz' -mem: - _latest: 8.1.0 - _: - ^8.0.0: 8.1.0 - 8.1.0: - $: sha512-FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUfA== - _: 'https://npme.walmart.com/mem/-/mem-8.1.0.tgz' - dependencies: - map-age-cleaner: ^0.1.3 - mimic-fn: ^3.1.0 -memfs: - _latest: 3.2.0 - _: - ^3.2.0: 3.2.0 - 3.2.0: - $: sha512-f/xxz2TpdKv6uDn6GtHee8ivFyxwxmPuXatBb1FBwxYNuVpbM3k/Y1Z+vC0mH/dIXXrukYfe3qe5J32Dfjg93A== - _: 'https://npme.walmart.com/memfs/-/memfs-3.2.0.tgz' - dependencies: - fs-monkey: 1.0.1 -merge-stream: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - _: 'https://npme.walmart.com/merge-stream/-/merge-stream-2.0.0.tgz' -micromatch: - _latest: 4.0.2 - _: - '^3.1.10,^3.1.4': 3.1.10 - 3.1.10: - $: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - _: 'https://npme.walmart.com/micromatch/-/micromatch-3.1.10.tgz' - dependencies: - arr-diff: ^4.0.0 - array-unique: ^0.3.2 - braces: ^2.3.1 - define-property: ^2.0.2 - extend-shallow: ^3.0.2 - extglob: ^2.0.4 - fragment-cache: ^0.2.1 - kind-of: ^6.0.2 - nanomatch: ^1.2.9 - object.pick: ^1.3.0 - regex-not: ^1.0.0 - snapdragon: ^0.8.1 - to-regex: ^3.0.2 -middie: - _latest: 5.2.0 - _: - ^4.1.0: 4.1.0 - 4.1.0: - $: sha512-eylPpZA+K3xO9kpDjagoPkEUkNcWV3EAo5OEz0MqsekUpT7KbnQkk8HNZkh4phx2vvOAmNNZuLRWF9lDDHPpVQ== - _: 'https://npme.walmart.com/middie/-/middie-4.1.0.tgz' - dependencies: - path-to-regexp: ^4.0.0 - reusify: ^1.0.2 -mime: - _latest: 2.5.2 - _: - ^2.4.6: 2.5.2 - 2.5.2: - $: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== - _: 'https://npme.walmart.com/mime/-/mime-2.5.2.tgz' -mime-db: - _latest: 1.46.0 - _: - 1.46.0: 1.46.0 - 1.46.0: - $: sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== - _: 'https://npme.walmart.com/mime-db/-/mime-db-1.46.0.tgz' -mime-types: - _latest: 2.1.29 - _: - '^2.1.12,^2.1.27,^2.1.28,~2.1.18,~2.1.19,~2.1.24': 2.1.29 - 2.1.29: - $: sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ== - _: 'https://npme.walmart.com/mime-types/-/mime-types-2.1.29.tgz' - dependencies: - mime-db: 1.46.0 -mimic-fn: - _latest: 3.1.0 - _: - ^2.1.0: 2.1.0 - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== - _: 'https://npme.walmart.com/mimic-fn/-/mimic-fn-3.1.0.tgz' - 2.1.0: - $: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - _: 'https://npme.walmart.com/mimic-fn/-/mimic-fn-2.1.0.tgz' -mini-create-react-context: - _latest: 0.4.1 - _: - ^0.4.0: 0.4.1 - 0.4.1: - $: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ== - _: 'https://npme.walmart.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz' - dependencies: - '@babel/runtime': ^7.12.1 - tiny-warning: ^1.0.3 - peerDependencies: - prop-types: ^15.0.0 - react: '^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0' -mini-css-extract-plugin: - _latest: 1.3.9 - _: - ^1.3.9: 1.3.9 - 1.3.9: - $: sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A== - _: 'https://npme.walmart.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz' - dependencies: - loader-utils: ^2.0.0 - schema-utils: ^3.0.0 - webpack-sources: ^1.1.0 - peerDependencies: - webpack: '^4.4.0 || ^5.0.0' -minimalistic-assert: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - _: 'https://npme.walmart.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz' -minimatch: - _latest: 3.0.4 - _: - ^3.0.4: 3.0.4 - 3.0.4: - $: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - _: 'https://npme.walmart.com/minimatch/-/minimatch-3.0.4.tgz' - dependencies: - brace-expansion: ^1.1.7 -minimist: - _latest: 1.2.5 - _: - '^1.2.0,^1.2.5': 1.2.5 - 1.2.5: - $: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - _: 'https://npme.walmart.com/minimist/-/minimist-1.2.5.tgz' -minipass: - _latest: 3.1.3 - _: - '^3.0.0,^3.1.1': 3.1.3 - 3.1.3: - $: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== - _: 'https://npme.walmart.com/minipass/-/minipass-3.1.3.tgz' - dependencies: - yallist: ^4.0.0 -minipass-collect: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - _: 'https://npme.walmart.com/minipass-collect/-/minipass-collect-1.0.2.tgz' - dependencies: - minipass: ^3.0.0 -minipass-flush: - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - _: 'https://npme.walmart.com/minipass-flush/-/minipass-flush-1.0.5.tgz' - dependencies: - minipass: ^3.0.0 -minipass-pipeline: - _latest: 1.2.4 - _: - ^1.2.2: 1.2.4 - 1.2.4: - $: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - _: 'https://npme.walmart.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz' - dependencies: - minipass: ^3.0.0 -minizlib: - _latest: 2.1.2 - _: - ^2.1.1: 2.1.2 - 2.1.2: - $: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - _: 'https://npme.walmart.com/minizlib/-/minizlib-2.1.2.tgz' - dependencies: - minipass: ^3.0.0 - yallist: ^4.0.0 -mixin-deep: - _latest: 2.0.1 - _: - ^1.2.0: 1.3.2 - 1.3.2: - $: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - _: 'https://npme.walmart.com/mixin-deep/-/mixin-deep-1.3.2.tgz' - dependencies: - for-in: ^1.0.2 - is-extendable: ^1.0.1 -mkdirp: - _latest: 1.0.4 - _: - '^1.0.3,^1.0.4': 1.0.4 - ~0.5.1: 0.5.5 - 1.0.4: - $: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - _: 'https://npme.walmart.com/mkdirp/-/mkdirp-1.0.4.tgz' - 0.5.5: - $: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - _: 'https://npme.walmart.com/mkdirp/-/mkdirp-0.5.5.tgz' - dependencies: - minimist: ^1.2.5 -mri: - _latest: 1.1.6 - _: - 1.1.4: 1.1.4 - 1.1.4: - $: sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== - _: 'https://npme.walmart.com/mri/-/mri-1.1.4.tgz' -ms: - _latest: 2.1.3 - _: - 2.0.0: 2.0.0 - 2.1.2: 2.1.2 - 2.1.2: - $: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - _: 'https://registry.npmjs.org/ms/-/ms-2.1.2.tgz' - 2.0.0: - $: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - _: 'https://registry.npmjs.org/ms/-/ms-2.0.0.tgz' -munchy: - _latest: 1.0.9 - _: - ^1.0.9: 1.0.9 - 1.0.9: - $: sha512-S50xIaqpFuwe2shmDu8fpycRZ8IrUYyxhtP5fpL2mYQjqNvacw67EMFaxUFMDhSh7sfxaZrY1YiZlExZn9VFBw== - _: 'https://npme.walmart.com/munchy/-/munchy-1.0.9.tgz' -nanomatch: - _latest: 1.2.13 - _: - ^1.2.9: 1.2.13 - 1.2.13: - $: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - _: 'https://npme.walmart.com/nanomatch/-/nanomatch-1.2.13.tgz' - 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.2 - object.pick: ^1.3.0 - regex-not: ^1.0.0 - snapdragon: ^0.8.1 - to-regex: ^3.0.1 -natural-compare: - _latest: 1.4.0 - _: - ^1.4.0: 1.4.0 - 1.4.0: - $: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - _: 'https://npme.walmart.com/natural-compare/-/natural-compare-1.4.0.tgz' -negotiator: - _latest: 0.6.2 - _: - 0.6.2: 0.6.2 - 0.6.2: - $: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - _: 'https://npme.walmart.com/negotiator/-/negotiator-0.6.2.tgz' -neo-async: - _latest: 2.6.2 - _: - ^2.6.2: 2.6.2 - 2.6.2: - $: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - _: 'https://npme.walmart.com/neo-async/-/neo-async-2.6.2.tgz' -nix-clap: - _latest: 1.3.12 - _: - ^1.3.12: 1.3.12 - 1.3.12: - $: sha512-aNAjM41Cb95Csdn//aKQGfuunIAfgXdHkwtr9dpGfihLquyux2UYcWqj5wTC2cS3XQeQMLavc9kj67ptWbtQMw== - _: 'https://npme.walmart.com/nix-clap/-/nix-clap-1.3.12.tgz' - dependencies: - strip-ansi: ^4.0.0 -no-case: - _latest: 3.0.4 - _: - ^3.0.4: 3.0.4 - 3.0.4: - $: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== - _: 'https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz' - dependencies: - lower-case: ^2.0.2 - tslib: ^2.0.3 -node-modules-regexp: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - _: 'https://npme.walmart.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz' -node-preload: - _latest: 0.2.1 - _: - ^0.2.1: 0.2.1 - 0.2.1: - $: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ== - _: 'https://npme.walmart.com/node-preload/-/node-preload-0.2.1.tgz' - dependencies: - process-on-spawn: ^1.0.0 -node-releases: - _latest: 1.1.71 - _: - ^1.1.70: 1.1.71 - 1.1.71: - $: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== - _: 'https://npme.walmart.com/node-releases/-/node-releases-1.1.71.tgz' -nodent-runtime: - _latest: 3.2.1 - _: - ^3.2.1: 3.2.1 - 3.2.1: - hasI: 1 - $: sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA== - _: 'https://npme.walmart.com/nodent-runtime/-/nodent-runtime-3.2.1.tgz' -nodent-transform: - _latest: 3.2.9 - _: - ^3.2.4: 3.2.9 - 3.2.9: - $: sha512-4a5FH4WLi+daH/CGD5o/JWRR8W5tlCkd3nrDSkxbOzscJTyTUITltvOJeQjg3HJ1YgEuNyiPhQbvbtRjkQBByQ== - _: 'https://npme.walmart.com/nodent-transform/-/nodent-transform-3.2.9.tgz' -normalize-package-data: - _latest: 3.0.2 - _: - ^2.5.0: 2.5.0 - 2.5.0: - $: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - _: 'https://npme.walmart.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz' - dependencies: - hosted-git-info: ^2.1.4 - resolve: ^1.10.0 - semver: '2 || 3 || 4 || 5' - validate-npm-package-license: ^3.0.1 -normalize-path: - _latest: 3.0.0 - _: - ^2.1.1: 2.1.1 - '^3.0.0,~3.0.0': 3.0.0 - 3.0.0: - $: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - _: 'https://npme.walmart.com/normalize-path/-/normalize-path-3.0.0.tgz' - 2.1.1: - $: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - _: 'https://npme.walmart.com/normalize-path/-/normalize-path-2.1.1.tgz' - dependencies: - remove-trailing-separator: ^1.0.1 -normalize-range: - _latest: 0.1.2 - _: - ^0.1.2: 0.1.2 - 0.1.2: - $: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - _: 'https://npme.walmart.com/normalize-range/-/normalize-range-0.1.2.tgz' -normalize-url: - _latest: 5.3.0 - _: - ^3.0.0: 3.3.0 - 3.3.0: - $: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - _: 'https://npme.walmart.com/normalize-url/-/normalize-url-3.3.0.tgz' -npm-run-path: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - _: 'https://npme.walmart.com/npm-run-path/-/npm-run-path-4.0.1.tgz' - dependencies: - path-key: ^3.0.0 -nth-check: - _latest: 2.0.0 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - _: 'https://npme.walmart.com/nth-check/-/nth-check-1.0.2.tgz' - dependencies: - boolbase: ~1.0.0 -num2fraction: - _latest: 1.2.2 - _: - ^1.2.2: 1.2.2 - 1.2.2: - $: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - _: 'https://npme.walmart.com/num2fraction/-/num2fraction-1.2.2.tgz' -nyc: - _latest: 15.1.0 - _: - ^15.1.0: 15.1.0 - 15.1.0: - $: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A== - _: 'https://npme.walmart.com/nyc/-/nyc-15.1.0.tgz' - dependencies: - '@istanbuljs/load-nyc-config': ^1.0.0 - '@istanbuljs/schema': ^0.1.2 - caching-transform: ^4.0.0 - convert-source-map: ^1.7.0 - decamelize: ^1.2.0 - find-cache-dir: ^3.2.0 - find-up: ^4.1.0 - foreground-child: ^2.0.0 - get-package-type: ^0.1.0 - glob: ^7.1.6 - istanbul-lib-coverage: ^3.0.0 - istanbul-lib-hook: ^3.0.0 - istanbul-lib-instrument: ^4.0.0 - istanbul-lib-processinfo: ^2.0.2 - istanbul-lib-report: ^3.0.0 - istanbul-lib-source-maps: ^4.0.0 - istanbul-reports: ^3.0.2 - make-dir: ^3.0.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.0 - signal-exit: ^3.0.2 - spawn-wrap: ^2.0.0 - test-exclude: ^6.0.0 - yargs: ^15.0.2 -oauth-sign: - _latest: 0.9.0 - _: - ~0.9.0: 0.9.0 - 0.9.0: - $: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - _: 'https://npme.walmart.com/oauth-sign/-/oauth-sign-0.9.0.tgz' -object-assign: - _latest: 4.1.1 - _: - ^4.1.1: 4.1.1 - 4.1.1: - $: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - _: 'https://npme.walmart.com/object-assign/-/object-assign-4.1.1.tgz' -object-copy: - _latest: 1.0.0 - _: - ^0.1.0: 0.1.0 - 0.1.0: - $: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - _: 'https://npme.walmart.com/object-copy/-/object-copy-0.1.0.tgz' - dependencies: - copy-descriptor: ^0.1.0 - define-property: ^0.2.5 - kind-of: ^3.0.3 -object-hash: - _latest: 2.1.1 - _: - ^1.3.1: 1.3.1 - 1.3.1: - $: sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== - _: 'https://npme.walmart.com/object-hash/-/object-hash-1.3.1.tgz' -object-inspect: - _latest: 1.9.0 - _: - ^1.9.0: 1.9.0 - 1.9.0: - $: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== - _: 'https://npme.walmart.com/object-inspect/-/object-inspect-1.9.0.tgz' -object-keys: - _latest: 1.1.1 - _: - '^1.0.12,^1.1.1': 1.1.1 - 1.1.1: - $: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - _: 'https://npme.walmart.com/object-keys/-/object-keys-1.1.1.tgz' -object-visit: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - _: 'https://npme.walmart.com/object-visit/-/object-visit-1.0.1.tgz' - dependencies: - isobject: ^3.0.0 -object.assign: - _latest: 4.1.2 - _: - '^4.1.0,^4.1.2': 4.1.2 - 4.1.2: - $: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - _: 'https://npme.walmart.com/object.assign/-/object.assign-4.1.2.tgz' - dependencies: - call-bind: ^1.0.0 - define-properties: ^1.1.3 - has-symbols: ^1.0.1 - object-keys: ^1.1.1 -object.entries: - _latest: 1.1.3 - _: - ^1.1.2: 1.1.3 - 1.1.3: - $: sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg== - _: 'https://npme.walmart.com/object.entries/-/object.entries-1.1.3.tgz' - dependencies: - call-bind: ^1.0.0 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.1 - has: ^1.0.3 -object.fromentries: - _latest: 2.0.4 - _: - ^2.0.2: 2.0.4 - 2.0.4: - $: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== - _: 'https://npme.walmart.com/object.fromentries/-/object.fromentries-2.0.4.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.2 - has: ^1.0.3 -object.getownpropertydescriptors: - _latest: 2.1.2 - _: - ^2.1.0: 2.1.2 - 2.1.2: - $: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== - _: 'https://npme.walmart.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.2 -object.pick: - _latest: 1.3.0 - _: - ^1.3.0: 1.3.0 - 1.3.0: - $: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - _: 'https://npme.walmart.com/object.pick/-/object.pick-1.3.0.tgz' - dependencies: - isobject: ^3.0.1 -object.values: - _latest: 1.1.3 - _: - '^1.1.0,^1.1.1': 1.1.3 - 1.1.3: - $: sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== - _: 'https://npme.walmart.com/object.values/-/object.values-1.1.3.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.2 - has: ^1.0.3 -obuf: - _latest: 1.1.2 - _: - '^1.0.0,^1.1.2': 1.1.2 - 1.1.2: - $: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== - _: 'https://npme.walmart.com/obuf/-/obuf-1.1.2.tgz' -once: - _latest: 1.4.0 - _: - '^1.3.0,^1.3.1,^1.4.0': 1.4.0 - 1.4.0: - $: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - _: 'https://npme.walmart.com/once/-/once-1.4.0.tgz' - dependencies: - wrappy: '1' -onetime: - _latest: 5.1.2 - _: - '^5.1.0,^5.1.2': 5.1.2 - 5.1.2: - $: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - _: 'https://npme.walmart.com/onetime/-/onetime-5.1.2.tgz' - dependencies: - mimic-fn: ^2.1.0 -optional-require: - _latest: 1.0.2 - _: - '^1.0.0,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-HZubVd6IfHsbnpdNF/ICaSAzBUEW1TievpkjY3tB4Jnk8L7+pJ3conPzUt3Mn/6OZx9uzTDOHYPGA8/AxYHBOg== - _: 'https://npme.walmart.com/optional-require/-/optional-require-1.0.2.tgz' -optionator: - _latest: 0.9.1 - _: - ^0.9.1: 0.9.1 - 0.9.1: - $: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - _: 'https://npme.walmart.com/optionator/-/optionator-0.9.1.tgz' - dependencies: - prelude-ls: ^1.2.1 - deep-is: ^0.1.3 - word-wrap: ^1.2.3 - type-check: ^0.4.0 - levn: ^0.4.1 - fast-levenshtein: ^2.0.6 -p-defer: - _latest: 3.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= - _: 'https://npme.walmart.com/p-defer/-/p-defer-1.0.0.tgz' -p-limit: - _latest: 3.1.0 - _: - '^2.0.0,^2.2.0': 2.3.0 - '^3.0.2,^3.1.0': 3.1.0 - 3.1.0: - $: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== - _: 'https://npme.walmart.com/p-limit/-/p-limit-3.1.0.tgz' - dependencies: - yocto-queue: ^0.1.0 - 2.3.0: - $: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - _: 'https://npme.walmart.com/p-limit/-/p-limit-2.3.0.tgz' - dependencies: - p-try: ^2.0.0 -p-locate: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - ^4.1.0: 4.1.0 - 4.1.0: - $: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - _: 'https://npme.walmart.com/p-locate/-/p-locate-4.1.0.tgz' - dependencies: - p-limit: ^2.2.0 - 3.0.0: - $: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - _: 'https://npme.walmart.com/p-locate/-/p-locate-3.0.0.tgz' - dependencies: - p-limit: ^2.0.0 -p-map: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - _: 'https://npme.walmart.com/p-map/-/p-map-4.0.0.tgz' - dependencies: - aggregate-error: ^3.0.0 - 3.0.0: - $: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - _: 'https://npme.walmart.com/p-map/-/p-map-3.0.0.tgz' - dependencies: - aggregate-error: ^3.0.0 -p-try: - _latest: 2.2.0 - _: - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - _: 'https://npme.walmart.com/p-try/-/p-try-2.2.0.tgz' -package-hash: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ== - _: 'https://npme.walmart.com/package-hash/-/package-hash-4.0.0.tgz' - dependencies: - graceful-fs: ^4.1.15 - hasha: ^5.0.0 - lodash.flattendeep: ^4.4.0 - release-zalgo: ^1.0.0 -param-case: - _latest: 3.0.4 - _: - ^3.0.3: 3.0.4 - 3.0.4: - $: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== - _: 'https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz' - dependencies: - dot-case: ^3.0.4 - tslib: ^2.0.3 -parent-module: - _latest: 2.0.0 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - _: 'https://npme.walmart.com/parent-module/-/parent-module-1.0.1.tgz' - dependencies: - callsites: ^3.0.0 -parse-json: - _latest: 5.2.0 - _: - ^4.0.0: 4.0.0 - ^5.0.0: 5.2.0 - 5.2.0: - $: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - _: 'https://npme.walmart.com/parse-json/-/parse-json-5.2.0.tgz' - dependencies: - '@babel/code-frame': ^7.0.0 - error-ex: ^1.3.1 - json-parse-even-better-errors: ^2.3.0 - lines-and-columns: ^1.1.6 - 4.0.0: - $: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - _: 'https://npme.walmart.com/parse-json/-/parse-json-4.0.0.tgz' - dependencies: - error-ex: ^1.3.1 - json-parse-better-errors: ^1.0.1 -parseurl: - _latest: 1.3.3 - _: - ~1.3.2: 1.3.3 - 1.3.3: - $: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - _: 'https://npme.walmart.com/parseurl/-/parseurl-1.3.3.tgz' -pascal-case: - _latest: 3.1.2 - _: - ^3.1.2: 3.1.2 - 3.1.2: - $: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== - _: 'https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz' - dependencies: - no-case: ^3.0.4 - tslib: ^2.0.3 -pascalcase: - _latest: 1.0.0 - _: - ^0.1.1: 0.1.1 - 0.1.1: - $: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - _: 'https://npme.walmart.com/pascalcase/-/pascalcase-0.1.1.tgz' -path-dirname: - _latest: 1.0.2 - _: - ^1.0.0: 1.0.2 - 1.0.2: - $: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - _: 'https://npme.walmart.com/path-dirname/-/path-dirname-1.0.2.tgz' -path-exists: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - _: 'https://npme.walmart.com/path-exists/-/path-exists-4.0.0.tgz' - 3.0.0: - $: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - _: 'https://npme.walmart.com/path-exists/-/path-exists-3.0.0.tgz' -path-is-absolute: - _latest: 2.0.0 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - _: 'https://npme.walmart.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz' -path-is-inside: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - _: 'https://npme.walmart.com/path-is-inside/-/path-is-inside-1.0.2.tgz' -path-key: - _latest: 3.1.1 - _: - '^3.0.0,^3.1.0': 3.1.1 - 3.1.1: - $: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - _: 'https://npme.walmart.com/path-key/-/path-key-3.1.1.tgz' -path-parse: - _latest: 1.0.6 - _: - ^1.0.6: 1.0.6 - 1.0.6: - $: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - _: 'https://npme.walmart.com/path-parse/-/path-parse-1.0.6.tgz' -path-to-regexp: - _latest: 6.2.0 - _: - ^1.7.0: 1.8.0 - ^4.0.0: 4.0.5 - 4.0.5: - $: sha512-l+fTaGG2N9ZRpCEUj5fG1VKdDLaiqwCIvPngpnxzREhcdobhZC4ou4w984HBu72DqAJ5CfcdV6tjqNOunfpdsQ== - _: 'https://npme.walmart.com/path-to-regexp/-/path-to-regexp-4.0.5.tgz' - 1.8.0: - $: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - _: 'https://npme.walmart.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz' - dependencies: - isarray: 0.0.1 -performance-now: - _latest: 2.1.0 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - _: 'https://npme.walmart.com/performance-now/-/performance-now-2.1.0.tgz' -picomatch: - _latest: 2.2.2 - _: - '^2.0.4,^2.2.1': 2.2.2 - 2.2.2: - $: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - _: 'https://npme.walmart.com/picomatch/-/picomatch-2.2.2.tgz' -pify: - _latest: 5.0.0 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - _: 'https://npme.walmart.com/pify/-/pify-4.0.1.tgz' -pino: - _latest: 6.11.2 - _: - '^5.11.3,^5.17.0': 5.17.0 - 5.17.0: - $: sha512-LqrqmRcJz8etUjyV0ddqB6OTUutCgQULPFg2b4dtijRHUsucaAdBgSUW58vY6RFSX+NT8963F+q0tM6lNwGShA== - _: 'https://npme.walmart.com/pino/-/pino-5.17.0.tgz' - dependencies: - fast-redact: ^2.0.0 - fast-safe-stringify: ^2.0.7 - flatstr: ^1.0.12 - pino-std-serializers: ^2.4.2 - quick-format-unescaped: ^3.0.3 - sonic-boom: ^0.7.5 -pino-pretty: - _latest: 4.7.1 - _: - ^4.3.0: 4.7.1 - 4.7.1: - $: sha512-ILE5YBpur88FlZ0cr1BNqVjgG9fOoK+md3peqmcs7AC6oq7SNiaJioIcrykMxfNsuygMYjUJtvAcARRE9aRc9w== - _: 'https://npme.walmart.com/pino-pretty/-/pino-pretty-4.7.1.tgz' - dependencies: - '@hapi/bourne': ^2.0.0 - args: ^5.0.1 - chalk: ^4.0.0 - dateformat: ^4.5.1 - fast-safe-stringify: ^2.0.7 - jmespath: ^0.15.0 - joycon: ^2.2.5 - pump: ^3.0.0 - readable-stream: ^3.6.0 - split2: ^3.1.1 - strip-json-comments: ^3.1.1 -pino-std-serializers: - _latest: 3.2.0 - _: - ^2.4.2: 2.5.0 - 2.5.0: - $: sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg== - _: 'https://npme.walmart.com/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz' -pirates: - _latest: 4.0.1 - _: - ^4.0.0: 4.0.1 - 4.0.1: - $: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - _: 'https://npme.walmart.com/pirates/-/pirates-4.0.1.tgz' - dependencies: - node-modules-regexp: ^1.0.0 -pkg-dir: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - '^4.1.0,^4.2.0': 4.2.0 - 4.2.0: - $: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - _: 'https://npme.walmart.com/pkg-dir/-/pkg-dir-4.2.0.tgz' - dependencies: - find-up: ^4.0.0 - 3.0.0: - $: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - _: 'https://npme.walmart.com/pkg-dir/-/pkg-dir-3.0.0.tgz' - dependencies: - find-up: ^3.0.0 -pkg-up: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - _: 'https://npme.walmart.com/pkg-up/-/pkg-up-3.1.0.tgz' - dependencies: - find-up: ^3.0.0 -posix-character-classes: - _latest: 1.0.0 - _: - ^0.1.0: 0.1.1 - 0.1.1: - $: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - _: 'https://npme.walmart.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz' -postcss: - _latest: 8.2.8 - _: - 6.0.1: 6.0.1 - ^5.0.10: 5.2.18 - ^6.0.1: - - 6.0.23 - - 6.0.1 - ^6.0.23: 6.0.23 - '^7.0.0,^7.0.1,^7.0.2,^7.0.27,^7.0.32': 7.0.35 - 7.0.35: - $: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - _: 'https://npme.walmart.com/postcss/-/postcss-7.0.35.tgz' - dependencies: - chalk: ^2.4.2 - source-map: ^0.6.1 - supports-color: ^6.1.0 - 6.0.23: - $: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - _: 'https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz' - dependencies: - chalk: ^2.4.1 - source-map: ^0.6.1 - supports-color: ^5.4.0 - 6.0.1: - $: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I= - _: 'https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz' - dependencies: - chalk: ^1.1.3 - source-map: ^0.5.6 - supports-color: ^3.2.3 - 5.2.18: - $: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg== - _: 'https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz' - dependencies: - chalk: ^1.1.3 - js-base64: ^2.1.9 - source-map: ^0.5.6 - supports-color: ^3.2.3 -postcss-calc: - _latest: 8.0.0 - _: - ^7.0.1: 7.0.5 - 7.0.5: - $: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== - _: 'https://npme.walmart.com/postcss-calc/-/postcss-calc-7.0.5.tgz' - dependencies: - postcss: ^7.0.27 - postcss-selector-parser: ^6.0.2 - postcss-value-parser: ^4.0.2 -postcss-colormin: - _latest: 4.0.3 - _: - ^4.0.3: 4.0.3 - 4.0.3: - $: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - _: 'https://npme.walmart.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz' - dependencies: - browserslist: ^4.0.0 - color: ^3.0.0 - has: ^1.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-convert-values: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - _: 'https://npme.walmart.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz' - dependencies: - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-discard-comments: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - _: 'https://npme.walmart.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz' - dependencies: - postcss: ^7.0.0 -postcss-discard-duplicates: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - _: 'https://npme.walmart.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz' - dependencies: - postcss: ^7.0.0 -postcss-discard-empty: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - _: 'https://npme.walmart.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz' - dependencies: - postcss: ^7.0.0 -postcss-discard-overridden: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - _: 'https://npme.walmart.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz' - dependencies: - postcss: ^7.0.0 -postcss-merge-longhand: - _latest: 4.0.11 - _: - ^4.0.11: 4.0.11 - 4.0.11: - $: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - _: 'https://npme.walmart.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz' - dependencies: - css-color-names: 0.0.4 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 - stylehacks: ^4.0.0 -postcss-merge-rules: - _latest: 4.0.3 - _: - ^4.0.3: 4.0.3 - 4.0.3: - $: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - _: 'https://npme.walmart.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz' - dependencies: - browserslist: ^4.0.0 - caniuse-api: ^3.0.0 - cssnano-util-same-parent: ^4.0.0 - postcss: ^7.0.0 - postcss-selector-parser: ^3.0.0 - vendors: ^1.0.0 -postcss-minify-font-values: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - _: 'https://npme.walmart.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz' - dependencies: - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-minify-gradients: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - _: 'https://npme.walmart.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz' - dependencies: - cssnano-util-get-arguments: ^4.0.0 - is-color-stop: ^1.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-minify-params: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - _: 'https://npme.walmart.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz' - dependencies: - alphanum-sort: ^1.0.0 - browserslist: ^4.0.0 - cssnano-util-get-arguments: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 - uniqs: ^2.0.0 -postcss-minify-selectors: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - _: 'https://npme.walmart.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz' - dependencies: - alphanum-sort: ^1.0.0 - has: ^1.0.0 - postcss: ^7.0.0 - postcss-selector-parser: ^3.0.0 -postcss-modules: - _latest: 4.0.0 - _: - ^1.3.2: 1.5.0 - 1.5.0: - $: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg== - _: 'https://npme.walmart.com/postcss-modules/-/postcss-modules-1.5.0.tgz' - dependencies: - css-modules-loader-core: ^1.1.0 - generic-names: ^2.0.1 - lodash.camelcase: ^4.3.0 - postcss: ^7.0.1 - string-hash: ^1.1.1 -postcss-modules-extract-imports: - _latest: 3.0.0 - _: - 1.1.0: 1.1.0 - ^1.2.0: 1.2.1 - 1.2.1: - $: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz' - dependencies: - postcss: ^6.0.1 - 1.1.0: - $: sha1-thTJcgvmgW6u41+zpfqh26agXds= - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz' - dependencies: - postcss: ^6.0.1 -postcss-modules-local-by-default: - _latest: 4.0.0 - _: - '1.2.0,^1.2.0': 1.2.0 - 1.2.0: - $: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - _: 'https://npme.walmart.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz' - dependencies: - css-selector-tokenizer: ^0.7.0 - postcss: ^6.0.1 -postcss-modules-parser: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha1-lfca15FvDzkge7gcQBM2yNJFc4w= - _: 'https://npme.walmart.com/postcss-modules-parser/-/postcss-modules-parser-1.1.1.tgz' - dependencies: - icss-replace-symbols: ^1.0.2 - lodash.foreach: ^3.0.3 - postcss: ^5.0.10 -postcss-modules-scope: - _latest: 3.0.0 - _: - '1.1.0,^1.1.0': 1.1.0 - 1.1.0: - $: sha1-1upkmUx5+XtipytCb75gVqGUu5A= - _: 'https://npme.walmart.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz' - dependencies: - css-selector-tokenizer: ^0.7.0 - postcss: ^6.0.1 -postcss-modules-values: - _latest: 4.0.0 - _: - '1.3.0,^1.3.0': 1.3.0 - 1.3.0: - $: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - _: 'https://npme.walmart.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz' - dependencies: - icss-replace-symbols: ^1.1.0 - postcss: ^6.0.1 -postcss-normalize-charset: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - _: 'https://npme.walmart.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz' - dependencies: - postcss: ^7.0.0 -postcss-normalize-display-values: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - _: 'https://npme.walmart.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz' - dependencies: - cssnano-util-get-match: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-positions: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - _: 'https://npme.walmart.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz' - dependencies: - cssnano-util-get-arguments: ^4.0.0 - has: ^1.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-repeat-style: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - _: 'https://npme.walmart.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz' - dependencies: - cssnano-util-get-arguments: ^4.0.0 - cssnano-util-get-match: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-string: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - _: 'https://npme.walmart.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz' - dependencies: - has: ^1.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-timing-functions: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - _: 'https://npme.walmart.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz' - dependencies: - cssnano-util-get-match: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-unicode: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - _: 'https://npme.walmart.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz' - dependencies: - browserslist: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-url: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - _: 'https://npme.walmart.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz' - dependencies: - is-absolute-url: ^2.0.0 - normalize-url: ^3.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-normalize-whitespace: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - _: 'https://npme.walmart.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz' - dependencies: - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-ordered-values: - _latest: 4.1.2 - _: - ^4.1.2: 4.1.2 - 4.1.2: - $: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - _: 'https://npme.walmart.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz' - dependencies: - cssnano-util-get-arguments: ^4.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-reduce-initial: - _latest: 4.0.3 - _: - ^4.0.3: 4.0.3 - 4.0.3: - $: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - _: 'https://npme.walmart.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz' - dependencies: - browserslist: ^4.0.0 - caniuse-api: ^3.0.0 - has: ^1.0.0 - postcss: ^7.0.0 -postcss-reduce-transforms: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - _: 'https://npme.walmart.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz' - dependencies: - cssnano-util-get-match: ^4.0.0 - has: ^1.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 -postcss-selector-parser: - _latest: 6.0.4 - _: - ^3.0.0: 3.1.2 - ^6.0.2: 6.0.4 - 6.0.4: - $: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - _: 'https://npme.walmart.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz' - dependencies: - cssesc: ^3.0.0 - indexes-of: ^1.0.1 - uniq: ^1.0.1 - util-deprecate: ^1.0.2 - 3.1.2: - $: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - _: 'https://npme.walmart.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz' - dependencies: - dot-prop: ^5.2.0 - indexes-of: ^1.0.1 - uniq: ^1.0.1 -postcss-svgo: - _latest: 4.0.2 - _: - ^4.0.2: 4.0.2 - 4.0.2: - $: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - _: 'https://npme.walmart.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz' - dependencies: - is-svg: ^3.0.0 - postcss: ^7.0.0 - postcss-value-parser: ^3.0.0 - svgo: ^1.0.0 -postcss-unique-selectors: - _latest: 4.0.1 - _: - ^4.0.1: 4.0.1 - 4.0.1: - $: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== - _: 'https://npme.walmart.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz' - dependencies: - alphanum-sort: ^1.0.0 - postcss: ^7.0.0 - uniqs: ^2.0.0 -postcss-value-parser: - _latest: 4.1.0 - _: - '^3.0.0,^3.3.0': 3.3.1 - '^4.0.2,^4.1.0': 4.1.0 - 4.1.0: - $: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - _: 'https://npme.walmart.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz' - 3.3.1: - $: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - _: 'https://npme.walmart.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz' -prelude-ls: - _latest: 1.2.1 - _: - ^1.2.1: 1.2.1 - 1.2.1: - $: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - _: 'https://npme.walmart.com/prelude-ls/-/prelude-ls-1.2.1.tgz' -pretty-error: - _latest: 3.0.3 - _: - ^2.1.1: 2.1.2 - 2.1.2: - $: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== - _: 'https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz' - dependencies: - lodash: ^4.17.20 - renderkid: ^2.0.4 -process-nextick-args: - _latest: 2.0.1 - _: - ~2.0.0: 2.0.1 - 2.0.1: - $: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - _: 'https://npme.walmart.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz' -process-on-spawn: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg== - _: 'https://npme.walmart.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz' - dependencies: - fromentries: ^1.2.0 -progress: - _latest: 2.0.3 - _: - ^2.0.0: 2.0.3 - 2.0.3: - $: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - _: 'https://npme.walmart.com/progress/-/progress-2.0.3.tgz' -promise-inflight: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - _: 'https://npme.walmart.com/promise-inflight/-/promise-inflight-1.0.1.tgz' -prompts: - _latest: 2.4.0 - _: - ^2.3.2: 2.4.0 - 2.4.0: - $: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== - _: 'https://npme.walmart.com/prompts/-/prompts-2.4.0.tgz' - dependencies: - kleur: ^3.0.3 - sisteransi: ^1.0.5 -prop-types: - _latest: 15.7.2 - _: - '^15.6.2,^15.7.2': 15.7.2 - 15.7.2: - $: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - _: 'https://npme.walmart.com/prop-types/-/prop-types-15.7.2.tgz' - dependencies: - loose-envify: ^1.4.0 - object-assign: ^4.1.1 - react-is: ^16.8.1 -proxy-addr: - _latest: 2.0.6 - _: - ^2.0.6: 2.0.6 - 2.0.6: - $: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== - _: 'https://npme.walmart.com/proxy-addr/-/proxy-addr-2.0.6.tgz' - dependencies: - forwarded: ~0.1.2 - ipaddr.js: 1.9.1 -ps-get: - _latest: 1.1.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha512-muN3eNy+lkwlICHD4/9XUM3YqzJaEyWJBRUJ8y5EnGsBRhsZBggF4KvVVPIdVZ+bj0KoiRJs7OrOELoYQSh76Q== - _: 'https://npme.walmart.com/ps-get/-/ps-get-1.1.0.tgz' -pseudomap: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - _: 'https://npme.walmart.com/pseudomap/-/pseudomap-1.0.2.tgz' -psl: - _latest: 1.8.0 - _: - ^1.1.28: 1.8.0 - 1.8.0: - $: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - _: 'https://npme.walmart.com/psl/-/psl-1.8.0.tgz' -pump: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - _: 'https://npme.walmart.com/pump/-/pump-3.0.0.tgz' - dependencies: - end-of-stream: ^1.1.0 - once: ^1.3.1 -punycode: - _latest: 2.1.1 - _: - '^2.1.0,^2.1.1': 2.1.1 - 2.1.1: - $: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - _: 'https://npme.walmart.com/punycode/-/punycode-2.1.1.tgz' -q: - _latest: 1.5.1 - _: - ^1.1.2: 1.5.1 - 1.5.1: - $: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - _: 'https://npme.walmart.com/q/-/q-1.5.1.tgz' -qs: - _latest: 6.10.0 - _: - ~6.5.2: 6.5.2 - 6.5.2: - $: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - _: 'https://npme.walmart.com/qs/-/qs-6.5.2.tgz' -querystring: - _latest: 0.2.1 - _: - ^0.2.0: 0.2.1 - 0.2.1: - $: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== - _: 'https://npme.walmart.com/querystring/-/querystring-0.2.1.tgz' -quick-format-unescaped: - _latest: 4.0.3 - _: - ^3.0.3: 3.0.3 - 3.0.3: - $: sha512-dy1yjycmn9blucmJLXOfZDx1ikZJUi6E8bBZLnhPG5gBrVhHXx2xVyqqgKBubVNEXmx51dBACMHpoMQK/N/AXQ== - _: 'https://npme.walmart.com/quick-format-unescaped/-/quick-format-unescaped-3.0.3.tgz' -ramda: - _latest: 0.27.1 - _: - ^0.27.1: 0.27.1 - 0.27.1: - $: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw== - _: 'https://npme.walmart.com/ramda/-/ramda-0.27.1.tgz' -randombytes: - _latest: 2.1.0 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - _: 'https://npme.walmart.com/randombytes/-/randombytes-2.1.0.tgz' - dependencies: - safe-buffer: ^5.1.0 -range-parser: - _latest: 1.2.1 - _: - ^1.2.1: 1.2.1 - 1.2.1: - $: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - _: 'https://npme.walmart.com/range-parser/-/range-parser-1.2.1.tgz' -react: - _latest: 17.0.1 - _: - ^16.13.1: 16.14.0 - 16.14.0: - top: 1 - $: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== - _: 'https://npme.walmart.com/react/-/react-16.14.0.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 - prop-types: ^15.6.2 -react-async-ssr: - _latest: 0.7.2 - _: - ^0.7.2: 0.7.2 - 0.7.2: - top: 1 - $: sha512-qi4WS3v0156rcCVXF268EZit2mv1aH5qXma4WxRYOzyioWiTRkNbA5A8K5ldt+ddaVchwnICCeqfD0Fb8DKwtQ== - _: 'https://npme.walmart.com/react-async-ssr/-/react-async-ssr-0.7.2.tgz' - dependencies: - is-class-component: ^1.1.1 - is-it-type: ^3.1.1 - is-promise: ^2.1.0 - lodash: ^4.17.15 - react-dom: ~16.9.0 - peerDependencies: - react: '16.6.0 - 16.9.x' -react-dom: - _latest: 17.0.2 - _: - ^16.13.1: 16.14.0 - ~16.9.0: 16.9.0 - 16.14.0: - top: 1 - $: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== - _: 'https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 - prop-types: ^15.6.2 - scheduler: ^0.19.1 - peerDependencies: - react: ^16.14.0 - 16.9.0: - $: sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ== - _: 'https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 - prop-types: ^15.6.2 - scheduler: ^0.15.0 - peerDependencies: - react: ^16.0.0 -react-is: - _latest: 17.0.1 - _: - '^16.13.1,^16.6.0,^16.7.0,^16.8.1': 16.13.1 - 16.13.1: - $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - _: 'https://npme.walmart.com/react-is/-/react-is-16.13.1.tgz' -react-redux: - _latest: 7.2.2 - _: - ^7.2.0: 7.2.2 - 7.2.2: - top: 1 - $: sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== - _: 'https://npme.walmart.com/react-redux/-/react-redux-7.2.2.tgz' - dependencies: - '@babel/runtime': ^7.12.1 - hoist-non-react-statics: ^3.3.2 - loose-envify: ^1.4.0 - prop-types: ^15.7.2 - react-is: ^16.13.1 - peerDependencies: - react: '^16.8.3 || ^17' - redux: '^2.0.0 || ^3.0.0 || ^4.0.0-0' -react-router: - _latest: 5.2.0 - _: - '5.2.0,^5.2.0': 5.2.0 - 5.2.0: - top: 1 - $: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== - _: 'https://npme.walmart.com/react-router/-/react-router-5.2.0.tgz' - dependencies: - '@babel/runtime': ^7.1.2 - history: ^4.9.0 - hoist-non-react-statics: ^3.1.0 - loose-envify: ^1.3.1 - mini-create-react-context: ^0.4.0 - path-to-regexp: ^1.7.0 - prop-types: ^15.6.2 - react-is: ^16.6.0 - tiny-invariant: ^1.0.2 - tiny-warning: ^1.0.0 - peerDependencies: - react: '>=15' -react-router-dom: - _latest: 5.2.0 - _: - ^5.2.0: 5.2.0 - 5.2.0: - top: 1 - $: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA== - _: 'https://npme.walmart.com/react-router-dom/-/react-router-dom-5.2.0.tgz' - dependencies: - '@babel/runtime': ^7.1.2 - history: ^4.9.0 - loose-envify: ^1.3.1 - prop-types: ^15.6.2 - react-router: 5.2.0 - tiny-invariant: ^1.0.2 - tiny-warning: ^1.0.0 - peerDependencies: - react: '>=15' -read-pkg: - _latest: 5.2.0 - _: - ^5.2.0: 5.2.0 - 5.2.0: - $: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - _: 'https://npme.walmart.com/read-pkg/-/read-pkg-5.2.0.tgz' - dependencies: - '@types/normalize-package-data': ^2.4.0 - normalize-package-data: ^2.5.0 - parse-json: ^5.0.0 - type-fest: ^0.6.0 -read-pkg-up: - _latest: 7.0.1 - _: - ^7.0.1: 7.0.1 - 7.0.1: - $: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - _: 'https://npme.walmart.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz' - dependencies: - find-up: ^4.1.0 - read-pkg: ^5.2.0 - type-fest: ^0.8.1 -readable-stream: - _latest: 3.6.0 - _: - '^2.0.1,^2.0.2': 2.3.7 - '^3.0.0,^3.0.6,^3.1.1,^3.4.0,^3.6.0': 3.6.0 - 3.6.0: - $: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - _: 'https://npme.walmart.com/readable-stream/-/readable-stream-3.6.0.tgz' - dependencies: - inherits: ^2.0.3 - string_decoder: ^1.1.1 - util-deprecate: ^1.0.1 - 2.3.7: - $: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - _: 'https://npme.walmart.com/readable-stream/-/readable-stream-2.3.7.tgz' - dependencies: - core-util-is: ~1.0.0 - inherits: ~2.0.3 - isarray: ~1.0.0 - process-nextick-args: ~2.0.0 - safe-buffer: ~5.1.1 - string_decoder: ~1.1.1 - util-deprecate: ~1.0.1 -readdirp: - _latest: 3.6.0 - _: - ^2.2.1: 2.2.1 - ~3.5.0: 3.5.0 - 3.5.0: - $: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== - _: 'https://npme.walmart.com/readdirp/-/readdirp-3.5.0.tgz' - dependencies: - picomatch: ^2.2.1 - 2.2.1: - $: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - _: 'https://npme.walmart.com/readdirp/-/readdirp-2.2.1.tgz' - dependencies: - graceful-fs: ^4.1.11 - micromatch: ^3.1.10 - readable-stream: ^2.0.2 -rechoir: - _latest: 0.7.0 - _: - ^0.7.0: 0.7.0 - 0.7.0: - $: sha512-ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q== - _: 'https://npme.walmart.com/rechoir/-/rechoir-0.7.0.tgz' - dependencies: - resolve: ^1.9.0 -redux: - _latest: 4.0.5 - _: - ^4.0.5: 4.0.5 - 4.0.5: - top: 1 - $: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - _: 'https://npme.walmart.com/redux/-/redux-4.0.5.tgz' - dependencies: - loose-envify: ^1.4.0 - symbol-observable: ^1.2.0 -regenerate: - _latest: 1.4.2 - _: - ^1.4.0: 1.4.2 - 1.4.2: - $: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - _: 'https://npme.walmart.com/regenerate/-/regenerate-1.4.2.tgz' -regenerate-unicode-properties: - _latest: 8.2.0 - _: - ^8.2.0: 8.2.0 - 8.2.0: - $: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - _: 'https://npme.walmart.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz' - dependencies: - regenerate: ^1.4.0 -regenerator-runtime: - _latest: 0.13.7 - _: - '^0.13.4,^0.13.7': 0.13.7 - 0.13.7: - $: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - _: 'https://npme.walmart.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz' -regenerator-transform: - _latest: 0.14.5 - _: - ^0.14.2: 0.14.5 - 0.14.5: - $: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - _: 'https://npme.walmart.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz' - dependencies: - '@babel/runtime': ^7.8.4 -regex-not: - _latest: 1.0.2 - _: - '^1.0.0,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - _: 'https://npme.walmart.com/regex-not/-/regex-not-1.0.2.tgz' - dependencies: - extend-shallow: ^3.0.2 - safe-regex: ^1.1.0 -regexp.prototype.flags: - _latest: 1.3.1 - _: - ^1.3.1: 1.3.1 - 1.3.1: - $: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== - _: 'https://npme.walmart.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 -regexpp: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== - _: 'https://npme.walmart.com/regexpp/-/regexpp-3.1.0.tgz' -regexpu-core: - _latest: 4.7.1 - _: - ^4.7.1: 4.7.1 - 4.7.1: - $: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== - _: 'https://npme.walmart.com/regexpu-core/-/regexpu-core-4.7.1.tgz' - dependencies: - regenerate: ^1.4.0 - regenerate-unicode-properties: ^8.2.0 - regjsgen: ^0.5.1 - regjsparser: ^0.6.4 - unicode-match-property-ecmascript: ^1.0.4 - unicode-match-property-value-ecmascript: ^1.2.0 -regjsgen: - _latest: 0.5.2 - _: - ^0.5.1: 0.5.2 - 0.5.2: - $: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - _: 'https://npme.walmart.com/regjsgen/-/regjsgen-0.5.2.tgz' -regjsparser: - _latest: 0.6.7 - _: - ^0.6.4: 0.6.7 - 0.6.7: - $: sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== - _: 'https://npme.walmart.com/regjsparser/-/regjsparser-0.6.7.tgz' - dependencies: - jsesc: ~0.5.0 -relateurl: - _latest: 0.2.7 - _: - ^0.2.7: 0.2.7 - 0.2.7: - $: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - _: 'https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz' -release-zalgo: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA= - _: 'https://npme.walmart.com/release-zalgo/-/release-zalgo-1.0.0.tgz' - dependencies: - es6-error: ^4.0.1 -remove-trailing-separator: - _latest: 1.1.0 - _: - ^1.0.1: 1.1.0 - 1.1.0: - $: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - _: 'https://npme.walmart.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz' -renderkid: - _latest: 2.0.5 - _: - ^2.0.4: 2.0.5 - 2.0.5: - $: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ== - _: 'https://registry.npmjs.org/renderkid/-/renderkid-2.0.5.tgz' - dependencies: - css-select: ^2.0.2 - dom-converter: ^0.2 - htmlparser2: ^3.10.1 - lodash: ^4.17.20 - strip-ansi: ^3.0.0 -repeat-element: - _latest: 1.1.3 - _: - ^1.1.2: 1.1.3 - 1.1.3: - $: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - _: 'https://npme.walmart.com/repeat-element/-/repeat-element-1.1.3.tgz' -repeat-string: - _latest: 1.6.1 - _: - ^1.6.1: 1.6.1 - 1.6.1: - $: sha1-jcrkcOHIirwtYA//Sndihtp15jc= - _: 'https://npme.walmart.com/repeat-string/-/repeat-string-1.6.1.tgz' -request: - _latest: 2.88.2 - _: - '^2.88.0,^2.88.2': 2.88.2 - 2.88.2: - $: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - _: 'https://npme.walmart.com/request/-/request-2.88.2.tgz' - dependencies: - aws-sign2: ~0.7.0 - aws4: ^1.8.0 - caseless: ~0.12.0 - combined-stream: ~1.0.6 - extend: ~3.0.2 - forever-agent: ~0.6.1 - form-data: ~2.3.2 - har-validator: ~5.1.3 - http-signature: ~1.2.0 - is-typedarray: ~1.0.0 - isstream: ~0.1.2 - json-stringify-safe: ~5.0.1 - mime-types: ~2.1.19 - oauth-sign: ~0.9.0 - performance-now: ^2.1.0 - qs: ~6.5.2 - safe-buffer: ^5.1.2 - tough-cookie: ~2.5.0 - tunnel-agent: ^0.6.0 - uuid: ^3.3.2 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' -require-at: - _latest: 1.0.6 - _: - ^1.0.6: 1.0.6 - 1.0.6: - $: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g== - _: 'https://npme.walmart.com/require-at/-/require-at-1.0.6.tgz' -require-directory: - _latest: 2.1.1 - _: - ^2.1.1: 2.1.1 - 2.1.1: - $: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - _: 'https://npme.walmart.com/require-directory/-/require-directory-2.1.1.tgz' -require-from-string: - _latest: 2.0.2 - _: - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - _: 'https://npme.walmart.com/require-from-string/-/require-from-string-2.0.2.tgz' -require-main-filename: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - _: 'https://npme.walmart.com/require-main-filename/-/require-main-filename-2.0.0.tgz' -require-package-name: - _latest: 2.0.1 - _: - ^2.0.1: 2.0.1 - 2.0.1: - $: sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk= - _: 'https://npme.walmart.com/require-package-name/-/require-package-name-2.0.1.tgz' -requires-port: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - _: 'https://npme.walmart.com/requires-port/-/requires-port-1.0.0.tgz' -resolve: - _latest: 1.20.0 - _: - '^1.10.0,^1.12.0,^1.14.2,^1.18.1,^1.9.0': 1.20.0 - 1.20.0: - $: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - _: 'https://npme.walmart.com/resolve/-/resolve-1.20.0.tgz' - dependencies: - is-core-module: ^2.2.0 - path-parse: ^1.0.6 -resolve-cwd: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - _: 'https://npme.walmart.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz' - dependencies: - resolve-from: ^5.0.0 -resolve-from: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - _: 'https://npme.walmart.com/resolve-from/-/resolve-from-5.0.0.tgz' - 4.0.0: - $: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - _: 'https://npme.walmart.com/resolve-from/-/resolve-from-4.0.0.tgz' - 3.0.0: - $: sha1-six699nWiBvItuZTM17rywoYh0g= - _: 'https://npme.walmart.com/resolve-from/-/resolve-from-3.0.0.tgz' -resolve-pathname: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== - _: 'https://npme.walmart.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz' -resolve-url: - _latest: 0.2.1 - _: - ^0.2.1: 0.2.1 - 0.2.1: - $: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - _: 'https://npme.walmart.com/resolve-url/-/resolve-url-0.2.1.tgz' - deprecated: 'https://github.com/lydell/resolve-url#deprecated' -restore-cursor: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - _: 'https://npme.walmart.com/restore-cursor/-/restore-cursor-3.1.0.tgz' - dependencies: - onetime: ^5.1.0 - signal-exit: ^3.0.2 -ret: - _latest: 0.4.0 - _: - ~0.1.10: 0.1.15 - ~0.2.0: 0.2.2 - 0.2.2: - $: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== - _: 'https://npme.walmart.com/ret/-/ret-0.2.2.tgz' - 0.1.15: - $: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - _: 'https://npme.walmart.com/ret/-/ret-0.1.15.tgz' -reusify: - _latest: 1.0.4 - _: - '^1.0.2,^1.0.4': 1.0.4 - 1.0.4: - $: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - _: 'https://npme.walmart.com/reusify/-/reusify-1.0.4.tgz' -rfdc: - _latest: 1.3.0 - _: - ^1.1.2: 1.3.0 - 1.3.0: - $: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== - _: 'https://npme.walmart.com/rfdc/-/rfdc-1.3.0.tgz' -rgb-regex: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - _: 'https://npme.walmart.com/rgb-regex/-/rgb-regex-1.0.1.tgz' -rgba-regex: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - _: 'https://npme.walmart.com/rgba-regex/-/rgba-regex-1.0.0.tgz' -rimraf: - _latest: 3.0.2 - _: - '^3.0.0,^3.0.2': 3.0.2 - 3.0.2: - $: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - _: 'https://npme.walmart.com/rimraf/-/rimraf-3.0.2.tgz' - dependencies: - glob: ^7.1.3 -safe-buffer: - _latest: 5.2.1 - _: - '^5.0.1,^5.1.0,^5.1.2,~5.2.0': 5.2.1 - '~5.1.0,~5.1.1': 5.1.2 - 5.2.1: - $: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - _: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz' - 5.1.2: - $: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - _: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz' -safe-regex: - _latest: 2.1.1 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - _: 'https://npme.walmart.com/safe-regex/-/safe-regex-1.1.0.tgz' - dependencies: - ret: ~0.1.10 -safe-regex2: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ== - _: 'https://npme.walmart.com/safe-regex2/-/safe-regex2-2.0.0.tgz' - dependencies: - ret: ~0.2.0 -safer-buffer: - _latest: 2.1.2 - _: - '^2.0.2,^2.1.0,~2.1.0': 2.1.2 - 2.1.2: - $: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - _: 'https://npme.walmart.com/safer-buffer/-/safer-buffer-2.1.2.tgz' -safetimeout: - _latest: 0.1.2 - _: - ^0.1.2: 0.1.2 - 0.1.2: - $: sha512-aSHXtzSwpO82gYr7zbDqBv8MFxT+X7d3FJEGXrZJwgZeyu8u7EHrTJcGmPeCEvvCPZDTdPwpvPtaq6qG0DzCoA== - _: 'https://npme.walmart.com/safetimeout/-/safetimeout-0.1.2.tgz' - deprecated: 'Please use the ''safe-timers'' module instead' -sax: - _latest: 1.2.4 - _: - ~1.2.4: 1.2.4 - 1.2.4: - $: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - _: 'https://npme.walmart.com/sax/-/sax-1.2.4.tgz' -scheduler: - _latest: 0.20.1 - _: - ^0.15.0: 0.15.0 - ^0.19.1: 0.19.1 - 0.19.1: - $: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - _: 'https://npme.walmart.com/scheduler/-/scheduler-0.19.1.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 - 0.15.0: - $: sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg== - _: 'https://npme.walmart.com/scheduler/-/scheduler-0.15.0.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 -schema-utils: - _latest: 3.0.0 - _: - ^2.6.5: 2.7.1 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== - _: 'https://npme.walmart.com/schema-utils/-/schema-utils-3.0.0.tgz' - dependencies: - ajv: ^6.12.5 - ajv-keywords: ^3.5.2 - '@types/json-schema': ^7.0.6 - 2.7.1: - $: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - _: 'https://npme.walmart.com/schema-utils/-/schema-utils-2.7.1.tgz' - dependencies: - ajv: ^6.12.4 - ajv-keywords: ^3.5.2 - '@types/json-schema': ^7.0.5 -secure-json-parse: - _latest: 2.3.2 - _: - ^2.1.0: 2.3.2 - 2.3.2: - $: sha512-4oUSFU0w2d8/XQb7NO9dbMYyp/hxIwZPcZcGAlAAEziMRHs+NbUcx2Z5dda/z8o+avyQ8gpuYnTMlGh8SVwg9g== - _: 'https://npme.walmart.com/secure-json-parse/-/secure-json-parse-2.3.2.tgz' -select-hose: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= - _: 'https://npme.walmart.com/select-hose/-/select-hose-2.0.0.tgz' -semver: - _latest: 7.3.5 - _: - '2 || 3 || 4 || 5,^5.6.0': 5.7.1 - 7.0.0: 7.0.0 - '^6.0.0,^6.1.1,^6.1.2,^6.3.0': 6.3.0 - '^7.2.1,^7.3.2': 7.3.5 - 7.3.5: - $: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== - _: 'https://registry.npmjs.org/semver/-/semver-7.3.5.tgz' - dependencies: - lru-cache: ^6.0.0 - 7.0.0: - $: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - _: 'https://registry.npmjs.org/semver/-/semver-7.0.0.tgz' - 6.3.0: - $: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - _: 'https://registry.npmjs.org/semver/-/semver-6.3.0.tgz' - 5.7.1: - $: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - _: 'https://registry.npmjs.org/semver/-/semver-5.7.1.tgz' -semver-store: - _latest: 0.3.0 - _: - ^0.3.0: 0.3.0 - 0.3.0: - $: sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg== - _: 'https://npme.walmart.com/semver-store/-/semver-store-0.3.0.tgz' -serialize-javascript: - _latest: 5.0.1 - _: - ^5.0.1: 5.0.1 - 5.0.1: - $: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== - _: 'https://npme.walmart.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz' - dependencies: - randombytes: ^2.1.0 -serve-index-fs: - _latest: 1.10.1 - _: - ^1.10.1: 1.10.1 - 1.10.1: - $: sha512-JRb5gmypjeGvGIoTkdiw2OW5T1bG1fatzR9+X569cGK38yiF4HedEjeCteFFmwTw0wmkLVEcD6ekz1dGsS674Q== - _: 'https://npme.walmart.com/serve-index-fs/-/serve-index-fs-1.10.1.tgz' - dependencies: - accepts: ~1.3.5 - batch: 0.6.1 - debug: 2.6.9 - escape-html: ~1.0.3 - http-errors: ~1.6.3 - mime-types: ~2.1.18 - parseurl: ~1.3.2 -set-blocking: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - _: 'https://npme.walmart.com/set-blocking/-/set-blocking-2.0.0.tgz' -set-cookie-parser: - _latest: 2.4.8 - _: - ^2.4.1: 2.4.8 - 2.4.8: - $: sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg== - _: 'https://npme.walmart.com/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz' -set-value: - _latest: 3.0.2 - _: - '^2.0.0,^2.0.1': 2.0.1 - 2.0.1: - $: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - _: 'https://npme.walmart.com/set-value/-/set-value-2.0.1.tgz' - dependencies: - extend-shallow: ^2.0.1 - is-extendable: ^0.1.1 - is-plain-object: ^2.0.3 - split-string: ^3.0.1 -setprototypeof: - _latest: 1.2.0 - _: - 1.1.0: 1.1.0 - 1.1.0: - $: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - _: 'https://npme.walmart.com/setprototypeof/-/setprototypeof-1.1.0.tgz' -shallow-clone: - _latest: 3.0.1 - _: - ^3.0.0: 3.0.1 - 3.0.1: - $: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - _: 'https://npme.walmart.com/shallow-clone/-/shallow-clone-3.0.1.tgz' - dependencies: - kind-of: ^6.0.2 -shcmd: - _latest: 0.8.4 - _: - ^0.8.4: 0.8.4 - 0.8.4: - $: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw== - _: 'https://npme.walmart.com/shcmd/-/shcmd-0.8.4.tgz' - dependencies: - glob: ^7.0.0 -shebang-command: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - _: 'https://npme.walmart.com/shebang-command/-/shebang-command-2.0.0.tgz' - dependencies: - shebang-regex: ^3.0.0 -shebang-regex: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - _: 'https://npme.walmart.com/shebang-regex/-/shebang-regex-3.0.0.tgz' -side-channel: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - _: 'https://npme.walmart.com/side-channel/-/side-channel-1.0.4.tgz' - dependencies: - call-bind: ^1.0.0 - get-intrinsic: ^1.0.2 - object-inspect: ^1.9.0 -signal-exit: - _latest: 3.0.3 - _: - '^3.0.2,^3.0.3': 3.0.3 - 3.0.3: - $: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - _: 'https://npme.walmart.com/signal-exit/-/signal-exit-3.0.3.tgz' -simple-swizzle: - _latest: 0.2.2 - _: - ^0.2.2: 0.2.2 - 0.2.2: - $: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - _: 'https://npme.walmart.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz' - dependencies: - is-arrayish: ^0.3.1 -sisteransi: - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - _: 'https://npme.walmart.com/sisteransi/-/sisteransi-1.0.5.tgz' -slash: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - _: 'https://npme.walmart.com/slash/-/slash-2.0.0.tgz' -slice-ansi: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - _: 'https://npme.walmart.com/slice-ansi/-/slice-ansi-4.0.0.tgz' - dependencies: - ansi-styles: ^4.0.0 - astral-regex: ^2.0.0 - is-fullwidth-code-point: ^3.0.0 -snapdragon: - _latest: 0.12.0 - _: - ^0.8.1: 0.8.2 - 0.8.2: - $: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - _: 'https://npme.walmart.com/snapdragon/-/snapdragon-0.8.2.tgz' - dependencies: - base: ^0.11.1 - debug: ^2.2.0 - define-property: ^0.2.5 - extend-shallow: ^2.0.1 - map-cache: ^0.2.2 - source-map: ^0.5.6 - source-map-resolve: ^0.5.0 - use: ^3.1.0 -snapdragon-node: - _latest: 3.0.0 - _: - ^2.0.1: 2.1.1 - 2.1.1: - $: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - _: 'https://npme.walmart.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz' - dependencies: - define-property: ^1.0.0 - isobject: ^3.0.0 - snapdragon-util: ^3.0.1 -snapdragon-util: - _latest: 5.0.1 - _: - ^3.0.1: 3.0.1 - 3.0.1: - $: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - _: 'https://npme.walmart.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz' - dependencies: - kind-of: ^3.2.0 -sonic-boom: - _latest: 1.4.0 - _: - ^0.7.5: 0.7.7 - 0.7.7: - $: sha512-Ei5YOo5J64GKClHIL/5evJPgASXFVpfVYbJV9PILZQytTK6/LCwHvsZJW2Ig4p9FMC2OrBrMnXKgRN/OEoAWfg== - _: 'https://npme.walmart.com/sonic-boom/-/sonic-boom-0.7.7.tgz' - dependencies: - atomic-sleep: ^1.0.0 - flatstr: ^1.0.12 -source-list-map: - _latest: 2.0.1 - _: - '^2.0.0,^2.0.1': 2.0.1 - 2.0.1: - $: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - _: 'https://npme.walmart.com/source-list-map/-/source-list-map-2.0.1.tgz' -source-map: - _latest: 0.7.3 - _: - '^0.5.0,^0.5.6': 0.5.7 - '^0.6.0,^0.6.1,~0.6.0,~0.6.1': 0.6.1 - ~0.7.2: 0.7.3 - 0.7.3: - $: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - _: 'https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz' - 0.6.1: - $: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - _: 'https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz' - 0.5.7: - $: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - _: 'https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz' -source-map-resolve: - _latest: 0.6.0 - _: - ^0.5.0: 0.5.3 - 0.5.3: - $: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - _: 'https://npme.walmart.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz' - dependencies: - atob: ^2.1.2 - decode-uri-component: ^0.2.0 - resolve-url: ^0.2.1 - source-map-url: ^0.4.0 - urix: ^0.1.0 -source-map-support: - _latest: 0.5.19 - _: - '^0.5.16,~0.5.12,~0.5.19': 0.5.19 - 0.5.19: - $: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - _: 'https://npme.walmart.com/source-map-support/-/source-map-support-0.5.19.tgz' - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 -source-map-url: - _latest: 0.4.1 - _: - ^0.4.0: 0.4.1 - 0.4.1: - $: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== - _: 'https://npme.walmart.com/source-map-url/-/source-map-url-0.4.1.tgz' -spawn-wrap: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg== - _: 'https://npme.walmart.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz' - dependencies: - foreground-child: ^2.0.0 - is-windows: ^1.0.2 - make-dir: ^3.0.0 - rimraf: ^3.0.0 - signal-exit: ^3.0.2 - which: ^2.0.1 -spdx-correct: - _latest: 3.1.1 - _: - ^3.0.0: 3.1.1 - 3.1.1: - $: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - _: 'https://npme.walmart.com/spdx-correct/-/spdx-correct-3.1.1.tgz' - dependencies: - spdx-expression-parse: ^3.0.0 - spdx-license-ids: ^3.0.0 -spdx-exceptions: - _latest: 2.3.0 - _: - ^2.1.0: 2.3.0 - 2.3.0: - $: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - _: 'https://npme.walmart.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz' -spdx-expression-parse: - _latest: 3.0.1 - _: - ^3.0.0: 3.0.1 - 3.0.1: - $: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - _: 'https://npme.walmart.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz' - dependencies: - spdx-exceptions: ^2.1.0 - spdx-license-ids: ^3.0.0 -spdx-license-ids: - _latest: 3.0.7 - _: - ^3.0.0: 3.0.7 - 3.0.7: - $: sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== - _: 'https://npme.walmart.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz' -spdy: - _latest: 4.0.2 - _: - ^4.0.0: 4.0.2 - 4.0.2: - $: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== - _: 'https://npme.walmart.com/spdy/-/spdy-4.0.2.tgz' - dependencies: - debug: ^4.1.0 - handle-thing: ^2.0.0 - http-deceiver: ^1.2.7 - select-hose: ^2.0.0 - spdy-transport: ^3.0.0 -spdy-transport: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== - _: 'https://npme.walmart.com/spdy-transport/-/spdy-transport-3.0.0.tgz' - dependencies: - debug: ^4.1.0 - detect-node: ^2.0.4 - hpack.js: ^2.1.6 - obuf: ^1.1.2 - readable-stream: ^3.0.6 - wbuf: ^1.7.3 -split-string: - _latest: 6.1.0 - _: - '^3.0.1,^3.0.2': 3.1.0 - 3.1.0: - $: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - _: 'https://npme.walmart.com/split-string/-/split-string-3.1.0.tgz' - dependencies: - extend-shallow: ^3.0.0 -split2: - _latest: 3.2.2 - _: - ^3.1.1: 3.2.2 - 3.2.2: - $: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== - _: 'https://npme.walmart.com/split2/-/split2-3.2.2.tgz' - dependencies: - readable-stream: ^3.0.0 -sprintf-js: - _latest: 1.1.2 - _: - ~1.0.2: 1.0.3 - 1.0.3: - $: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - _: 'https://npme.walmart.com/sprintf-js/-/sprintf-js-1.0.3.tgz' -sshpk: - _latest: 1.16.1 - _: - ^1.7.0: 1.16.1 - 1.16.1: - $: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - _: 'https://npme.walmart.com/sshpk/-/sshpk-1.16.1.tgz' - dependencies: - asn1: ~0.2.3 - assert-plus: ^1.0.0 - dashdash: ^1.12.0 - getpass: ^0.1.1 - safer-buffer: ^2.0.2 - jsbn: ~0.1.0 - tweetnacl: ~0.14.0 - ecc-jsbn: ~0.1.1 - bcrypt-pbkdf: ^1.0.0 -ssri: - _latest: 8.0.1 - _: - ^8.0.0: 8.0.1 - 8.0.1: - $: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== - _: 'https://npme.walmart.com/ssri/-/ssri-8.0.1.tgz' - dependencies: - minipass: ^3.1.1 -stable: - _latest: 0.1.8 - _: - ^0.1.8: 0.1.8 - 0.1.8: - $: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - _: 'https://npme.walmart.com/stable/-/stable-0.1.8.tgz' -stack-trace: - _latest: 0.0.10 - _: - 0.0.x: 0.0.10 - 0.0.10: - $: sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= - _: 'https://npme.walmart.com/stack-trace/-/stack-trace-0.0.10.tgz' -static-extend: - _latest: 0.1.2 - _: - ^0.1.1: 0.1.2 - 0.1.2: - $: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - _: 'https://npme.walmart.com/static-extend/-/static-extend-0.1.2.tgz' - dependencies: - define-property: ^0.2.5 - object-copy: ^0.1.0 -statuses: - _latest: 2.0.1 - _: - '>= 1.4.0 < 2': 1.5.0 - 1.5.0: - $: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - _: 'https://npme.walmart.com/statuses/-/statuses-1.5.0.tgz' -string-array: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-IHgqBWTsXuE27ZL7N9/XBIzWWrSwr9tKJw6qdIOMGIM2sxxJRvJe9vQMPW37MHrxidXlyJD8w61mQ6qLvnjqvg== - _: 'https://npme.walmart.com/string-array/-/string-array-1.0.1.tgz' -string-hash: - _latest: 1.1.3 - _: - ^1.1.1: 1.1.3 - 1.1.3: - $: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - _: 'https://npme.walmart.com/string-hash/-/string-hash-1.1.3.tgz' -string-natural-compare: - _latest: 3.0.1 - _: - ^3.0.1: 3.0.1 - 3.0.1: - $: sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== - _: 'https://npme.walmart.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz' -string-similarity: - _latest: 4.0.4 - _: - ^4.0.1: 4.0.4 - 4.0.4: - $: sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ== - _: 'https://npme.walmart.com/string-similarity/-/string-similarity-4.0.4.tgz' -string-width: - _latest: 4.2.2 - _: - ^3.0.0: 3.1.0 - '^4.0.0,^4.1.0,^4.2.0': 4.2.2 - 4.2.2: - $: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== - _: 'https://npme.walmart.com/string-width/-/string-width-4.2.2.tgz' - dependencies: - emoji-regex: ^8.0.0 - is-fullwidth-code-point: ^3.0.0 - strip-ansi: ^6.0.0 - 3.1.0: - $: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - _: 'https://npme.walmart.com/string-width/-/string-width-3.1.0.tgz' - dependencies: - emoji-regex: ^7.0.1 - is-fullwidth-code-point: ^2.0.0 - strip-ansi: ^5.1.0 -string.prototype.matchall: - _latest: 4.0.4 - _: - ^4.0.2: 4.0.4 - 4.0.4: - $: sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ== - _: 'https://npme.walmart.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.18.0-next.2 - has-symbols: ^1.0.1 - internal-slot: ^1.0.3 - regexp.prototype.flags: ^1.3.1 - side-channel: ^1.0.4 -string.prototype.trimend: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - _: 'https://npme.walmart.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 -string.prototype.trimstart: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - _: 'https://npme.walmart.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 -string_decoder: - _latest: 1.3.0 - _: - ^1.1.1: 1.3.0 - ~1.1.1: 1.1.1 - 1.3.0: - $: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - _: 'https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz' - dependencies: - safe-buffer: ~5.2.0 - 1.1.1: - $: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - _: 'https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz' - dependencies: - safe-buffer: ~5.1.0 -strip-ansi: - _latest: 6.0.0 - _: - ^3.0.0: 3.0.1 - ^4.0.0: 4.0.0 - ^5.1.0: 5.2.0 - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-6.0.0.tgz' - dependencies: - ansi-regex: ^5.0.0 - 5.2.0: - $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-5.2.0.tgz' - dependencies: - ansi-regex: ^4.1.0 - 4.0.0: - $: sha1-qEeQIusaw2iocTibY1JixQXuNo8= - _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-4.0.0.tgz' - dependencies: - ansi-regex: ^3.0.0 - 3.0.1: - $: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-3.0.1.tgz' - dependencies: - ansi-regex: ^2.0.0 -strip-bom: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - _: 'https://npme.walmart.com/strip-bom/-/strip-bom-4.0.0.tgz' -strip-final-newline: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - _: 'https://npme.walmart.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz' -strip-json-comments: - _latest: 3.1.1 - _: - '^3.1.0,^3.1.1': 3.1.1 - 3.1.1: - $: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - _: 'https://npme.walmart.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz' -stylehacks: - _latest: 4.0.3 - _: - ^4.0.0: 4.0.3 - 4.0.3: - $: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== - _: 'https://npme.walmart.com/stylehacks/-/stylehacks-4.0.3.tgz' - dependencies: - browserslist: ^4.0.0 - postcss: ^7.0.0 - postcss-selector-parser: ^3.0.0 -subapp-react: - _latest: 0.0.39-fynlocal_h - _: - ../../packages/subapp-react: 0.0.39-fynlocal_h - 0.0.39-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-react - dependencies: - '@babel/runtime': ^7.8.3 - optional-require: ^1.0.0 - subapp-util: ^1.1.2 - subapp-web: ^1.0.48 - peerDependencies: - react: '*' - react-dom: '*' -subapp-redux: - _latest: 1.0.48-fynlocal_h - _: - ../../packages/subapp-redux: 1.0.48-fynlocal_h - 1.0.48-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-redux - dependencies: - optional-require: ^1.0.0 - subapp-util: ^1.1.2 - subapp-web: ^1.0.48 - peerDependencies: - react: '*' - react-dom: '*' - redux: '*' - react-redux: '*' -subapp-server: - _latest: 1.3.13-fynlocal_h - _: - ../../packages/subapp-server: 1.3.13-fynlocal_h - 1.3.13-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-server - dependencies: - '@hapi/boom': ^7.4.1 - '@xarc/index-page': ^1.0.9 - '@xarc/jsx-renderer': ^1.0.8 - '@xarc/tag-renderer': ^1.0.7 - filter-scan-dir: ^1.0.9 - http-status-codes: ^1.3.0 - optional-require: ^1.0.0 - subapp-util: ^1.1.2 - xaa: ^1.4.0 -subapp-util: - _latest: 1.1.2-fynlocal_h - _: - ../subapp-util: 1.1.2-fynlocal_h - 1.1.2-fynlocal_h: - $: local - _: ../../packages/subapp-util - dependencies: - filter-scan-dir: ^1.0.9 - optional-require: ^1.0.0 -subapp-web: - _latest: 1.0.48-fynlocal_h - _: - '../../packages/subapp-web,../subapp-web': 1.0.48-fynlocal_h - 1.0.48-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-web - dependencies: - '@babel/runtime': ^7.8.3 - history: ^4.9.0 - jsesc: ^2.5.2 - loadjs: ^4.2.0 - lodash: ^4.17.15 - optional-require: ^1.0.0 - request: ^2.88.0 - subapp-util: ^1.1.2 - xaa: ^1.6.0 - peerDependencies: - '@xarc/app': ^10.0.4 -sudo-prompt: - _latest: 9.2.1 - _: - ^8.2.5: 8.2.5 - 8.2.5: - $: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw== - _: 'https://npme.walmart.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz' -supports-color: - _latest: 8.1.1 - _: - ^2.0.0: 2.0.0 - ^3.2.3: 3.2.3 - '^5.3.0,^5.4.0': 5.5.0 - ^6.1.0: 6.1.0 - '^7.0.0,^7.1.0': 7.2.0 - 7.2.0: - $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - _: 'https://npme.walmart.com/supports-color/-/supports-color-7.2.0.tgz' - dependencies: - has-flag: ^4.0.0 - 6.1.0: - $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - _: 'https://npme.walmart.com/supports-color/-/supports-color-6.1.0.tgz' - dependencies: - has-flag: ^3.0.0 - 5.5.0: - $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - _: 'https://npme.walmart.com/supports-color/-/supports-color-5.5.0.tgz' - dependencies: - has-flag: ^3.0.0 - 3.2.3: - $: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= - _: 'https://npme.walmart.com/supports-color/-/supports-color-3.2.3.tgz' - dependencies: - has-flag: ^1.0.0 - 2.0.0: - $: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - _: 'https://npme.walmart.com/supports-color/-/supports-color-2.0.0.tgz' -svgo: - _latest: 2.2.2 - _: - ^1.0.0: 1.3.2 - 1.3.2: - $: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - _: 'https://npme.walmart.com/svgo/-/svgo-1.3.2.tgz' - dependencies: - chalk: ^2.4.1 - coa: ^2.0.2 - css-select: ^2.0.0 - css-select-base-adapter: ^0.1.1 - css-tree: 1.0.0-alpha.37 - csso: ^4.0.2 - js-yaml: ^3.13.1 - mkdirp: ~0.5.1 - object.values: ^1.1.0 - sax: ~1.2.4 - stable: ^0.1.8 - unquote: ~1.1.1 - util.promisify: ~1.0.0 -symbol-observable: - _latest: 3.0.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - _: 'https://npme.walmart.com/symbol-observable/-/symbol-observable-1.2.0.tgz' -table: - _latest: 6.0.7 - _: - ^6.0.4: 6.0.7 - 6.0.7: - $: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== - _: 'https://npme.walmart.com/table/-/table-6.0.7.tgz' - dependencies: - ajv: ^7.0.2 - lodash: ^4.17.20 - slice-ansi: ^4.0.0 - string-width: ^4.2.0 -tapable: - _latest: 2.2.0 - _: - '^2.0.0,^2.1.1,^2.2.0': 2.2.0 - 2.2.0: - $: sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw== - _: 'https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz' -tar: - _latest: 6.1.0 - _: - ^6.0.2: 6.1.0 - 6.1.0: - $: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== - _: 'https://npme.walmart.com/tar/-/tar-6.1.0.tgz' - dependencies: - chownr: ^2.0.0 - fs-minipass: ^2.0.0 - minipass: ^3.0.0 - minizlib: ^2.1.1 - mkdirp: ^1.0.3 - yallist: ^4.0.0 -terser: - _latest: 5.6.1 - _: - ^4.6.3: 4.8.0 - ^5.5.1: 5.6.1 - 5.6.1: - $: sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw== - _: 'https://registry.npmjs.org/terser/-/terser-5.6.1.tgz' - dependencies: - commander: ^2.20.0 - source-map: ~0.7.2 - source-map-support: ~0.5.19 - 4.8.0: - $: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - _: 'https://registry.npmjs.org/terser/-/terser-4.8.0.tgz' - dependencies: - commander: ^2.20.0 - source-map: ~0.6.1 - source-map-support: ~0.5.12 -terser-webpack-plugin: - _latest: 5.1.1 - _: - ^5.1.1: 5.1.1 - 5.1.1: - $: sha512-5XNNXZiR8YO6X6KhSGXfY0QrGrCRlSwAEjIIrlRQR4W8nP69TaJUlh3bkuac6zzgspiGPfKEHcY295MMVExl5Q== - _: 'https://npme.walmart.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.1.tgz' - dependencies: - jest-worker: ^26.6.2 - p-limit: ^3.1.0 - schema-utils: ^3.0.0 - serialize-javascript: ^5.0.1 - source-map: ^0.6.1 - terser: ^5.5.1 - peerDependencies: - webpack: ^5.1.0 -test-exclude: - _latest: 6.0.0 - _: - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - _: 'https://npme.walmart.com/test-exclude/-/test-exclude-6.0.0.tgz' - dependencies: - '@istanbuljs/schema': ^0.1.2 - glob: ^7.1.4 - minimatch: ^3.0.4 -text-table: - _latest: 0.2.0 - _: - ^0.2.0: 0.2.0 - 0.2.0: - $: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - _: 'https://npme.walmart.com/text-table/-/text-table-0.2.0.tgz' -timsort: - _latest: 0.3.0 - _: - ^0.3.0: 0.3.0 - 0.3.0: - $: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - _: 'https://npme.walmart.com/timsort/-/timsort-0.3.0.tgz' -tiny-invariant: - _latest: 1.1.0 - _: - '^1.0.2,^1.1.0': 1.1.0 - 1.1.0: - $: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - _: 'https://npme.walmart.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz' -tiny-lru: - _latest: 7.0.6 - _: - ^7.0.2: 7.0.6 - 7.0.6: - $: sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow== - _: 'https://npme.walmart.com/tiny-lru/-/tiny-lru-7.0.6.tgz' -tiny-warning: - _latest: 1.0.3 - _: - '^1.0.0,^1.0.3': 1.0.3 - 1.0.3: - $: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - _: 'https://npme.walmart.com/tiny-warning/-/tiny-warning-1.0.3.tgz' -to-fast-properties: - _latest: 3.0.1 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - _: 'https://npme.walmart.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz' -to-object-path: - _latest: 0.3.0 - _: - ^0.3.0: 0.3.0 - 0.3.0: - $: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - _: 'https://npme.walmart.com/to-object-path/-/to-object-path-0.3.0.tgz' - dependencies: - kind-of: ^3.0.2 -to-regex: - _latest: 3.0.2 - _: - '^3.0.1,^3.0.2': 3.0.2 - 3.0.2: - $: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - _: 'https://npme.walmart.com/to-regex/-/to-regex-3.0.2.tgz' - dependencies: - define-property: ^2.0.2 - extend-shallow: ^3.0.2 - regex-not: ^1.0.2 - safe-regex: ^1.1.0 -to-regex-range: - _latest: 5.0.1 - _: - ^2.1.0: 2.1.1 - ^5.0.1: 5.0.1 - 5.0.1: - $: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - _: 'https://npme.walmart.com/to-regex-range/-/to-regex-range-5.0.1.tgz' - dependencies: - is-number: ^7.0.0 - 2.1.1: - $: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - _: 'https://npme.walmart.com/to-regex-range/-/to-regex-range-2.1.1.tgz' - dependencies: - is-number: ^3.0.0 - repeat-string: ^1.6.1 -tough-cookie: - _latest: 4.0.0 - _: - ~2.5.0: 2.5.0 - 2.5.0: - $: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - _: 'https://npme.walmart.com/tough-cookie/-/tough-cookie-2.5.0.tgz' - dependencies: - psl: ^1.1.28 - punycode: ^2.1.1 -tslib: - _latest: 2.1.0 - _: - ^1.9.0: 1.14.1 - '^2.0.3,^2.1.0': 2.1.0 - 2.1.0: - $: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== - _: 'https://npme.walmart.com/tslib/-/tslib-2.1.0.tgz' - 1.14.1: - $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - _: 'https://npme.walmart.com/tslib/-/tslib-1.14.1.tgz' -tunnel-agent: - _latest: 0.6.0 - _: - ^0.6.0: 0.6.0 - 0.6.0: - $: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - _: 'https://npme.walmart.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz' - dependencies: - safe-buffer: ^5.0.1 -tweetnacl: - _latest: 1.0.3 - _: - '^0.14.3,~0.14.0': 0.14.5 - 0.14.5: - $: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - _: 'https://npme.walmart.com/tweetnacl/-/tweetnacl-0.14.5.tgz' -type-check: - _latest: 0.4.0 - _: - '^0.4.0,~0.4.0': 0.4.0 - 0.4.0: - $: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - _: 'https://npme.walmart.com/type-check/-/type-check-0.4.0.tgz' - dependencies: - prelude-ls: ^1.2.1 -type-fest: - _latest: 0.21.3 - _: - ^0.11.0: 0.11.0 - ^0.20.2: 0.20.2 - ^0.6.0: 0.6.0 - '^0.8.0,^0.8.1': 0.8.1 - 0.20.2: - $: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - _: 'https://npme.walmart.com/type-fest/-/type-fest-0.20.2.tgz' - 0.11.0: - $: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - _: 'https://npme.walmart.com/type-fest/-/type-fest-0.11.0.tgz' - 0.8.1: - $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - _: 'https://npme.walmart.com/type-fest/-/type-fest-0.8.1.tgz' - 0.6.0: - $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - _: 'https://npme.walmart.com/type-fest/-/type-fest-0.6.0.tgz' -typedarray-to-buffer: - _latest: 4.0.0 - _: - ^3.1.5: 3.1.5 - 3.1.5: - $: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - _: 'https://npme.walmart.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz' - dependencies: - is-typedarray: ^1.0.0 -unbox-primitive: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA== - _: 'https://npme.walmart.com/unbox-primitive/-/unbox-primitive-1.0.0.tgz' - dependencies: - function-bind: ^1.1.1 - has-bigints: ^1.0.0 - has-symbols: ^1.0.0 - which-boxed-primitive: ^1.0.1 -unicode-canonical-property-names-ecmascript: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - _: 'https://npme.walmart.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz' -unicode-match-property-ecmascript: - _latest: 1.0.4 - _: - ^1.0.4: 1.0.4 - 1.0.4: - $: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - _: 'https://npme.walmart.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz' - dependencies: - unicode-canonical-property-names-ecmascript: ^1.0.4 - unicode-property-aliases-ecmascript: ^1.0.4 -unicode-match-property-value-ecmascript: - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - _: 'https://npme.walmart.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz' -unicode-property-aliases-ecmascript: - _latest: 1.1.0 - _: - ^1.0.4: 1.1.0 - 1.1.0: - $: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - _: 'https://npme.walmart.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz' -union-value: - _latest: 2.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - _: 'https://npme.walmart.com/union-value/-/union-value-1.0.1.tgz' - dependencies: - arr-union: ^3.1.0 - get-value: ^2.0.6 - is-extendable: ^0.1.1 - set-value: ^2.0.1 -uniq: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - _: 'https://npme.walmart.com/uniq/-/uniq-1.0.1.tgz' -uniqs: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - _: 'https://npme.walmart.com/uniqs/-/uniqs-2.0.0.tgz' -unique-filename: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - _: 'https://npme.walmart.com/unique-filename/-/unique-filename-1.1.1.tgz' - dependencies: - unique-slug: ^2.0.0 -unique-slug: - _latest: 2.0.2 - _: - ^2.0.0: 2.0.2 - 2.0.2: - $: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - _: 'https://npme.walmart.com/unique-slug/-/unique-slug-2.0.2.tgz' - dependencies: - imurmurhash: ^0.1.4 -universalify: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== - _: 'https://npme.walmart.com/universalify/-/universalify-2.0.0.tgz' -unquote: - _latest: 1.1.1 - _: - ~1.1.1: 1.1.1 - 1.1.1: - $: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - _: 'https://npme.walmart.com/unquote/-/unquote-1.1.1.tgz' -unset-value: - _latest: 2.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - _: 'https://npme.walmart.com/unset-value/-/unset-value-1.0.0.tgz' - dependencies: - has-value: ^0.3.1 - isobject: ^3.0.0 -unwrap-npm-cmd: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-Y0PFhW+X6oahjV/e4yBxThgq0k9Ymh3RwUh6P/rMiGp55X5qa2mQghZAHKyJ9tDPinZntD0Z+5DHFzlx9/UNbg== - _: 'https://npme.walmart.com/unwrap-npm-cmd/-/unwrap-npm-cmd-1.1.1.tgz' - dependencies: - which: ^1.3.1 -upath: - _latest: 2.0.1 - _: - ^1.1.1: 1.2.0 - 1.2.0: - $: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - _: 'https://npme.walmart.com/upath/-/upath-1.2.0.tgz' -uri-js: - _latest: 4.4.1 - _: - ^4.2.2: 4.4.1 - 4.4.1: - $: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - _: 'https://npme.walmart.com/uri-js/-/uri-js-4.4.1.tgz' - dependencies: - punycode: ^2.1.0 -urix: - _latest: 0.1.0 - _: - ^0.1.0: 0.1.0 - 0.1.0: - $: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - _: 'https://npme.walmart.com/urix/-/urix-0.1.0.tgz' - deprecated: 'Please see https://github.com/lydell/urix#deprecated' -url-loader: - _latest: 4.1.1 - _: - ^4.1.0: 4.1.1 - 4.1.1: - $: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== - _: 'https://npme.walmart.com/url-loader/-/url-loader-4.1.1.tgz' - dependencies: - loader-utils: ^2.0.0 - mime-types: ^2.1.27 - schema-utils: ^3.0.0 - peerDependencies: - webpack: '^4.0.0 || ^5.0.0' - file-loader: '*' -use: - _latest: 3.1.1 - _: - ^3.1.0: 3.1.1 - 3.1.1: - $: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - _: 'https://npme.walmart.com/use/-/use-3.1.1.tgz' -util-deprecate: - _latest: 1.0.2 - _: - '^1.0.1,^1.0.2,~1.0.1': 1.0.2 - 1.0.2: - $: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - _: 'https://npme.walmart.com/util-deprecate/-/util-deprecate-1.0.2.tgz' -util.promisify: - _latest: 1.1.1 - _: - ~1.0.0: 1.0.1 - 1.0.1: - $: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - _: 'https://npme.walmart.com/util.promisify/-/util.promisify-1.0.1.tgz' - dependencies: - define-properties: ^1.1.3 - es-abstract: ^1.17.2 - has-symbols: ^1.0.1 - object.getownpropertydescriptors: ^2.1.0 -utila: - _latest: 0.5.0-dev.1 - _: - ~0.4: 0.4.0 - 0.4.0: - $: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= - _: 'https://registry.npmjs.org/utila/-/utila-0.4.0.tgz' -uuid: - _latest: 8.3.2 - _: - '^3.3.2,^3.3.3': 3.4.0 - 3.4.0: - $: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - _: 'https://npme.walmart.com/uuid/-/uuid-3.4.0.tgz' -v8-compile-cache: - _latest: 2.3.0 - _: - '^2.0.3,^2.2.0': 2.3.0 - 2.3.0: - $: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - _: 'https://npme.walmart.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz' -valid-url: - _latest: 1.0.9 - _: - ^1.0.9: 1.0.9 - 1.0.9: - $: sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA= - _: 'https://npme.walmart.com/valid-url/-/valid-url-1.0.9.tgz' -validate-npm-package-license: - _latest: 3.0.4 - _: - ^3.0.1: 3.0.4 - 3.0.4: - $: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - _: 'https://npme.walmart.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz' - dependencies: - spdx-correct: ^3.0.0 - spdx-expression-parse: ^3.0.0 -value-equal: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== - _: 'https://npme.walmart.com/value-equal/-/value-equal-1.0.1.tgz' -vendors: - _latest: 2.0.0 - _: - ^1.0.0: 1.0.4 - 1.0.4: - $: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - _: 'https://npme.walmart.com/vendors/-/vendors-1.0.4.tgz' -verror: - _latest: 1.10.0 - _: - 1.10.0: 1.10.0 - 1.10.0: - $: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - _: 'https://npme.walmart.com/verror/-/verror-1.10.0.tgz' - dependencies: - assert-plus: ^1.0.0 - core-util-is: 1.0.2 - extsprintf: ^1.2.0 -visual-logger: - _latest: 1.1.3 - _: - ^1.1.3: 1.1.3 - 1.1.3: - $: sha512-8XPxTR+RoZZtSkx1TY+aLAvG1EivsO0352WuWyXr0nU7n7T2XOh3ty/QwGS2dx7ZUDJQ5PTVp/p5StXaR11H7w== - _: 'https://npme.walmart.com/visual-logger/-/visual-logger-1.1.3.tgz' - dependencies: - chalk: ^4.0.0 - log-update: ^4.0.0 -watchpack: - _latest: 2.1.1 - _: - ^2.0.0: 2.1.1 - 2.1.1: - $: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw== - _: 'https://npme.walmart.com/watchpack/-/watchpack-2.1.1.tgz' - dependencies: - glob-to-regexp: ^0.4.1 - graceful-fs: ^4.1.2 -wbuf: - _latest: 1.7.3 - _: - '^1.1.0,^1.7.3': 1.7.3 - 1.7.3: - $: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== - _: 'https://npme.walmart.com/wbuf/-/wbuf-1.7.3.tgz' - dependencies: - minimalistic-assert: ^1.0.0 -webpack: - _latest: 5.33.2 - _: - ^5.33.2: 5.33.2 - 5.33.2: - $: sha512-X4b7F1sYBmJx8mlh2B7mV5szEkE0jYNJ2y3akgAP0ERi0vLCG1VvdsIxt8lFd4st6SUy0lf7W0CCQS566MBpJg== - _: 'https://registry.npmjs.org/webpack/-/webpack-5.33.2.tgz' - dependencies: - '@types/eslint-scope': ^3.7.0 - '@types/estree': ^0.0.46 - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/wasm-edit': 1.11.0 - '@webassemblyjs/wasm-parser': 1.11.0 - acorn: ^8.0.4 - browserslist: ^4.14.5 - chrome-trace-event: ^1.0.2 - enhanced-resolve: ^5.7.0 - es-module-lexer: ^0.4.0 - eslint-scope: ^5.1.1 - events: ^3.2.0 - glob-to-regexp: ^0.4.1 - graceful-fs: ^4.2.4 - json-parse-better-errors: ^1.0.2 - loader-runner: ^4.2.0 - mime-types: ^2.1.27 - neo-async: ^2.6.2 - schema-utils: ^3.0.0 - tapable: ^2.1.1 - terser-webpack-plugin: ^5.1.1 - watchpack: ^2.0.0 - webpack-sources: ^2.1.1 -webpack-cli: - _latest: 4.6.0 - _: - ^4.6.0: 4.6.0 - 4.6.0: - $: sha512-9YV+qTcGMjQFiY7Nb1kmnupvb1x40lfpj8pwdO/bom+sQiP4OBMKjHq29YQrlDWDPZO9r/qWaRRywKaRDKqBTA== - _: 'https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.6.0.tgz' - dependencies: - '@discoveryjs/json-ext': ^0.5.0 - '@webpack-cli/configtest': ^1.0.2 - '@webpack-cli/info': ^1.2.3 - '@webpack-cli/serve': ^1.3.1 - colorette: ^1.2.1 - commander: ^7.0.0 - enquirer: ^2.3.6 - execa: ^5.0.0 - fastest-levenshtein: ^1.0.12 - import-local: ^3.0.2 - interpret: ^2.2.0 - rechoir: ^0.7.0 - v8-compile-cache: ^2.2.0 - webpack-merge: ^5.7.3 - peerDependencies: - webpack: '4.x.x || 5.x.x' -webpack-config-composer: - _latest: 1.1.3-fynlocal_h - _: - ../webpack-config-composer: 1.1.3-fynlocal_h - 1.1.3-fynlocal_h: - $: local - _: ../../packages/webpack-config-composer - dependencies: - lodash: ^4.13.1 - tslib: ^2.1.0 -webpack-dev-middleware: - _latest: 4.1.0 - _: - ^4.1.0: 4.1.0 - 4.1.0: - $: sha512-mpa/FY+DiBu5+r5JUIyTCYWRfkWgyA3/OOE9lwfzV9S70A4vJYLsVRKj5rMFEsezBroy2FmPyQ8oBRVW8QmK1A== - _: 'https://npme.walmart.com/webpack-dev-middleware/-/webpack-dev-middleware-4.1.0.tgz' - dependencies: - colorette: ^1.2.1 - mem: ^8.0.0 - memfs: ^3.2.0 - mime-types: ^2.1.28 - range-parser: ^1.2.1 - schema-utils: ^3.0.0 - peerDependencies: - webpack: '^4.0.0 || ^5.0.0' -webpack-hot-middleware: - _latest: 2.25.0 - _: - ^2.25.0: 2.25.0 - 2.25.0: - $: sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - _: 'https://npme.walmart.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz' - dependencies: - ansi-html: 0.0.7 - html-entities: ^1.2.0 - querystring: ^0.2.0 - strip-ansi: ^3.0.0 -webpack-merge: - _latest: 5.7.3 - _: - ^5.7.3: 5.7.3 - 5.7.3: - $: sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA== - _: 'https://npme.walmart.com/webpack-merge/-/webpack-merge-5.7.3.tgz' - dependencies: - clone-deep: ^4.0.1 - wildcard: ^2.0.0 -webpack-sources: - _latest: 2.2.0 - _: - '^1.1.0,^1.4.3': 1.4.3 - '^2.1.1,^2.2.0': 2.2.0 - 2.2.0: - $: sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w== - _: 'https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz' - dependencies: - source-list-map: ^2.0.1 - source-map: ^0.6.1 - 1.4.3: - $: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - _: 'https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz' - dependencies: - source-list-map: ^2.0.0 - source-map: ~0.6.1 -webpack-stats-plugin: - _latest: 1.0.3 - _: - ^1.0.3: 1.0.3 - 1.0.3: - $: sha512-tV/SQHl6lKfBahJcNDmz8JG1rpWPB9NEDQSMIoL74oVAotdxYljpgIsgLzgc1N9QrtA9KEA0moJVwQtNZv2aDA== - _: 'https://npme.walmart.com/webpack-stats-plugin/-/webpack-stats-plugin-1.0.3.tgz' -which: - _latest: 2.0.2 - _: - ^1.3.1: 1.3.1 - ^2.0.1: 2.0.2 - 2.0.2: - $: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - _: 'https://npme.walmart.com/which/-/which-2.0.2.tgz' - dependencies: - isexe: ^2.0.0 - 1.3.1: - $: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - _: 'https://npme.walmart.com/which/-/which-1.3.1.tgz' - dependencies: - isexe: ^2.0.0 -which-boxed-primitive: - _latest: 1.0.2 - _: - ^1.0.1: 1.0.2 - 1.0.2: - $: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - _: 'https://npme.walmart.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz' - dependencies: - is-bigint: ^1.0.1 - is-boolean-object: ^1.1.0 - is-number-object: ^1.0.4 - is-string: ^1.0.5 - is-symbol: ^1.0.3 -which-module: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - _: 'https://npme.walmart.com/which-module/-/which-module-2.0.0.tgz' -widest-line: - _latest: 3.1.0 - _: - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - _: 'https://npme.walmart.com/widest-line/-/widest-line-3.1.0.tgz' - dependencies: - string-width: ^4.0.0 -wildcard: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== - _: 'https://npme.walmart.com/wildcard/-/wildcard-2.0.0.tgz' -winston: - _latest: 3.3.3 - _: - ^2.4.4: 2.4.5 - 2.4.5: - $: sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A== - _: 'https://npme.walmart.com/winston/-/winston-2.4.5.tgz' - dependencies: - async: ~1.0.0 - colors: 1.0.x - cycle: 1.0.x - eyes: 0.1.x - isstream: 0.1.x - stack-trace: 0.0.x -word-wrap: - _latest: 1.2.3 - _: - ^1.2.3: 1.2.3 - 1.2.3: - $: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - _: 'https://npme.walmart.com/word-wrap/-/word-wrap-1.2.3.tgz' -wrap-ansi: - _latest: 7.0.0 - _: - ^6.2.0: 6.2.0 - ^7.0.0: 7.0.0 - 7.0.0: - $: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - _: 'https://npme.walmart.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz' - dependencies: - ansi-styles: ^4.0.0 - string-width: ^4.1.0 - strip-ansi: ^6.0.0 - 6.2.0: - $: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - _: 'https://npme.walmart.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz' - dependencies: - ansi-styles: ^4.0.0 - string-width: ^4.1.0 - strip-ansi: ^6.0.0 -wrappy: - _latest: 1.0.2 - _: - '1': 1.0.2 - 1.0.2: - $: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - _: 'https://npme.walmart.com/wrappy/-/wrappy-1.0.2.tgz' -write-file-atomic: - _latest: 3.0.3 - _: - ^3.0.0: 3.0.3 - 3.0.3: - $: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - _: 'https://npme.walmart.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz' - dependencies: - imurmurhash: ^0.1.4 - is-typedarray: ^1.0.0 - signal-exit: ^3.0.2 - typedarray-to-buffer: ^3.1.5 -xaa: - _latest: 1.7.0 - _: - '^1.4.0,^1.5.0,^1.6.0,^1.7.0': 1.7.0 - 1.7.0: - $: sha512-Q779RyQA/KjaA0DIocmFtIHBLIZiVzM/EiSQ2kgvLdJW/CkC1jlXH6QeCYLbroUkKjYaIxVMoeXPg4Dzlp+6VQ== - _: 'https://npme.walmart.com/xaa/-/xaa-1.7.0.tgz' - dependencies: - tslib: ^2.1.0 -xenv-config: - _latest: 1.3.1 - _: - ^1.3.1: 1.3.1 - 1.3.1: - $: sha512-ekNalpPoXwgWx1tE384qlkx8+17ANcpmCtak4TYK1EsEcM+0a607TqszGHv4sWMBuogM28XyJmzcRoIgMjABIA== - _: 'https://npme.walmart.com/xenv-config/-/xenv-config-1.3.1.tgz' -xsh: - _latest: 0.4.5 - _: - ^0.4.5: 0.4.5 - 0.4.5: - $: sha512-Tkmj2v1+Uik0zaTU/0+Qwbv8b/NEnPwHgSfnhPIjlSoIb2dRW8HlJMrJb4x232LoITzZATKr7fhdMR4renzhzg== - _: 'https://npme.walmart.com/xsh/-/xsh-0.4.5.tgz' - dependencies: - shcmd: ^0.8.4 -y18n: - _latest: 5.0.5 - _: - ^4.0.0: 4.0.1 - 4.0.1: - $: sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== - _: 'https://npme.walmart.com/y18n/-/y18n-4.0.1.tgz' -yallist: - _latest: 4.0.0 - _: - ^2.1.2: 2.1.2 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - _: 'https://npme.walmart.com/yallist/-/yallist-4.0.0.tgz' - 2.1.2: - $: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - _: 'https://npme.walmart.com/yallist/-/yallist-2.1.2.tgz' -yargs: - _latest: 16.2.0 - _: - ^15.0.2: 15.4.1 - 15.4.1: - $: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - _: 'https://npme.walmart.com/yargs/-/yargs-15.4.1.tgz' - dependencies: - cliui: ^6.0.0 - decamelize: ^1.2.0 - find-up: ^4.1.0 - get-caller-file: ^2.0.1 - require-directory: ^2.1.1 - require-main-filename: ^2.0.0 - set-blocking: ^2.0.0 - string-width: ^4.2.0 - which-module: ^2.0.0 - y18n: ^4.0.0 - yargs-parser: ^18.1.2 -yargs-parser: - _latest: 20.2.7 - _: - ^18.1.2: 18.1.3 - 18.1.3: - $: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - _: 'https://npme.walmart.com/yargs-parser/-/yargs-parser-18.1.3.tgz' - dependencies: - camelcase: ^5.0.0 - decamelize: ^1.2.0 -yocto-queue: - _latest: 0.1.0 - _: - ^0.1.0: 0.1.0 - 0.1.0: - $: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== - _: 'https://npme.walmart.com/yocto-queue/-/yocto-queue-0.1.0.tgz' diff --git a/samples/poc-subapp/package.json b/samples/poc-subapp/package.json index 7da9e85d1..f6929f6e6 100644 --- a/samples/poc-subapp/package.json +++ b/samples/poc-subapp/package.json @@ -30,45 +30,34 @@ "npm": ">= 5" }, "scripts": { - "dev": "clap -q dev", - "test": "clap check", - "build": "clap build" + "dev": "xrun electrode/dev", + "test": "xrun electrode/check", + "build": "xrun electrode/build" }, "dependencies": { "@babel/runtime": "^7.12.5", "@module-federation/concat-runtime": "^0.0.1", - "@xarc/app": "^8.1.6", + "@xarc/app": "11.0.1", "@xarc/fastify-server": "^2.0.0", "electrode-confippet": "^1.5.0", - "history": "^4.10.1", + "history": "^5.3.0", "html-webpack-plugin": "^5.3.1", + "prop-types":"15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^7.2.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", - "redux": "^4.0.5", - "subapp-react": "^0.0.21", - "subapp-redux": "^1.0.30", - "subapp-server": "^1.2.4", - "subapp-web": "^1.0.47" + "react-redux": "^8.0.4", + "react-router": "^6.4.3", + "react-router-dom": "^6.4.3", + "redux": "^4.2.0", + "subapp-react": "1.0.0", + "subapp-redux": "2.0.0", + "subapp-server": "2.0.0", + "subapp-web": "2.0.0" }, "devDependencies": { - "@xarc/app-dev": "^8.1.6", - "@xarc/opt-eslint": "^1.0.0" - }, - "fyn": { - "dependencies": { - "@xarc/app": "../../packages/xarc-app", - "subapp-react": "../../packages/subapp-react", - "subapp-redux": "../../packages/subapp-redux", - "subapp-server": "../../packages/subapp-server", - "subapp-web": "../../packages/subapp-web" - }, - "devDependencies": { - "@xarc/app-dev": "../../packages/xarc-app-dev", - "@xarc/opt-eslint": "../../packages/xarc-opt-eslint" - } + "@xarc/opt-eslint": "^3.0.0", + "@xarc/app-dev": "11.0.1", + "webpack-hot-middleware": "^2.25.3" }, "prettier": { "printWidth": 100, diff --git a/samples/poc-subapp/src/02.main-body/main-body.jsx b/samples/poc-subapp/src/02.main-body/main-body.jsx index d22646068..1da35bd10 100644 --- a/samples/poc-subapp/src/02.main-body/main-body.jsx +++ b/samples/poc-subapp/src/02.main-body/main-body.jsx @@ -1,9 +1,8 @@ import { reduxLoadSubApp } from "subapp-redux"; -import { React, getBrowserHistory } from "subapp-react"; +import { React } from "subapp-react"; import { AppContext } from "subapp-react"; import { connect } from "react-redux"; -import { withRouter } from "react-router"; -import { Router, Route, Switch } from "react-router-dom"; +import { Route, BrowserRouter, Routes } from "react-router-dom"; import { Products } from "../components/products"; import { Navigation } from "../components/navigation"; import { Deals } from "../components/deals"; @@ -16,7 +15,6 @@ const Home = () => { return (

    HOME

    -
    SubApp name: {subApp ? subApp.name : "Not Available from context"}
    IS_SSR: {`${Boolean(isSsr)}`} HAS_REQUEST: {ssr && ssr.request ? "yes" : "no"} @@ -35,20 +33,20 @@ const MainBody = props => { return (
    - - - - - - - + + } {...props} /> + } {...props} /> + } {...props} /> + } {...props} /> + } {...props} /> +
    ); }; const mapStateToProps = state => state; -const Component = withRouter(connect(mapStateToProps, dispatch => ({ dispatch }))(MainBody)); +const Component = connect(mapStateToProps, dispatch => ({ dispatch }))(MainBody); export default reduxLoadSubApp({ name: "MainBody", @@ -57,9 +55,9 @@ export default reduxLoadSubApp({ StartComponent: props => { return ( - + - + ); }, diff --git a/samples/poc-subapp/src/02.main-body/server.jsx b/samples/poc-subapp/src/02.main-body/server.jsx index a9bec9f10..7ad42e722 100644 --- a/samples/poc-subapp/src/02.main-body/server.jsx +++ b/samples/poc-subapp/src/02.main-body/server.jsx @@ -1,12 +1,11 @@ import React from "react"; import subApp from "./main-body"; -import Promise from "bluebird"; -import { StaticRouter } from "react-router-dom"; +import { StaticRouter } from "react-router-dom/server"; module.exports = { prepare: async ({ request, context }) => { - return Promise.delay(50 + Math.random() * 1000) - .return({ + return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 1000)) + .then({ number: { value: 999 }, items: [ { diff --git a/samples/poc-subapp/src/04.footer/server.jsx b/samples/poc-subapp/src/04.footer/server.jsx index fa7f85526..154c2d00d 100644 --- a/samples/poc-subapp/src/04.footer/server.jsx +++ b/samples/poc-subapp/src/04.footer/server.jsx @@ -1,5 +1,4 @@ import { Component } from "./subapp-footer"; -import Promise from "bluebird"; module.exports = { initialize: () => { @@ -7,7 +6,8 @@ module.exports = { }, prepare: () => { // console.log("subapp footer server prepare"); - return Promise.delay(50 + Math.random() * 1000).return({ + + return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 1000)).then({ title: "Your Online Store Copyright" }); }, diff --git a/samples/poc-subapp/src/components/navigation.jsx b/samples/poc-subapp/src/components/navigation.jsx index e8cdd2312..97139e8d5 100644 --- a/samples/poc-subapp/src/components/navigation.jsx +++ b/samples/poc-subapp/src/components/navigation.jsx @@ -1,29 +1,18 @@ import React from "react"; -import { Route, Link } from "react-router-dom"; -import { withRouter } from "react-router"; +import { Link } from "react-router-dom"; const NavItem = props => { - const { to, exact, strict, children } = props; + const { to, children } = props; return ( - { - const cn = match ? "active" : null; - return ( -
  • - -
    {children}
    - -
  • - ); - }} - /> +
  • + +
    {children}
    + +
  • ); }; -const Navigation = () => { +export const Navigation = () => { return ( ); -}; - -const RouterNavigation = withRouter(Navigation); - -export { RouterNavigation as Navigation }; +}; \ No newline at end of file diff --git a/samples/poc-subapp/src/subapps/03.bottom/bottom.jsx b/samples/poc-subapp/src/subapps/03.bottom/bottom.jsx index 864b252cf..889e70112 100644 --- a/samples/poc-subapp/src/subapps/03.bottom/bottom.jsx +++ b/samples/poc-subapp/src/subapps/03.bottom/bottom.jsx @@ -1,7 +1,6 @@ -import { React, getBrowserHistory } from "subapp-react"; +import { React } from "subapp-react"; import { reduxLoadSubApp } from "subapp-redux"; -import { withRouter } from "react-router"; -import { Router, Route, Switch } from "react-router-dom"; +import { Routes, Route, BrowserRouter } from "react-router-dom"; import { createStore } from "redux"; import { connect } from "react-redux"; import PropTypes from "prop-types"; @@ -49,19 +48,17 @@ const MoreDeals = () => { const Bottom = props => { return ( - - } /> - - + + } /> + } /> + ); }; -const Component = withRouter( - connect( - state => state, - dispatch => ({ dispatch }) - )(Bottom) -); +const Component = connect( + state => state, + dispatch => ({ dispatch }) +)(Bottom); export default reduxLoadSubApp({ name: "Bottom", @@ -69,9 +66,9 @@ export default reduxLoadSubApp({ Component, StartComponent: props => { return ( - + - + ); }, reduxCreateStore: initialState => { diff --git a/samples/poc-subapp/src/subapps/03.bottom/server.jsx b/samples/poc-subapp/src/subapps/03.bottom/server.jsx index 0f96495d1..0ee9d5ba5 100644 --- a/samples/poc-subapp/src/subapps/03.bottom/server.jsx +++ b/samples/poc-subapp/src/subapps/03.bottom/server.jsx @@ -1,7 +1,6 @@ import React from "react"; import subApp from "./bottom"; -import { StaticRouter } from "react-router-dom"; -import Promise from "bluebird"; +import { StaticRouter } from "react-router-dom/server"; import Fs from "fs"; let filterImages; @@ -26,7 +25,8 @@ export default { imagesData: filterImages }; const store = subApp.reduxCreateStore(initialState); - return Promise.delay(50 + Math.random() * 500).return({ + + return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 500)).then({ initialState, store }); diff --git a/samples/poc-subapp/xclap.js b/samples/poc-subapp/xrun-tasks.js similarity index 95% rename from samples/poc-subapp/xclap.js rename to samples/poc-subapp/xrun-tasks.js index 9b81926fd..5d3f7daaa 100644 --- a/samples/poc-subapp/xclap.js +++ b/samples/poc-subapp/xrun-tasks.js @@ -15,6 +15,7 @@ const deps = require("./package.json").dependencies; loadDevTasks(xrun, { webpackOptions: { minify: true, + devtool: "eval-cheap-module-source-map", v1RemoteSubApps: { name: "poc-subapp", subAppsToExpose: ["Deal", "Extras"],