diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..53e804ec3 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,43 @@ +#------------------------------------------------------------------------------------------------------------------- +# Keep this section in sync with .gitignore +#------------------------------------------------------------------------------------------------------------------- + +👋 (copy + paste your .gitignore file contents here) 👋 + +#------------------------------------------------------------------------------------------------------------------- +# Prettier-specific overrides +#------------------------------------------------------------------------------------------------------------------- + +# Rush files +common/changes/ +common/scripts/ +common/config/ +common/rush/ +common/temp/ + +CHANGELOG.* + +# Package manager files +pnpm-lock.yaml +yarn.lock +package-lock.json +shrinkwrap.json + +# Build outputs +dist +lib +docs +docusaurus +xchangelog + +# Prettier reformats code blocks inside Markdown, which affects rendered output +*.md + +# Others + +.vscode +.github + +node_modules +.eslintrc +*.html \ No newline at end of file diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 000000000..1ba474f93 --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1,4 @@ +module.exports = { + printWidth: 100, + trailingComma: "none" +}; diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7da9f4e8..709b5d476 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,13 @@ We appreciate any help you can offer. Please follow the guidelines on styling an #### Styling -We are using [prettier] to format all our code with only one custom setting: `--print-width 100`. We are switching to version 2. +We are using [prettier] to format all our code with below simple configuration. We are using version 2 for prettier. +```js +module.exports = { + printWidth: 100, + trailingComma: "none" +}; +``` > If you are making changes to a file that has not been updated yet, please commit the format first before making your changes. diff --git a/commitlint.config.js b/commitlint.config.js index 3580f6021..661d89528 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,5 +1,3 @@ module.exports = { - extends: [ - '@commitlint/config-conventional' - ] -} + extends: ["@commitlint/config-conventional"] +}; diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index e74e56b9b..cd86325c1 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -3147,8 +3147,8 @@ packages: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} dev: false - /@types/graceful-fs/4.1.5: - resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} + /@types/graceful-fs/4.1.6: + resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: '@types/node': 18.11.18 dev: false @@ -3414,8 +3414,8 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.48.0_57f767b06e5dd0a7e2146edfbf014004: - resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} + /@typescript-eslint/eslint-plugin/5.48.1_da5cdd7106ab600812e6b4eeaf354f91: + resolution: {integrity: sha512-9nY5K1Rp2ppmpb9s9S2aBiF3xo5uExCehMDmYmmFqqyxgenbHJ3qbarcLt4ITgaD6r/2ypdlcFRdcuVPnks+fQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3425,10 +3425,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 - '@typescript-eslint/scope-manager': 5.48.0 - '@typescript-eslint/type-utils': 5.48.0_eslint@8.31.0+typescript@4.9.4 - '@typescript-eslint/utils': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.1 + '@typescript-eslint/type-utils': 5.48.1_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/utils': 5.48.1_eslint@8.31.0+typescript@4.9.4 debug: 4.3.4 eslint: 8.31.0 ignore: 5.2.4 @@ -3604,8 +3604,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.48.0_eslint@8.31.0+typescript@4.9.4: - resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} + /@typescript-eslint/parser/5.48.1_eslint@8.31.0+typescript@4.9.4: + resolution: {integrity: sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3614,9 +3614,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.48.0 - '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.1 + '@typescript-eslint/types': 5.48.1 + '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 debug: 4.3.4 eslint: 8.31.0 typescript: 4.9.4 @@ -3632,16 +3632,16 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: false - /@typescript-eslint/scope-manager/5.48.0: - resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==} + /@typescript-eslint/scope-manager/5.48.1: + resolution: {integrity: sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/visitor-keys': 5.48.0 + '@typescript-eslint/types': 5.48.1 + '@typescript-eslint/visitor-keys': 5.48.1 dev: false - /@typescript-eslint/type-utils/5.48.0_eslint@8.31.0+typescript@4.9.4: - resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} + /@typescript-eslint/type-utils/5.48.1_eslint@8.31.0+typescript@4.9.4: + resolution: {integrity: sha512-Hyr8HU8Alcuva1ppmqSYtM/Gp0q4JOp1F+/JH5D1IZm/bUBrV0edoewQZiEc1r6I8L4JL21broddxK8HAcZiqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3650,8 +3650,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 + '@typescript-eslint/utils': 5.48.1_eslint@8.31.0+typescript@4.9.4 debug: 4.3.4 eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 @@ -3665,8 +3665,8 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/types/5.48.0: - resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==} + /@typescript-eslint/types/5.48.1: + resolution: {integrity: sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -3774,8 +3774,8 @@ packages: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: - resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} + /@typescript-eslint/typescript-estree/5.48.1_typescript@4.9.4: + resolution: {integrity: sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -3783,8 +3783,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/visitor-keys': 5.48.0 + '@typescript-eslint/types': 5.48.1 + '@typescript-eslint/visitor-keys': 5.48.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3795,17 +3795,17 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.48.0_eslint@8.31.0+typescript@4.9.4: - resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} + /@typescript-eslint/utils/5.48.1_eslint@8.31.0+typescript@4.9.4: + resolution: {integrity: sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==} 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.48.0 - '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.1 + '@typescript-eslint/types': 5.48.1 + '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 eslint: 8.31.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.31.0 @@ -3823,11 +3823,11 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /@typescript-eslint/visitor-keys/5.48.0: - resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==} + /@typescript-eslint/visitor-keys/5.48.1: + resolution: {integrity: sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/types': 5.48.1 eslint-visitor-keys: 3.3.0 dev: false @@ -4556,7 +4556,7 @@ packages: /aria-query/5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: - deep-equal: 2.1.0 + deep-equal: 2.2.0 dev: false /arr-diff/2.0.0: @@ -4820,8 +4820,8 @@ packages: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} dev: false - /aws4/1.11.0: - resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} + /aws4/1.12.0: + resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} dev: false /b64/3.0.3: @@ -7443,12 +7443,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.20 - postcss: 8.4.20 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.20 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.20 - postcss-modules-scope: 3.0.0_postcss@8.4.20 - postcss-modules-values: 4.0.0_postcss@8.4.20 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.21 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.21 + postcss-modules-scope: 3.0.0_postcss@8.4.21 + postcss-modules-values: 4.0.0_postcss@8.4.21 postcss-value-parser: 4.2.0 semver: 7.3.8 webpack: 5.74.0_f52b93474dd2fb1e4f90db635f9d54a8 @@ -7865,15 +7865,17 @@ packages: resolution: {integrity: sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==} dev: false - /deep-equal/2.1.0: - resolution: {integrity: sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==} + /deep-equal/2.2.0: + resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} dependencies: call-bind: 1.0.2 es-get-iterator: 1.1.2 get-intrinsic: 1.1.3 is-arguments: 1.1.1 + is-array-buffer: 3.0.1 is-date-object: 1.0.5 is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 isarray: 2.0.5 object-is: 1.1.5 object-keys: 1.1.1 @@ -8516,7 +8518,7 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 internal-slot: 1.0.4 - is-array-buffer: 3.0.0 + is-array-buffer: 3.0.1 is-callable: 1.2.7 is-negative-zero: 2.0.2 is-regex: 1.1.4 @@ -11051,13 +11053,13 @@ packages: resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} dev: false - /icss-utils/5.1.0_postcss@8.4.20: + /icss-utils/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.20 + postcss: 8.4.21 dev: false /identity-obj-proxy/3.0.0: @@ -11305,11 +11307,12 @@ packages: has-tostringtag: 1.0.0 dev: false - /is-array-buffer/3.0.0: - resolution: {integrity: sha512-TI2hnvT6dPUnn/jARFCJBKL1eeabAfLnKZ2lmW5Uh317s1Ii2IMroL1yMciEk/G+OETykVzlsH6x/L4q/avhgw==} + /is-array-buffer/3.0.1: + resolution: {integrity: sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 + is-typed-array: 1.1.10 dev: false /is-arrayish/0.2.1: @@ -12056,7 +12059,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/graceful-fs': 4.1.5 + '@types/graceful-fs': 4.1.6 '@types/node': 18.11.18 anymatch: 3.1.3 fb-watchman: 2.0.2 @@ -12612,7 +12615,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 10.0.0 - ws: 8.11.0 + ws: 8.12.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -13573,8 +13576,8 @@ packages: mimic-fn: 3.1.0 dev: false - /memfs/3.4.12: - resolution: {integrity: sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==} + /memfs/3.4.13: + resolution: {integrity: sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -15545,13 +15548,13 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-extract-imports/3.0.0_postcss@8.4.20: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.21: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.20 + postcss: 8.4.21 dev: false /postcss-modules-local-by-default/1.2.0: @@ -15561,14 +15564,14 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.4.20: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.21: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.20 - postcss: 8.4.20 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: false @@ -15589,13 +15592,13 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-scope/3.0.0_postcss@8.4.20: + /postcss-modules-scope/3.0.0_postcss@8.4.21: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.20 + postcss: 8.4.21 postcss-selector-parser: 6.0.11 dev: false @@ -15606,14 +15609,14 @@ packages: postcss: 6.0.23 dev: false - /postcss-modules-values/4.0.0_postcss@8.4.20: + /postcss-modules-values/4.0.0_postcss@8.4.21: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.20 - postcss: 8.4.20 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 dev: false /postcss-modules/1.5.0: @@ -15946,8 +15949,8 @@ packages: source-map: 0.6.1 dev: false - /postcss/8.4.20: - resolution: {integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==} + /postcss/8.4.21: + resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -15998,8 +16001,8 @@ packages: hasBin: true dev: false - /prettier/2.8.1: - resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} + /prettier/2.8.2: + resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==} engines: {node: '>=10.13.0'} hasBin: true dev: false @@ -16453,8 +16456,8 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router-dom/6.6.1_react-dom@18.2.0+react@18.2.0: - resolution: {integrity: sha512-u+8BKUtelStKbZD5UcY0NY90WOzktrkJJhyhNg7L0APn9t1qJNLowzrM9CHdpB6+rcPt6qQrlkIXsTvhuXP68g==} + /react-router-dom/6.6.2_react-dom@18.2.0+react@18.2.0: + resolution: {integrity: sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' @@ -16463,7 +16466,7 @@ packages: '@remix-run/router': 1.2.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.6.1_react@18.2.0 + react-router: 6.6.2_react@18.2.0 dev: false /react-router/5.3.4_react@18.2.0: @@ -16483,8 +16486,8 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router/6.6.1_react@18.2.0: - resolution: {integrity: sha512-YkvlYRusnI/IN0kDtosUCgxqHeulN5je+ew8W+iA1VvFhf86kA+JEI/X/8NqYcr11hCDDp906S+SGMpBheNeYQ==} + /react-router/6.6.2_react@18.2.0: + resolution: {integrity: sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' @@ -16942,7 +16945,7 @@ packages: deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: aws-sign2: 0.7.0 - aws4: 1.11.0 + aws4: 1.12.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -17550,12 +17553,12 @@ packages: vscode-textmate: 5.2.0 dev: false - /shiki/0.11.1: - resolution: {integrity: sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==} + /shiki/0.12.1: + resolution: {integrity: sha512-aieaV1m349rZINEBkjxh2QbBvFFQOlgqYTNtCal82hHj4dDZ76oMlQIX+C7ryerBTDiga3e5NfH6smjdJ02BbQ==} dependencies: jsonc-parser: 3.2.0 vscode-oniguruma: 1.7.0 - vscode-textmate: 6.0.0 + vscode-textmate: 8.0.0 dev: false /shiki/0.9.15: @@ -19338,8 +19341,8 @@ packages: typescript: 4.9.4 dev: false - /typedoc/0.23.23_typescript@4.9.4: - resolution: {integrity: sha512-cg1YQWj+/BU6wq74iott513U16fbrPCbyYs04PHZgvoKJIc6EY4xNobyDZh4KMfRGW8Yjv6wwIzQyoqopKOUGw==} + /typedoc/0.23.24_typescript@4.9.4: + resolution: {integrity: sha512-bfmy8lNQh+WrPYcJbtjQ6JEEsVl/ce1ZIXyXhyW+a1vFrjO39t6J8sL/d6FfAGrJTc7McCXgk9AanYBSNvLdIA==} engines: {node: '>= 14.14'} hasBin: true peerDependencies: @@ -19348,7 +19351,7 @@ packages: lunr: 2.3.9 marked: 4.2.5 minimatch: 5.1.2 - shiki: 0.11.1 + shiki: 0.12.1 typescript: 4.9.4 dev: false @@ -19753,8 +19756,8 @@ packages: resolution: {integrity: sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==} dev: false - /vscode-textmate/6.0.0: - resolution: {integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==} + /vscode-textmate/8.0.0: + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: false /w3c-hr-time/1.0.2: @@ -19894,7 +19897,7 @@ packages: dependencies: colorette: 1.4.0 mem: 8.1.1 - memfs: 3.4.12 + memfs: 3.4.13 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 @@ -20316,12 +20319,12 @@ packages: optional: true dev: false - /ws/8.11.0: - resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} + /ws/8.12.0: + resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true @@ -20613,7 +20616,7 @@ packages: open: 8.4.0 optional-require: 1.1.8 pkg-up: 3.1.0 - prettier: 2.8.1 + prettier: 2.8.2 prompts: 2.4.2 ps-get: 1.1.0 read-pkg-up: 7.0.1 @@ -20662,8 +20665,8 @@ packages: '@types/node': 17.0.45 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.48.0_57f767b06e5dd0a7e2146edfbf014004 - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/eslint-plugin': 5.48.1_da5cdd7106ab600812e6b4eeaf354f91 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@8.31.0 @@ -20679,7 +20682,7 @@ packages: mock-require: 3.0.3 nyc: 15.1.0 optional-require: 1.1.8 - prettier: 2.8.1 + prettier: 2.8.2 prompts: 2.4.2 sinon: 13.0.2 sinon-chai: 3.7.0_chai@4.3.7+sinon@13.0.2 @@ -20713,7 +20716,7 @@ packages: mocha: 7.2.0 nyc: 15.1.0 opfs: 1.1.1 - prettier: 2.8.1 + prettier: 2.8.2 prompts: 2.4.2 run-verify: 1.2.6 shcmd: 0.8.4 @@ -20750,7 +20753,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.8.1 + prettier: 2.8.2 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@4.9.4 tslib: 2.4.1 @@ -21013,7 +21016,7 @@ packages: munchy: 1.0.9 nyc: 15.1.0 optional-require: 1.1.8 - prettier: 2.8.1 + prettier: 2.8.2 require-at: 1.0.6 run-verify: 1.2.6 sinon: 7.5.0 @@ -21225,8 +21228,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_273446b12c8078862370da010d46240b - react-router: 6.6.1_react@18.2.0 - react-router-dom: 6.6.1_react-dom@18.2.0+react@18.2.0 + react-router: 6.6.2_react@18.2.0 + react-router-dom: 6.6.2_react-dom@18.2.0+react@18.2.0 redux: 4.2.0 redux-logger: 3.0.6 webpack-hot-middleware: 2.25.3 @@ -21254,8 +21257,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_273446b12c8078862370da010d46240b - react-router: 6.6.1_react@18.2.0 - react-router-dom: 6.6.1_react-dom@18.2.0+react@18.2.0 + react-router: 6.6.2_react@18.2.0 + react-router-dom: 6.6.2_react-dom@18.2.0+react@18.2.0 redux: 4.2.0 webpack-hot-middleware: 2.25.3 transitivePeerDependencies: @@ -21280,8 +21283,8 @@ packages: '@types/react-dom': 18.0.10 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.48.0_57f767b06e5dd0a7e2146edfbf014004 - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/eslint-plugin': 5.48.1_da5cdd7106ab600812e6b4eeaf354f91 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@8.31.0 @@ -21457,8 +21460,8 @@ packages: '@types/react-dom': 18.0.10 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.48.0_57f767b06e5dd0a7e2146edfbf014004 - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/eslint-plugin': 5.48.1_da5cdd7106ab600812e6b4eeaf354f91 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@8.31.0 @@ -21506,8 +21509,8 @@ packages: '@types/react-dom': 18.0.10 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.48.0_57f767b06e5dd0a7e2146edfbf014004 - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/eslint-plugin': 5.48.1_da5cdd7106ab600812e6b4eeaf354f91 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@8.31.0 @@ -21525,8 +21528,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_33366a05964838efc3c58f803becafcf - react-router: 6.6.1_react@18.2.0 - react-router-dom: 6.6.1_react-dom@18.2.0+react@18.2.0 + react-router: 6.6.2_react@18.2.0 + react-router-dom: 6.6.2_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 @@ -21558,8 +21561,8 @@ packages: '@types/react-dom': 18.0.10 '@types/sinon': 10.0.13 '@types/sinon-chai': 3.2.9 - '@typescript-eslint/eslint-plugin': 5.48.0_57f767b06e5dd0a7e2146edfbf014004 - '@typescript-eslint/parser': 5.48.0_eslint@8.31.0+typescript@4.9.4 + '@typescript-eslint/eslint-plugin': 5.48.1_da5cdd7106ab600812e6b4eeaf354f91 + '@typescript-eslint/parser': 5.48.1_eslint@8.31.0+typescript@4.9.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@8.31.0 @@ -21578,7 +21581,7 @@ packages: source-map-support: 0.5.21 ts-node: 10.9.1_0581ab4a3d99d86da3e98604f38a692c tslib: 2.4.1 - typedoc: 0.23.23_typescript@4.9.4 + typedoc: 0.23.24_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - '@swc/core' @@ -21683,8 +21686,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_273446b12c8078862370da010d46240b - react-router: 6.6.1_react@18.2.0 - react-router-dom: 6.6.1_react-dom@18.2.0+react@18.2.0 + react-router: 6.6.2_react@18.2.0 + react-router-dom: 6.6.2_react-dom@18.2.0+react@18.2.0 redux: 4.2.0 run-verify: 1.2.6 transitivePeerDependencies: @@ -21912,7 +21915,7 @@ packages: lodash: 4.17.21 mocha: 8.4.0 nyc: 15.1.0 - prettier: 2.8.1 + prettier: 2.8.2 sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.3.6+sinon@9.2.4 source-map-support: 0.5.21 diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js index 8ca0e6ee1..b8ad6e8ae 100644 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js +++ b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/index.js @@ -20,8 +20,8 @@ const orders = [ ]; const files = Fs.readdirSync(__dirname) - .filter(x => x !== "index.js") - .map(x => x.substr(0, x.length - 3)); + .filter((x) => x !== "index.js") + .map((x) => x.substr(0, x.length - 3)); module.exports = { orders, diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js index ae5290cfe..3dcb05367 100644 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js +++ b/packages/electrode-archetype-webpack-dll-dev/config/webpack/partial/stats.js @@ -8,8 +8,8 @@ module.exports = { new StatsWriterPlugin({ filename: `./stats${tag}.json`, fields: null, - transform: data => { - data.modules.forEach(m => { + transform: (data) => { + data.modules.forEach((m) => { delete m.source; }); delete data.children; diff --git a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js b/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js index 8830cad40..dfc69ccb8 100644 --- a/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js +++ b/packages/electrode-archetype-webpack-dll-dev/config/webpack/util/generate-config.js @@ -18,14 +18,14 @@ function generateConfig(options) { let customConfig; const customDirs = [process.cwd(), Path.resolve("archetype/config/webpack")]; - const foundDir = customDirs.find(d => { + const foundDir = customDirs.find((d) => { customConfig = optionalRequire(Path.join(d, options.configFilename)); return !!customConfig; }); if (foundDir) { const dir = xsh.pathCwd.replace(foundDir); } else { - const dirs = customDirs.map(d => xsh.pathCwd.replace(d)).join("; "); + const dirs = customDirs.map((d) => xsh.pathCwd.replace(d)).join("; "); } if (options.profileNames.indexOf("user") < 0) { @@ -34,10 +34,7 @@ function generateConfig(options) { const keepCustomProps = options.keepCustomProps; const compose = () => { - return composer.compose( - { keepCustomProps }, - options.profileNames - ); + return composer.compose({ keepCustomProps }, options.profileNames); }; let config; diff --git a/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js b/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js index 7d8db321a..e28722e7d 100644 --- a/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js +++ b/packages/electrode-archetype-webpack-dll-dev/test/spec/config-webpack.spec.js @@ -2,7 +2,7 @@ const xsh = require("xsh"); -describe("config webpack", function() { +describe("config webpack", function () { afterEach(() => { try { xsh.$.popd(); diff --git a/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js b/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js index 83b60c103..4fdaf7c9c 100644 --- a/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js +++ b/packages/electrode-archetype-webpack-dll/arch-clap-tasks.js @@ -28,7 +28,7 @@ function webpackConfig(file) { return Path.join(config.webpack, file); } -const showExpl = dev => { +const showExpl = (dev) => { const { entry } = require(Path.resolve(".")); const dllName = _.first(Object.keys(entry)); dev = dev ? "dev." : ""; @@ -107,7 +107,7 @@ function makeTasks() { // "save-cdn-map": { desc: "Process and save a CDN mapping JSON to dist", - task: function() { + task: function () { let jsonFname = this.argv.length > 1 && _.last(this.argv); if (jsonFname && jsonFname.startsWith("--")) { @@ -123,7 +123,7 @@ function makeTasks() { const cdnMapping = JSON.parse(Fs.readFileSync(Path.resolve(jsonFname))); const distMapping = {}; - Object.keys(cdnMapping).forEach(fname => { + Object.keys(cdnMapping).forEach((fname) => { const posixFname = fname.replace(/\\/g, "/"); // posixify path const parts = posixFname.split("/"); const distFile = _.last(parts); @@ -158,7 +158,7 @@ function setDevelopmentEnv() { process.env.NODE_ENV = "development"; } -module.exports = function(xclap) { +module.exports = function (xclap) { setupPath(); xclap = xclap || requireAt(process.cwd())("xclap") || devRequire("xclap"); if (!process.env.hasOwnProperty("FORCE_COLOR")) { diff --git a/packages/electrode-archetype-webpack-dll/config/archetype.js b/packages/electrode-archetype-webpack-dll/config/archetype.js index 9f0cec51f..a24c341ad 100644 --- a/packages/electrode-archetype-webpack-dll/config/archetype.js +++ b/packages/electrode-archetype-webpack-dll/config/archetype.js @@ -9,7 +9,7 @@ const archetype = { dir: Path.resolve(__dirname, ".."), pkg, options: userConfig.options, - addArchetypeConfig: config => Object.assign(archetype, config) + addArchetypeConfig: (config) => Object.assign(archetype, config) }; module.exports = archetype; diff --git a/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js b/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js index d05e2717f..e1ad8159b 100644 --- a/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js +++ b/packages/electrode-archetype-webpack-dll/test/spec/arch-clap.spec.js @@ -4,7 +4,7 @@ const xsh = require("xsh"); const Fs = require("fs"); const archClap = require("../..")(); -describe("save-cdn-map", function() { +describe("save-cdn-map", function () { afterEach(() => { try { xsh.$.popd(); @@ -12,9 +12,9 @@ describe("save-cdn-map", function() { // } }); - it("should process and save raw CDN mappings to dist", done => { + it("should process and save raw CDN mappings to dist", (done) => { xsh.$.pushd("test/fixtures/save-cdn-map"); - archClap.run(["save-cdn-map --file=cdn-assets.json"], err => { + archClap.run(["save-cdn-map --file=cdn-assets.json"], (err) => { expect(err).to.not.exist; const cdnMapping = JSON.parse(Fs.readFileSync("dist/cdn-mapping.json")); expect(cdnMapping).to.deep.equal({ "electrode-dll.test.js": "https://cdn.test.com/9999.js" }); diff --git a/packages/electrode-cdn-file-loader/index.js b/packages/electrode-cdn-file-loader/index.js index 5d87801cf..cf2d29208 100644 --- a/packages/electrode-cdn-file-loader/index.js +++ b/packages/electrode-cdn-file-loader/index.js @@ -24,8 +24,11 @@ module.exports = function (content) { this.emitFile(url, content); - const cdn = "var url = " + JSON.stringify(url) + ";\n" + - "var cdnUrl = typeof _wml !== \"undefined\" && _wml.cdn && _wml.cdn.map(url);\n"; + const cdn = + "var url = " + + JSON.stringify(url) + + ";\n" + + 'var cdnUrl = typeof _wml !== "undefined" && _wml.cdn && _wml.cdn.map(url);\n'; return cdn + "module.exports = cdnUrl || __webpack_public_path__ + url;"; }; diff --git a/packages/electrode-cookies/cookies-js/index.js b/packages/electrode-cookies/cookies-js/index.js index 60b3603bc..80cce922d 100644 --- a/packages/electrode-cookies/cookies-js/index.js +++ b/packages/electrode-cookies/cookies-js/index.js @@ -4,15 +4,15 @@ * * This is free and unencumbered software released into the public domain. */ -(function(global, undefined) { +(function (global, undefined) { "use strict"; - var factory = function(window) { + var factory = function (window) { if (typeof window.document !== "object") { throw new Error("Cookies.js requires a `window` with a `document` object"); } - var Cookies = function(key, value, options) { + var Cookies = function (key, value, options) { return arguments.length === 1 ? Cookies.get(key) : Cookies.set(key, value, options); }; @@ -30,7 +30,7 @@ secure: false }; - Cookies.get = function(key) { + Cookies.get = function (key) { if (Cookies._cachedDocumentCookie !== Cookies._document.cookie) { Cookies._renewCache(); } @@ -40,7 +40,7 @@ return value === undefined ? undefined : decodeURIComponent(value); }; - Cookies.set = function(key, value, options) { + Cookies.set = function (key, value, options) { options = Cookies._getExtendedOptions(options); options.expires = Cookies._getExpiresDate(value === undefined ? -1 : options.expires); @@ -49,11 +49,11 @@ return Cookies; }; - Cookies.expire = function(key, options) { + Cookies.expire = function (key, options) { return Cookies.set(key, undefined, options); }; - Cookies._getExtendedOptions = function(options) { + Cookies._getExtendedOptions = function (options) { return { path: (options && options.path) || Cookies.defaults.path, domain: (options && options.domain) || Cookies.defaults.domain, @@ -63,11 +63,11 @@ }; }; - Cookies._isValidDate = function(date) { + Cookies._isValidDate = function (date) { return Object.prototype.toString.call(date) === "[object Date]" && !isNaN(date.getTime()); }; - Cookies._getExpiresDate = function(expires, now) { + Cookies._getExpiresDate = function (expires, now) { now = now || new Date(); if (typeof expires === "number") { @@ -84,7 +84,7 @@ return expires; }; - Cookies._generateCookieString = function(key, value, options) { + Cookies._generateCookieString = function (key, value, options) { options = options || {}; if (!options.skipEncoding) { @@ -103,7 +103,7 @@ return cookieString; }; - Cookies._getCacheFromString = function(documentCookie) { + Cookies._getCacheFromString = function (documentCookie) { var cookieCache = {}; var cookiesArray = documentCookie ? documentCookie.split("; ") : []; @@ -118,7 +118,7 @@ return cookieCache; }; - Cookies._getKeyValuePairFromCookieString = function(cookieString) { + Cookies._getKeyValuePairFromCookieString = function (cookieString) { // "=" is a valid character in a cookie value according to RFC6265, so cannot `split('=')` var separatorIndex = cookieString.indexOf("="); @@ -141,12 +141,12 @@ }; }; - Cookies._renewCache = function() { + Cookies._renewCache = function () { Cookies._cache = Cookies._getCacheFromString(Cookies._document.cookie); Cookies._cachedDocumentCookie = Cookies._document.cookie; }; - Cookies._areEnabled = function() { + Cookies._areEnabled = function () { var testKey = "cookies.js"; var areEnabled = Cookies.set(testKey, 1).get(testKey) === "1"; Cookies.expire(testKey); @@ -162,7 +162,7 @@ // AMD support if (typeof define === "function" && define.amd) { - define(function() { + define(function () { return cookiesExport; }); // CommonJS/Node.js support diff --git a/packages/electrode-cookies/test/spec/csindex.spec.js b/packages/electrode-cookies/test/spec/csindex.spec.js index 1467e076a..d874f597a 100644 --- a/packages/electrode-cookies/test/spec/csindex.spec.js +++ b/packages/electrode-cookies/test/spec/csindex.spec.js @@ -4,7 +4,7 @@ const cleanup = require("jsdom-global")(); const mockReq = require("mock-require"); const expect = require("chai").expect; -describe("csindex", function() { +describe("csindex", function () { this.timeout(10000); let csIndex; beforeEach(() => { @@ -17,7 +17,7 @@ describe("csindex", function() { cleanup(); }); - it(".set should encode value", function() { + it(".set should encode value", function () { const document = global.document; const key = "($;enc:)"; const value = "i$xx:x;"; @@ -31,7 +31,7 @@ describe("csindex", function() { expect(cookie).to.be.empty; }); - it(".set should honor skipEncoding option", function() { + it(".set should honor skipEncoding option", function () { const document = global.document; const key = "!enc:)"; const value = "i$xx:x"; diff --git a/packages/electrode-cookies/test/spec/hapi-plugin.spec.js b/packages/electrode-cookies/test/spec/hapi-plugin.spec.js index 00e1f191d..448069409 100644 --- a/packages/electrode-cookies/test/spec/hapi-plugin.spec.js +++ b/packages/electrode-cookies/test/spec/hapi-plugin.spec.js @@ -21,7 +21,7 @@ describe("Hapi plugin", () => { delete require.cache[require.resolve("../../hapi-plugin")]; }); - it.skip("should support hapi 16 as default", done => { + it.skip("should support hapi 16 as default", (done) => { const cookiesPlugin = require("../../hapi-plugin"); expect(cookiesPlugin).a("function"); expect(cookiesPlugin.attributes.pkg.name).exist; @@ -57,7 +57,7 @@ describe("Hapi plugin", () => { }); }); - it.skip("should handle request.app.replyStates not being set", done => { + it.skip("should handle request.app.replyStates not being set", (done) => { const cookiesPlugin = require("../../hapi-plugin"); const request = { app: {} }; const reply = { continue: "CONTINUE_SYMBOL" }; diff --git a/packages/electrode-cookies/test/spec/index.spec.js b/packages/electrode-cookies/test/spec/index.spec.js index 9a4057217..0c89cb13f 100644 --- a/packages/electrode-cookies/test/spec/index.spec.js +++ b/packages/electrode-cookies/test/spec/index.spec.js @@ -27,13 +27,13 @@ function makeConfig() { }; } -describe("cookies", function() { +describe("cookies", function () { this.timeout(5000); let currentServer; - const startServer = config => { - return electrodeServer(config).tap(server => { + const startServer = (config) => { + return electrodeServer(config).tap((server) => { currentServer = server; }); }; @@ -54,7 +54,7 @@ describe("cookies", function() { }); it.skip("should set cookie", () => { - const handler = async request => { + const handler = async (request) => { Cookies.set("test", "bar", { path: "/", expires: 0, @@ -113,7 +113,7 @@ describe("cookies", function() { const serverConfig = makeConfig(); return startServer(serverConfig) - .then(server => { + .then((server) => { server.route({ method: "get", path: "/test", @@ -128,16 +128,14 @@ describe("cookies", function() { }); }); }) - .then(response => { + .then((response) => { expect(response.body).to.have.keys(["test1", "now"]); - expect(response.headers["set-cookie"]) - .to.be.an("array") - .with.length(11); + expect(response.headers["set-cookie"]).to.be.an("array").with.length(11); const cookies = CookieParser.parse(response.headers["set-cookie"]); - const verifyCookie = data => { - const c = _.find(cookies, x => x.name === data.name); + const verifyCookie = (data) => { + const c = _.find(cookies, (x) => x.name === data.name); expect(c, `No cookie found with name "${data.name}"`).to.exist; if (data.hasOwnProperty("maxAge")) { const expires = data.maxAge > 0 ? response.body.now + data.maxAge * 1000 : 0; @@ -244,7 +242,7 @@ describe("cookies", function() { const serverConfig = makeConfig(); - return startServer(serverConfig).then(server => { + return startServer(serverConfig).then((server) => { server.route({ method: "get", path: "/test", @@ -257,7 +255,7 @@ describe("cookies", function() { "cookie", 'com.wm.reflector="wmlspartner:abcd@lastupd:456@reflectorid:qwerty";AID=wmlspartner%3Dwmtlabs%3Areflectorid%3D0085370%3Alastupd%3D146984;test=bar;test2=bar2;test3=bar3;test4=bar4;test5=;%28$%3Benc%3A%29=(i%24xx%3Ax%3B);----={%22test%22%3A%2212345%22%2C%22flag%22%3Atrue};' ) // eslint-disable-line - .end(err => { + .end((err) => { return err ? reject(err) : resolve(); }); }); @@ -298,7 +296,7 @@ describe("cookies", function() { const serverConfig = makeConfig(); - return startServer(serverConfig).then(server => { + return startServer(serverConfig).then((server) => { server.route({ method: "get", path: "/test", @@ -311,7 +309,7 @@ describe("cookies", function() { "cookie", 'com.wm.reflector="wmlspartner:abcd@lastupd:456@reflectorid:qwerty";AID=wmlspartner%3Dwmtlabs%3Areflectorid%3D0085370%3Alastupd%3D146984;test=bar;test2=bar2;test3=bar3;test4=bar4;test5=;!$key=(i%24xx%3Ax%3B);----={%22test%22%3A%2212345%22%2C%22flag%22%3Atrue};%25!$foo-key=%%%%' ) // eslint-disable-line - .end(err => { + .end((err) => { return err ? reject(err) : resolve(); }); }); diff --git a/packages/electrode-react-webapp/test/data/critical.css b/packages/electrode-react-webapp/test/data/critical.css index 892782617..563d20e99 100644 --- a/packages/electrode-react-webapp/test/data/critical.css +++ b/packages/electrode-react-webapp/test/data/critical.css @@ -1 +1,3 @@ -body {color: green;} +body { + color: green; +} diff --git a/packages/electrode-react-webapp/test/data/icon-stats-test-pwa.json b/packages/electrode-react-webapp/test/data/icon-stats-test-pwa.json index 1e2974dc3..4407735c0 100644 --- a/packages/electrode-react-webapp/test/data/icon-stats-test-pwa.json +++ b/packages/electrode-react-webapp/test/data/icon-stats-test-pwa.json @@ -2,6 +2,6 @@ "html": [ "", "", - "" + "" ] } diff --git a/packages/electrode-react-webapp/test/data/stats-test-multibundle.json b/packages/electrode-react-webapp/test/data/stats-test-multibundle.json index b0c3b1bc9..3291a5207 100644 --- a/packages/electrode-react-webapp/test/data/stats-test-multibundle.json +++ b/packages/electrode-react-webapp/test/data/stats-test-multibundle.json @@ -1,71 +1,45 @@ { "assetsByChunkName": { - "foo": [ - "foo.bundle.f07a873ce87fc904a6a5.js", - "foo.style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ], - "home": [ - "home.bundle.f07a873ce87fc904a6a5.js", - "home.style.f07a873ce87fc904a6a5.css" - ] + "foo": ["foo.bundle.f07a873ce87fc904a6a5.js", "foo.style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"], + "home": ["home.bundle.f07a873ce87fc904a6a5.js", "home.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "foo.style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "foo.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "foo.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "bar.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "foo.bundle.f07a873ce87fc904a6a5.js", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "bar.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "home.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "bar.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }, { - "name": "home.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }] + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "bar.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "home.style.f07a873ce87fc904a6a5.css", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + }, + { + "name": "home.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + } + ] } diff --git a/packages/electrode-react-webapp/test/data/stats-test-one-bundle.json b/packages/electrode-react-webapp/test/data/stats-test-one-bundle.json index 42edae47e..6edfc4cf9 100644 --- a/packages/electrode-react-webapp/test/data/stats-test-one-bundle.json +++ b/packages/electrode-react-webapp/test/data/stats-test-one-bundle.json @@ -1,27 +1,19 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }] + "chunks": [0], + "chunkNames": ["main"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["main"] + } + ] } diff --git a/packages/electrode-react-webapp/test/data/stats-test-pwa.json b/packages/electrode-react-webapp/test/data/stats-test-pwa.json index e937fef13..e4d032ecf 100644 --- a/packages/electrode-react-webapp/test/data/stats-test-pwa.json +++ b/packages/electrode-react-webapp/test/data/stats-test-pwa.json @@ -1,36 +1,26 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "manifest.json", - "size": 888, - "chunks": [], - "chunkNames": [] - }] + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "manifest.json", + "size": 888, + "chunks": [], + "chunkNames": [] + } + ] } diff --git a/packages/electrode-react-webapp/test/fixtures/async-error.js b/packages/electrode-react-webapp/test/fixtures/async-error.js index a84cb4dc2..67a284832 100644 --- a/packages/electrode-react-webapp/test/fixtures/async-error.js +++ b/packages/electrode-react-webapp/test/fixtures/async-error.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async error module"); return Promise.reject("error from test/fixtures/async-error"); } diff --git a/packages/electrode-react-webapp/test/fixtures/async-ok.js b/packages/electrode-react-webapp/test/fixtures/async-ok.js index 1d5db1518..50d6e97d9 100644 --- a/packages/electrode-react-webapp/test/fixtures/async-ok.js +++ b/packages/electrode-react-webapp/test/fixtures/async-ok.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async ok module"); return Promise.resolve(); } diff --git a/packages/electrode-react-webapp/test/fixtures/custom-1.js b/packages/electrode-react-webapp/test/fixtures/custom-1.js index 91b977aa4..478e84f43 100644 --- a/packages/electrode-react-webapp/test/fixtures/custom-1.js +++ b/packages/electrode-react-webapp/test/fixtures/custom-1.js @@ -3,7 +3,7 @@ module.exports = function setup() { return { name: "custom-1", - process: function(context) { + process: function (context) { context.output.add("
from custom-1
"); } }; diff --git a/packages/electrode-react-webapp/test/fixtures/custom-call.js b/packages/electrode-react-webapp/test/fixtures/custom-call.js index d9e636021..8f932a7d5 100644 --- a/packages/electrode-react-webapp/test/fixtures/custom-call.js +++ b/packages/electrode-react-webapp/test/fixtures/custom-call.js @@ -3,7 +3,7 @@ function setup() { return { name: "custom-call", - process: function() { + process: function () { return Promise.resolve(`_call process from custom-call token fixture`); } }; diff --git a/packages/electrode-react-webapp/test/fixtures/return-undefined.js b/packages/electrode-react-webapp/test/fixtures/return-undefined.js index d1823ec85..335b411ee 100644 --- a/packages/electrode-react-webapp/test/fixtures/return-undefined.js +++ b/packages/electrode-react-webapp/test/fixtures/return-undefined.js @@ -2,6 +2,6 @@ module.exports = () => { return { - process: function() {} + process: function () {} }; }; diff --git a/packages/electrode-react-webapp/test/fixtures/string-only.js b/packages/electrode-react-webapp/test/fixtures/string-only.js index 76a7a8aea..64c104194 100644 --- a/packages/electrode-react-webapp/test/fixtures/string-only.js +++ b/packages/electrode-react-webapp/test/fixtures/string-only.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function() { + process: function () { return "\nfrom string only module"; } }; diff --git a/packages/electrode-react-webapp/test/fixtures/template-processor-1.js b/packages/electrode-react-webapp/test/fixtures/template-processor-1.js index 15d6c3e46..0fe0238c6 100644 --- a/packages/electrode-react-webapp/test/fixtures/template-processor-1.js +++ b/packages/electrode-react-webapp/test/fixtures/template-processor-1.js @@ -1,5 +1,5 @@ "use strict"; -module.exports = function() { +module.exports = function () { return "template-processor-1"; }; diff --git a/packages/electrode-react-webapp/test/fixtures/template-processor-2.js b/packages/electrode-react-webapp/test/fixtures/template-processor-2.js index 115948f57..15f81fb7d 100644 --- a/packages/electrode-react-webapp/test/fixtures/template-processor-2.js +++ b/packages/electrode-react-webapp/test/fixtures/template-processor-2.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - templateProcessor: function() { + templateProcessor: function () { return "template-processor-2"; } }; diff --git a/packages/electrode-react-webapp/test/fixtures/template-processor-3.js b/packages/electrode-react-webapp/test/fixtures/template-processor-3.js index eb785eb37..cb5ebcd6a 100644 --- a/packages/electrode-react-webapp/test/fixtures/template-processor-3.js +++ b/packages/electrode-react-webapp/test/fixtures/template-processor-3.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - oops: function() { + oops: function () { return "template-processor-3"; } }; diff --git a/packages/electrode-react-webapp/test/fixtures/wants-next.js b/packages/electrode-react-webapp/test/fixtures/wants-next.js index 0449f4868..403068ddf 100644 --- a/packages/electrode-react-webapp/test/fixtures/wants-next.js +++ b/packages/electrode-react-webapp/test/fixtures/wants-next.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom wants next module"); } }; diff --git a/packages/electrode-react-webapp/test/perf-1.js b/packages/electrode-react-webapp/test/perf-1.js index d16c1bbac..77a81b91b 100644 --- a/packages/electrode-react-webapp/test/perf-1.js +++ b/packages/electrode-react-webapp/test/perf-1.js @@ -31,7 +31,7 @@ function test1() { defer: true, fn: render }) - .on("complete", function() { + .on("complete", function () { console.log(this[0].times, 1 / this[0].times.period); }) .run(); diff --git a/packages/electrode-react-webapp/test/router-engine/routes.jsx b/packages/electrode-react-webapp/test/router-engine/routes.jsx index 157be60cd..e18e64ff7 100644 --- a/packages/electrode-react-webapp/test/router-engine/routes.jsx +++ b/packages/electrode-react-webapp/test/router-engine/routes.jsx @@ -48,10 +48,9 @@ function TestRedux({ inc }) { return
Test Redux
; } -const ConnectedTestRedux = connect( - null, - dispatch => ({ inc: () => dispatch({ type: "INC_NUMBER" }) }) -)(TestRedux); +const ConnectedTestRedux = connect(null, dispatch => ({ + inc: () => dispatch({ type: "INC_NUMBER" }) +}))(TestRedux); // // Similar React Router 3 routes @@ -93,7 +92,7 @@ const ConnectedTestRedux = connect( // init should return: const init1 = { - reducer: { foo: function() {} }, + reducer: { foo: function () {} }, initialState: { foo: {} } }; @@ -108,7 +107,7 @@ const init1 = { // redux store and to skip the combineReducers behavior const init2 = { - reducer: function() {}, + reducer: function () {}, initialState: {} }; diff --git a/packages/electrode-react-webapp/test/spec/async-template.spec.js b/packages/electrode-react-webapp/test/spec/async-template.spec.js index e6ee5b5e1..c8926efa3 100644 --- a/packages/electrode-react-webapp/test/spec/async-template.spec.js +++ b/packages/electrode-react-webapp/test/spec/async-template.spec.js @@ -8,7 +8,7 @@ const xstdout = require("xstdout"); const silentIntercept = true; -describe("async-template", function() { +describe("async-template", function () { let intercept; afterEach(() => { @@ -364,7 +364,7 @@ describe("async-template", function() { ).to.throw(`at line 4 col 3 - 'ssr-content foo='bar' has malformed prop: mismatch quote ';`); }); - describe("addTokens", function() { + describe("addTokens", function () { const insertTokens = [ { token: "a" }, { token: "b", props: { foo: 1 } }, @@ -639,7 +639,7 @@ describe("async-template", function() { }); }); - describe("removeTokens", function() { + describe("removeTokens", function () { const testRemove1 = (options = {}) => { const htmlFile = Path.join(__dirname, "../data/template2.html"); intercept = xstdout.intercept(silentIntercept); @@ -890,7 +890,7 @@ describe("async-template", function() { }); }); - describe("_findTokenIndex", function() { + describe("_findTokenIndex", function () { it("should validate and return index", () => { const htmlFile = Path.join(__dirname, "../data/template2.html"); const asyncTemplate = new AsyncTemplate({ @@ -972,7 +972,7 @@ describe("async-template", function() { }); }); - describe("findTokenByStr", function() { + describe("findTokenByStr", function () { it("should find tokens by str and return result", () => { const htmlFile = Path.join(__dirname, "../data/template2.html"); const asyncTemplate = new AsyncTemplate({ diff --git a/packages/electrode-react-webapp/test/spec/express.index.spec.js b/packages/electrode-react-webapp/test/spec/express.index.spec.js index e7521d66d..4d180009a 100644 --- a/packages/electrode-react-webapp/test/spec/express.index.spec.js +++ b/packages/electrode-react-webapp/test/spec/express.index.spec.js @@ -6,7 +6,7 @@ const registerRoutes = require("../../lib/express"); const request = require("superagent"); const expect = require("chai").expect; -describe("express electrode-react-webapp", function() { +describe("express electrode-react-webapp", function () { const webappOptions = responseForBadStatus => { return { pageTitle: "Electrode App", diff --git a/packages/electrode-react-webapp/test/spec/group-scripts.spec.js b/packages/electrode-react-webapp/test/spec/group-scripts.spec.js index 455dac07b..a05196b03 100644 --- a/packages/electrode-react-webapp/test/spec/group-scripts.spec.js +++ b/packages/electrode-react-webapp/test/spec/group-scripts.spec.js @@ -28,7 +28,7 @@ const data = [ const groupScripts = require("../../lib/group-scripts"); const chai = require("chai"); -describe("group-scripts", function() { +describe("group-scripts", function () { it("should group scripts", () => { const expected = [ "a;\n\nb;\n\nc;", diff --git a/packages/electrode-react-webapp/test/spec/hapi.index.spec.js b/packages/electrode-react-webapp/test/spec/hapi.index.spec.js index 2e500aefc..cf406df45 100644 --- a/packages/electrode-react-webapp/test/spec/hapi.index.spec.js +++ b/packages/electrode-react-webapp/test/spec/hapi.index.spec.js @@ -1006,7 +1006,7 @@ describe("hapi 16 electrode-react-webapp", () => { }); it("should add a nonce value as provided by a function in the config", () => { - configOptions.cspNonceValue = function(request, type) { + configOptions.cspNonceValue = function (request, type) { return `==${type}`; }; @@ -1099,7 +1099,7 @@ describe("hapi 16 electrode-react-webapp", () => { it("should inject critical css with a nonce value provided by a function", () => { configOptions.criticalCSS = "test/data/critical.css"; - configOptions.cspNonceValue = function(request, type) { + configOptions.cspNonceValue = function (request, type) { return `==${type}`; }; @@ -1564,7 +1564,7 @@ describe("hapi 16 electrode-react-webapp", () => { }); }); - describe("with webpackDev", function() { + describe("with webpackDev", function () { it("should skip if webpack dev is not valid", () => { return electrodeServer(config).then(server => { server.ext({ diff --git a/packages/electrode-react-webapp/test/spec/hapi17.index.spec.js b/packages/electrode-react-webapp/test/spec/hapi17.index.spec.js index 2b547eef7..7eaab46fc 100644 --- a/packages/electrode-react-webapp/test/spec/hapi17.index.spec.js +++ b/packages/electrode-react-webapp/test/spec/hapi17.index.spec.js @@ -1664,7 +1664,6 @@ describe("hapi 17 electrode-react-webapp", () => { .inject({ method: "GET", url: "/" - }) .then(() => { stdoutIntercept.restore(); @@ -1685,7 +1684,7 @@ describe("hapi 17 electrode-react-webapp", () => { .then(res => { expect(res.result).includes( `` + - `Nested Title` + `Nested Title` ); expect(res.result) .includes(`window._config.ui = {"webappPrefix":""};\n diff --git a/packages/electrode-react-webapp/test/spec/hapi17.jsx-index.spec.js b/packages/electrode-react-webapp/test/spec/hapi17.jsx-index.spec.js index 8ec16ddfd..2acaa1377 100644 --- a/packages/electrode-react-webapp/test/spec/hapi17.jsx-index.spec.js +++ b/packages/electrode-react-webapp/test/spec/hapi17.jsx-index.spec.js @@ -1086,7 +1086,7 @@ describe("hapi 17 electrode-react-webapp with jsx template", () => { }); it("should add a nonce value as provided by a function in the config", () => { - configOptions.cspNonceValue = function(request, type) { + configOptions.cspNonceValue = function (request, type) { return `==${type}`; }; @@ -1181,7 +1181,7 @@ describe("hapi 17 electrode-react-webapp with jsx template", () => { it("should inject critical css with a nonce value provided by a function", () => { configOptions.criticalCSS = "test/data/critical.css"; - configOptions.cspNonceValue = function(request, type) { + configOptions.cspNonceValue = function (request, type) { return `==${type}`; }; @@ -1654,7 +1654,7 @@ describe("hapi 17 electrode-react-webapp with jsx template", () => { }); }); - describe("with webpackDev", function() { + describe("with webpackDev", function () { it("should skip if webpack dev is not valid", () => { return electrodeServer(config).then(server => { server.ext({ diff --git a/packages/electrode-react-webapp/test/spec/jsx/jsx-renderer.spec.js b/packages/electrode-react-webapp/test/spec/jsx/jsx-renderer.spec.js index c8ce65ac0..ccf1c672a 100644 --- a/packages/electrode-react-webapp/test/spec/jsx/jsx-renderer.spec.js +++ b/packages/electrode-react-webapp/test/spec/jsx/jsx-renderer.spec.js @@ -13,7 +13,7 @@ import Template3 from "../../jsx-templates/test3"; import Template4 from "../../jsx-templates/test4"; -describe("Component", function() { +describe("Component", function () { it("should have isComponent and render method", () => { const x = new Component(); expect(x.isComponent()).to.equal(true); @@ -21,14 +21,14 @@ describe("Component", function() { }); }); -describe("IndexPage", function() { +describe("IndexPage", function () { it("should have static memoize", () => { expect(IndexPage.memoize({})).equal(``); expect(IndexPage.memoize({ DOCTYPE: "blah" })).equal(``); }); }); -describe("Jsx Renderer", function() { +describe("Jsx Renderer", function () { it("getTokenInst should return undefined if no token instance", () => { const renderer = new JsxRenderer({ insertTokenIds: true, diff --git a/packages/electrode-react-webapp/test/spec/koa.index.spec.js b/packages/electrode-react-webapp/test/spec/koa.index.spec.js index ea0a89cbf..7be9e4473 100644 --- a/packages/electrode-react-webapp/test/spec/koa.index.spec.js +++ b/packages/electrode-react-webapp/test/spec/koa.index.spec.js @@ -9,7 +9,7 @@ const registerRoutes = require("../../lib/koa"); const request = require("superagent"); const expect = require("chai").expect; -describe("koa electrode-react-webapp", function() { +describe("koa electrode-react-webapp", function () { const webappOptions = responseForBadStatus => { return { pageTitle: "Electrode App", diff --git a/packages/electrode-react-webapp/test/spec/load-handler.spec.js b/packages/electrode-react-webapp/test/spec/load-handler.spec.js index 4fded60a1..2812db8ba 100644 --- a/packages/electrode-react-webapp/test/spec/load-handler.spec.js +++ b/packages/electrode-react-webapp/test/spec/load-handler.spec.js @@ -3,7 +3,7 @@ const loadHandler = require("../../lib/load-handler"); const expect = require("chai").expect; -describe("token module load handler", function() { +describe("token module load handler", function () { it("should handle ES6 module default", () => { const x = loadHandler("../fixtures/token-mod-es6-default", __dirname); expect(x.toString()).contains("function es6Default"); diff --git a/packages/electrode-react-webapp/test/spec/react-webapp.spec.js b/packages/electrode-react-webapp/test/spec/react-webapp.spec.js index cf14b27c7..f9f4904d3 100644 --- a/packages/electrode-react-webapp/test/spec/react-webapp.spec.js +++ b/packages/electrode-react-webapp/test/spec/react-webapp.spec.js @@ -5,8 +5,8 @@ const reactWebapp = require("../../lib/react-webapp"); const expect = require("chai").expect; const xstdout = require("xstdout"); -describe("react-webapp", function() { - describe("resolveContent", function() { +describe("react-webapp", function () { + describe("resolveContent", function () { it("should require module with relative path", () => { const f = "./test/data/foo.js"; expect(reactWebapp.resolveContent({ module: f }).content).to.equal("hello"); @@ -133,7 +133,7 @@ from async ok module`; }); }); - describe("setupOptions", function() { + describe("setupOptions", function () { it("should enable https if ENV is set", () => { process.env.WEBPACK_DEV_HTTPS = "true"; const opt = reactWebapp.setupOptions({}); diff --git a/packages/electrode-react-webapp/test/spec/react/content.spec.js b/packages/electrode-react-webapp/test/spec/react/content.spec.js index 951d18393..c947868d2 100644 --- a/packages/electrode-react-webapp/test/spec/react/content.spec.js +++ b/packages/electrode-react-webapp/test/spec/react/content.spec.js @@ -3,7 +3,7 @@ const Path = require("path"); const content = require("../../../lib/react/content"); -describe("content", function() { +describe("content", function () { let saveEnv; const cwd = process.cwd(); @@ -23,7 +23,7 @@ describe("content", function() { process.chdir(cwd); }); - describe("loadElectrodeDllAssets", function() { + describe("loadElectrodeDllAssets", function () { it("should return empty if unable to load asset data", () => { expect(content.loadElectrodeDllAssets()).to.deep.equal({}); expect(content.loadElectrodeDllAssets({})).to.deep.equal({}); @@ -51,7 +51,7 @@ describe("content", function() { }); }); - describe("makeElectrodeDllScripts", function() { + describe("makeElectrodeDllScripts", function () { it("should return empty string for empty asset", () => { expect(content.makeElectrodeDllScripts({})).to.equal(""); }); diff --git a/packages/electrode-react-webapp/test/spec/react/handlers/prefetch-bundles.spec.js b/packages/electrode-react-webapp/test/spec/react/handlers/prefetch-bundles.spec.js index a5be8b32b..805ccebf3 100644 --- a/packages/electrode-react-webapp/test/spec/react/handlers/prefetch-bundles.spec.js +++ b/packages/electrode-react-webapp/test/spec/react/handlers/prefetch-bundles.spec.js @@ -2,7 +2,7 @@ const handler = require("../../../../lib/react/handlers/prefetch-bundles"); -describe("prefetch bundles handler", function() { +describe("prefetch bundles handler", function () { it("should return empty string if no prefetch in content", () => { expect(handler({ user: { content: {} } })).to.equal(""); }); diff --git a/packages/electrode-react-webapp/test/spec/render-context.spec.js b/packages/electrode-react-webapp/test/spec/render-context.spec.js index 886183d1e..d19e7e745 100644 --- a/packages/electrode-react-webapp/test/spec/render-context.spec.js +++ b/packages/electrode-react-webapp/test/spec/render-context.spec.js @@ -8,7 +8,7 @@ const xstdout = require("xstdout"); const expect = require("chai").expect; -describe("render-context", function() { +describe("render-context", function () { it("should handle setting all stop modes", () => { const context = new RenderContext({}, {}); context.stop = RenderContext.FULL_STOP; diff --git a/packages/electrode-react-webapp/test/spec/render-output.spec.js b/packages/electrode-react-webapp/test/spec/render-output.spec.js index 2fbd0a247..14fe27181 100644 --- a/packages/electrode-react-webapp/test/spec/render-output.spec.js +++ b/packages/electrode-react-webapp/test/spec/render-output.spec.js @@ -6,7 +6,7 @@ const streamToArray = require("stream-to-array"); const expect = require("chai").expect; -describe("render-output", function() { +describe("render-output", function () { it("should flush simple string", () => { let text; const context = { diff --git a/packages/electrode-react-webapp/test/spec/token.spec.js b/packages/electrode-react-webapp/test/spec/token.spec.js index 06adb4ac6..d20b9b3c2 100644 --- a/packages/electrode-react-webapp/test/spec/token.spec.js +++ b/packages/electrode-react-webapp/test/spec/token.spec.js @@ -5,7 +5,7 @@ const expect = require("chai").expect; const xstdout = require("xstdout"); const { TOKEN_HANDLER } = require("../../lib/symbols"); -describe("token", function() { +describe("token", function () { it("should create token as internal", () => { const tk = new Token("test", 50); expect(tk.id).to.equal("test"); diff --git a/packages/electrode-react-webapp/test/spec/utils.spec.js b/packages/electrode-react-webapp/test/spec/utils.spec.js index a98d7e3b2..6a6b31285 100644 --- a/packages/electrode-react-webapp/test/spec/utils.spec.js +++ b/packages/electrode-react-webapp/test/spec/utils.spec.js @@ -6,7 +6,7 @@ const utils = require("../../lib/utils"); const Path = require("path"); const sinon = require("sinon"); -describe("utils", function() { +describe("utils", function () { it("getIconStats should return stats w/o html as is", () => { const x = utils.getIconStats("test/data/icon-stats-empty.json"); expect(x).to.deep.equal({ empty: true }); @@ -21,7 +21,7 @@ describe("utils", function() { delete process.env.WEBPACK_DEV; }); - describe("htmlifyError", function() { + describe("htmlifyError", function () { let save; beforeEach(() => { if (process.env.hasOwnProperty("NODE_ENV")) { @@ -350,7 +350,7 @@ describe("utils", function() { }); }); - describe("getProdBundles", function() { + describe("getProdBundles", function () { it("should return empty object if no route data or assets", () => { expect(utils.getProdBundles()).to.deep.equal({}); expect(utils.getProdBundles("", {})).to.deep.equal({}); diff --git a/packages/electrode-react-webapp/xrun-tasks.js b/packages/electrode-react-webapp/xrun-tasks.js index fdaae0667..6f8822ba6 100644 --- a/packages/electrode-react-webapp/xrun-tasks.js +++ b/packages/electrode-react-webapp/xrun-tasks.js @@ -1,2 +1,2 @@ const { loadTasks } = require("@xarc/module-dev"); -loadTasks(); \ No newline at end of file +loadTasks(); diff --git a/packages/electrode-redux-router-engine/.babelrc b/packages/electrode-redux-router-engine/.babelrc index a874b9e1c..c0bcbcbf7 100644 --- a/packages/electrode-redux-router-engine/.babelrc +++ b/packages/electrode-redux-router-engine/.babelrc @@ -1,10 +1,14 @@ { - "presets": [ - ["env", + "presets": [ + [ + "env", { - "targets": { - "node": "8" + "targets": { + "node": "8" + } } - }], - "stage-0", "react"] + ], + "stage-0", + "react" + ] } diff --git a/packages/electrode-redux-router-engine/test/escape-chars.jsx b/packages/electrode-redux-router-engine/test/escape-chars.jsx index b0ec3f393..73ac9d152 100644 --- a/packages/electrode-redux-router-engine/test/escape-chars.jsx +++ b/packages/electrode-redux-router-engine/test/escape-chars.jsx @@ -15,7 +15,7 @@ export default () => { // return { - store: createStore(state => state, { + store: createStore((state) => state, { scriptTag: '', troublesomeEndings: "LineSeparator: \u2028 ParagraphSeprator: \u2029" }) diff --git a/packages/electrode-redux-router-engine/test/loadable-stats.json b/packages/electrode-redux-router-engine/test/loadable-stats.json index ce54ff2d7..0715ca29c 100644 --- a/packages/electrode-redux-router-engine/test/loadable-stats.json +++ b/packages/electrode-redux-router-engine/test/loadable-stats.json @@ -1 +1,1045 @@ -{"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js","statementMap":{"0":{"start":{"line":5,"column":13},"end":{"line":5,"column":28}},"1":{"start":{"line":6,"column":15},"end":{"line":6,"column":32}},"2":{"start":{"line":7,"column":12},"end":{"line":7,"column":26}},"3":{"start":{"line":8,"column":24},"end":{"line":8,"column":60}},"4":{"start":{"line":9,"column":14},"end":{"line":9,"column":38}},"5":{"start":{"line":10,"column":23},"end":{"line":10,"column":58}},"6":{"start":{"line":11,"column":17},"end":{"line":11,"column":48}},"7":{"start":{"line":12,"column":25},"end":{"line":12,"column":52}},"8":{"start":{"line":13,"column":38},"end":{"line":13,"column":68}},"9":{"start":{"line":14,"column":41},"end":{"line":14,"column":57}},"10":{"start":{"line":15,"column":12},"end":{"line":15,"column":38}},"11":{"start":{"line":16,"column":13},"end":{"line":16,"column":30}},"12":{"start":{"line":17,"column":22},"end":{"line":17,"column":49}},"13":{"start":{"line":19,"column":25},"end":{"line":19,"column":43}},"14":{"start":{"line":20,"column":35},"end":{"line":24,"column":1}},"15":{"start":{"line":27,"column":2},"end":{"line":27,"column":92}},"16":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"17":{"start":{"line":30,"column":22},"end":{"line":30,"column":45}},"18":{"start":{"line":34,"column":4},"end":{"line":34,"column":87}},"19":{"start":{"line":36,"column":4},"end":{"line":36,"column":78}},"20":{"start":{"line":37,"column":4},"end":{"line":37,"column":52}},"21":{"start":{"line":40,"column":31},"end":{"line":42,"column":16}},"22":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"23":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"24":{"start":{"line":45,"column":6},"end":{"line":46,"column":83}},"25":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"26":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"27":{"start":{"line":50,"column":6},"end":{"line":50,"column":83}},"28":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"29":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"30":{"start":{"line":54,"column":6},"end":{"line":54,"column":57}},"31":{"start":{"line":57,"column":4},"end":{"line":57,"column":49}},"32":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"33":{"start":{"line":61,"column":16},"end":{"line":61,"column":54}},"34":{"start":{"line":62,"column":6},"end":{"line":62,"column":49}},"35":{"start":{"line":64,"column":6},"end":{"line":64,"column":36}},"36":{"start":{"line":67,"column":4},"end":{"line":69,"column":69}},"37":{"start":{"line":71,"column":4},"end":{"line":71,"column":55}},"38":{"start":{"line":72,"column":4},"end":{"line":72,"column":44}},"39":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"40":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"41":{"start":{"line":82,"column":4},"end":{"line":82,"column":60}},"42":{"start":{"line":84,"column":4},"end":{"line":84,"column":66}},"43":{"start":{"line":86,"column":4},"end":{"line":86,"column":19}},"44":{"start":{"line":90,"column":21},"end":{"line":90,"column":37}},"45":{"start":{"line":91,"column":18},"end":{"line":91,"column":31}},"46":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"47":{"start":{"line":94,"column":6},"end":{"line":97,"column":8}},"48":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"49":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"50":{"start":{"line":103,"column":6},"end":{"line":105,"column":8}},"51":{"start":{"line":108,"column":4},"end":{"line":108,"column":21}},"52":{"start":{"line":112,"column":4},"end":{"line":127,"column":5}},"53":{"start":{"line":113,"column":6},"end":{"line":113,"column":46}},"54":{"start":{"line":114,"column":23},"end":{"line":114,"column":47}},"55":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"56":{"start":{"line":115,"column":20},"end":{"line":115,"column":36}},"57":{"start":{"line":116,"column":6},"end":{"line":116,"column":41}},"58":{"start":{"line":118,"column":6},"end":{"line":118,"column":47}},"59":{"start":{"line":120,"column":6},"end":{"line":120,"column":49}},"60":{"start":{"line":121,"column":6},"end":{"line":126,"column":8}},"61":{"start":{"line":132,"column":19},"end":{"line":132,"column":36}},"62":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"63":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"64":{"start":{"line":137,"column":8},"end":{"line":137,"column":18}},"65":{"start":{"line":139,"column":8},"end":{"line":139,"column":63}},"66":{"start":{"line":143,"column":4},"end":{"line":143,"column":41}},"67":{"start":{"line":147,"column":4},"end":{"line":147,"column":93}},"68":{"start":{"line":149,"column":18},"end":{"line":149,"column":20}},"69":{"start":{"line":151,"column":18},"end":{"line":151,"column":31}},"70":{"start":{"line":153,"column":4},"end":{"line":167,"column":5}},"71":{"start":{"line":154,"column":20},"end":{"line":154,"column":35}},"72":{"start":{"line":155,"column":19},"end":{"line":155,"column":44}},"73":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"74":{"start":{"line":157,"column":8},"end":{"line":165,"column":10}},"75":{"start":{"line":169,"column":18},"end":{"line":169,"column":23}},"76":{"start":{"line":171,"column":23},"end":{"line":177,"column":5}},"77":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"78":{"start":{"line":172,"column":19},"end":{"line":172,"column":26}},"79":{"start":{"line":173,"column":6},"end":{"line":173,"column":21}},"80":{"start":{"line":174,"column":6},"end":{"line":176,"column":7}},"81":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"82":{"start":{"line":175,"column":27},"end":{"line":175,"column":53}},"83":{"start":{"line":179,"column":18},"end":{"line":179,"column":52}},"84":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"85":{"start":{"line":181,"column":6},"end":{"line":188,"column":9}},"86":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"87":{"start":{"line":192,"column":6},"end":{"line":192,"column":25}},"88":{"start":{"line":193,"column":6},"end":{"line":193,"column":30}},"89":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"90":{"start":{"line":198,"column":6},"end":{"line":198,"column":36}},"91":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"92":{"start":{"line":200,"column":20},"end":{"line":200,"column":39}},"93":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"94":{"start":{"line":206,"column":8},"end":{"line":209,"column":10}},"95":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"96":{"start":{"line":212,"column":8},"end":{"line":212,"column":26}},"97":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"98":{"start":{"line":217,"column":8},"end":{"line":217,"column":34}},"99":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"100":{"start":{"line":220,"column":28},"end":{"line":223,"column":9}},"101":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"102":{"start":{"line":225,"column":8},"end":{"line":225,"column":47}},"103":{"start":{"line":228,"column":8},"end":{"line":228,"column":25}},"104":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"105":{"start":{"line":231,"column":6},"end":{"line":231,"column":57}},"106":{"start":{"line":234,"column":4},"end":{"line":234,"column":25}},"107":{"start":{"line":238,"column":26},"end":{"line":238,"column":51}},"108":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"109":{"start":{"line":242,"column":15},"end":{"line":242,"column":44}},"110":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"111":{"start":{"line":246,"column":6},"end":{"line":246,"column":24}},"112":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"113":{"start":{"line":250,"column":6},"end":{"line":250,"column":81}},"114":{"start":{"line":252,"column":6},"end":{"line":252,"column":96}},"115":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"116":{"start":{"line":258,"column":6},"end":{"line":258,"column":48}},"117":{"start":{"line":260,"column":6},"end":{"line":260,"column":73}},"118":{"start":{"line":261,"column":6},"end":{"line":261,"column":86}},"119":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"120":{"start":{"line":265,"column":8},"end":{"line":267,"column":52}},"121":{"start":{"line":269,"column":8},"end":{"line":269,"column":95}},"122":{"start":{"line":272,"column":6},"end":{"line":289,"column":8}},"123":{"start":{"line":294,"column":12},"end":{"line":294,"column":32}},"124":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"125":{"start":{"line":296,"column":25},"end":{"line":296,"column":34}},"126":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"127":{"start":{"line":299,"column":6},"end":{"line":299,"column":16}},"128":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"129":{"start":{"line":301,"column":6},"end":{"line":301,"column":49}},"130":{"start":{"line":303,"column":6},"end":{"line":303,"column":94}},"131":{"start":{"line":304,"column":6},"end":{"line":304,"column":62}},"132":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"133":{"start":{"line":308,"column":6},"end":{"line":308,"column":38}},"134":{"start":{"line":311,"column":4},"end":{"line":311,"column":29}},"135":{"start":{"line":313,"column":4},"end":{"line":313,"column":13}},"136":{"start":{"line":317,"column":0},"end":{"line":317,"column":35}}},"fnMap":{"0":{"name":"escapeBadChars","decl":{"start":{"line":26,"column":9},"end":{"line":26,"column":23}},"loc":{"start":{"line":26,"column":38},"end":{"line":28,"column":1}},"line":26},"1":{"name":"(anonymous_1)","decl":{"start":{"line":27,"column":48},"end":{"line":27,"column":49}},"loc":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"line":27},"2":{"name":"(anonymous_2)","decl":{"start":{"line":33,"column":2},"end":{"line":33,"column":3}},"loc":{"start":{"line":33,"column":23},"end":{"line":73,"column":3}},"line":33},"3":{"name":"(anonymous_3)","decl":{"start":{"line":41,"column":14},"end":{"line":41,"column":15}},"loc":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"line":41},"4":{"name":"(anonymous_4)","decl":{"start":{"line":45,"column":45},"end":{"line":45,"column":46}},"loc":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"line":46},"5":{"name":"(anonymous_5)","decl":{"start":{"line":50,"column":30},"end":{"line":50,"column":31}},"loc":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"line":50},"6":{"name":"(anonymous_6)","decl":{"start":{"line":75,"column":2},"end":{"line":75,"column":3}},"loc":{"start":{"line":75,"column":32},"end":{"line":87,"column":3}},"line":75},"7":{"name":"(anonymous_7)","decl":{"start":{"line":89,"column":2},"end":{"line":89,"column":3}},"loc":{"start":{"line":89,"column":22},"end":{"line":109,"column":3}},"line":89},"8":{"name":"(anonymous_8)","decl":{"start":{"line":111,"column":2},"end":{"line":111,"column":3}},"loc":{"start":{"line":111,"column":29},"end":{"line":128,"column":3}},"line":111},"9":{"name":"(anonymous_9)","decl":{"start":{"line":131,"column":2},"end":{"line":131,"column":3}},"loc":{"start":{"line":131,"column":37},"end":{"line":144,"column":3}},"line":131},"10":{"name":"(anonymous_10)","decl":{"start":{"line":146,"column":2},"end":{"line":146,"column":3}},"loc":{"start":{"line":146,"column":32},"end":{"line":235,"column":3}},"line":146},"11":{"name":"(anonymous_11)","decl":{"start":{"line":171,"column":23},"end":{"line":171,"column":24}},"loc":{"start":{"line":171,"column":35},"end":{"line":177,"column":5}},"line":171},"12":{"name":"(anonymous_12)","decl":{"start":{"line":208,"column":54},"end":{"line":208,"column":55}},"loc":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"line":208},"13":{"name":"(anonymous_13)","decl":{"start":{"line":222,"column":49},"end":{"line":222,"column":50}},"loc":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"line":222},"14":{"name":"(anonymous_14)","decl":{"start":{"line":228,"column":18},"end":{"line":228,"column":19}},"loc":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"line":228},"15":{"name":"(anonymous_15)","decl":{"start":{"line":237,"column":2},"end":{"line":237,"column":3}},"loc":{"start":{"line":237,"column":31},"end":{"line":254,"column":3}},"line":237},"16":{"name":"(anonymous_16)","decl":{"start":{"line":256,"column":2},"end":{"line":256,"column":3}},"loc":{"start":{"line":256,"column":67},"end":{"line":291,"column":3}},"line":256},"17":{"name":"(anonymous_17)","decl":{"start":{"line":293,"column":2},"end":{"line":293,"column":3}},"loc":{"start":{"line":293,"column":23},"end":{"line":314,"column":3}},"line":293}},"branchMap":{"0":{"loc":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"type":"if","locations":[{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},{"start":{"line":44,"column":4},"end":{"line":47,"column":5}}],"line":44},"1":{"loc":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"type":"if","locations":[{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},{"start":{"line":49,"column":4},"end":{"line":51,"column":5}}],"line":49},"2":{"loc":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"type":"if","locations":[{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},{"start":{"line":53,"column":4},"end":{"line":55,"column":5}}],"line":53},"3":{"loc":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"type":"if","locations":[{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},{"start":{"line":60,"column":4},"end":{"line":65,"column":5}}],"line":60},"4":{"loc":{"start":{"line":67,"column":22},"end":{"line":69,"column":68}},"type":"cond-expr","locations":[{"start":{"line":68,"column":8},"end":{"line":68,"column":47}},{"start":{"line":69,"column":8},"end":{"line":69,"column":68}}],"line":67},"5":{"loc":{"start":{"line":69,"column":21},"end":{"line":69,"column":50}},"type":"binary-expr","locations":[{"start":{"line":69,"column":21},"end":{"line":69,"column":44}},{"start":{"line":69,"column":48},"end":{"line":69,"column":50}}],"line":69},"6":{"loc":{"start":{"line":75,"column":18},"end":{"line":75,"column":30}},"type":"default-arg","locations":[{"start":{"line":75,"column":28},"end":{"line":75,"column":30}}],"line":75},"7":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"type":"cond-expr","locations":[{"start":{"line":79,"column":75},"end":{"line":79,"column":87}},{"start":{"line":79,"column":90},"end":{"line":79,"column":97}}],"line":79},"8":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":72}},"type":"binary-expr","locations":[{"start":{"line":79,"column":6},"end":{"line":79,"column":33}},{"start":{"line":79,"column":37},"end":{"line":79,"column":56}},{"start":{"line":79,"column":60},"end":{"line":79,"column":72}}],"line":79},"9":{"loc":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"type":"binary-expr","locations":[{"start":{"line":80,"column":21},"end":{"line":80,"column":37}},{"start":{"line":80,"column":41},"end":{"line":80,"column":67}}],"line":80},"10":{"loc":{"start":{"line":80,"column":51},"end":{"line":80,"column":66}},"type":"binary-expr","locations":[{"start":{"line":80,"column":51},"end":{"line":80,"column":54}},{"start":{"line":80,"column":58},"end":{"line":80,"column":66}}],"line":80},"11":{"loc":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"type":"if","locations":[{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},{"start":{"line":93,"column":4},"end":{"line":98,"column":5}}],"line":93},"12":{"loc":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"type":"binary-expr","locations":[{"start":{"line":100,"column":20},"end":{"line":100,"column":42}},{"start":{"line":100,"column":46},"end":{"line":100,"column":51}}],"line":100},"13":{"loc":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"type":"if","locations":[{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},{"start":{"line":102,"column":4},"end":{"line":106,"column":5}}],"line":102},"14":{"loc":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"type":"if","locations":[{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},{"start":{"line":115,"column":6},"end":{"line":115,"column":36}}],"line":115},"15":{"loc":{"start":{"line":122,"column":16},"end":{"line":122,"column":33}},"type":"binary-expr","locations":[{"start":{"line":122,"column":16},"end":{"line":122,"column":26}},{"start":{"line":122,"column":30},"end":{"line":122,"column":33}}],"line":122},"16":{"loc":{"start":{"line":124,"column":14},"end":{"line":124,"column":47}},"type":"binary-expr","locations":[{"start":{"line":124,"column":14},"end":{"line":124,"column":22}},{"start":{"line":124,"column":26},"end":{"line":124,"column":47}}],"line":124},"17":{"loc":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"type":"if","locations":[{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},{"start":{"line":134,"column":4},"end":{"line":141,"column":5}}],"line":134},"18":{"loc":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"type":"if","locations":[{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},{"start":{"line":135,"column":6},"end":{"line":140,"column":7}}],"line":135},"19":{"loc":{"start":{"line":147,"column":22},"end":{"line":147,"column":92}},"type":"cond-expr","locations":[{"start":{"line":147,"column":54},"end":{"line":147,"column":69}},{"start":{"line":147,"column":72},"end":{"line":147,"column":92}}],"line":147},"20":{"loc":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"type":"if","locations":[{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},{"start":{"line":156,"column":6},"end":{"line":166,"column":7}}],"line":156},"21":{"loc":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"type":"if","locations":[{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},{"start":{"line":172,"column":6},"end":{"line":172,"column":26}}],"line":172},"22":{"loc":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"type":"if","locations":[{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},{"start":{"line":175,"column":8},"end":{"line":175,"column":53}}],"line":175},"23":{"loc":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"type":"if","locations":[{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},{"start":{"line":180,"column":4},"end":{"line":189,"column":5}}],"line":180},"24":{"loc":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"type":"if","locations":[{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},{"start":{"line":191,"column":4},"end":{"line":194,"column":5}}],"line":191},"25":{"loc":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"type":"if","locations":[{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},{"start":{"line":196,"column":4},"end":{"line":232,"column":5}}],"line":196},"26":{"loc":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"type":"if","locations":[{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},{"start":{"line":200,"column":6},"end":{"line":200,"column":39}}],"line":200},"27":{"loc":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"type":"if","locations":[{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},{"start":{"line":205,"column":6},"end":{"line":213,"column":7}}],"line":205},"28":{"loc":{"start":{"line":205,"column":10},"end":{"line":205,"column":50}},"type":"binary-expr","locations":[{"start":{"line":205,"column":10},"end":{"line":205,"column":30}},{"start":{"line":205,"column":34},"end":{"line":205,"column":50}}],"line":205},"29":{"loc":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},{"start":{"line":215,"column":6},"end":{"line":229,"column":7}}],"line":215},"30":{"loc":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},{"start":{"line":218,"column":13},"end":{"line":229,"column":7}}],"line":218},"31":{"loc":{"start":{"line":218,"column":17},"end":{"line":218,"column":52}},"type":"binary-expr","locations":[{"start":{"line":218,"column":17},"end":{"line":218,"column":32}},{"start":{"line":218,"column":36},"end":{"line":218,"column":52}}],"line":218},"32":{"loc":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"type":"binary-expr","locations":[{"start":{"line":240,"column":6},"end":{"line":240,"column":37}},{"start":{"line":240,"column":41},"end":{"line":240,"column":77}}],"line":240},"33":{"loc":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"type":"if","locations":[{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},{"start":{"line":244,"column":4},"end":{"line":247,"column":5}}],"line":244},"34":{"loc":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"type":"if","locations":[{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},{"start":{"line":249,"column":4},"end":{"line":253,"column":5}}],"line":249},"35":{"loc":{"start":{"line":249,"column":8},"end":{"line":249,"column":75}},"type":"binary-expr","locations":[{"start":{"line":249,"column":8},"end":{"line":249,"column":38}},{"start":{"line":249,"column":42},"end":{"line":249,"column":75}}],"line":249},"36":{"loc":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"type":"if","locations":[{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},{"start":{"line":257,"column":4},"end":{"line":290,"column":5}}],"line":257},"37":{"loc":{"start":{"line":257,"column":8},"end":{"line":257,"column":37}},"type":"binary-expr","locations":[{"start":{"line":257,"column":8},"end":{"line":257,"column":15}},{"start":{"line":257,"column":19},"end":{"line":257,"column":37}}],"line":257},"38":{"loc":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"type":"if","locations":[{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},{"start":{"line":264,"column":6},"end":{"line":270,"column":7}}],"line":264},"39":{"loc":{"start":{"line":265,"column":17},"end":{"line":267,"column":51}},"type":"cond-expr","locations":[{"start":{"line":266,"column":12},"end":{"line":266,"column":45}},{"start":{"line":267,"column":12},"end":{"line":267,"column":51}}],"line":265},"40":{"loc":{"start":{"line":269,"column":17},"end":{"line":269,"column":94}},"type":"cond-expr","locations":[{"start":{"line":269,"column":27},"end":{"line":269,"column":56}},{"start":{"line":269,"column":59},"end":{"line":269,"column":94}}],"line":269},"41":{"loc":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"type":"if","locations":[{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},{"start":{"line":296,"column":4},"end":{"line":296,"column":34}}],"line":296},"42":{"loc":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},{"start":{"line":298,"column":4},"end":{"line":305,"column":5}}],"line":298},"43":{"loc":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},{"start":{"line":300,"column":11},"end":{"line":305,"column":5}}],"line":300},"44":{"loc":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"type":"if","locations":[{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},{"start":{"line":307,"column":4},"end":{"line":309,"column":5}}],"line":307}},"s":{"0":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1,"11":1,"12":1,"13":1,"14":1,"15":25,"16":5,"17":1,"18":35,"19":35,"20":35,"21":35,"22":105,"23":35,"24":34,"25":25,"26":35,"27":34,"28":5,"29":35,"30":2,"31":35,"32":35,"33":6,"34":6,"35":29,"36":35,"37":35,"38":35,"39":35,"40":35,"41":35,"42":35,"43":35,"44":35,"45":35,"46":35,"47":2,"48":33,"49":33,"50":1,"51":32,"52":35,"53":35,"54":35,"55":34,"56":2,"57":32,"58":30,"59":6,"60":6,"61":35,"62":35,"63":2,"64":1,"65":1,"66":34,"67":32,"68":32,"69":32,"70":32,"71":24,"72":24,"73":22,"74":4,"75":30,"76":30,"77":31,"78":2,"79":29,"80":29,"81":4,"82":3,"83":30,"84":30,"85":8,"86":30,"87":4,"88":4,"89":30,"90":1,"91":29,"92":25,"93":29,"94":9,"95":4,"96":20,"97":29,"98":1,"99":28,"100":8,"101":3,"102":8,"103":20,"104":20,"105":29,"106":30,"107":30,"108":30,"109":30,"110":27,"111":1,"112":27,"113":1,"114":26,"115":28,"116":1,"117":27,"118":27,"119":27,"120":2,"121":25,"122":27,"123":54,"124":54,"125":34,"126":20,"127":8,"128":12,"129":3,"130":9,"131":9,"132":20,"133":12,"134":18,"135":18,"136":1},"f":{"0":25,"1":5,"2":35,"3":105,"4":25,"5":5,"6":35,"7":35,"8":35,"9":35,"10":32,"11":31,"12":4,"13":3,"14":20,"15":30,"16":28,"17":54},"b":{"0":[34,1],"1":[34,1],"2":[2,33],"3":[6,29],"4":[13,22],"5":[22,22],"6":[33],"7":[1,34],"8":[35,33,1],"9":[35,34],"10":[34,1],"11":[2,33],"12":[33,11],"13":[1,32],"14":[2,32],"15":[6,5],"16":[6,6],"17":[2,33],"18":[1,1],"19":[1,31],"20":[4,18],"21":[2,29],"22":[3,1],"23":[8,22],"24":[4,26],"25":[1,29],"26":[25,4],"27":[9,20],"28":[29,22],"29":[1,28],"30":[8,20],"31":[28,22],"32":[30,30],"33":[1,26],"34":[1,26],"35":[27,1],"36":[1,27],"37":[28,28],"38":[2,25],"39":[1,1],"40":[1,24],"41":[34,20],"42":[8,12],"43":[3,9],"44":[12,8]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"319e79f1941286295ccfa96bdf665cd3e883ad7c","contentHash":"deeb3493d1b0698316c2814d3323d8bb_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js","statementMap":{"0":{"start":{"line":3,"column":13},"end":{"line":3,"column":28}},"1":{"start":{"line":4,"column":11},"end":{"line":4,"column":24}},"2":{"start":{"line":6,"column":0},"end":{"line":27,"column":2}},"3":{"start":{"line":8,"column":4},"end":{"line":8,"column":26}},"4":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"5":{"start":{"line":11,"column":27},"end":{"line":11,"column":36}},"6":{"start":{"line":13,"column":4},"end":{"line":13,"column":66}},"7":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"8":{"start":{"line":17,"column":4},"end":{"line":17,"column":60}},"9":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"10":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"11":{"start":{"line":22,"column":35},"end":{"line":22,"column":77}},"12":{"start":{"line":23,"column":8},"end":{"line":23,"column":23}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":14},"end":{"line":7,"column":15}},"loc":{"start":{"line":7,"column":19},"end":{"line":9,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":10,"column":21},"end":{"line":10,"column":22}},"loc":{"start":{"line":10,"column":37},"end":{"line":14,"column":3}},"line":10},"2":{"name":"(anonymous_2)","decl":{"start":{"line":15,"column":20},"end":{"line":15,"column":21}},"loc":{"start":{"line":15,"column":43},"end":{"line":18,"column":3}},"line":15},"3":{"name":"(anonymous_3)","decl":{"start":{"line":19,"column":17},"end":{"line":19,"column":18}},"loc":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"line":20},"4":{"name":"(anonymous_4)","decl":{"start":{"line":21,"column":6},"end":{"line":21,"column":7}},"loc":{"start":{"line":21,"column":22},"end":{"line":24,"column":7}},"line":21}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":11},"end":{"line":8,"column":25}},"type":"binary-expr","locations":[{"start":{"line":8,"column":11},"end":{"line":8,"column":20}},{"start":{"line":8,"column":24},"end":{"line":8,"column":25}}],"line":8},"1":{"loc":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"type":"if","locations":[{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},{"start":{"line":11,"column":4},"end":{"line":11,"column":36}}],"line":11},"2":{"loc":{"start":{"line":13,"column":11},"end":{"line":13,"column":65}},"type":"cond-expr","locations":[{"start":{"line":13,"column":31},"end":{"line":13,"column":61}},{"start":{"line":13,"column":64},"end":{"line":13,"column":65}}],"line":13},"3":{"loc":{"start":{"line":13,"column":44},"end":{"line":13,"column":57}},"type":"binary-expr","locations":[{"start":{"line":13,"column":44},"end":{"line":13,"column":51}},{"start":{"line":13,"column":55},"end":{"line":13,"column":57}}],"line":13},"4":{"loc":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"type":"binary-expr","locations":[{"start":{"line":16,"column":19},"end":{"line":16,"column":24}},{"start":{"line":16,"column":28},"end":{"line":16,"column":40}}],"line":16},"5":{"loc":{"start":{"line":17,"column":11},"end":{"line":17,"column":59}},"type":"cond-expr","locations":[{"start":{"line":17,"column":41},"end":{"line":17,"column":47}},{"start":{"line":17,"column":50},"end":{"line":17,"column":59}}],"line":17},"6":{"loc":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"type":"if","locations":[{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},{"start":{"line":22,"column":8},"end":{"line":22,"column":77}}],"line":22}},"s":{"0":1,"1":1,"2":1,"3":18,"4":17,"5":2,"6":15,"7":2,"8":2,"9":36,"10":389,"11":1,"12":389},"f":{"0":18,"1":17,"2":2,"3":36,"4":389},"b":{"0":[18,10],"1":[2,15],"2":[13,2],"3":[13,5],"4":[2,2],"5":[1,1],"6":[1,388]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"2a78b9eb11d78e15a0ac1493aea3175abc5d6d98","contentHash":"7fe5da8ce58be4342f7ceacc6178d2d8_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js","statementMap":{"0":{"start":{"line":3,"column":14},"end":{"line":3,"column":30}},"1":{"start":{"line":4,"column":18},"end":{"line":4,"column":39}},"2":{"start":{"line":8,"column":4},"end":{"line":16,"column":6}},"3":{"start":{"line":20,"column":4},"end":{"line":20,"column":31}},"4":{"start":{"line":24,"column":0},"end":{"line":26,"column":2}},"5":{"start":{"line":28,"column":0},"end":{"line":28,"column":31}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":2},"end":{"line":7,"column":3}},"loc":{"start":{"line":7,"column":20},"end":{"line":17,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":19,"column":2},"end":{"line":19,"column":3}},"loc":{"start":{"line":19,"column":11},"end":{"line":21,"column":3}},"line":19}},"branchMap":{},"s":{"0":1,"1":1,"2":27,"3":27,"4":1,"5":1},"f":{"0":27,"1":27},"b":{},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"59bbcf6ebfef8e1de4d33b0c053d05da3f88ac3c","contentHash":"e8332057ffe5b649cb0615cb45d6f4a3_11.9.0"}} \ No newline at end of file +{ + "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js": { + "path": "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js", + "statementMap": { + "0": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 28 } }, + "1": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 32 } }, + "2": { "start": { "line": 7, "column": 12 }, "end": { "line": 7, "column": 26 } }, + "3": { "start": { "line": 8, "column": 24 }, "end": { "line": 8, "column": 60 } }, + "4": { "start": { "line": 9, "column": 14 }, "end": { "line": 9, "column": 38 } }, + "5": { "start": { "line": 10, "column": 23 }, "end": { "line": 10, "column": 58 } }, + "6": { "start": { "line": 11, "column": 17 }, "end": { "line": 11, "column": 48 } }, + "7": { "start": { "line": 12, "column": 25 }, "end": { "line": 12, "column": 52 } }, + "8": { "start": { "line": 13, "column": 38 }, "end": { "line": 13, "column": 68 } }, + "9": { "start": { "line": 14, "column": 41 }, "end": { "line": 14, "column": 57 } }, + "10": { "start": { "line": 15, "column": 12 }, "end": { "line": 15, "column": 38 } }, + "11": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 30 } }, + "12": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 49 } }, + "13": { "start": { "line": 19, "column": 25 }, "end": { "line": 19, "column": 43 } }, + "14": { "start": { "line": 20, "column": 35 }, "end": { "line": 24, "column": 1 } }, + "15": { "start": { "line": 27, "column": 2 }, "end": { "line": 27, "column": 92 } }, + "16": { "start": { "line": 27, "column": 57 }, "end": { "line": 27, "column": 90 } }, + "17": { "start": { "line": 30, "column": 22 }, "end": { "line": 30, "column": 45 } }, + "18": { "start": { "line": 34, "column": 4 }, "end": { "line": 34, "column": 87 } }, + "19": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 78 } }, + "20": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 52 } }, + "21": { "start": { "line": 40, "column": 31 }, "end": { "line": 42, "column": 16 } }, + "22": { "start": { "line": 41, "column": 19 }, "end": { "line": 41, "column": 20 } }, + "23": { "start": { "line": 44, "column": 4 }, "end": { "line": 47, "column": 5 } }, + "24": { "start": { "line": 45, "column": 6 }, "end": { "line": 46, "column": 83 } }, + "25": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 82 } }, + "26": { "start": { "line": 49, "column": 4 }, "end": { "line": 51, "column": 5 } }, + "27": { "start": { "line": 50, "column": 6 }, "end": { "line": 50, "column": 83 } }, + "28": { "start": { "line": 50, "column": 44 }, "end": { "line": 50, "column": 82 } }, + "29": { "start": { "line": 53, "column": 4 }, "end": { "line": 55, "column": 5 } }, + "30": { "start": { "line": 54, "column": 6 }, "end": { "line": 54, "column": 57 } }, + "31": { "start": { "line": 57, "column": 4 }, "end": { "line": 57, "column": 49 } }, + "32": { "start": { "line": 60, "column": 4 }, "end": { "line": 65, "column": 5 } }, + "33": { "start": { "line": 61, "column": 16 }, "end": { "line": 61, "column": 54 } }, + "34": { "start": { "line": 62, "column": 6 }, "end": { "line": 62, "column": 49 } }, + "35": { "start": { "line": 64, "column": 6 }, "end": { "line": 64, "column": 36 } }, + "36": { "start": { "line": 67, "column": 4 }, "end": { "line": 69, "column": 69 } }, + "37": { "start": { "line": 71, "column": 4 }, "end": { "line": 71, "column": 55 } }, + "38": { "start": { "line": 72, "column": 4 }, "end": { "line": 72, "column": 44 } }, + "39": { "start": { "line": 79, "column": 6 }, "end": { "line": 79, "column": 97 } }, + "40": { "start": { "line": 80, "column": 21 }, "end": { "line": 80, "column": 67 } }, + "41": { "start": { "line": 82, "column": 4 }, "end": { "line": 82, "column": 60 } }, + "42": { "start": { "line": 84, "column": 4 }, "end": { "line": 84, "column": 66 } }, + "43": { "start": { "line": 86, "column": 4 }, "end": { "line": 86, "column": 19 } }, + "44": { "start": { "line": 90, "column": 21 }, "end": { "line": 90, "column": 37 } }, + "45": { "start": { "line": 91, "column": 18 }, "end": { "line": 91, "column": 31 } }, + "46": { "start": { "line": 93, "column": 4 }, "end": { "line": 98, "column": 5 } }, + "47": { "start": { "line": 94, "column": 6 }, "end": { "line": 97, "column": 8 } }, + "48": { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 51 } }, + "49": { "start": { "line": 102, "column": 4 }, "end": { "line": 106, "column": 5 } }, + "50": { "start": { "line": 103, "column": 6 }, "end": { "line": 105, "column": 8 } }, + "51": { "start": { "line": 108, "column": 4 }, "end": { "line": 108, "column": 21 } }, + "52": { "start": { "line": 112, "column": 4 }, "end": { "line": 127, "column": 5 } }, + "53": { "start": { "line": 113, "column": 6 }, "end": { "line": 113, "column": 46 } }, + "54": { "start": { "line": 114, "column": 23 }, "end": { "line": 114, "column": 47 } }, + "55": { "start": { "line": 115, "column": 6 }, "end": { "line": 115, "column": 36 } }, + "56": { "start": { "line": 115, "column": 20 }, "end": { "line": 115, "column": 36 } }, + "57": { "start": { "line": 116, "column": 6 }, "end": { "line": 116, "column": 41 } }, + "58": { "start": { "line": 118, "column": 6 }, "end": { "line": 118, "column": 47 } }, + "59": { "start": { "line": 120, "column": 6 }, "end": { "line": 120, "column": 49 } }, + "60": { "start": { "line": 121, "column": 6 }, "end": { "line": 126, "column": 8 } }, + "61": { "start": { "line": 132, "column": 19 }, "end": { "line": 132, "column": 36 } }, + "62": { "start": { "line": 134, "column": 4 }, "end": { "line": 141, "column": 5 } }, + "63": { "start": { "line": 135, "column": 6 }, "end": { "line": 140, "column": 7 } }, + "64": { "start": { "line": 137, "column": 8 }, "end": { "line": 137, "column": 18 } }, + "65": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 63 } }, + "66": { "start": { "line": 143, "column": 4 }, "end": { "line": 143, "column": 41 } }, + "67": { "start": { "line": 147, "column": 4 }, "end": { "line": 147, "column": 93 } }, + "68": { "start": { "line": 149, "column": 18 }, "end": { "line": 149, "column": 20 } }, + "69": { "start": { "line": 151, "column": 18 }, "end": { "line": 151, "column": 31 } }, + "70": { "start": { "line": 153, "column": 4 }, "end": { "line": 167, "column": 5 } }, + "71": { "start": { "line": 154, "column": 20 }, "end": { "line": 154, "column": 35 } }, + "72": { "start": { "line": 155, "column": 19 }, "end": { "line": 155, "column": 44 } }, + "73": { "start": { "line": 156, "column": 6 }, "end": { "line": 166, "column": 7 } }, + "74": { "start": { "line": 157, "column": 8 }, "end": { "line": 165, "column": 10 } }, + "75": { "start": { "line": 169, "column": 18 }, "end": { "line": 169, "column": 23 } }, + "76": { "start": { "line": 171, "column": 23 }, "end": { "line": 177, "column": 5 } }, + "77": { "start": { "line": 172, "column": 6 }, "end": { "line": 172, "column": 26 } }, + "78": { "start": { "line": 172, "column": 19 }, "end": { "line": 172, "column": 26 } }, + "79": { "start": { "line": 173, "column": 6 }, "end": { "line": 173, "column": 21 } }, + "80": { "start": { "line": 174, "column": 6 }, "end": { "line": 176, "column": 7 } }, + "81": { "start": { "line": 175, "column": 8 }, "end": { "line": 175, "column": 53 } }, + "82": { "start": { "line": 175, "column": 27 }, "end": { "line": 175, "column": 53 } }, + "83": { "start": { "line": 179, "column": 18 }, "end": { "line": 179, "column": 52 } }, + "84": { "start": { "line": 180, "column": 4 }, "end": { "line": 189, "column": 5 } }, + "85": { "start": { "line": 181, "column": 6 }, "end": { "line": 188, "column": 9 } }, + "86": { "start": { "line": 191, "column": 4 }, "end": { "line": 194, "column": 5 } }, + "87": { "start": { "line": 192, "column": 6 }, "end": { "line": 192, "column": 25 } }, + "88": { "start": { "line": 193, "column": 6 }, "end": { "line": 193, "column": 30 } }, + "89": { "start": { "line": 196, "column": 4 }, "end": { "line": 232, "column": 5 } }, + "90": { "start": { "line": 198, "column": 6 }, "end": { "line": 198, "column": 36 } }, + "91": { "start": { "line": 200, "column": 6 }, "end": { "line": 200, "column": 39 } }, + "92": { "start": { "line": 200, "column": 20 }, "end": { "line": 200, "column": 39 } }, + "93": { "start": { "line": 205, "column": 6 }, "end": { "line": 213, "column": 7 } }, + "94": { "start": { "line": 206, "column": 8 }, "end": { "line": 209, "column": 10 } }, + "95": { "start": { "line": 208, "column": 59 }, "end": { "line": 208, "column": 73 } }, + "96": { "start": { "line": 212, "column": 8 }, "end": { "line": 212, "column": 26 } }, + "97": { "start": { "line": 215, "column": 6 }, "end": { "line": 229, "column": 7 } }, + "98": { "start": { "line": 217, "column": 8 }, "end": { "line": 217, "column": 34 } }, + "99": { "start": { "line": 218, "column": 13 }, "end": { "line": 229, "column": 7 } }, + "100": { "start": { "line": 220, "column": 28 }, "end": { "line": 223, "column": 9 } }, + "101": { "start": { "line": 222, "column": 54 }, "end": { "line": 222, "column": 63 } }, + "102": { "start": { "line": 225, "column": 8 }, "end": { "line": 225, "column": 47 } }, + "103": { "start": { "line": 228, "column": 8 }, "end": { "line": 228, "column": 25 } }, + "104": { "start": { "line": 228, "column": 23 }, "end": { "line": 228, "column": 24 } }, + "105": { "start": { "line": 231, "column": 6 }, "end": { "line": 231, "column": 57 } }, + "106": { "start": { "line": 234, "column": 4 }, "end": { "line": 234, "column": 25 } }, + "107": { "start": { "line": 238, "column": 26 }, "end": { "line": 238, "column": 51 } }, + "108": { "start": { "line": 240, "column": 6 }, "end": { "line": 240, "column": 77 } }, + "109": { "start": { "line": 242, "column": 15 }, "end": { "line": 242, "column": 44 } }, + "110": { "start": { "line": 244, "column": 4 }, "end": { "line": 247, "column": 5 } }, + "111": { "start": { "line": 246, "column": 6 }, "end": { "line": 246, "column": 24 } }, + "112": { "start": { "line": 249, "column": 4 }, "end": { "line": 253, "column": 5 } }, + "113": { "start": { "line": 250, "column": 6 }, "end": { "line": 250, "column": 81 } }, + "114": { "start": { "line": 252, "column": 6 }, "end": { "line": 252, "column": 96 } }, + "115": { "start": { "line": 257, "column": 4 }, "end": { "line": 290, "column": 5 } }, + "116": { "start": { "line": 258, "column": 6 }, "end": { "line": 258, "column": 48 } }, + "117": { "start": { "line": 260, "column": 6 }, "end": { "line": 260, "column": 73 } }, + "118": { "start": { "line": 261, "column": 6 }, "end": { "line": 261, "column": 86 } }, + "119": { "start": { "line": 264, "column": 6 }, "end": { "line": 270, "column": 7 } }, + "120": { "start": { "line": 265, "column": 8 }, "end": { "line": 267, "column": 52 } }, + "121": { "start": { "line": 269, "column": 8 }, "end": { "line": 269, "column": 95 } }, + "122": { "start": { "line": 272, "column": 6 }, "end": { "line": 289, "column": 8 } }, + "123": { "start": { "line": 294, "column": 12 }, "end": { "line": 294, "column": 32 } }, + "124": { "start": { "line": 296, "column": 4 }, "end": { "line": 296, "column": 34 } }, + "125": { "start": { "line": 296, "column": 25 }, "end": { "line": 296, "column": 34 } }, + "126": { "start": { "line": 298, "column": 4 }, "end": { "line": 305, "column": 5 } }, + "127": { "start": { "line": 299, "column": 6 }, "end": { "line": 299, "column": 16 } }, + "128": { "start": { "line": 300, "column": 11 }, "end": { "line": 305, "column": 5 } }, + "129": { "start": { "line": 301, "column": 6 }, "end": { "line": 301, "column": 49 } }, + "130": { "start": { "line": 303, "column": 6 }, "end": { "line": 303, "column": 94 } }, + "131": { "start": { "line": 304, "column": 6 }, "end": { "line": 304, "column": 62 } }, + "132": { "start": { "line": 307, "column": 4 }, "end": { "line": 309, "column": 5 } }, + "133": { "start": { "line": 308, "column": 6 }, "end": { "line": 308, "column": 38 } }, + "134": { "start": { "line": 311, "column": 4 }, "end": { "line": 311, "column": 29 } }, + "135": { "start": { "line": 313, "column": 4 }, "end": { "line": 313, "column": 13 } }, + "136": { "start": { "line": 317, "column": 0 }, "end": { "line": 317, "column": 35 } } + }, + "fnMap": { + "0": { + "name": "escapeBadChars", + "decl": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 23 } }, + "loc": { "start": { "line": 26, "column": 38 }, "end": { "line": 28, "column": 1 } }, + "line": 26 + }, + "1": { + "name": "(anonymous_1)", + "decl": { "start": { "line": 27, "column": 48 }, "end": { "line": 27, "column": 49 } }, + "loc": { "start": { "line": 27, "column": 57 }, "end": { "line": 27, "column": 90 } }, + "line": 27 + }, + "2": { + "name": "(anonymous_2)", + "decl": { "start": { "line": 33, "column": 2 }, "end": { "line": 33, "column": 3 } }, + "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 73, "column": 3 } }, + "line": 33 + }, + "3": { + "name": "(anonymous_3)", + "decl": { "start": { "line": 41, "column": 14 }, "end": { "line": 41, "column": 15 } }, + "loc": { "start": { "line": 41, "column": 19 }, "end": { "line": 41, "column": 20 } }, + "line": 41 + }, + "4": { + "name": "(anonymous_4)", + "decl": { "start": { "line": 45, "column": 45 }, "end": { "line": 45, "column": 46 } }, + "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 82 } }, + "line": 46 + }, + "5": { + "name": "(anonymous_5)", + "decl": { "start": { "line": 50, "column": 30 }, "end": { "line": 50, "column": 31 } }, + "loc": { "start": { "line": 50, "column": 44 }, "end": { "line": 50, "column": 82 } }, + "line": 50 + }, + "6": { + "name": "(anonymous_6)", + "decl": { "start": { "line": 75, "column": 2 }, "end": { "line": 75, "column": 3 } }, + "loc": { "start": { "line": 75, "column": 32 }, "end": { "line": 87, "column": 3 } }, + "line": 75 + }, + "7": { + "name": "(anonymous_7)", + "decl": { "start": { "line": 89, "column": 2 }, "end": { "line": 89, "column": 3 } }, + "loc": { "start": { "line": 89, "column": 22 }, "end": { "line": 109, "column": 3 } }, + "line": 89 + }, + "8": { + "name": "(anonymous_8)", + "decl": { "start": { "line": 111, "column": 2 }, "end": { "line": 111, "column": 3 } }, + "loc": { "start": { "line": 111, "column": 29 }, "end": { "line": 128, "column": 3 } }, + "line": 111 + }, + "9": { + "name": "(anonymous_9)", + "decl": { "start": { "line": 131, "column": 2 }, "end": { "line": 131, "column": 3 } }, + "loc": { "start": { "line": 131, "column": 37 }, "end": { "line": 144, "column": 3 } }, + "line": 131 + }, + "10": { + "name": "(anonymous_10)", + "decl": { "start": { "line": 146, "column": 2 }, "end": { "line": 146, "column": 3 } }, + "loc": { "start": { "line": 146, "column": 32 }, "end": { "line": 235, "column": 3 } }, + "line": 146 + }, + "11": { + "name": "(anonymous_11)", + "decl": { "start": { "line": 171, "column": 23 }, "end": { "line": 171, "column": 24 } }, + "loc": { "start": { "line": 171, "column": 35 }, "end": { "line": 177, "column": 5 } }, + "line": 171 + }, + "12": { + "name": "(anonymous_12)", + "decl": { "start": { "line": 208, "column": 54 }, "end": { "line": 208, "column": 55 } }, + "loc": { "start": { "line": 208, "column": 59 }, "end": { "line": 208, "column": 73 } }, + "line": 208 + }, + "13": { + "name": "(anonymous_13)", + "decl": { "start": { "line": 222, "column": 49 }, "end": { "line": 222, "column": 50 } }, + "loc": { "start": { "line": 222, "column": 54 }, "end": { "line": 222, "column": 63 } }, + "line": 222 + }, + "14": { + "name": "(anonymous_14)", + "decl": { "start": { "line": 228, "column": 18 }, "end": { "line": 228, "column": 19 } }, + "loc": { "start": { "line": 228, "column": 23 }, "end": { "line": 228, "column": 24 } }, + "line": 228 + }, + "15": { + "name": "(anonymous_15)", + "decl": { "start": { "line": 237, "column": 2 }, "end": { "line": 237, "column": 3 } }, + "loc": { "start": { "line": 237, "column": 31 }, "end": { "line": 254, "column": 3 } }, + "line": 237 + }, + "16": { + "name": "(anonymous_16)", + "decl": { "start": { "line": 256, "column": 2 }, "end": { "line": 256, "column": 3 } }, + "loc": { "start": { "line": 256, "column": 67 }, "end": { "line": 291, "column": 3 } }, + "line": 256 + }, + "17": { + "name": "(anonymous_17)", + "decl": { "start": { "line": 293, "column": 2 }, "end": { "line": 293, "column": 3 } }, + "loc": { "start": { "line": 293, "column": 23 }, "end": { "line": 314, "column": 3 } }, + "line": 293 + } + }, + "branchMap": { + "0": { + "loc": { "start": { "line": 44, "column": 4 }, "end": { "line": 47, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 44, "column": 4 }, "end": { "line": 47, "column": 5 } }, + { "start": { "line": 44, "column": 4 }, "end": { "line": 47, "column": 5 } } + ], + "line": 44 + }, + "1": { + "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 51, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 49, "column": 4 }, "end": { "line": 51, "column": 5 } }, + { "start": { "line": 49, "column": 4 }, "end": { "line": 51, "column": 5 } } + ], + "line": 49 + }, + "2": { + "loc": { "start": { "line": 53, "column": 4 }, "end": { "line": 55, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 53, "column": 4 }, "end": { "line": 55, "column": 5 } }, + { "start": { "line": 53, "column": 4 }, "end": { "line": 55, "column": 5 } } + ], + "line": 53 + }, + "3": { + "loc": { "start": { "line": 60, "column": 4 }, "end": { "line": 65, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 60, "column": 4 }, "end": { "line": 65, "column": 5 } }, + { "start": { "line": 60, "column": 4 }, "end": { "line": 65, "column": 5 } } + ], + "line": 60 + }, + "4": { + "loc": { "start": { "line": 67, "column": 22 }, "end": { "line": 69, "column": 68 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 47 } }, + { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 68 } } + ], + "line": 67 + }, + "5": { + "loc": { "start": { "line": 69, "column": 21 }, "end": { "line": 69, "column": 50 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 69, "column": 21 }, "end": { "line": 69, "column": 44 } }, + { "start": { "line": 69, "column": 48 }, "end": { "line": 69, "column": 50 } } + ], + "line": 69 + }, + "6": { + "loc": { "start": { "line": 75, "column": 18 }, "end": { "line": 75, "column": 30 } }, + "type": "default-arg", + "locations": [ + { "start": { "line": 75, "column": 28 }, "end": { "line": 75, "column": 30 } } + ], + "line": 75 + }, + "7": { + "loc": { "start": { "line": 79, "column": 6 }, "end": { "line": 79, "column": 97 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 79, "column": 75 }, "end": { "line": 79, "column": 87 } }, + { "start": { "line": 79, "column": 90 }, "end": { "line": 79, "column": 97 } } + ], + "line": 79 + }, + "8": { + "loc": { "start": { "line": 79, "column": 6 }, "end": { "line": 79, "column": 72 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 79, "column": 6 }, "end": { "line": 79, "column": 33 } }, + { "start": { "line": 79, "column": 37 }, "end": { "line": 79, "column": 56 } }, + { "start": { "line": 79, "column": 60 }, "end": { "line": 79, "column": 72 } } + ], + "line": 79 + }, + "9": { + "loc": { "start": { "line": 80, "column": 21 }, "end": { "line": 80, "column": 67 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 80, "column": 21 }, "end": { "line": 80, "column": 37 } }, + { "start": { "line": 80, "column": 41 }, "end": { "line": 80, "column": 67 } } + ], + "line": 80 + }, + "10": { + "loc": { "start": { "line": 80, "column": 51 }, "end": { "line": 80, "column": 66 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 80, "column": 51 }, "end": { "line": 80, "column": 54 } }, + { "start": { "line": 80, "column": 58 }, "end": { "line": 80, "column": 66 } } + ], + "line": 80 + }, + "11": { + "loc": { "start": { "line": 93, "column": 4 }, "end": { "line": 98, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 93, "column": 4 }, "end": { "line": 98, "column": 5 } }, + { "start": { "line": 93, "column": 4 }, "end": { "line": 98, "column": 5 } } + ], + "line": 93 + }, + "12": { + "loc": { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 51 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 42 } }, + { "start": { "line": 100, "column": 46 }, "end": { "line": 100, "column": 51 } } + ], + "line": 100 + }, + "13": { + "loc": { "start": { "line": 102, "column": 4 }, "end": { "line": 106, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 102, "column": 4 }, "end": { "line": 106, "column": 5 } }, + { "start": { "line": 102, "column": 4 }, "end": { "line": 106, "column": 5 } } + ], + "line": 102 + }, + "14": { + "loc": { "start": { "line": 115, "column": 6 }, "end": { "line": 115, "column": 36 } }, + "type": "if", + "locations": [ + { "start": { "line": 115, "column": 6 }, "end": { "line": 115, "column": 36 } }, + { "start": { "line": 115, "column": 6 }, "end": { "line": 115, "column": 36 } } + ], + "line": 115 + }, + "15": { + "loc": { "start": { "line": 122, "column": 16 }, "end": { "line": 122, "column": 33 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 122, "column": 16 }, "end": { "line": 122, "column": 26 } }, + { "start": { "line": 122, "column": 30 }, "end": { "line": 122, "column": 33 } } + ], + "line": 122 + }, + "16": { + "loc": { "start": { "line": 124, "column": 14 }, "end": { "line": 124, "column": 47 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 124, "column": 14 }, "end": { "line": 124, "column": 22 } }, + { "start": { "line": 124, "column": 26 }, "end": { "line": 124, "column": 47 } } + ], + "line": 124 + }, + "17": { + "loc": { "start": { "line": 134, "column": 4 }, "end": { "line": 141, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 134, "column": 4 }, "end": { "line": 141, "column": 5 } }, + { "start": { "line": 134, "column": 4 }, "end": { "line": 141, "column": 5 } } + ], + "line": 134 + }, + "18": { + "loc": { "start": { "line": 135, "column": 6 }, "end": { "line": 140, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 135, "column": 6 }, "end": { "line": 140, "column": 7 } }, + { "start": { "line": 135, "column": 6 }, "end": { "line": 140, "column": 7 } } + ], + "line": 135 + }, + "19": { + "loc": { "start": { "line": 147, "column": 22 }, "end": { "line": 147, "column": 92 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 147, "column": 54 }, "end": { "line": 147, "column": 69 } }, + { "start": { "line": 147, "column": 72 }, "end": { "line": 147, "column": 92 } } + ], + "line": 147 + }, + "20": { + "loc": { "start": { "line": 156, "column": 6 }, "end": { "line": 166, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 156, "column": 6 }, "end": { "line": 166, "column": 7 } }, + { "start": { "line": 156, "column": 6 }, "end": { "line": 166, "column": 7 } } + ], + "line": 156 + }, + "21": { + "loc": { "start": { "line": 172, "column": 6 }, "end": { "line": 172, "column": 26 } }, + "type": "if", + "locations": [ + { "start": { "line": 172, "column": 6 }, "end": { "line": 172, "column": 26 } }, + { "start": { "line": 172, "column": 6 }, "end": { "line": 172, "column": 26 } } + ], + "line": 172 + }, + "22": { + "loc": { "start": { "line": 175, "column": 8 }, "end": { "line": 175, "column": 53 } }, + "type": "if", + "locations": [ + { "start": { "line": 175, "column": 8 }, "end": { "line": 175, "column": 53 } }, + { "start": { "line": 175, "column": 8 }, "end": { "line": 175, "column": 53 } } + ], + "line": 175 + }, + "23": { + "loc": { "start": { "line": 180, "column": 4 }, "end": { "line": 189, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 180, "column": 4 }, "end": { "line": 189, "column": 5 } }, + { "start": { "line": 180, "column": 4 }, "end": { "line": 189, "column": 5 } } + ], + "line": 180 + }, + "24": { + "loc": { "start": { "line": 191, "column": 4 }, "end": { "line": 194, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 191, "column": 4 }, "end": { "line": 194, "column": 5 } }, + { "start": { "line": 191, "column": 4 }, "end": { "line": 194, "column": 5 } } + ], + "line": 191 + }, + "25": { + "loc": { "start": { "line": 196, "column": 4 }, "end": { "line": 232, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 196, "column": 4 }, "end": { "line": 232, "column": 5 } }, + { "start": { "line": 196, "column": 4 }, "end": { "line": 232, "column": 5 } } + ], + "line": 196 + }, + "26": { + "loc": { "start": { "line": 200, "column": 6 }, "end": { "line": 200, "column": 39 } }, + "type": "if", + "locations": [ + { "start": { "line": 200, "column": 6 }, "end": { "line": 200, "column": 39 } }, + { "start": { "line": 200, "column": 6 }, "end": { "line": 200, "column": 39 } } + ], + "line": 200 + }, + "27": { + "loc": { "start": { "line": 205, "column": 6 }, "end": { "line": 213, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 205, "column": 6 }, "end": { "line": 213, "column": 7 } }, + { "start": { "line": 205, "column": 6 }, "end": { "line": 213, "column": 7 } } + ], + "line": 205 + }, + "28": { + "loc": { "start": { "line": 205, "column": 10 }, "end": { "line": 205, "column": 50 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 205, "column": 10 }, "end": { "line": 205, "column": 30 } }, + { "start": { "line": 205, "column": 34 }, "end": { "line": 205, "column": 50 } } + ], + "line": 205 + }, + "29": { + "loc": { "start": { "line": 215, "column": 6 }, "end": { "line": 229, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 215, "column": 6 }, "end": { "line": 229, "column": 7 } }, + { "start": { "line": 215, "column": 6 }, "end": { "line": 229, "column": 7 } } + ], + "line": 215 + }, + "30": { + "loc": { "start": { "line": 218, "column": 13 }, "end": { "line": 229, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 218, "column": 13 }, "end": { "line": 229, "column": 7 } }, + { "start": { "line": 218, "column": 13 }, "end": { "line": 229, "column": 7 } } + ], + "line": 218 + }, + "31": { + "loc": { "start": { "line": 218, "column": 17 }, "end": { "line": 218, "column": 52 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 218, "column": 17 }, "end": { "line": 218, "column": 32 } }, + { "start": { "line": 218, "column": 36 }, "end": { "line": 218, "column": 52 } } + ], + "line": 218 + }, + "32": { + "loc": { "start": { "line": 240, "column": 6 }, "end": { "line": 240, "column": 77 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 240, "column": 6 }, "end": { "line": 240, "column": 37 } }, + { "start": { "line": 240, "column": 41 }, "end": { "line": 240, "column": 77 } } + ], + "line": 240 + }, + "33": { + "loc": { "start": { "line": 244, "column": 4 }, "end": { "line": 247, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 244, "column": 4 }, "end": { "line": 247, "column": 5 } }, + { "start": { "line": 244, "column": 4 }, "end": { "line": 247, "column": 5 } } + ], + "line": 244 + }, + "34": { + "loc": { "start": { "line": 249, "column": 4 }, "end": { "line": 253, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 249, "column": 4 }, "end": { "line": 253, "column": 5 } }, + { "start": { "line": 249, "column": 4 }, "end": { "line": 253, "column": 5 } } + ], + "line": 249 + }, + "35": { + "loc": { "start": { "line": 249, "column": 8 }, "end": { "line": 249, "column": 75 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 249, "column": 8 }, "end": { "line": 249, "column": 38 } }, + { "start": { "line": 249, "column": 42 }, "end": { "line": 249, "column": 75 } } + ], + "line": 249 + }, + "36": { + "loc": { "start": { "line": 257, "column": 4 }, "end": { "line": 290, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 257, "column": 4 }, "end": { "line": 290, "column": 5 } }, + { "start": { "line": 257, "column": 4 }, "end": { "line": 290, "column": 5 } } + ], + "line": 257 + }, + "37": { + "loc": { "start": { "line": 257, "column": 8 }, "end": { "line": 257, "column": 37 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 257, "column": 8 }, "end": { "line": 257, "column": 15 } }, + { "start": { "line": 257, "column": 19 }, "end": { "line": 257, "column": 37 } } + ], + "line": 257 + }, + "38": { + "loc": { "start": { "line": 264, "column": 6 }, "end": { "line": 270, "column": 7 } }, + "type": "if", + "locations": [ + { "start": { "line": 264, "column": 6 }, "end": { "line": 270, "column": 7 } }, + { "start": { "line": 264, "column": 6 }, "end": { "line": 270, "column": 7 } } + ], + "line": 264 + }, + "39": { + "loc": { "start": { "line": 265, "column": 17 }, "end": { "line": 267, "column": 51 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 266, "column": 12 }, "end": { "line": 266, "column": 45 } }, + { "start": { "line": 267, "column": 12 }, "end": { "line": 267, "column": 51 } } + ], + "line": 265 + }, + "40": { + "loc": { "start": { "line": 269, "column": 17 }, "end": { "line": 269, "column": 94 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 269, "column": 27 }, "end": { "line": 269, "column": 56 } }, + { "start": { "line": 269, "column": 59 }, "end": { "line": 269, "column": 94 } } + ], + "line": 269 + }, + "41": { + "loc": { "start": { "line": 296, "column": 4 }, "end": { "line": 296, "column": 34 } }, + "type": "if", + "locations": [ + { "start": { "line": 296, "column": 4 }, "end": { "line": 296, "column": 34 } }, + { "start": { "line": 296, "column": 4 }, "end": { "line": 296, "column": 34 } } + ], + "line": 296 + }, + "42": { + "loc": { "start": { "line": 298, "column": 4 }, "end": { "line": 305, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 298, "column": 4 }, "end": { "line": 305, "column": 5 } }, + { "start": { "line": 298, "column": 4 }, "end": { "line": 305, "column": 5 } } + ], + "line": 298 + }, + "43": { + "loc": { "start": { "line": 300, "column": 11 }, "end": { "line": 305, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 300, "column": 11 }, "end": { "line": 305, "column": 5 } }, + { "start": { "line": 300, "column": 11 }, "end": { "line": 305, "column": 5 } } + ], + "line": 300 + }, + "44": { + "loc": { "start": { "line": 307, "column": 4 }, "end": { "line": 309, "column": 5 } }, + "type": "if", + "locations": [ + { "start": { "line": 307, "column": 4 }, "end": { "line": 309, "column": 5 } }, + { "start": { "line": 307, "column": 4 }, "end": { "line": 309, "column": 5 } } + ], + "line": 307 + } + }, + "s": { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 1, + "14": 1, + "15": 25, + "16": 5, + "17": 1, + "18": 35, + "19": 35, + "20": 35, + "21": 35, + "22": 105, + "23": 35, + "24": 34, + "25": 25, + "26": 35, + "27": 34, + "28": 5, + "29": 35, + "30": 2, + "31": 35, + "32": 35, + "33": 6, + "34": 6, + "35": 29, + "36": 35, + "37": 35, + "38": 35, + "39": 35, + "40": 35, + "41": 35, + "42": 35, + "43": 35, + "44": 35, + "45": 35, + "46": 35, + "47": 2, + "48": 33, + "49": 33, + "50": 1, + "51": 32, + "52": 35, + "53": 35, + "54": 35, + "55": 34, + "56": 2, + "57": 32, + "58": 30, + "59": 6, + "60": 6, + "61": 35, + "62": 35, + "63": 2, + "64": 1, + "65": 1, + "66": 34, + "67": 32, + "68": 32, + "69": 32, + "70": 32, + "71": 24, + "72": 24, + "73": 22, + "74": 4, + "75": 30, + "76": 30, + "77": 31, + "78": 2, + "79": 29, + "80": 29, + "81": 4, + "82": 3, + "83": 30, + "84": 30, + "85": 8, + "86": 30, + "87": 4, + "88": 4, + "89": 30, + "90": 1, + "91": 29, + "92": 25, + "93": 29, + "94": 9, + "95": 4, + "96": 20, + "97": 29, + "98": 1, + "99": 28, + "100": 8, + "101": 3, + "102": 8, + "103": 20, + "104": 20, + "105": 29, + "106": 30, + "107": 30, + "108": 30, + "109": 30, + "110": 27, + "111": 1, + "112": 27, + "113": 1, + "114": 26, + "115": 28, + "116": 1, + "117": 27, + "118": 27, + "119": 27, + "120": 2, + "121": 25, + "122": 27, + "123": 54, + "124": 54, + "125": 34, + "126": 20, + "127": 8, + "128": 12, + "129": 3, + "130": 9, + "131": 9, + "132": 20, + "133": 12, + "134": 18, + "135": 18, + "136": 1 + }, + "f": { + "0": 25, + "1": 5, + "2": 35, + "3": 105, + "4": 25, + "5": 5, + "6": 35, + "7": 35, + "8": 35, + "9": 35, + "10": 32, + "11": 31, + "12": 4, + "13": 3, + "14": 20, + "15": 30, + "16": 28, + "17": 54 + }, + "b": { + "0": [34, 1], + "1": [34, 1], + "2": [2, 33], + "3": [6, 29], + "4": [13, 22], + "5": [22, 22], + "6": [33], + "7": [1, 34], + "8": [35, 33, 1], + "9": [35, 34], + "10": [34, 1], + "11": [2, 33], + "12": [33, 11], + "13": [1, 32], + "14": [2, 32], + "15": [6, 5], + "16": [6, 6], + "17": [2, 33], + "18": [1, 1], + "19": [1, 31], + "20": [4, 18], + "21": [2, 29], + "22": [3, 1], + "23": [8, 22], + "24": [4, 26], + "25": [1, 29], + "26": [25, 4], + "27": [9, 20], + "28": [29, 22], + "29": [1, 28], + "30": [8, 20], + "31": [28, 22], + "32": [30, 30], + "33": [1, 26], + "34": [1, 26], + "35": [27, 1], + "36": [1, 27], + "37": [28, 28], + "38": [2, 25], + "39": [1, 1], + "40": [1, 24], + "41": [34, 20], + "42": [8, 12], + "43": [3, 9], + "44": [12, 8] + }, + "_coverageSchema": "332fd63041d2c1bcb487cc26dd0d5f7d97098a6c", + "hash": "319e79f1941286295ccfa96bdf665cd3e883ad7c", + "contentHash": "deeb3493d1b0698316c2814d3323d8bb_11.9.0" + }, + "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js": { + "path": "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js", + "statementMap": { + "0": { "start": { "line": 3, "column": 13 }, "end": { "line": 3, "column": 28 } }, + "1": { "start": { "line": 4, "column": 11 }, "end": { "line": 4, "column": 24 } }, + "2": { "start": { "line": 6, "column": 0 }, "end": { "line": 27, "column": 2 } }, + "3": { "start": { "line": 8, "column": 4 }, "end": { "line": 8, "column": 26 } }, + "4": { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 36 } }, + "5": { "start": { "line": 11, "column": 27 }, "end": { "line": 11, "column": 36 } }, + "6": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 66 } }, + "7": { "start": { "line": 16, "column": 19 }, "end": { "line": 16, "column": 40 } }, + "8": { "start": { "line": 17, "column": 4 }, "end": { "line": 17, "column": 60 } }, + "9": { "start": { "line": 20, "column": 4 }, "end": { "line": 26, "column": 5 } }, + "10": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 77 } }, + "11": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 77 } }, + "12": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 23 } } + }, + "fnMap": { + "0": { + "name": "(anonymous_0)", + "decl": { "start": { "line": 7, "column": 14 }, "end": { "line": 7, "column": 15 } }, + "loc": { "start": { "line": 7, "column": 19 }, "end": { "line": 9, "column": 3 } }, + "line": 7 + }, + "1": { + "name": "(anonymous_1)", + "decl": { "start": { "line": 10, "column": 21 }, "end": { "line": 10, "column": 22 } }, + "loc": { "start": { "line": 10, "column": 37 }, "end": { "line": 14, "column": 3 } }, + "line": 10 + }, + "2": { + "name": "(anonymous_2)", + "decl": { "start": { "line": 15, "column": 20 }, "end": { "line": 15, "column": 21 } }, + "loc": { "start": { "line": 15, "column": 43 }, "end": { "line": 18, "column": 3 } }, + "line": 15 + }, + "3": { + "name": "(anonymous_3)", + "decl": { "start": { "line": 19, "column": 17 }, "end": { "line": 19, "column": 18 } }, + "loc": { "start": { "line": 20, "column": 4 }, "end": { "line": 26, "column": 5 } }, + "line": 20 + }, + "4": { + "name": "(anonymous_4)", + "decl": { "start": { "line": 21, "column": 6 }, "end": { "line": 21, "column": 7 } }, + "loc": { "start": { "line": 21, "column": 22 }, "end": { "line": 24, "column": 7 } }, + "line": 21 + } + }, + "branchMap": { + "0": { + "loc": { "start": { "line": 8, "column": 11 }, "end": { "line": 8, "column": 25 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 8, "column": 11 }, "end": { "line": 8, "column": 20 } }, + { "start": { "line": 8, "column": 24 }, "end": { "line": 8, "column": 25 } } + ], + "line": 8 + }, + "1": { + "loc": { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 36 } }, + "type": "if", + "locations": [ + { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 36 } }, + { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 36 } } + ], + "line": 11 + }, + "2": { + "loc": { "start": { "line": 13, "column": 11 }, "end": { "line": 13, "column": 65 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 13, "column": 31 }, "end": { "line": 13, "column": 61 } }, + { "start": { "line": 13, "column": 64 }, "end": { "line": 13, "column": 65 } } + ], + "line": 13 + }, + "3": { + "loc": { "start": { "line": 13, "column": 44 }, "end": { "line": 13, "column": 57 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 13, "column": 44 }, "end": { "line": 13, "column": 51 } }, + { "start": { "line": 13, "column": 55 }, "end": { "line": 13, "column": 57 } } + ], + "line": 13 + }, + "4": { + "loc": { "start": { "line": 16, "column": 19 }, "end": { "line": 16, "column": 40 } }, + "type": "binary-expr", + "locations": [ + { "start": { "line": 16, "column": 19 }, "end": { "line": 16, "column": 24 } }, + { "start": { "line": 16, "column": 28 }, "end": { "line": 16, "column": 40 } } + ], + "line": 16 + }, + "5": { + "loc": { "start": { "line": 17, "column": 11 }, "end": { "line": 17, "column": 59 } }, + "type": "cond-expr", + "locations": [ + { "start": { "line": 17, "column": 41 }, "end": { "line": 17, "column": 47 } }, + { "start": { "line": 17, "column": 50 }, "end": { "line": 17, "column": 59 } } + ], + "line": 17 + }, + "6": { + "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 77 } }, + "type": "if", + "locations": [ + { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 77 } }, + { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 77 } } + ], + "line": 22 + } + }, + "s": { + "0": 1, + "1": 1, + "2": 1, + "3": 18, + "4": 17, + "5": 2, + "6": 15, + "7": 2, + "8": 2, + "9": 36, + "10": 389, + "11": 1, + "12": 389 + }, + "f": { "0": 18, "1": 17, "2": 2, "3": 36, "4": 389 }, + "b": { + "0": [18, 10], + "1": [2, 15], + "2": [13, 2], + "3": [13, 5], + "4": [2, 2], + "5": [1, 1], + "6": [1, 388] + }, + "_coverageSchema": "332fd63041d2c1bcb487cc26dd0d5f7d97098a6c", + "hash": "2a78b9eb11d78e15a0ac1493aea3175abc5d6d98", + "contentHash": "7fe5da8ce58be4342f7ceacc6178d2d8_11.9.0" + }, + "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js": { + "path": "/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js", + "statementMap": { + "0": { "start": { "line": 3, "column": 14 }, "end": { "line": 3, "column": 30 } }, + "1": { "start": { "line": 4, "column": 18 }, "end": { "line": 4, "column": 39 } }, + "2": { "start": { "line": 8, "column": 4 }, "end": { "line": 16, "column": 6 } }, + "3": { "start": { "line": 20, "column": 4 }, "end": { "line": 20, "column": 31 } }, + "4": { "start": { "line": 24, "column": 0 }, "end": { "line": 26, "column": 2 } }, + "5": { "start": { "line": 28, "column": 0 }, "end": { "line": 28, "column": 31 } } + }, + "fnMap": { + "0": { + "name": "(anonymous_0)", + "decl": { "start": { "line": 7, "column": 2 }, "end": { "line": 7, "column": 3 } }, + "loc": { "start": { "line": 7, "column": 20 }, "end": { "line": 17, "column": 3 } }, + "line": 7 + }, + "1": { + "name": "(anonymous_1)", + "decl": { "start": { "line": 19, "column": 2 }, "end": { "line": 19, "column": 3 } }, + "loc": { "start": { "line": 19, "column": 11 }, "end": { "line": 21, "column": 3 } }, + "line": 19 + } + }, + "branchMap": {}, + "s": { "0": 1, "1": 1, "2": 27, "3": 27, "4": 1, "5": 1 }, + "f": { "0": 27, "1": 27 }, + "b": {}, + "_coverageSchema": "332fd63041d2c1bcb487cc26dd0d5f7d97098a6c", + "hash": "59bbcf6ebfef8e1de4d33b0c053d05da3f88ac3c", + "contentHash": "e8332057ffe5b649cb0615cb45d6f4a3_11.9.0" + } +} diff --git a/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js b/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js index e1f56bcf5..66160c339 100644 --- a/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js +++ b/packages/electrode-redux-router-engine/test/nm/test-init-nm/index.js @@ -1,10 +1,10 @@ "use strict"; -module.exports = async function(options) { +module.exports = async function (options) { const name = options.route.name || "foo"; return { reducer: { - [name]: x => x || [] + [name]: (x) => x || [] }, initialState: { [name]: ["test-init-nm"] diff --git a/packages/electrode-redux-router-engine/test/render-flat-routes.jsx b/packages/electrode-redux-router-engine/test/render-flat-routes.jsx index f4314ce84..ba9782129 100644 --- a/packages/electrode-redux-router-engine/test/render-flat-routes.jsx +++ b/packages/electrode-redux-router-engine/test/render-flat-routes.jsx @@ -9,7 +9,7 @@ const renderFlatRoutes = (routes, extraProps = {}) => path={route.path} exact={route.exact} strict={route.strict} - render={props => + render={(props) => route.render ? ( route.render({ ...props, ...extraProps, route: route }) ) : ( diff --git a/packages/electrode-redux-router-engine/test/routes.jsx b/packages/electrode-redux-router-engine/test/routes.jsx index ff596c7ec..a13ca4080 100644 --- a/packages/electrode-redux-router-engine/test/routes.jsx +++ b/packages/electrode-redux-router-engine/test/routes.jsx @@ -54,10 +54,9 @@ function TestRedux({ inc }) { return
Test Redux
; } -const ConnectedTestRedux = connect( - null, - dispatch => ({ inc: () => dispatch({ type: "INC_NUMBER" }) }) -)(TestRedux); +const ConnectedTestRedux = connect(null, (dispatch) => ({ + inc: () => dispatch({ type: "INC_NUMBER" }) +}))(TestRedux); // // Similar React Router 3 routes @@ -99,7 +98,7 @@ const ConnectedTestRedux = connect( // init should return: const init1 = { - reducer: { foo: function() {} }, + reducer: { foo: function () {} }, initialState: { foo: {} } }; @@ -114,7 +113,7 @@ const init1 = { // redux store and to skip the combineReducers behavior const init2 = { - reducer: function() {}, + reducer: function () {}, initialState: {} }; @@ -225,7 +224,7 @@ const routes = [ ] }, { - path: "/not-post", + path: "/not-post" }, { path: "/head-only", @@ -234,7 +233,7 @@ const routes = [ }, { path: "/invalid-component", - // React 18 renderToString method does not error out the same way as in previous versions. + // React 18 renderToString method does not error out the same way as in previous versions. // Status 500 has to be manually declared here. component: () => { throw { status: 500 }; diff --git a/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js b/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js index 5c113aa83..afb7c0085 100644 --- a/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js +++ b/packages/electrode-redux-router-engine/test/spec/electrode-server.integration.spec.js @@ -9,7 +9,7 @@ require("babel-register"); const routes = require("../routes.jsx").default; -describe("electrode server (Hapi) integration", function() { +describe("electrode server (Hapi) integration", function () { const setupServer = async (streaming, withIds) => { let engine; @@ -31,10 +31,10 @@ describe("electrode server (Hapi) integration", function() { return server; }; - const closeServer = server => { + const closeServer = (server) => { return ( server && - new Promise(resolve => { + new Promise((resolve) => { server.stop(resolve); }) ); @@ -44,7 +44,7 @@ describe("electrode server (Hapi) integration", function() { let server; return asyncVerify( () => setupServer(), - s => { + (s) => { server = s; return server.inject("/test").then((resp) => { expect(resp.result).to.deep.equal({ @@ -62,7 +62,7 @@ describe("electrode server (Hapi) integration", function() { let server; return asyncVerify( () => setupServer(), - s => { + (s) => { server = s; return server.inject("/test?foo=bar").then((resp) => { expect(resp.result).to.deep.equal({ @@ -80,7 +80,7 @@ describe("electrode server (Hapi) integration", function() { let server; return asyncVerify( () => setupServer(true), - s => { + (s) => { server = s; return server.inject("/test").then((resp) => { expect(resp.result).to.deep.equal({ @@ -98,7 +98,7 @@ describe("electrode server (Hapi) integration", function() { let server; return asyncVerify( () => setupServer(true, true), - s => { + (s) => { server = s; return server.inject("/test").then((resp) => { expect(resp.result).to.deep.equal({ diff --git a/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js b/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js index 2300ffd2e..709ef3e5d 100644 --- a/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js +++ b/packages/electrode-redux-router-engine/test/spec/redux-router-engine.spec.js @@ -9,7 +9,7 @@ require("babel-register"); const routes = require("../routes.jsx").default; -describe("redux-router-engine", function() { +describe("redux-router-engine", function () { let testReq; beforeEach(() => { @@ -24,7 +24,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); testReq.url = Url.parse("/oop/blah"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(404); }); }); @@ -34,7 +34,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); testReq.url = Url.parse("/test/init-not-found"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { intercept.restore(); expect(result.status).to.equal(500); expect(result.message).includes("Cannot find module"); @@ -46,7 +46,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: Path.join(__dirname, "..") }); testReq.url = Url.parse("/throw-error"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { intercept.restore(); expect(result.status).to.equal(500); expect(result._err.message).includes("failed error"); @@ -61,7 +61,7 @@ describe("redux-router-engine", function() { }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.html).to.equal(testHtml); }); }); @@ -70,7 +70,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Home
"); expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); @@ -81,7 +81,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); testReq.path = "/test?foo=bar"; - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Home - Query: ?foo=bar
"); expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); @@ -92,21 +92,21 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); testReq.url = Url.parse("/test?foo=bar"); - return engine.render(testReq, { location: Url.parse("/test?a=1") }).then(result => { + return engine.render(testReq, { location: Url.parse("/test?a=1") }).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Home - Query: ?a=1
"); expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); }); }); - // TODO: Needs fix. + // TODO: Needs fix. // With fyn this used to take package under test/nm/ // With rush, this wont' get added in node_modules. it.skip("should load init without leading . from node_modules", () => { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: "test" }); testReq.url = Url.parse("/test-init-nm"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Home
"); expect(result.prefetch).to.equal(`window.__PRELOADED_STATE__ = {"Page":["test-init-nm"]};`); @@ -120,7 +120,7 @@ describe("redux-router-engine", function() { }); testReq.url = Url.parse("/top-reducer/init"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Test
"); expect(result.prefetch).to.equal( @@ -133,7 +133,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes: "./test/routes" }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Home
"); expect(result.prefetch).to.equal("window.__PRELOADED_STATE__ = {};"); @@ -145,7 +145,7 @@ describe("redux-router-engine", function() { testReq.url = Url.parse("/test"); testReq.app.disableSSR = true; - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.html).to.equal(""); }); }); @@ -154,7 +154,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, routesHandlerPath: Path.join(__dirname, "..") }); testReq.url = Url.parse("/escape-chars"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.prefetch).to.contain( "window.__PRELOADED_STATE__ = " + `{"scriptTag":"\\u003C/script>\\u003Cscript>console.log(\\"Welcome to an XSS attack!\\")` + @@ -167,7 +167,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, componentRedirect: true }); testReq.url = Url.parse("/test/component-redirect"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(302); expect(result.html).to.equal("
Page
Test
"); expect(result.path).to.equal("/redirect-target"); @@ -178,7 +178,7 @@ describe("redux-router-engine", function() { const intercept = xstdout.intercept(true); const engine = new ReduxRouterEngine({ routes, production: true }); testReq.url = Url.parse("/invalid-component"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { intercept.restore(); expect(result.status).to.equal(500); // React 18 renderToString method does not error out the same way as in previous versions. @@ -192,7 +192,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); testReq.url = Url.parse("/error-component"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { intercept.restore(); expect(result.status).to.equal(404); expect(result._err).to.be.ok; @@ -203,7 +203,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, withIds: true }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { // At one time, this would generate react-id and reactroot, but no longer expect(result.html).to.equal("
Page
Home
"); }); @@ -213,7 +213,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, basename: "/my-base" }); testReq.url = Url.parse("/wrong-base/test/basename"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(404); }); }); @@ -222,7 +222,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); testReq.url = Url.parse("/test/basename"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal(`
PageTest
`); }); @@ -232,7 +232,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, basename: "/my-base" }); testReq.url = Url.parse("/my-base/test/basename"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal(`
PageTest
`); }); @@ -242,7 +242,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.html).to.not.contain("data-reactroot"); }); }); @@ -255,7 +255,7 @@ describe("redux-router-engine", function() { }); testReq.url = Url.parse("/test"); - return engine.render(testReq).then(result => { + return engine.render(testReq).then((result) => { expect(result.prefetch).to.equal(`window.__TEST_STATE__`); }); }); @@ -271,7 +271,7 @@ describe("redux-router-engine", function() { } }) .render(testReq) - .then(result => { + .then((result) => { expect(result.status).to.equal(500); expect(error).to.not.equal(undefined); }); @@ -281,7 +281,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes, withIds: true }); testReq.url = Url.parse("/test"); - return engine.render(testReq, { withIds: false }).then(result => { + return engine.render(testReq, { withIds: false }).then((result) => { // At one time, this would generate react-id and reactroot, but no longer expect(result.html).to.equal("
Page
Home
"); }); @@ -299,7 +299,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { intercept.restore(); expect(result.status).to.equal(500); expect(result.message).to.include(`doesn't allow request method post`); @@ -318,7 +318,7 @@ describe("redux-router-engine", function() { const engine = new ReduxRouterEngine({ routes }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { intercept.restore(); expect(result.status).to.equal(200); }); @@ -338,7 +338,7 @@ describe("redux-router-engine", function() { routesHandlerPath: Path.join(__dirname, "..") }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.status).to.equal(200); expect(result.prefetch).include("test-init"); }); @@ -358,7 +358,7 @@ describe("redux-router-engine", function() { routesHandlerPath: "./test" }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.status).to.equal(200); expect(result.html).to.equal("
Page
Test
Test Redux
"); // @@ -390,7 +390,7 @@ describe("redux-router-engine", function() { routesHandlerPath: "./test" }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.status).to.equal(200); expect(result.prefetch).include("test-init2"); }); @@ -410,7 +410,7 @@ describe("redux-router-engine", function() { routesHandlerPath: "./test" }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.status).to.equal(200); expect(result.prefetch).include("test-init2"); }); @@ -443,7 +443,7 @@ describe("redux-router-engine", function() { routesHandlerPath: "./test" }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.status).to.equal(200); expect(result.prefetch).include("test-init2"); }); @@ -464,7 +464,7 @@ describe("redux-router-engine", function() { routesHandlerPath: Path.join(__dirname, "..") }); - return engine.render(req).then(result => { + return engine.render(req).then((result) => { expect(result.prefetch).include("52"); }); }); diff --git a/packages/electrode-redux-router-engine/test/spec/util.spec.js b/packages/electrode-redux-router-engine/test/spec/util.spec.js index f51322581..18372c732 100644 --- a/packages/electrode-redux-router-engine/test/spec/util.spec.js +++ b/packages/electrode-redux-router-engine/test/spec/util.spec.js @@ -32,7 +32,9 @@ describe("util", function () { }); it("getEnvTargets should get an array of all babel env targets", () => { - const stubbed = sinon.stub(require("fs"), "readdirSync").callsFake(() => ["dist", "dist-es6", "a", "b"]); + const stubbed = sinon + .stub(require("fs"), "readdirSync") + .callsFake(() => ["dist", "dist-es6", "a", "b"]); expect(util.getEnvTargets()).to.include("default").to.include("es6"); stubbed.restore(); }); diff --git a/packages/electrode-redux-router-engine/test/test-init.js b/packages/electrode-redux-router-engine/test/test-init.js index 84cb44d07..b2d5f54dc 100644 --- a/packages/electrode-redux-router-engine/test/test-init.js +++ b/packages/electrode-redux-router-engine/test/test-init.js @@ -1,10 +1,10 @@ "use strict"; -module.exports = async function(options) { +module.exports = async function (options) { const name = options.route.name || "foo"; return { reducer: { - [name]: x => x || [] + [name]: (x) => x || [] }, initialState: await Promise.resolve({ [name]: ["test-init"] diff --git a/packages/electrode-redux-router-engine/test/test-init2.js b/packages/electrode-redux-router-engine/test/test-init2.js index e24f0b068..ed2672790 100644 --- a/packages/electrode-redux-router-engine/test/test-init2.js +++ b/packages/electrode-redux-router-engine/test/test-init2.js @@ -1,10 +1,10 @@ "use strict"; -module.exports = function(options) { +module.exports = function (options) { const name = options.route.name || "foo"; return { reducer: { - [name]: x => x || [] + [name]: (x) => x || [] }, initialState: { [name]: ["test-init2"] diff --git a/packages/electrode-redux-router-engine/test/test-redux.js b/packages/electrode-redux-router-engine/test/test-redux.js index d2885ed7d..4abfb49e3 100644 --- a/packages/electrode-redux-router-engine/test/test-redux.js +++ b/packages/electrode-redux-router-engine/test/test-redux.js @@ -1,6 +1,6 @@ "use strict"; -module.exports = options => { +module.exports = (options) => { const name = options.route.name; return { reducer: { diff --git a/packages/electrode-redux-router-engine/test/top-reducer.js b/packages/electrode-redux-router-engine/test/top-reducer.js index e0948f20a..7fd566548 100644 --- a/packages/electrode-redux-router-engine/test/top-reducer.js +++ b/packages/electrode-redux-router-engine/test/top-reducer.js @@ -2,7 +2,7 @@ const { combineReducers } = require("redux"); -module.exports = async function(options) { +module.exports = async function (options) { const name = options.route.name || "top"; await options.awaitInits(); @@ -17,7 +17,7 @@ module.exports = async function(options) { { [name]: () => "top-reducer" } - ].concat(options.inits.map(x => x.reducer)) + ].concat(options.inits.map((x) => x.reducer)) ); // diff --git a/packages/electrode-redux-router-engine/test/top-wait.js b/packages/electrode-redux-router-engine/test/top-wait.js index b13001d1f..7fd0b6592 100644 --- a/packages/electrode-redux-router-engine/test/top-wait.js +++ b/packages/electrode-redux-router-engine/test/top-wait.js @@ -1,11 +1,11 @@ "use strict"; -module.exports = async function(options) { +module.exports = async function (options) { await options.awaitInits(); const name = options.route.name || "top-wait"; return { reducer: { - [name]: x => x || [] + [name]: (x) => x || [] }, initialState: { [name]: ["top-wait"] diff --git a/packages/electrode-ui-config/src/ui-config.js b/packages/electrode-ui-config/src/ui-config.js index da67bf448..3f4f903b0 100644 --- a/packages/electrode-ui-config/src/ui-config.js +++ b/packages/electrode-ui-config/src/ui-config.js @@ -3,7 +3,7 @@ /* eslint-disable no-invalid-this */ function join(paths) { - const x = paths.filter(p => p).join("/"); + const x = paths.filter((p) => p).join("/"); if (paths[0] === "/" && x === "/") { // returning "" for [ "/", "", "", ... ] @@ -21,11 +21,11 @@ function reload(data) { const basePath = ui.basePath || ""; const apiPath = ui.apiPath || "/api"; this.ui = ui; - this.fullPath = path => join([basePath, path]); - this.fullApiPath = path => join([basePath, apiPath, path]); + this.fullPath = (path) => join([basePath, path]); + this.fullApiPath = (path) => join([basePath, apiPath, path]); } -module.exports = function(data) { +module.exports = function (data) { const config = {}; config.reload = reload; config.reload(data); diff --git a/packages/electrode-ui-config/test/spec/csindex.spec.js b/packages/electrode-ui-config/test/spec/csindex.spec.js index 5b31ad96c..1c033e7ce 100644 --- a/packages/electrode-ui-config/test/spec/csindex.spec.js +++ b/packages/electrode-ui-config/test/spec/csindex.spec.js @@ -3,9 +3,9 @@ const chai = require("chai"); const expect = chai.expect; -describe("clientUiConfig", function() { +describe("clientUiConfig", function () { const csindex = "../../dist/csindex"; - it("should provide ui config for client", function() { + it("should provide ui config for client", function () { global.window = { _config: { ui: { @@ -21,7 +21,7 @@ describe("clientUiConfig", function() { expect(uiConfig.ui).to.be.ok; }); - it("should provide empty ui without window._config", function() { + it("should provide empty ui without window._config", function () { global.window = {}; delete require.cache[require.resolve(csindex)]; const uiConfig = require(csindex); diff --git a/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js b/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js index 7b7677a48..43e78e55e 100644 --- a/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js +++ b/packages/electrode-ui-config/test/spec/hapi-plugin.spec.js @@ -3,7 +3,7 @@ const config = require("../../"); const plugin = require("../../hapi-plugin"); -describe("hapi-plugin", function() { +describe("hapi-plugin", function () { it("should register server and set its app.config", () => { const server = { app: { diff --git a/packages/electrode-ui-config/test/spec/index.spec.js b/packages/electrode-ui-config/test/spec/index.spec.js index 54936e9ad..63ffd224b 100644 --- a/packages/electrode-ui-config/test/spec/index.spec.js +++ b/packages/electrode-ui-config/test/spec/index.spec.js @@ -6,7 +6,7 @@ const chai = require("chai"); const expect = chai.expect; const uiConfig = require("../../lib"); -describe("config", function() { +describe("config", function () { beforeEach(() => { uiConfig.config = { ui: { @@ -20,7 +20,7 @@ describe("config", function() { expect(uiConfig.ui.basePath).to.equal("/test"); }); - describe("fullPath", function() { + describe("fullPath", function () { it("should return '/test' for undefined or empty ''", () => { expect(uiConfig.fullPath()).to.equal("/test"); expect(uiConfig.fullPath("")).to.equal("/test"); diff --git a/packages/electrode-ui-config/test/spec/ui-config.spec.js b/packages/electrode-ui-config/test/spec/ui-config.spec.js index 81e7a65ef..f8da07e77 100644 --- a/packages/electrode-ui-config/test/spec/ui-config.spec.js +++ b/packages/electrode-ui-config/test/spec/ui-config.spec.js @@ -6,8 +6,8 @@ const uiConfig = require("../../dist/ui-config"); const chai = require("chai"); const expect = chai.expect; -describe("uiConfig", function() { - it("should create fullPath w/o trailing / for empty basePath", function() { +describe("uiConfig", function () { + it("should create fullPath w/o trailing / for empty basePath", function () { // [ basePath, path ] // [ "", undefined ] => "" // [ "", "" ] => "" @@ -31,7 +31,7 @@ describe("uiConfig", function() { expect(config.fullPath("abc6/bar")).to.equal("abc6/bar"); }); - it("should create fullPath w/o trailing / for basePath /", function() { + it("should create fullPath w/o trailing / for basePath /", function () { // [ basePath, path ] // [ "/", undefined ] => "" // [ "/", "" ] => "" @@ -55,7 +55,7 @@ describe("uiConfig", function() { expect(config.fullPath("abc6/bar")).to.equal("/abc6/bar"); }); - it("should create fullPath w/o trailing / for basePath /test", function() { + it("should create fullPath w/o trailing / for basePath /test", function () { // [ basePath, path ] // [ "/test/", undefined ] => "/test" // [ "/test/", "" ] => "/test" @@ -79,7 +79,7 @@ describe("uiConfig", function() { expect(config.fullPath("abc6/bar")).to.equal("/test/abc6/bar"); }); - it("should create fullPath w/o trailing / for basePath /test/", function() { + it("should create fullPath w/o trailing / for basePath /test/", function () { // [ basePath, path ] // [ "/test/", undefined ] => "/test" // [ "/test/", "" ] => "/test" @@ -103,7 +103,7 @@ describe("uiConfig", function() { expect(config.fullPath("abc6/bar")).to.equal("/test/abc6/bar"); }); - it("should remove trailing / from fullApiPath to create fullApiPath", function() { + it("should remove trailing / from fullApiPath to create fullApiPath", function () { const config = uiConfig({ ui: { basePath: "/test/", apiPath: "/testApi" } }); expect(config.fullApiPath()).to.equal("/test/testApi"); @@ -117,7 +117,7 @@ describe("uiConfig", function() { expect(config.fullApiPath("abc/bar")).to.equal("/test/testApi/abc/bar"); }); - it("should handle missing apiPath", function() { + it("should handle missing apiPath", function () { const config = uiConfig({ ui: { basePath: "/" } }); expect(config.fullApiPath()).to.equal("/api"); @@ -131,7 +131,7 @@ describe("uiConfig", function() { expect(config.fullApiPath("abc/bar")).to.equal("/api/abc/bar"); }); - it("should guard against empty config", function() { + it("should guard against empty config", function () { expect(uiConfig, undefined).to.not.throw(); }); }); diff --git a/packages/electrode-ui-logger/test/spec/csindex.js b/packages/electrode-ui-logger/test/spec/csindex.js index 388e94406..c8f8872fd 100644 --- a/packages/electrode-ui-logger/test/spec/csindex.js +++ b/packages/electrode-ui-logger/test/spec/csindex.js @@ -11,7 +11,7 @@ describe("client-side logger", function () { fetchPayload = payload; } - before(function() { + before(function () { global.window = { _wml: { config: { @@ -53,19 +53,16 @@ describe("client-side logger", function () { Log._flush(); expect(fetchUrl).to.equal("/api/logger"); - expect(fetchPayload).to.deep.equal( - { - "credentials": "include", - "disableAnalytics": true, - "method": "POST", - "headers": { - "Accept": "application/json", - "Content-Type": "application/json" - }, - "body": `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line - } - ); - + expect(fetchPayload).to.deep.equal({ + credentials: "include", + disableAnalytics: true, + method: "POST", + headers: { + Accept: "application/json", + "Content-Type": "application/json" + }, + body: `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line + }); }); it("should combine and log entries", function (done) { @@ -79,18 +76,16 @@ describe("client-side logger", function () { setTimeout(() => { expect(fetchUrl).to.equal("/api/logger"); - expect(fetchPayload).to.deep.equal( - { - "credentials": "include", - "disableAnalytics": true, - "method": "POST", - "headers": { - "Accept": "application/json", - "Content-Type": "application/json" - }, - "body": `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line - } - ); + expect(fetchPayload).to.deep.equal({ + credentials: "include", + disableAnalytics: true, + method: "POST", + headers: { + Accept: "application/json", + "Content-Type": "application/json" + }, + body: `[{"tags":["info"],"data":"test info"},{"tags":["warn"],"data":"test warn"},{"tags":["fatal"],"data":"test fatal"},{"tags":["error"],"data":"test error"},{"tags":["debug"],"data":"test debug"},{"tags":["trace"],"data":"test trace"},{"tags":["log"],"data":"test log"}]` // eslint-disable-line + }); done(); }, 200); diff --git a/packages/electrode-ui-logger/test/spec/index.spec.js b/packages/electrode-ui-logger/test/spec/index.spec.js index 3bc53ed4c..a087f1d7b 100644 --- a/packages/electrode-ui-logger/test/spec/index.spec.js +++ b/packages/electrode-ui-logger/test/spec/index.spec.js @@ -15,13 +15,13 @@ describe("server-side logger", function () { }); it("should log entries", function () { - Log.info("test info", {request: request}); - Log.warn("test warn", {request: request}); - Log.fatal("test fatal", {request: request}); - Log.error("test error", {request: request}); - Log.debug("test debug", {request: request}); - Log.trace("test trace", {request: request}); - Log.log(["log"], "test log", {request: request}); + Log.info("test info", { request: request }); + Log.warn("test warn", { request: request }); + Log.fatal("test fatal", { request: request }); + Log.error("test error", { request: request }); + Log.debug("test debug", { request: request }); + Log.trace("test trace", { request: request }); + Log.log(["log"], "test log", { request: request }); expect(callCount).to.equal(7); }); diff --git a/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js b/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js index 1166347cb..d878623a4 100644 --- a/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js +++ b/packages/electrode-ui-logger/test/spec/safe-event-builder.spec.js @@ -30,7 +30,6 @@ describe("Client/helpers", () => { }); describe("event type is fetch", () => { - describe("when `extras` attribute exists", () => { beforeEach(() => { evt = { diff --git a/packages/electrode-ui-logger/xclap.js b/packages/electrode-ui-logger/xclap.js index 0cc34a430..b54223352 100644 --- a/packages/electrode-ui-logger/xclap.js +++ b/packages/electrode-ui-logger/xclap.js @@ -1,3 +1,3 @@ "use strict"; -require("electrode-archetype-njs-module-dev")(); \ No newline at end of file +require("electrode-archetype-njs-module-dev")(); diff --git a/packages/opt-archetype-check/xarc-opt-check.js b/packages/opt-archetype-check/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/opt-archetype-check/xarc-opt-check.js +++ b/packages/opt-archetype-check/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/rush-package-test/src/index.js b/packages/rush-package-test/src/index.js index f17ae8dcd..528ab8670 100644 --- a/packages/rush-package-test/src/index.js +++ b/packages/rush-package-test/src/index.js @@ -1 +1 @@ -console.log('This is a package to test automated package publish on PR merge...!') \ No newline at end of file +console.log("This is a package to test automated package publish on PR merge...!"); diff --git a/packages/subapp-pbundle/src/redux-bundler.jsx b/packages/subapp-pbundle/src/redux-bundler.jsx index 10c01fda0..eda49d425 100644 --- a/packages/subapp-pbundle/src/redux-bundler.jsx +++ b/packages/subapp-pbundle/src/redux-bundler.jsx @@ -36,7 +36,7 @@ export function reduxRenderStart({ store, Component, element }) { // info - the subapp's information // export function reduxBundlerLoadSubApp(info) { - const renderStart = function(instance, element) { + const renderStart = function (instance, element) { const Component = this.info.StartComponent || this.info.Component; const { component } = reduxRenderStart({ @@ -49,7 +49,7 @@ export function reduxBundlerLoadSubApp(info) { return component; }; - const preRender = function(instance) { + const preRender = function (instance) { const initialState = instance._prepared || instance.initialState; const reduxCreateStore = instance.reduxCreateStore || this.info.reduxCreateStore; instance._store = instance._store || reduxCreateStore(initialState); @@ -57,7 +57,7 @@ export function reduxBundlerLoadSubApp(info) { return instance; }; - const signalReady = function(instance) { + const signalReady = function (instance) { const store = instance._store; if (store.realize) { diff --git a/packages/subapp-pbundle/test/spec/fe-framework.spec.js b/packages/subapp-pbundle/test/spec/fe-framework.spec.js index c6e0882e5..327b5a772 100644 --- a/packages/subapp-pbundle/test/spec/fe-framework.spec.js +++ b/packages/subapp-pbundle/test/spec/fe-framework.spec.js @@ -6,7 +6,7 @@ const { h } = require("preact"); // eslint-disable-line const feLib = require("../../src"); const { JSDOM } = require("jsdom"); -describe("FE Preact framework", function() { +describe("FE Preact framework", function () { afterEach(() => { delete global.window; delete global.document; diff --git a/packages/subapp-pbundle/test/spec/redux-bundler.spec.js b/packages/subapp-pbundle/test/spec/redux-bundler.spec.js index 85ab8bcfc..19d1e1b52 100644 --- a/packages/subapp-pbundle/test/spec/redux-bundler.spec.js +++ b/packages/subapp-pbundle/test/spec/redux-bundler.spec.js @@ -2,7 +2,7 @@ const { reduxBundlerLoadSubApp } = require("../../lib/redux-bundler"); -describe("redux-bundler load subapp", function() { +describe("redux-bundler load subapp", function () { it("should initialize reduxCreateStore if it's not provided", () => { const subapp = reduxBundlerLoadSubApp({ name: `test-${Date.now()}-1` diff --git a/packages/subapp-pbundle/test/spec/shared.spec.js b/packages/subapp-pbundle/test/spec/shared.spec.js index f619ec3ff..6e46fbfe5 100644 --- a/packages/subapp-pbundle/test/spec/shared.spec.js +++ b/packages/subapp-pbundle/test/spec/shared.spec.js @@ -8,7 +8,7 @@ import { clearSharedStore } from "../../src/shared"; -describe("shared redux store", function() { +describe("shared redux store", function () { afterEach(() => { delete global.window; delete global.document; diff --git a/packages/subapp-pbundle/test/spec/ssr-framework.spec.js b/packages/subapp-pbundle/test/spec/ssr-framework.spec.js index fb01c71c3..f0a78ca33 100644 --- a/packages/subapp-pbundle/test/spec/ssr-framework.spec.js +++ b/packages/subapp-pbundle/test/spec/ssr-framework.spec.js @@ -9,7 +9,7 @@ const { composeBundles } = require("redux-bundler"); const { expectErrorHas, asyncVerify } = require("run-verify"); -describe("SSR Preact framework", function() { +describe("SSR Preact framework", function () { it("should setup React framework", () => { expect(lib.preact).to.be.ok; expect(lib.AppContext).to.be.ok; @@ -169,9 +169,11 @@ describe("SSR Preact framework", function() { } return state; }, - doUpdateState: (newState) => ({ dispatch }) => { - dispatch({ type: "UPDATE_STATE", newState }); - }, + doUpdateState: + newState => + ({ dispatch }) => { + dispatch({ type: "UPDATE_STATE", newState }); + }, selectHello(state) { return state.hello; } @@ -365,7 +367,7 @@ describe("SSR Preact framework", function() { const framework = new lib.FrameworkLib({ subApp: { __redux: true, - packReduxData: (store) => store.getState(), + packReduxData: store => store.getState(), reduxStoreReady: ({ store }) => { store.doUpdateState("universe"); }, diff --git a/packages/subapp-react/src/fe-framework-lib.js b/packages/subapp-react/src/fe-framework-lib.js index 69b4f77be..7783ab45d 100644 --- a/packages/subapp-react/src/fe-framework-lib.js +++ b/packages/subapp-react/src/fe-framework-lib.js @@ -1,5 +1,5 @@ import React from "react"; -import { createRoot, hydrateRoot } from 'react-dom/client'; +import { createRoot, hydrateRoot } from "react-dom/client"; class FrameworkLib { constructor(ref) { @@ -10,10 +10,10 @@ class FrameworkLib { const { subApp, element, options } = this.ref; const props = { ...options._prepared, ...options.props }; - const Component = subApp.info.StartComponent || subApp.info.Component; + const Component = subApp.info.StartComponent || subApp.info.Component; if (element) { if (options.serverSideRendering) { - hydrateRoot(element, ); + hydrateRoot(element, ); } else { createRoot(element).render(); } diff --git a/packages/subapp-react/test/spec/fe-framework.spec.js b/packages/subapp-react/test/spec/fe-framework.spec.js index ed62cf157..fd53c3611 100644 --- a/packages/subapp-react/test/spec/fe-framework.spec.js +++ b/packages/subapp-react/test/spec/fe-framework.spec.js @@ -5,7 +5,7 @@ const { act } = require("react-dom/test-utils"); const feLib = require("../../src"); const { JSDOM } = require("jsdom"); -describe("FE React framework", function() { +describe("FE React framework", function () { // it("should setup FrameworkLib", () => { expect(feLib.React).to.be.ok; diff --git a/packages/subapp-react/test/spec/ssr-framework.spec.js b/packages/subapp-react/test/spec/ssr-framework.spec.js index e1ab3b748..ec905778c 100644 --- a/packages/subapp-react/test/spec/ssr-framework.spec.js +++ b/packages/subapp-react/test/spec/ssr-framework.spec.js @@ -369,7 +369,6 @@ describe("SSR React framework", function () { expect(request.foo).equals("bar"); } ); - }); it("should render subapp with react-router StaticRouter", async () => { diff --git a/packages/subapp-redux/src/index.jsx b/packages/subapp-redux/src/index.jsx index 9c98e8569..1f2e1d3ad 100644 --- a/packages/subapp-redux/src/index.jsx +++ b/packages/subapp-redux/src/index.jsx @@ -17,7 +17,8 @@ export function reduxRenderStart(options) { const { Component } = options; if (options.serverSideRendering) { - hydrateRoot(options.element, + hydrateRoot( + options.element, @@ -39,7 +40,7 @@ export function reduxRenderStart(options) { // onLoadStartElement - the HTML element to render into upon loaded by the browser // export function reduxLoadSubApp(info) { - const renderStart = function(instance, element) { + const renderStart = function (instance, element) { const initialState = instance._prepared || instance.initialState; const reduxCreateStore = instance.reduxCreateStore || this.info.reduxCreateStore; const Component = this.info.StartComponent || this.info.Component; diff --git a/packages/subapp-redux/src/shared.js b/packages/subapp-redux/src/shared.js index 1149ef087..2601fd597 100644 --- a/packages/subapp-redux/src/shared.js +++ b/packages/subapp-redux/src/shared.js @@ -142,7 +142,7 @@ function createSharedStore(initialState, info, storeContainer) { } else if (reducerType === "object") { reducer = combineReducers(info.reduxReducers); } else { - reducer = x => x; + reducer = (x) => x; } if (info.reduxEnhancer && info.reduxEnhancer instanceof Function) { diff --git a/packages/subapp-redux/test/spec/index.spec.js b/packages/subapp-redux/test/spec/index.spec.js index bb7caa0c0..0c29eae8e 100644 --- a/packages/subapp-redux/test/spec/index.spec.js +++ b/packages/subapp-redux/test/spec/index.spec.js @@ -6,7 +6,7 @@ const { getSubAppContainer } = require("subapp-util"); const SimpleReducer = (x = true) => x; -describe("subapp-redux", function() { +describe("subapp-redux", function () { afterEach(() => { clearSharedStore(); }); @@ -92,7 +92,7 @@ describe("subapp-redux", function() { it("should not allow functional reducers in a shared store", () => { expect(() => { getReduxCreateStore({ - reduxReducers: x => x, + reduxReducers: (x) => x, reduxShareStore: true })({}); }).to.throw(); diff --git a/packages/subapp-server/test/data/fastify-plugin-test/demo3/server.js b/packages/subapp-server/test/data/fastify-plugin-test/demo3/server.js index 0d4aef0fe..495f73e0c 100644 --- a/packages/subapp-server/test/data/fastify-plugin-test/demo3/server.js +++ b/packages/subapp-server/test/data/fastify-plugin-test/demo3/server.js @@ -1,13 +1,13 @@ module.exports = { - setup(server) { - server.route({ - path: "/api/demo3/testsetup", - method: "GET", - handler: function (request, reply) { - reply.send({ - msg: "Route set by subappServer" - }); - } + setup(server) { + server.route({ + path: "/api/demo3/testsetup", + method: "GET", + handler: function (request, reply) { + reply.send({ + msg: "Route set by subappServer" }); - } + } + }); + } }; diff --git a/packages/subapp-server/test/data/fastify-plugin-test/demo3/subapp-manifest.js b/packages/subapp-server/test/data/fastify-plugin-test/demo3/subapp-manifest.js index 8650e4568..bd62e1a76 100644 --- a/packages/subapp-server/test/data/fastify-plugin-test/demo3/subapp-manifest.js +++ b/packages/subapp-server/test/data/fastify-plugin-test/demo3/subapp-manifest.js @@ -1,6 +1,6 @@ module.exports = { - type: "app", - entry: "./app.js", - serverEntry: "./server.js", - name: "demo3" + type: "app", + entry: "./app.js", + serverEntry: "./server.js", + name: "demo3" }; diff --git a/packages/subapp-server/test/data/stats-no-manifest.json b/packages/subapp-server/test/data/stats-no-manifest.json index 5e34eb833..cd951cd3f 100644 --- a/packages/subapp-server/test/data/stats-no-manifest.json +++ b/packages/subapp-server/test/data/stats-no-manifest.json @@ -1,9 +1,6 @@ { "assetsByChunkName": { - "loadable": [ - "cf383be19d849af1cb78.loadable.js", - "../map/cf383be19d849af1cb78.loadable.js.map" - ], + "loadable": ["cf383be19d849af1cb78.loadable.js", "../map/cf383be19d849af1cb78.loadable.js.map"], "main": [ "main.bundle.cf383be19d849af1cb78.js", "main.style.cf383be19d849af1cb78.css", @@ -18,34 +15,22 @@ { "name": "../map/cf383be19d849af1cb78.loadable.js.map", "size": 2017, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], + "chunks": [0], + "chunkNames": ["loadable"], "emitted": false }, { "name": "../map/cf383be19d849af1cb78.sw-registration.js.map", "size": 3200, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], + "chunks": [2], + "chunkNames": ["sw-registration"], "emitted": false }, { "name": "../map/main.bundle.cf383be19d849af1cb78.js.map", "size": 904375, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false }, { @@ -65,23 +50,15 @@ { "name": "cf383be19d849af1cb78.loadable.js", "size": 2484, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], + "chunks": [0], + "chunkNames": ["loadable"], "emitted": false }, { "name": "cf383be19d849af1cb78.sw-registration.js", "size": 1007, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], + "chunks": [2], + "chunkNames": ["sw-registration"], "emitted": false }, { @@ -360,23 +337,15 @@ { "name": "main.bundle.cf383be19d849af1cb78.js", "size": 282779, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false }, { "name": "main.style.cf383be19d849af1cb78.css", "size": 15782, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false } ] diff --git a/packages/subapp-server/test/data/stats.json b/packages/subapp-server/test/data/stats.json index 8eef83fdf..e47c1196c 100644 --- a/packages/subapp-server/test/data/stats.json +++ b/packages/subapp-server/test/data/stats.json @@ -1,9 +1,6 @@ { "assetsByChunkName": { - "loadable": [ - "cf383be19d849af1cb78.loadable.js", - "../map/cf383be19d849af1cb78.loadable.js.map" - ], + "loadable": ["cf383be19d849af1cb78.loadable.js", "../map/cf383be19d849af1cb78.loadable.js.map"], "main": [ "main.bundle.cf383be19d849af1cb78.js", "main.style.cf383be19d849af1cb78.css", @@ -18,34 +15,22 @@ { "name": "../map/cf383be19d849af1cb78.loadable.js.map", "size": 2017, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], + "chunks": [0], + "chunkNames": ["loadable"], "emitted": false }, { "name": "../map/cf383be19d849af1cb78.sw-registration.js.map", "size": 3200, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], + "chunks": [2], + "chunkNames": ["sw-registration"], "emitted": false }, { "name": "../map/main.bundle.cf383be19d849af1cb78.js.map", "size": 904375, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false }, { @@ -65,23 +50,15 @@ { "name": "cf383be19d849af1cb78.loadable.js", "size": 2484, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], + "chunks": [0], + "chunkNames": ["loadable"], "emitted": false }, { "name": "cf383be19d849af1cb78.sw-registration.js", "size": 1007, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], + "chunks": [2], + "chunkNames": ["sw-registration"], "emitted": false }, { @@ -367,24 +344,16 @@ { "name": "main.bundle.cf383be19d849af1cb78.js", "size": 282779, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false }, { "name": "main.style.cf383be19d849af1cb78.css", "size": 15782, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], + "chunks": [1], + "chunkNames": ["main"], "emitted": false } ] -} \ No newline at end of file +} diff --git a/packages/subapp-server/test/spec/index.spec.js b/packages/subapp-server/test/spec/index.spec.js index af3d5ddbc..f6bd90dd8 100644 --- a/packages/subapp-server/test/spec/index.spec.js +++ b/packages/subapp-server/test/spec/index.spec.js @@ -2,7 +2,7 @@ const subAppServer = require("../.."); -describe("subapp-server", function() { +describe("subapp-server", function () { it("test", () => { expect(subAppServer).to.exist; }); diff --git a/packages/subapp-util/test/spec/index.spec.js b/packages/subapp-util/test/spec/index.spec.js index a9ab34460..8f9e01dfa 100644 --- a/packages/subapp-util/test/spec/index.spec.js +++ b/packages/subapp-util/test/spec/index.spec.js @@ -15,7 +15,7 @@ const Path = require("path"); const Fs = require("fs"); const sinon = require("sinon"); -describe("subapp-util", function() { +describe("subapp-util", function () { describe("es6Require", () => { it("should import module", () => { const fs = es6Require("fs"); diff --git a/packages/subapp-web/src/make-subapp-spec.js b/packages/subapp-web/src/make-subapp-spec.js index bcd07dd5c..e0f889a76 100644 --- a/packages/subapp-web/src/make-subapp-spec.js +++ b/packages/subapp-web/src/make-subapp-spec.js @@ -1,4 +1,4 @@ -export default function(info) { +export default function (info) { if (!info.name) { throw new Error(`subapp info missing name`); } diff --git a/packages/subapp-web/src/subapp-web.js b/packages/subapp-web/src/subapp-web.js index 95227e7fd..4ccdb42c8 100644 --- a/packages/subapp-web/src/subapp-web.js +++ b/packages/subapp-web/src/subapp-web.js @@ -24,384 +24,386 @@ const ensureNamespace = (namespace = DEFAULT_NAMESPACE) => namespace; - return (w.xarcV1 = xv1 = { - IS_BROWSER: true, - HAS_WINDOW: typeof window !== "undefined", - - version, - - rt: runtimeInfo, - - // - // empty place holders for CDN mapping - // - cdnInit() {}, - cdnUpdate() {}, - cdnMap(x) { - return x; - }, - - defer() { - const defer = {}; - defer.promise = new Promise((resolve, reject) => { - defer.resolve = resolve; - defer.reject = reject; - defer.done = (err, result) => { - if (err) reject(err); - else resolve(result); - }; - }); - return defer; - }, - - /* implement concurrent async map */ - - asyncMap(array, func, concurrency) { - const mapped = []; - let error; - let completedCount = 0; - let index = 0; - let total = array && array.length; + return (w.xarcV1 = xv1 = + { + IS_BROWSER: true, + HAS_WINDOW: typeof window !== "undefined", + + version, + + rt: runtimeInfo, + + // + // empty place holders for CDN mapping + // + cdnInit() {}, + cdnUpdate() {}, + cdnMap(x) { + return x; + }, + + defer() { + const defer = {}; + defer.promise = new Promise((resolve, reject) => { + defer.resolve = resolve; + defer.reject = reject; + defer.done = (err, result) => { + if (err) reject(err); + else resolve(result); + }; + }); + return defer; + }, - concurrency > 0 || (concurrency = 10); + /* implement concurrent async map */ - const defer = xv1.defer(); + asyncMap(array, func, concurrency) { + const mapped = []; + let error; + let completedCount = 0; + let index = 0; + let total = array && array.length; - const next = () => { - if (error || index >= total || concurrency <= 0) { - return; - } + concurrency > 0 || (concurrency = 10); - concurrency--; - const pendingIx = index++; - mapped[pendingIx] = undefined; + const defer = xv1.defer(); - const save = r => { - concurrency++; - completedCount++; - mapped[pendingIx] = r; - if (!error && completedCount === total) { - defer.resolve(mapped); - } else { - next(); + const next = () => { + if (error || index >= total || concurrency <= 0) { + return; } - }; - const fail = err => { - if (error) { - return; + concurrency--; + const pendingIx = index++; + mapped[pendingIx] = undefined; + + const save = r => { + concurrency++; + completedCount++; + mapped[pendingIx] = r; + if (!error && completedCount === total) { + defer.resolve(mapped); + } else { + next(); + } + }; + + const fail = err => { + if (error) { + return; + } + error = err; + err.partial = mapped; + defer.reject(err); + }; + + try { + const mapped = func(array[pendingIx], pendingIx, array); + + if (mapped && mapped.then) { + // a promise + mapped.then(save, fail); + next(); + } else { + save(mapped); + } + } catch (err) { + fail(err); } - error = err; - err.partial = mapped; - defer.reject(err); }; - try { - const mapped = func(array[pendingIx], pendingIx, array); + setTimeout(total > 0 ? next : () => defer.resolve(mapped), 0); - if (mapped && mapped.then) { - // a promise - mapped.then(save, fail); - next(); - } else { - save(mapped); - } - } catch (err) { - fail(err); - } - }; + return defer.promise; + }, - setTimeout(total > 0 ? next : () => defer.resolve(mapped), 0); + getBundle(name, namespace) { + namespace = ensureNamespace(namespace); - return defer.promise; - }, + if (!name || !runtimeInfo.bundles[namespace]) { + return; + } - getBundle(name, namespace) { - namespace = ensureNamespace(namespace); + return runtimeInfo.bundles[namespace][name.toLowerCase()]; + }, + + setBundle(name, state, namespace) { + namespace = ensureNamespace(namespace); + runtimeInfo.bundles[namespace] = runtimeInfo.bundles[namespace] || {}; + runtimeInfo.bundles[namespace][name.toLowerCase()] = state; + }, + + getSubApp(name) { + return runtimeInfo.subApps[name]; + }, + + setSubApp(name, sa) { + runtimeInfo.subApps[name] = sa; + }, + + getOnLoadStart(name) { + if (!runtimeInfo.onLoadStart[name]) runtimeInfo.onLoadStart[name] = []; + return runtimeInfo.onLoadStart[name]; + }, + + addOnLoadStart(name, load) { + xv1.getOnLoadStart(name).push(load); + }, + + startSubApp(subApp, options, readyOnly) { + let instance; + const makeInvoke = m => () => subApp[m] && subApp[m](instance, options, subApp.info); + const promise = Promise.resolve() + .then(makeInvoke("preStart")) + .then(x => (instance = x) && x._prepared) // await _prepared in case it's a promise + .then(makeInvoke("preRender")) + .then(makeInvoke("signalReady")); + return !readyOnly ? promise.then(makeInvoke("start")) : promise; + }, + + startGroup(groupInfo) { + if (!runtimeInfo.started || groupInfo.started || groupInfo.queue.length < groupInfo.total) { + return; + } + const makeInvoke = (m, queue) => { + return () => + xv1.asyncMap(queue || groupInfo.queue, startInfo => { + const subApp = startInfo.subApp; + return subApp[m] && subApp[m](startInfo.instance, startInfo.options, subApp.info); + }); + }; - if (!name || !runtimeInfo.bundles[namespace]) { - return; - } + groupInfo.started = true; + console.log("Starting subapp group", groupInfo); + + xv1 + .asyncMap(groupInfo.queue, startInfo => { + return startInfo.instance._prepared; + }) + .then(makeInvoke("preRender")) + .then(makeInvoke("signalReady")) + .then( + makeInvoke( + "start", + groupInfo.queue.filter(x => !x.options.inline) + ) + ); + }, + + // + // When there are subapps that need to load and start up front, SSR could + // be tricky if any of them is inlined within other components, because when + // UI render the component tree, any kind of async op (such as data prep) + // can't occur in the middle of the render and must return a fallback while + // async is loading, and that would cause SSR content to be replaced with the + // fallback, producing a flash, nullifying the SSR. + // To remedy this, a single data prep action would be waiting for subapps + // to load, all subapp that's starting onLoad will have to wait for the data prep + // action. + // + watchSubAppOnLoad(immediate) { + if (runtimeInfo.onLoadWatcher) { + clearTimeout(runtimeInfo.onLoadWatcher); + runtimeInfo.onLoadWatcher = undefined; + } - return runtimeInfo.bundles[namespace][name.toLowerCase()]; - }, - - setBundle(name, state, namespace) { - namespace = ensureNamespace(namespace); - runtimeInfo.bundles[namespace] = runtimeInfo.bundles[namespace] || {}; - runtimeInfo.bundles[namespace][name.toLowerCase()] = state; - }, - - getSubApp(name) { - return runtimeInfo.subApps[name]; - }, - - setSubApp(name, sa) { - runtimeInfo.subApps[name] = sa; - }, - - getOnLoadStart(name) { - if (!runtimeInfo.onLoadStart[name]) runtimeInfo.onLoadStart[name] = []; - return runtimeInfo.onLoadStart[name]; - }, - - addOnLoadStart(name, load) { - xv1.getOnLoadStart(name).push(load); - }, - - startSubApp(subApp, options, readyOnly) { - let instance; - const makeInvoke = m => () => subApp[m] && subApp[m](instance, options, subApp.info); - const promise = Promise.resolve() - .then(makeInvoke("preStart")) - .then(x => (instance = x) && x._prepared) // await _prepared in case it's a promise - .then(makeInvoke("preRender")) - .then(makeInvoke("signalReady")); - return !readyOnly ? promise.then(makeInvoke("start")) : promise; - }, - - startGroup(groupInfo) { - if (!runtimeInfo.started || groupInfo.started || groupInfo.queue.length < groupInfo.total) { - return; - } - const makeInvoke = (m, queue) => { - return () => - xv1.asyncMap(queue || groupInfo.queue, startInfo => { - const subApp = startInfo.subApp; - return subApp[m] && subApp[m](startInfo.instance, startInfo.options, subApp.info); - }); - }; - - groupInfo.started = true; - console.log("Starting subapp group", groupInfo); - - xv1 - .asyncMap(groupInfo.queue, startInfo => { - return startInfo.instance._prepared; - }) - .then(makeInvoke("preRender")) - .then(makeInvoke("signalReady")) - .then( - makeInvoke( - "start", - groupInfo.queue.filter(x => !x.options.inline) - ) - ); - }, - - // - // When there are subapps that need to load and start up front, SSR could - // be tricky if any of them is inlined within other components, because when - // UI render the component tree, any kind of async op (such as data prep) - // can't occur in the middle of the render and must return a fallback while - // async is loading, and that would cause SSR content to be replaced with the - // fallback, producing a flash, nullifying the SSR. - // To remedy this, a single data prep action would be waiting for subapps - // to load, all subapp that's starting onLoad will have to wait for the data prep - // action. - // - watchSubAppOnLoad(immediate) { - if (runtimeInfo.onLoadWatcher) { - clearTimeout(runtimeInfo.onLoadWatcher); - runtimeInfo.onLoadWatcher = undefined; - } + const watchCheck = () => { + runtimeInfo.onLoadWatcher = undefined; + const ols = runtimeInfo.onLoadStart; + let pending = 0; + for (const name in ols) { + if (!ols[name]) { + continue; + } + const subApp = xv1.getSubApp(name); + if (!subApp || !subApp._started) { + pending++; + } else if (subApp.start && subApp.info) { + const queue = ols[name]; + ols[name] = undefined; + queue.forEach(options => { + if (!options.id && !options.elementId) { + options = Object.assign({}, options); + options._genId = options.name + "_inst_id_" + runtimeInfo.instId++; + } - const watchCheck = () => { - runtimeInfo.onLoadWatcher = undefined; - const ols = runtimeInfo.onLoadStart; - let pending = 0; - for (const name in ols) { - if (!ols[name]) { - continue; - } - const subApp = xv1.getSubApp(name); - if (!subApp || !subApp._started) { - pending++; - } else if (subApp.start && subApp.info) { - const queue = ols[name]; - ols[name] = undefined; - queue.forEach(options => { - if (!options.id && !options.elementId) { - options = Object.assign({}, options); - options._genId = options.name + "_inst_id_" + runtimeInfo.instId++; - } - - // - // check and retrieve initialState. - // - if (options.getInitialState) { - options.initialState = options.getInitialState(); - } - if (options.group) { - // start subapps as a group - const grpInfo = runtimeInfo.groups[options.group]; - const startInfo = { options, subApp, instance: subApp.preStart(null, options) }; - grpInfo.queue.push(startInfo); - xv1.startGroup(grpInfo); - - if (grpInfo.queue.length < grpInfo.total) { - console.log( - "subapp group", - options.group, - "not ready to start: total", - grpInfo.total, - "count", - grpInfo.queue.length - ); + // + // check and retrieve initialState. + // + if (options.getInitialState) { + options.initialState = options.getInitialState(); } - } else { - return xv1.startSubApp(subApp, options); - } - }); + if (options.group) { + // start subapps as a group + const grpInfo = runtimeInfo.groups[options.group]; + const startInfo = { options, subApp, instance: subApp.preStart(null, options) }; + grpInfo.queue.push(startInfo); + xv1.startGroup(grpInfo); + + if (grpInfo.queue.length < grpInfo.total) { + console.log( + "subapp group", + options.group, + "not ready to start: total", + grpInfo.total, + "count", + grpInfo.queue.length + ); + } + } else { + return xv1.startSubApp(subApp, options); + } + }); + } else { + console.error(`subApp ${name} exist but missing start or info`); + } + } + + if (pending) { + xv1.watchSubAppOnLoad(); } else { - console.error(`subApp ${name} exist but missing start or info`); + runtimeInfo.onLoadStart = {}; } - } + }; - if (pending) { - xv1.watchSubAppOnLoad(); - } else { - runtimeInfo.onLoadStart = {}; + if (immediate) { + watchCheck(); } - }; - if (immediate) { - watchCheck(); - } - - runtimeInfo.onLoadWatcher = setTimeout(watchCheck, 10); - }, + runtimeInfo.onLoadWatcher = setTimeout(watchCheck, 10); + }, - startSubAppOnLoad(options) { - const { name } = options; - const ols = runtimeInfo.onLoadStart; - - if (!ols[name]) { - ols[name] = []; - } + startSubAppOnLoad(options) { + const { name } = options; + const ols = runtimeInfo.onLoadStart; - const group = options.group; - if (group) { - let groupInfo = runtimeInfo.groups[group]; - if (!groupInfo) { - groupInfo = runtimeInfo.groups[group] = { group: group, total: 0, queue: [] }; + if (!ols[name]) { + ols[name] = []; } - groupInfo.total++; - } - ols[name].push(options); - }, + const group = options.group; + if (group) { + let groupInfo = runtimeInfo.groups[group]; + if (!groupInfo) { + groupInfo = runtimeInfo.groups[group] = { group: group, total: 0, queue: [] }; + } + groupInfo.total++; + } - start() { - console.log("xarcV1 start, version:", version); - runtimeInfo.started = true; - const groups = runtimeInfo.groups; - for (let grp in groups) { - xv1.startGroup(groups[grp]); - } - xv1.watchSubAppOnLoad(true); - }, + ols[name].push(options); + }, - markBundlesLoaded(ids, namespace) { - [].concat(ids).forEach(id => { - xv1.setBundle(id.toString(), 1, namespace); - }); - }, + start() { + console.log("xarcV1 start, version:", version); + runtimeInfo.started = true; + const groups = runtimeInfo.groups; + for (let grp in groups) { + xv1.startGroup(groups[grp]); + } + xv1.watchSubAppOnLoad(true); + }, - getBundleAssets(namespace) { - namespace = ensureNamespace(namespace); + markBundlesLoaded(ids, namespace) { + [].concat(ids).forEach(id => { + xv1.setBundle(id.toString(), 1, namespace); + }); + }, - if (!runtimeInfo.bundleAssets) { - runtimeInfo.bundleAssets = {}; - } + getBundleAssets(namespace) { + namespace = ensureNamespace(namespace); - if (!runtimeInfo.bundleAssets[namespace]) { - const bundleName = namespace === DEFAULT_NAMESPACE ? "bundleAssets" : `${namespace}Assets`; - runtimeInfo.bundleAssets[namespace] = xv1.dyn(bundleName); + if (!runtimeInfo.bundleAssets) { + runtimeInfo.bundleAssets = {}; + } - const updater = !xv1.rt.md ? xv1.cdnInit : xv1.cdnUpdate; - updater(runtimeInfo.bundleAssets[namespace]); - } + if (!runtimeInfo.bundleAssets[namespace]) { + const bundleName = + namespace === DEFAULT_NAMESPACE ? "bundleAssets" : `${namespace}Assets`; + runtimeInfo.bundleAssets[namespace] = xv1.dyn(bundleName); - return runtimeInfo.bundleAssets[namespace]; - }, + const updater = !xv1.rt.md ? xv1.cdnInit : xv1.cdnUpdate; + updater(runtimeInfo.bundleAssets[namespace]); + } - loadSubAppBundles(names, done, namespace) { - done = done || (() => {}); - namespace = ensureNamespace(namespace); + return runtimeInfo.bundleAssets[namespace]; + }, - const toLoad = [].concat(names).filter(x => { - const s = xv1.getBundle(x, namespace); - return s === undefined; - }); + loadSubAppBundles(names, done, namespace) { + done = done || (() => {}); + namespace = ensureNamespace(namespace); - if (toLoad.length === 0) { - return done(); - } + const toLoad = [].concat(names).filter(x => { + const s = xv1.getBundle(x, namespace); + return s === undefined; + }); - const ba = xv1.getBundleAssets(namespace); - const loaded = []; - const assetsToLoad = toLoad - .reduce((a, name) => { - const chunkIds = ba.entryPoints[name]; - return chunkIds.reduce((a2, id) => { - // chunk could have multiple assets - const assets = ba.jsChunksById[id]; - return assets - ? a2.concat({ - name, - id, - assets: [].concat(assets) - }) - : a2; - }, a); - }, []) - .filter(({ id }) => { - id = id.toString(); - if (xv1.getBundle(id, namespace) === undefined) { - xv1.setBundle(id, 0, namespace); // mark as loading - - return true; - } + if (toLoad.length === 0) { + return done(); + } - return false; + const ba = xv1.getBundleAssets(namespace); + const loaded = []; + const assetsToLoad = toLoad + .reduce((a, name) => { + const chunkIds = ba.entryPoints[name]; + return chunkIds.reduce((a2, id) => { + // chunk could have multiple assets + const assets = ba.jsChunksById[id]; + return assets + ? a2.concat({ + name, + id, + assets: [].concat(assets) + }) + : a2; + }, a); + }, []) + .filter(({ id }) => { + id = id.toString(); + if (xv1.getBundle(id, namespace) === undefined) { + xv1.setBundle(id, 0, namespace); // mark as loading + + return true; + } + + return false; + }); + assetsToLoad.forEach(({ name, id, assets }) => { + const new_assets = assets.map(asset => `${ba.basePath}${asset}`); + const afterLoad = () => { + loaded.push(assets); + if (loaded.length === assetsToLoad.length) { + console.debug("all assets loaded", assetsToLoad); + done(); + } + }; + loadjs(new_assets, id, { + success: () => { + console.debug(`loaded asset for ${name} (id: ${id}) - ${assets}`); + xv1.setBundle(id, 1, namespace); + afterLoad(); + }, + error: () => { + console.error(`load asset ${name} (id: ${id}) failed`, err); + afterLoad(); + } + }); }); - assetsToLoad.forEach(({ name, id, assets }) => { - const new_assets = assets.map(asset => `${ba.basePath}${asset}`); - const afterLoad = () => { - loaded.push(assets); - if (loaded.length === assetsToLoad.length) { - console.debug("all assets loaded", assetsToLoad); - done(); - } - }; - loadjs(new_assets, id, { - success: () => { - console.debug(`loaded asset for ${name} (id: ${id}) - ${assets}`); - xv1.setBundle(id, 1, namespace); - afterLoad(); - }, - error: () => { - console.error(`load asset ${name} (id: ${id}) failed`, err); - afterLoad(); + }, + + dyn(id) { + const msg = "ERROR: fail retrieve dynamic data from element"; + const element = document.getElementById(id); + if (!element) { + console.error(msg, id, "- get"); + } else { + try { + return JSON.parse(element.innerHTML); + } catch (err) { + console.error(msg, "- parse"); + return {}; } - }); - }); - }, - - dyn(id) { - const msg = "ERROR: fail retrieve dynamic data from element"; - const element = document.getElementById(id); - if (!element) { - console.error(msg, id, "- get"); - } else { - try { - return JSON.parse(element.innerHTML); - } catch (err) { - console.error(msg, "- parse"); - return {}; } } - } - }); + }); })(window); diff --git a/packages/subapp-web/test/data/dev-stats.json b/packages/subapp-web/test/data/dev-stats.json index da8263ed5..729b9b304 100644 --- a/packages/subapp-web/test/data/dev-stats.json +++ b/packages/subapp-web/test/data/dev-stats.json @@ -16,12 +16,8 @@ { "name": "ae56dc06d35e1170d047.shared~b693f2883ab8399ba2fc15357aa4819a.js", "size": 101325, - "chunks": [ - "shared~b693f2883ab8399ba2fc15357aa4819a" - ], - "chunkNames": [ - "shared~b693f2883ab8399ba2fc15357aa4819a" - ], + "chunks": ["shared~b693f2883ab8399ba2fc15357aa4819a"], + "chunkNames": ["shared~b693f2883ab8399ba2fc15357aa4819a"], "info": { "immutable": true }, @@ -30,12 +26,8 @@ { "name": "ae56dc06d35e1170d047.vendors~280289005828299c685d173f73011e79.js", "size": 3129154, - "chunks": [ - "vendors~280289005828299c685d173f73011e79" - ], - "chunkNames": [ - "vendors~280289005828299c685d173f73011e79" - ], + "chunks": ["vendors~280289005828299c685d173f73011e79"], + "chunkNames": ["vendors~280289005828299c685d173f73011e79"], "info": { "immutable": true }, @@ -44,12 +36,8 @@ { "name": "ae56dc06d35e1170d047.vendors~8ece5fb369ca00b2559ec286199adadd.js", "size": 158007, - "chunks": [ - "vendors~8ece5fb369ca00b2559ec286199adadd" - ], - "chunkNames": [ - "vendors~8ece5fb369ca00b2559ec286199adadd" - ], + "chunks": ["vendors~8ece5fb369ca00b2559ec286199adadd"], + "chunkNames": ["vendors~8ece5fb369ca00b2559ec286199adadd"], "info": { "immutable": true }, @@ -58,12 +46,8 @@ { "name": "ae56dc06d35e1170d047.vendors~df46bbfde33def881518e43ea8cff946.js", "size": 277783, - "chunks": [ - "vendors~df46bbfde33def881518e43ea8cff946" - ], - "chunkNames": [ - "vendors~df46bbfde33def881518e43ea8cff946" - ], + "chunks": ["vendors~df46bbfde33def881518e43ea8cff946"], + "chunkNames": ["vendors~df46bbfde33def881518e43ea8cff946"], "info": { "immutable": true }, @@ -72,84 +56,56 @@ { "name": "bottom.bundle.dev.js", "size": 94323, - "chunks": [ - "bottom" - ], - "chunkNames": [ - "bottom" - ], + "chunks": ["bottom"], + "chunkNames": ["bottom"], "info": {}, "emitted": true }, { "name": "deal.bundle.dev.js", "size": 79552, - "chunks": [ - "deal" - ], - "chunkNames": [ - "deal" - ], + "chunks": ["deal"], + "chunkNames": ["deal"], "info": {}, "emitted": true }, { "name": "extras.bundle.dev.js", "size": 82086, - "chunks": [ - "extras" - ], - "chunkNames": [ - "extras" - ], + "chunks": ["extras"], + "chunkNames": ["extras"], "info": {}, "emitted": true }, { "name": "footer.bundle.dev.js", "size": 82883, - "chunks": [ - "footer" - ], - "chunkNames": [ - "footer" - ], + "chunks": ["footer"], + "chunkNames": ["footer"], "info": {}, "emitted": true }, { "name": "header.bundle.dev.js", "size": 80039, - "chunks": [ - "header" - ], - "chunkNames": [ - "header" - ], + "chunks": ["header"], + "chunkNames": ["header"], "info": {}, "emitted": true }, { "name": "mainbody.bundle.dev.js", "size": 77107, - "chunks": [ - "mainbody" - ], - "chunkNames": [ - "mainbody" - ], + "chunks": ["mainbody"], + "chunkNames": ["mainbody"], "info": {}, "emitted": true }, { "name": "suspensedemo.bundle.dev.js", "size": 85176, - "chunks": [ - "suspensedemo" - ], - "chunkNames": [ - "suspensedemo" - ], + "chunks": ["suspensedemo"], + "chunkNames": ["suspensedemo"], "info": {}, "emitted": true } @@ -168,10 +124,7 @@ "vendors~8ece5fb369ca00b2559ec286199adadd", "bottom" ], - "header": [ - "vendors~280289005828299c685d173f73011e79", - "header" - ], + "header": ["vendors~280289005828299c685d173f73011e79", "header"], "footer": [ "vendors~280289005828299c685d173f73011e79", "vendors~df46bbfde33def881518e43ea8cff946", @@ -182,22 +135,14 @@ "vendors~df46bbfde33def881518e43ea8cff946", "extras" ], - "suspensedemo": [ - "vendors~280289005828299c685d173f73011e79", - "suspensedemo" - ], - "deal": [ - "vendors~280289005828299c685d173f73011e79", - "deal" - ] + "suspensedemo": ["vendors~280289005828299c685d173f73011e79", "suspensedemo"], + "deal": ["vendors~280289005828299c685d173f73011e79", "deal"] }, "chunks": [ { "id": "bottom", "hash": "1fc606cc338b36db53da", - "names": [ - "bottom" - ], + "names": ["bottom"], "entry": true, "initial": true, "rendered": false @@ -205,9 +150,7 @@ { "id": "deal", "hash": "dc06def2c532cdfb61d5", - "names": [ - "deal" - ], + "names": ["deal"], "entry": true, "initial": true, "rendered": false @@ -215,9 +158,7 @@ { "id": "extras", "hash": "4e84b2d5763ad45954d1", - "names": [ - "extras" - ], + "names": ["extras"], "entry": true, "initial": true, "rendered": false @@ -225,9 +166,7 @@ { "id": "footer", "hash": "7cc086f7a017aed0f23f", - "names": [ - "footer" - ], + "names": ["footer"], "entry": true, "initial": true, "rendered": false @@ -235,9 +174,7 @@ { "id": "header", "hash": "6afd3b24397984313776", - "names": [ - "header" - ], + "names": ["header"], "entry": true, "initial": true, "rendered": false @@ -245,9 +182,7 @@ { "id": "mainbody", "hash": "42ee0f5b1888bc966418", - "names": [ - "mainbody" - ], + "names": ["mainbody"], "entry": true, "initial": true, "rendered": false @@ -255,9 +190,7 @@ { "id": "shared~b693f2883ab8399ba2fc15357aa4819a", "hash": "fb354d9edf9a9f950886", - "names": [ - "shared~b693f2883ab8399ba2fc15357aa4819a" - ], + "names": ["shared~b693f2883ab8399ba2fc15357aa4819a"], "entry": false, "initial": true, "rendered": false, @@ -266,9 +199,7 @@ { "id": "suspensedemo", "hash": "0b1f712ee2901635a9a4", - "names": [ - "suspensedemo" - ], + "names": ["suspensedemo"], "entry": true, "initial": true, "rendered": false @@ -276,9 +207,7 @@ { "id": "vendors~280289005828299c685d173f73011e79", "hash": "d02b2095feea03242c64", - "names": [ - "vendors~280289005828299c685d173f73011e79" - ], + "names": ["vendors~280289005828299c685d173f73011e79"], "entry": false, "initial": true, "rendered": false, @@ -287,9 +216,7 @@ { "id": "vendors~8ece5fb369ca00b2559ec286199adadd", "hash": "89243963e684c009d18f", - "names": [ - "vendors~8ece5fb369ca00b2559ec286199adadd" - ], + "names": ["vendors~8ece5fb369ca00b2559ec286199adadd"], "entry": false, "initial": true, "rendered": false, @@ -298,13 +225,11 @@ { "id": "vendors~df46bbfde33def881518e43ea8cff946", "hash": "5027d4664c49684b5312", - "names": [ - "vendors~df46bbfde33def881518e43ea8cff946" - ], + "names": ["vendors~df46bbfde33def881518e43ea8cff946"], "entry": false, "initial": true, "rendered": false, "reason": "split chunk (cache group: vendors) (name: vendors~df46bbfde33def881518e43ea8cff946)" } ] -} \ No newline at end of file +} diff --git a/packages/subapp-web/test/spec/async-map.spec.js b/packages/subapp-web/test/spec/async-map.spec.js index 773ac2c15..baa1e26ef 100644 --- a/packages/subapp-web/test/spec/async-map.spec.js +++ b/packages/subapp-web/test/spec/async-map.spec.js @@ -3,7 +3,7 @@ const { expectError, asyncVerify } = require("run-verify"); const xaa = require("xaa"); -describe("async map", function() { +describe("async map", function () { let xarcV1; before(() => { const xarc = "../../src/subapp-web.js"; diff --git a/packages/subapp-web/test/spec/start.spec.js b/packages/subapp-web/test/spec/start.spec.js index 547211211..990b25bdd 100644 --- a/packages/subapp-web/test/spec/start.spec.js +++ b/packages/subapp-web/test/spec/start.spec.js @@ -2,7 +2,7 @@ const startToken = require("../../lib/start"); -describe("start", function() { +describe("start", function () { it("should return subapp start HTML", () => { expect(startToken().process({ user: {} }, { props: {} })).contains("subapp start"); }); @@ -11,17 +11,21 @@ describe("start", function() { let called = false; const xarcSubappSSR = { _: { - queue: [{ - awaitData: () => Promise.resolve(), - ready: { - promise: Promise.resolve() - }, - saveSSRInfo: () => { called = true; } - }] + queue: [ + { + awaitData: () => Promise.resolve(), + ready: { + promise: Promise.resolve() + }, + saveSSRInfo: () => { + called = true; + } + } + ] } }; startToken().process({ user: { xarcSubappSSR } }, { props: {} }); - return new Promise((accept) => { + return new Promise(accept => { setTimeout(() => { expect(called).to.equal(true); accept(); @@ -32,18 +36,22 @@ describe("start", function() { it("should call saveSSRInfo on normal group", async () => { let called = false; const xarcSubappSSR = { - "2": { - queue: [{ - awaitData: () => Promise.resolve(), - ready: { - promise: Promise.resolve() - }, - saveSSRInfo: () => { called = true; } - }] + 2: { + queue: [ + { + awaitData: () => Promise.resolve(), + ready: { + promise: Promise.resolve() + }, + saveSSRInfo: () => { + called = true; + } + } + ] } }; startToken().process({ user: { xarcSubappSSR } }, { props: {} }); - return new Promise((accept) => { + return new Promise(accept => { setTimeout(() => { expect(called).to.equal(true); accept(); @@ -54,18 +62,22 @@ describe("start", function() { it("should call renderSSR on normal group", async () => { let called = false; const xarcSubappSSR = { - "2": { - queue: [{ - awaitData: () => Promise.resolve(), - ready: { - promise: Promise.resolve() - }, - renderSSR: () => { called = true; } - }] + 2: { + queue: [ + { + awaitData: () => Promise.resolve(), + ready: { + promise: Promise.resolve() + }, + renderSSR: () => { + called = true; + } + } + ] } }; startToken().process({ user: { xarcSubappSSR } }, { props: {} }); - return new Promise((accept) => { + return new Promise(accept => { setTimeout(() => { expect(called).to.equal(true); accept(); @@ -76,20 +88,24 @@ describe("start", function() { it("should call realizeReduxStore on normal group", async () => { let called = false; const xarcSubappSSR = { - "2": { - queue: [{ - awaitData: () => Promise.resolve(), - ready: { - promise: Promise.resolve() - }, - lib: { - realizeReduxStore: () => { called = true; } + 2: { + queue: [ + { + awaitData: () => Promise.resolve(), + ready: { + promise: Promise.resolve() + }, + lib: { + realizeReduxStore: () => { + called = true; + } + } } - }] + ] } }; startToken().process({ user: { xarcSubappSSR } }, { props: {} }); - return new Promise((accept) => { + return new Promise(accept => { setTimeout(() => { expect(called).to.equal(true); accept(); diff --git a/packages/webpack-config-composer/.eslintrc.js b/packages/webpack-config-composer/.eslintrc.js index 62deb9894..677397c32 100644 --- a/packages/webpack-config-composer/.eslintrc.js +++ b/packages/webpack-config-composer/.eslintrc.js @@ -1,4 +1,3 @@ - const { eslintRcNodeTypeScript } = require("@xarc/module-dev"); module.exports = { extends: eslintRcNodeTypeScript, @@ -12,4 +11,4 @@ module.exports = { "@typescript-eslint/explicit-module-boundary-types": "off", "no-param-reassign": "off", }, -}; \ No newline at end of file +}; diff --git a/packages/webpack-config-composer/src/concat-method.ts b/packages/webpack-config-composer/src/concat-method.ts index a563b06f8..0d75ab3a0 100644 --- a/packages/webpack-config-composer/src/concat-method.ts +++ b/packages/webpack-config-composer/src/concat-method.ts @@ -1,12 +1,10 @@ - - import headConcatArrayMerge from "./head-concat-array-merge"; import tailConcatArrayMerge from "./tail-concat-array-merge"; const concatArrayMerge = { head: headConcatArrayMerge, tail: tailConcatArrayMerge, - no: undefined + no: undefined, }; const getConcatMethod: any = (method: any, fallback: any) => { diff --git a/packages/webpack-config-composer/src/constants.ts b/packages/webpack-config-composer/src/constants.ts index c44869da0..b6e279982 100644 --- a/packages/webpack-config-composer/src/constants.ts +++ b/packages/webpack-config-composer/src/constants.ts @@ -2,5 +2,5 @@ export = { PARTIALS: Symbol("partials"), PROFILES: Symbol("profiles"), OVERRIDE: Symbol("override webpack config partial"), - DATA: Symbol("webpack partial data") + DATA: Symbol("webpack partial data"), }; diff --git a/packages/webpack-config-composer/src/head-concat-array-merge.ts b/packages/webpack-config-composer/src/head-concat-array-merge.ts index 81cd74b5f..7efef92b8 100644 --- a/packages/webpack-config-composer/src/head-concat-array-merge.ts +++ b/packages/webpack-config-composer/src/head-concat-array-merge.ts @@ -1,5 +1,3 @@ export = (a: Array | unknown, b: Array | unknown): any => { - return (Array.isArray(a) && Array.isArray(b)) - ? [].concat(b).concat(a) - : undefined; - }; + return Array.isArray(a) && Array.isArray(b) ? [].concat(b).concat(a) : undefined; +}; diff --git a/packages/webpack-config-composer/src/index.ts b/packages/webpack-config-composer/src/index.ts index bf85009af..a20ba70ba 100644 --- a/packages/webpack-config-composer/src/index.ts +++ b/packages/webpack-config-composer/src/index.ts @@ -38,8 +38,8 @@ class WebpackConfigComposer { // eslint-disable-next-line prefer-rest-params profiles = Array.isArray(profiles) ? profiles : Array.prototype.slice.call(arguments); - profiles.forEach(a => { - Object.keys(a).forEach(k => this.addProfile(k, a[k].partials)); + profiles.forEach((a) => { + Object.keys(a).forEach((k) => this.addProfile(k, a[k].partials)); }); } @@ -83,8 +83,8 @@ class WebpackConfigComposer { // eslint-disable-next-line prefer-rest-params partials = Array.isArray(partials) ? partials : Array.prototype.slice.call(arguments); - partials.forEach(a => { - Object.keys(a).forEach(k => { + partials.forEach((a) => { + Object.keys(a).forEach((k) => { this._addPartial(k, a[k], a[k].addOptions); }); }); @@ -129,9 +129,9 @@ class WebpackConfigComposer { compose(options, ...profiles) { const allProfiles = _.flatten(profiles); - const profileNames = allProfiles.map(p => (_.isString(p) ? p : p.name)); + const profileNames = allProfiles.map((p) => (_.isString(p) ? p : p.name)); - let profPartials = allProfiles.map(p => { + let profPartials = allProfiles.map((p) => { if (_.isString(p)) { const prof = this.getProfile(p); assert(prof, `Profile ${p} doesn't exist in the composer`); @@ -141,35 +141,31 @@ class WebpackConfigComposer { return p.partials || {}; }); - profPartials = _.merge({}, ...profPartials); - const num = x => { + const num = (x) => { return _.isString(x) ? parseInt(x, 10) : x; }; - const checkNaN = x => { + const checkNaN = (x) => { return isNaN(x) ? Infinity : x; }; - const isEnable = p => profPartials[p].enable !== false; + const isEnable = (p) => profPartials[p].enable !== false; - const partialOrder = p => checkNaN(num(profPartials[p].order)); - const sortedKeys = _(Object.keys(profPartials)) - .filter(isEnable) - .sortBy(partialOrder) - .value(); + const partialOrder = (p) => checkNaN(num(profPartials[p].order)); + const sortedKeys = _(Object.keys(profPartials)).filter(isEnable).sortBy(partialOrder).value(); const currentConfig = options.currentConfig || {}; const concat = getConcatMethod(options.concatArray, null); - sortedKeys.forEach(partialName => { + sortedKeys.forEach((partialName) => { const partial = this.getPartial(partialName); assert(partial, `Partial ${partialName} doesn't exist or has not been added`); const composeOptions = Object.assign({}, profPartials[partialName].options, { - currentConfig + currentConfig, }); const ret = partial.compose(composeOptions); @@ -180,7 +176,7 @@ class WebpackConfigComposer { }); if (!options.skipNamePlugins && currentConfig.plugins) { - currentConfig.plugins = currentConfig.plugins.map(x => { + currentConfig.plugins = currentConfig.plugins.map((x) => { x.__name = x.constructor.name; return x; }); diff --git a/packages/webpack-config-composer/src/tail-concat-array-merge.ts b/packages/webpack-config-composer/src/tail-concat-array-merge.ts index df6ec92ad..64c9c699f 100644 --- a/packages/webpack-config-composer/src/tail-concat-array-merge.ts +++ b/packages/webpack-config-composer/src/tail-concat-array-merge.ts @@ -1,5 +1,3 @@ export = (a, b) => { - return (Array.isArray(a) && Array.isArray(b)) - ? [].concat(a).concat(b) - : undefined; + return Array.isArray(a) && Array.isArray(b) ? [].concat(a).concat(b) : undefined; }; diff --git a/packages/webpack-config-composer/test/fixtures/plugins/bar-plugin.ts b/packages/webpack-config-composer/test/fixtures/plugins/bar-plugin.ts index d62ec1c21..1f2060e81 100644 --- a/packages/webpack-config-composer/test/fixtures/plugins/bar-plugin.ts +++ b/packages/webpack-config-composer/test/fixtures/plugins/bar-plugin.ts @@ -1,5 +1,3 @@ - - export class BarPlugin { test: string; diff --git a/packages/webpack-config-composer/test/fixtures/plugins/foo-plugin.ts b/packages/webpack-config-composer/test/fixtures/plugins/foo-plugin.ts index 70e540c00..9e5373c55 100644 --- a/packages/webpack-config-composer/test/fixtures/plugins/foo-plugin.ts +++ b/packages/webpack-config-composer/test/fixtures/plugins/foo-plugin.ts @@ -1,5 +1,3 @@ - - export class FooPlugin { test: string; diff --git a/packages/webpack-config-composer/tsconfig.json b/packages/webpack-config-composer/tsconfig.json index 1401fd3da..93275a1d8 100644 --- a/packages/webpack-config-composer/tsconfig.json +++ b/packages/webpack-config-composer/tsconfig.json @@ -8,19 +8,11 @@ "preserveConstEnums": true, "sourceMap": true, "declaration": true, - "types": [ - "node", - "mocha", - "chai", - "sinon", - "sinon-chai" - ], + "types": ["node", "mocha", "chai", "sinon", "sinon-chai"], "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "alwaysStrict": true, "strictFunctionTypes": true }, - "include": [ - "src" - ] + "include": ["src"] } diff --git a/packages/xarc-app-dev/scripts/merge-isomorphic-assets.js b/packages/xarc-app-dev/scripts/merge-isomorphic-assets.js index 5bc49966a..c33d176e3 100644 --- a/packages/xarc-app-dev/scripts/merge-isomorphic-assets.js +++ b/packages/xarc-app-dev/scripts/merge-isomorphic-assets.js @@ -13,7 +13,7 @@ function mergeIsomorphicAssets() { dir: process.cwd(), includeRoot: true, filterDir: (dir) => ["dist", "dll"].indexOf(dir) >= 0, - filter: (f, p, e) => e.noExt === "isomorphic-assets", + filter: (f, p, e) => e.noExt === "isomorphic-assets" }); if (filenames.length > 1) { diff --git a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts index 332db4344..622ba5294 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts @@ -18,7 +18,7 @@ const { looseClassProps, hasMultiTargets, target: babelTarget, - envTargets = {}, + envTargets = {} } = _.get(xOptions, "babel", {}); const addFlowPlugin = Boolean(enableFlow && optFlow); @@ -30,17 +30,17 @@ const basePlugins = [ { compiler: { promises: true, - generators: false, + generators: false }, runtimePattern: null, - useRuntimeModule: true, - }, + useRuntimeModule: true + } ], // allow decorators on class and method // Note: This must go before @babel/plugin-proposal-class-properties (enableTypeScript || proposalDecorators) && [ "@babel/plugin-proposal-decorators", - { legacy: legacyDecorators, ...proposalDecorators }, + { legacy: legacyDecorators, ...proposalDecorators } ], // // allow class properties. loose option compile to assignment expression instead @@ -49,7 +49,7 @@ const basePlugins = [ // (enableTypeScript || transformClassProps) && [ "@babel/plugin-proposal-class-properties", - { loose: looseClassProps, ...transformClassProps }, + { loose: looseClassProps, ...transformClassProps } ], // // i18n has not been used at all and these are very outdated @@ -73,8 +73,8 @@ const basePlugins = [ "@babel/plugin-transform-runtime", addFlowPlugin && [ "@babel/plugin-transform-flow-strip-types", - { requireDirective: flowRequireDirective, ...enableFlow }, - ], + { requireDirective: flowRequireDirective, ...enableFlow } + ] ]; const { BABEL_ENV, NODE_ENV, ENABLE_KARMA_COV } = process.env; @@ -92,9 +92,9 @@ const plugins = basePlugins.concat( [ "babel-plugin-transform-react-remove-prop-types", { - removeImport: true, - }, - ], + removeImport: true + } + ] ], // css module support enableCssModule && [ @@ -106,20 +106,20 @@ const plugins = basePlugins.concat( filetypes: { ".scss": { syntax: "postcss-scss", - plugins: ["postcss-nested"], + plugins: ["postcss-nested"] }, ".styl": { - syntax: "sugarss", + syntax: "sugarss" }, ".less": { - syntax: "postcss-less", - }, - }, - }, - ], + syntax: "postcss-less" + } + } + } + ] ], enableKarmaCov && [ - getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul"), + getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul") ] ); @@ -149,14 +149,14 @@ const presets = [ modules: "auto", loose: true, targets, - ...useBuiltIns, - }, + ...useBuiltIns + } ], enableTypeScript && "@babel/preset-typescript", - "@babel/preset-react", + "@babel/preset-react" ]; export = { presets: presets.filter((x) => x), - plugins: plugins.filter((x) => x), + plugins: plugins.filter((x) => x) }; diff --git a/packages/xarc-app-dev/src/config/babel/babelrc-server.ts b/packages/xarc-app-dev/src/config/babel/babelrc-server.ts index 4da2dcb39..0c8e9ed08 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc-server.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc-server.ts @@ -28,7 +28,7 @@ export = { ], enableTypeScript && "@babel/preset-typescript", "@babel/preset-react" - ].filter(x => x), + ].filter((x) => x), plugins: [ addFlowPlugin && [ "@babel/plugin-transform-flow-strip-types", @@ -39,5 +39,5 @@ export = { { loose: looseClassProps } ], enableTypeScript && "@babel/proposal-object-rest-spread" - ].filter(x => x) + ].filter((x) => x) }; diff --git a/packages/xarc-app-dev/src/config/babel/babelrc.ts b/packages/xarc-app-dev/src/config/babel/babelrc.ts index d4d2d8e35..142c9b1ef 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc.ts @@ -28,7 +28,7 @@ const { looseClassProps, hasMultiTargets, target: babelTarget, - envTargets = {}, + envTargets = {} } = _.get(xOptions, "babel", {}); const addFlowPlugin = Boolean(enableFlow && optFlow); @@ -72,17 +72,17 @@ const getReactCssModulePlugin = (): any => { filetypes: { ".scss": { syntax: "postcss-scss", - plugins: ["postcss-nested"], + plugins: ["postcss-nested"] }, ".styl": { - syntax: "sugarss", + syntax: "sugarss" }, ".less": { - syntax: "postcss-less", - }, - }, - }, - ], + syntax: "postcss-less" + } + } + } + ] ]; }; @@ -94,17 +94,17 @@ const basePlugins = [ { compiler: { promises: true, - generators: false, + generators: false }, runtimePattern: null, - useRuntimeModule: true, - }, + useRuntimeModule: true + } ], // allow decorators on class and method // Note: This must go before @babel/plugin-proposal-class-properties (enableTypeScript || proposalDecorators) && [ "@babel/plugin-proposal-decorators", - { legacy: legacyDecorators, ...proposalDecorators }, + { legacy: legacyDecorators, ...proposalDecorators } ], // // allow class properties. loose option compile to assignment expression instead @@ -113,7 +113,7 @@ const basePlugins = [ // (enableTypeScript || transformClassProps) && [ "@babel/plugin-proposal-class-properties", - { loose: looseClassProps, ...transformClassProps }, + { loose: looseClassProps, ...transformClassProps } ], // // i18n has not been used at all and these are very outdated @@ -137,8 +137,8 @@ const basePlugins = [ "@babel/plugin-transform-runtime", addFlowPlugin && [ "@babel/plugin-transform-flow-strip-types", - { requireDirective: flowRequireDirective, ...enableFlow }, - ], + { requireDirective: flowRequireDirective, ...enableFlow } + ] ]; // @ts-ignore @@ -150,16 +150,16 @@ const plugins = basePlugins.concat( [ "babel-plugin-transform-react-remove-prop-types", { - removeImport: true, - }, - ], + removeImport: true + } + ] ], // css module support // Note: this is needed for server side (node.js) also. getReactCssModulePlugin(), !isNodeTarget && enableKarmaCov && [ - getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul"), + getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul") ] ); @@ -177,7 +177,7 @@ const useBuiltIns = !isNodeTarget && hasMultiTargets ? { useBuiltIns: "entry", - corejs: require("core-js/package.json").version.split(".")[0], // eslint-disable-line + corejs: require("core-js/package.json").version.split(".")[0] // eslint-disable-line } : {}; @@ -204,14 +204,14 @@ const presets = [ modules: "auto", loose: true, targets, - ...useBuiltIns, - }, + ...useBuiltIns + } ], enableTypeScript && "@babel/preset-typescript", - "@babel/preset-react", + "@babel/preset-react" ]; export = { presets: presets.filter((x) => x), - plugins: plugins.filter((x) => x), + plugins: plugins.filter((x) => x) }; diff --git a/packages/xarc-app-dev/src/config/dev-proxy.ts b/packages/xarc-app-dev/src/config/dev-proxy.ts index 62e377a11..273206b07 100644 --- a/packages/xarc-app-dev/src/config/dev-proxy.ts +++ b/packages/xarc-app-dev/src/config/dev-proxy.ts @@ -29,7 +29,7 @@ function searchSSLCertsModule(xarcCwd): any { try { const appPkg = JSON.parse(Fs.readFileSync(Path.resolve(xarcCwd, "package.json"), "utf-8")); - const matchModName = n => n.match(/(@[^\/]+\/|)ssl-certs.*/); + const matchModName = (n) => n.match(/(@[^\/]+\/|)ssl-certs.*/); sslCertsMod = Object.keys(appPkg.dependencies || {}).find(matchModName) || Object.keys(appPkg.devDependencies || {}).find(matchModName); diff --git a/packages/xarc-app-dev/src/config/env-app.ts b/packages/xarc-app-dev/src/config/env-app.ts index 9257a386b..79995c4c2 100644 --- a/packages/xarc-app-dev/src/config/env-app.ts +++ b/packages/xarc-app-dev/src/config/env-app.ts @@ -18,7 +18,7 @@ export function getEnvApp(): any { env: ["APP_PORT_FOR_PROXY", "APP_SERVER_PORT"], default: 0, envMap: { false: -1, true: 0 }, - post: x => x || 0 + post: (x) => x || 0 } }; diff --git a/packages/xarc-app-dev/src/config/env-proxy.ts b/packages/xarc-app-dev/src/config/env-proxy.ts index a13d3a4cb..80b7232c2 100644 --- a/packages/xarc-app-dev/src/config/env-proxy.ts +++ b/packages/xarc-app-dev/src/config/env-proxy.ts @@ -17,7 +17,7 @@ export function getEnvProxy(): any { ], default: -1, envMap: { true: 443, false: -1 }, - post: x => (isValidPort(x) ? x : -1) + post: (x) => (isValidPort(x) ? x : -1) }, adminLogLevel: { env: [ diff --git a/packages/xarc-app-dev/src/config/jest/jest.config.ts b/packages/xarc-app-dev/src/config/jest/jest.config.ts index 71ee99e0c..d98c4223a 100644 --- a/packages/xarc-app-dev/src/config/jest/jest.config.ts +++ b/packages/xarc-app-dev/src/config/jest/jest.config.ts @@ -28,7 +28,7 @@ const rootDir = xarcCwd; const jestDefaultConfig = { rootDir, resolver: require.resolve("electrode-node-resolver/lib/jest"), - moduleFileExtensions: ["js", "jsx"].concat(enableTypeScript && ["ts", "tsx"]).filter(x => x), + moduleFileExtensions: ["js", "jsx"].concat(enableTypeScript && ["ts", "tsx"]).filter((x) => x), transform: enableTypeScript ? { "^.+\\.tsx?$": "babel-jest", @@ -54,7 +54,7 @@ const jestSetupFilesConfig = export = _.merge( {}, - _.pickBy(jestDefaultConfig, x => x !== undefined), + _.pickBy(jestDefaultConfig, (x) => x !== undefined), jestSetupFilesConfig, xarcOptions.jest ); diff --git a/packages/xarc-app-dev/src/config/karma/entry-xarc.js b/packages/xarc-app-dev/src/config/karma/entry-xarc.js index 9c19872a1..6d94acef9 100644 --- a/packages/xarc-app-dev/src/config/karma/entry-xarc.js +++ b/packages/xarc-app-dev/src/config/karma/entry-xarc.js @@ -52,7 +52,7 @@ chai.use(chaiShallowly); // Mocha (part of static include). window.mocha.setup({ ui: "bdd", - bail: false, + bail: false }); // -------------------------------------------------------------------------- diff --git a/packages/xarc-app-dev/src/config/karma/entry.js b/packages/xarc-app-dev/src/config/karma/entry.js index c6de25ec4..8117aa212 100644 --- a/packages/xarc-app-dev/src/config/karma/entry.js +++ b/packages/xarc-app-dev/src/config/karma/entry.js @@ -52,7 +52,7 @@ chai.use(chaiShallowly); // Mocha (part of static include). window.mocha.setup({ ui: "bdd", - bail: false, + bail: false }); // -------------------------------------------------------------------------- diff --git a/packages/xarc-app-dev/src/config/karma/karma.conf.coverage.ts b/packages/xarc-app-dev/src/config/karma/karma.conf.coverage.ts index 6263c62b9..94508c93a 100644 --- a/packages/xarc-app-dev/src/config/karma/karma.conf.coverage.ts +++ b/packages/xarc-app-dev/src/config/karma/karma.conf.coverage.ts @@ -18,7 +18,7 @@ const customCheck = require("@xarc/webpack/lib/util/custom-check"); // eslint-di * @param config base config * @returns {void} void */ -export = function(config): any { +export = function (config): any { const xarcOptions = loadXarcOptions(); const xarcCwd = process.env.XARC_CWD || xarcOptions.cwd; const webpackConfigFile = customCheck.getWebpackStartConfig( diff --git a/packages/xarc-app-dev/src/config/karma/karma.conf.dev.ts b/packages/xarc-app-dev/src/config/karma/karma.conf.dev.ts index 14ba86d34..afeb05d2c 100644 --- a/packages/xarc-app-dev/src/config/karma/karma.conf.dev.ts +++ b/packages/xarc-app-dev/src/config/karma/karma.conf.dev.ts @@ -13,7 +13,7 @@ const Path = require("path"); const browserSettings = require("./browser-settings"); import { loadXarcOptions } from "../../lib/utils"; -export = function(config) { +export = function (config) { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; const settings = { diff --git a/packages/xarc-app-dev/src/config/karma/karma.conf.ts b/packages/xarc-app-dev/src/config/karma/karma.conf.ts index f5ad10cf2..4a1088fd7 100644 --- a/packages/xarc-app-dev/src/config/karma/karma.conf.ts +++ b/packages/xarc-app-dev/src/config/karma/karma.conf.ts @@ -75,7 +75,7 @@ function getPaths(xarcCwd) { PREPROCESSORS[MAIN_PATH] = ["webpack", "sourcemap"]; - const DLL_PATHS = loadElectrodeDll().map(x => require.resolve(x)); + const DLL_PATHS = loadElectrodeDll().map((x) => require.resolve(x)); return { MAIN_PATH, PREPROCESSORS, DLL_PATHS }; } diff --git a/packages/xarc-app-dev/src/config/karma/karma.conf.watch.ts b/packages/xarc-app-dev/src/config/karma/karma.conf.watch.ts index 5cb321118..ed218e9a2 100644 --- a/packages/xarc-app-dev/src/config/karma/karma.conf.watch.ts +++ b/packages/xarc-app-dev/src/config/karma/karma.conf.watch.ts @@ -14,7 +14,7 @@ import { loadUserConfig } from "./util/load-user-config"; * @param config * @returns {void} karma config */ -export = function(config) { +export = function (config) { dev(config); const settings = { crossOriginAttribute: false, @@ -23,7 +23,7 @@ export = function(config) { "http://127.0.0.1:3001/assets/bundle.js" as any // Watch these files but do not add them to the bundle. ].concat( - ["src/client/**", "test/**"].map(pattern => { + ["src/client/**", "test/**"].map((pattern) => { return { pattern, included: false, diff --git a/packages/xarc-app-dev/src/config/karma/util/load-electrode-dll.ts b/packages/xarc-app-dev/src/config/karma/util/load-electrode-dll.ts index 3177039aa..19e3b36d3 100644 --- a/packages/xarc-app-dev/src/config/karma/util/load-electrode-dll.ts +++ b/packages/xarc-app-dev/src/config/karma/util/load-electrode-dll.ts @@ -9,12 +9,12 @@ export = () => { try { const dll = dllUtil.loadAssets(); const dllAssets = dll.assets; - Object.keys(dllAssets).forEach(m => { + Object.keys(dllAssets).forEach((m) => { const dllMod = dllAssets[m]; - Object.keys(dllMod).forEach(modName => { + Object.keys(dllMod).forEach((modName) => { if (modName === "cdnMapping") return; const assets = dllMod[modName].assets; - assets.forEach(a => { + assets.forEach((a) => { if (a.endsWith(`${tag}.js`)) { dllPaths.push(`${m}/dist/${a}`); } diff --git a/packages/xarc-app-dev/src/config/options.ts b/packages/xarc-app-dev/src/config/options.ts index d017015f3..bca4715eb 100644 --- a/packages/xarc-app-dev/src/config/options.ts +++ b/packages/xarc-app-dev/src/config/options.ts @@ -41,7 +41,7 @@ export function checkOptArchetypeInAppDep(dependencies, isDev = undefined) { if (process.env._ELECTRODE_DEV_ || (process.env.NODE_ENV === "production" && !isDev)) { throw err; } - }, + } }); if (optPkg) { @@ -64,7 +64,7 @@ export const getUserConfigOptions = (packageNames, devPackageNames) => { // Check for any optional archetype in application's devDependencies or dependencies // ...checkOptArchetypeInAppDep(devPackageNames, true).options, - ...checkOptArchetypeInAppDep(packageNames).options, + ...checkOptArchetypeInAppDep(packageNames).options }; }; @@ -81,7 +81,7 @@ export function getDefaultArchetypeOptions() { // const appPkg = optionalRequire(Path.resolve("package.json")) || { dependencies: {}, - devDependencies: {}, + devDependencies: {} }; const packageNames = Object.keys(appPkg.dependencies); const devPackageNames = Object.keys(appPkg.devDependencies); @@ -96,7 +96,7 @@ export function getDefaultArchetypeOptions() { eTmpDir: ETMP_DIR, prodModulesDir: Path.join(PROD_DIR, "modules"), checkUserBabelRc: utils.checkUserBabelRc, - devArchetypeName: "@xarc/app-dev", + devArchetypeName: "@xarc/app-dev" }; } @@ -135,21 +135,21 @@ export function getDevArchetypeLegacy() { mocha: `${configDir}/mocha`, webpack: `${configDir}/webpack`, jest: `${configDir}/jest`, - ...userConfig.configPaths, + ...userConfig.configPaths }, prodDir: PROD_DIR, eTmpDir: ETMP_DIR, - AppMode: makeAppMode(PROD_DIR, userConfig.reactLib), + AppMode: makeAppMode(PROD_DIR, userConfig.reactLib) }; const topConfigSpec = { - devOpenBrowser: { env: "ELECTRODE_DEV_OPEN_BROWSER", default: false }, + devOpenBrowser: { env: "ELECTRODE_DEV_OPEN_BROWSER", default: false } }; const typeScriptOption = userConfig.typescript === false ? { - babel: { enableTypeScript: userConfig.typescript }, + babel: { enableTypeScript: userConfig.typescript } } : {}; @@ -174,7 +174,7 @@ export function getDevArchetypeLegacy() { } return AppMode; - }, + } }); return archetypeConfig; diff --git a/packages/xarc-app-dev/test/spec/dev-admin/log-parser.spec.ts b/packages/xarc-app-dev/test/spec/dev-admin/log-parser.spec.ts index 154f4c038..7126a2b81 100644 --- a/packages/xarc-app-dev/test/spec/dev-admin/log-parser.spec.ts +++ b/packages/xarc-app-dev/test/spec/dev-admin/log-parser.spec.ts @@ -4,7 +4,7 @@ const { parse } = require("../../../src/lib/dev-admin/log-parser"); import { describe, it } from "mocha"; import { expect } from "chai"; -describe("log-parser", function() { +describe("log-parser", function () { it("should return correct level and message for a simple error", () => { const raw = "error: Something unexpected happened"; const { level, message } = parse(raw); diff --git a/packages/xarc-app-dev/test/spec/dev-admin/webpack-dev-relay.spec.ts b/packages/xarc-app-dev/test/spec/dev-admin/webpack-dev-relay.spec.ts index b0b20d01f..56a7b281f 100644 --- a/packages/xarc-app-dev/test/spec/dev-admin/webpack-dev-relay.spec.ts +++ b/packages/xarc-app-dev/test/spec/dev-admin/webpack-dev-relay.spec.ts @@ -8,7 +8,7 @@ const _ = require("lodash"); import { describe, it } from "mocha"; import { expect } from "chai"; -describe("webpack-dev-relay", function() { +describe("webpack-dev-relay", function () { it("should clear webpack dev data if dev server exits", () => { const wdr = new WebpackDevRelay(); const wds = new EventEmitter(); @@ -53,17 +53,17 @@ describe("webpack-dev-relay", function() { wds.emit("message", { name: isomorphicConfig.configName, valid: true }); wds.emit("message", { name: "webpack-stats", valid: true }); const app = new EventEmitter(); - app.send = data => app.emit("message", data); + app.send = (data) => app.emit("message", data); const recv = []; return asyncVerify( - next => { - app.on("message", data => { + (next) => { + app.on("message", (data) => { recv.push(data); if (recv.length === 3) next(null, recv); }); wdr.setAppServer(app); }, - r => { + (r) => { const s = _.sortBy(r, "name"); expect(s[0]).to.include({ name: isomorphicConfig.configName, valid: true }); expect(s[1]).to.include({ name: "webpack-report", valid: true, id: 3 }); @@ -76,7 +76,7 @@ describe("webpack-dev-relay", function() { const wdr = new WebpackDevRelay(); const wds = new EventEmitter(); const app = new EventEmitter(); - app.send = data => app.emit("message", data); + app.send = (data) => app.emit("message", data); wdr.setWebpackServer(wds); wdr.setAppServer(app); @@ -88,13 +88,13 @@ describe("webpack-dev-relay", function() { wds.emit("message", { name: "webpack-stats", valid: true }); const recv = []; return asyncVerify( - next => { - app.on("message", data => { + (next) => { + app.on("message", (data) => { recv.push(data); if (recv.length === 3) next(null, recv); }); }, - r => { + (r) => { const s = _.sortBy(r, "name"); expect(s[0]).to.include({ name: isomorphicConfig.configName, valid: true }); expect(s[1]).to.include({ name: "webpack-report", valid: true, id: 3 }); diff --git a/packages/xarc-app-dev/test/spec/extract.style.spec.ts b/packages/xarc-app-dev/test/spec/extract.style.spec.ts index 73a35221b..a7d28897f 100644 --- a/packages/xarc-app-dev/test/spec/extract.style.spec.ts +++ b/packages/xarc-app-dev/test/spec/extract.style.spec.ts @@ -11,7 +11,7 @@ import { expect } from "chai"; const archetype = getDevOptions(); // TODO: should move to xarc-webpack -describe.skip("@xarc/app-dev extract-styles", function() { +describe.skip("@xarc/app-dev extract-styles", function () { this.timeout(10000); archetype.options.sass = true; @@ -65,7 +65,7 @@ describe.skip("@xarc/app-dev extract-styles", function() { }; archetype.webpack.cssModuleSupport = false; const moduleConfig = require(moduleName)().module; - const hasSass = moduleConfig.rules[1].use.find(x => x.loader.indexOf("sass-loader") > 0); + const hasSass = moduleConfig.rules[1].use.find((x) => x.loader.indexOf("sass-loader") > 0); expect(hasSass).to.not.exist; }); diff --git a/packages/xarc-app-dev/test/spec/generate-config.spec.ts b/packages/xarc-app-dev/test/spec/generate-config.spec.ts index 2ed992f94..db45b14da 100644 --- a/packages/xarc-app-dev/test/spec/generate-config.spec.ts +++ b/packages/xarc-app-dev/test/spec/generate-config.spec.ts @@ -9,7 +9,7 @@ import { expect } from "chai"; const moduleName = "@xarc/webpack/lib/util/generate-config"; // TODO: should move to xarc-webpack -describe.skip("generate-config", function() { +describe.skip("generate-config", function () { this.timeout(10000); before(() => {}); diff --git a/packages/xarc-app-dev/test/spec/webpack-dev-hapi.spec.ts b/packages/xarc-app-dev/test/spec/webpack-dev-hapi.spec.ts index 272d1d6ac..c3ef8adb5 100644 --- a/packages/xarc-app-dev/test/spec/webpack-dev-hapi.spec.ts +++ b/packages/xarc-app-dev/test/spec/webpack-dev-hapi.spec.ts @@ -28,7 +28,7 @@ describe("dev-hapi 16", function () { // }); - const captureRequest = server => { + const captureRequest = (server) => { const data: any = {}; server.route({ method: "GET", @@ -42,7 +42,7 @@ describe("dev-hapi 16", function () { return data; }; - const testPlugin16 = options => { + const testPlugin16 = (options) => { let server; let data; const config = { @@ -51,17 +51,17 @@ describe("dev-hapi 16", function () { port: 9001 } }, - ...options, + ...options }; return asyncVerify( () => electrodeServer(config), - s => { + (s) => { server = s; data = captureRequest(server); return server.inject("/test"); }, - resp => { + (resp) => { expect(resp.statusCode).to.equal(200); expect(data.request.app).to.have.key("webpackDev").that.is.an("object"); }, diff --git a/packages/xarc-app-dev/test/spec/webpack-dev-hapi17.spec.ts b/packages/xarc-app-dev/test/spec/webpack-dev-hapi17.spec.ts index 83e49f0d9..df4c68d49 100644 --- a/packages/xarc-app-dev/test/spec/webpack-dev-hapi17.spec.ts +++ b/packages/xarc-app-dev/test/spec/webpack-dev-hapi17.spec.ts @@ -26,7 +26,7 @@ describe("dev-hapi 17", function () { // }); - const captureRequest = server => { + const captureRequest = (server) => { const data: any = {}; server.route({ method: "GET", @@ -40,7 +40,7 @@ describe("dev-hapi 17", function () { return data; }; - const testPlugin17 = options => { + const testPlugin17 = (options) => { let server; let data; const config = { @@ -49,17 +49,17 @@ describe("dev-hapi 17", function () { port: 9002 } }, - ...options, + ...options }; return asyncVerify( () => electrodeServer(config), - s => { + (s) => { server = s; data = captureRequest(server); return server.inject("/test"); }, - resp => { + (resp) => { expect(resp.statusCode).to.equal(200); expect(data.request.app).to.have.key("webpackDev").that.is.an("object"); }, diff --git a/packages/xarc-app-dev/xrun-tasks.ts b/packages/xarc-app-dev/xrun-tasks.ts index 1b83f2678..12baf9e45 100644 --- a/packages/xarc-app-dev/xrun-tasks.ts +++ b/packages/xarc-app-dev/xrun-tasks.ts @@ -18,13 +18,13 @@ xrun.load("user", { ignoreExt: [".ts"] }); - _.uniq(scanned.map(f => Path.dirname(f).replace("src", "dist"))).forEach(d => + _.uniq(scanned.map((f) => Path.dirname(f).replace("src", "dist"))).forEach((d) => // @ts-ignore xsh.$.mkdir("-p", d) ); // @ts-ignore - scanned.forEach(f => xsh.$.cp(f, f.replace("src", "dist"))); + scanned.forEach((f) => xsh.$.cp(f, f.replace("src", "dist"))); const scanMaps = scanDir.sync({ dir: "dist", @@ -32,10 +32,10 @@ xrun.load("user", { filterExt: [".map"] }); - scanMaps.forEach(f => { + scanMaps.forEach((f) => { const fname = Path.resolve(f); const mapData = JSON.parse(Fs.readFileSync(fname).toString()); - mapData.sources = mapData.sources.map(s => Path.relative("..", s)); + mapData.sources = mapData.sources.map((s) => Path.relative("..", s)); Fs.writeFileSync(fname, JSON.stringify(mapData) + "\n"); }); diff --git a/packages/xarc-app/test/spec/logger.spec.ts b/packages/xarc-app/test/spec/logger.spec.ts index 9e8609368..8a63fe598 100644 --- a/packages/xarc-app/test/spec/logger.spec.ts +++ b/packages/xarc-app/test/spec/logger.spec.ts @@ -1,7 +1,7 @@ import { describe, it } from "mocha"; import { logger } from "../../src/logger"; -describe("logger", function() { +describe("logger", function () { it("should log to console", () => { logger.debug("test"); logger.info("test"); diff --git a/packages/xarc-dev-base/.eslintrc.js b/packages/xarc-dev-base/.eslintrc.js index 110f68bc7..3f40ab095 100644 --- a/packages/xarc-dev-base/.eslintrc.js +++ b/packages/xarc-dev-base/.eslintrc.js @@ -1,3 +1,2 @@ - const { eslintRcTestTypeScript } = require("@xarc/module-dev"); module.exports = { extends: eslintRcTestTypeScript }; diff --git a/packages/xarc-dev-base/src/winston-logger.ts b/packages/xarc-dev-base/src/winston-logger.ts index 899bd17bb..56570e1ec 100644 --- a/packages/xarc-dev-base/src/winston-logger.ts +++ b/packages/xarc-dev-base/src/winston-logger.ts @@ -14,21 +14,21 @@ export const makeWinstonLogger = (winston, handlers = true, options: any = {}): exceptionHandlers: handlers && [ new winston.transports.Console({ colorize: true, - prettyPrint: true + prettyPrint: true, }), new winston.transports.File({ json: false, maxsize: 5 * 1024 * 1024, // 5 MB maxFiles: 1, - filename: "archetype-exceptions.log" - }) + filename: "archetype-exceptions.log", + }), ], transports: [ options.noConsole || new winston.transports.Console({ level: "info", colorize: true, - prettyPrint: true + prettyPrint: true, }), new winston.transports.File({ json: true, @@ -36,8 +36,8 @@ export const makeWinstonLogger = (winston, handlers = true, options: any = {}): maxFiles: 1, name: "archetype-debug-file", filename: options.debugFilename || "archetype-debug.log", - level: "debug" - }) - ].filter(x => x) + level: "debug", + }), + ].filter((x) => x), }); }; diff --git a/packages/xarc-index-page/src/handlers/prefetch-bundles.ts b/packages/xarc-index-page/src/handlers/prefetch-bundles.ts index e06c2bce8..0f8892129 100644 --- a/packages/xarc-index-page/src/handlers/prefetch-bundles.ts +++ b/packages/xarc-index-page/src/handlers/prefetch-bundles.ts @@ -1,4 +1,4 @@ -export default context => { +export default (context) => { const content = context.user.content; if (!content || !content.prefetch) return ""; diff --git a/packages/xarc-index-page/src/token-handlers.ts b/packages/xarc-index-page/src/token-handlers.ts index 6a31c2cf7..ae06d16d1 100644 --- a/packages/xarc-index-page/src/token-handlers.ts +++ b/packages/xarc-index-page/src/token-handlers.ts @@ -55,7 +55,7 @@ export default function setup(handlerContext /*, asyncTemplate*/) { handlerContext.user.routeData = routeData; - const Initialize = context => { + const Initialize = (context) => { const options = context.options; const request = options.request; const mode = options.mode; @@ -102,7 +102,7 @@ export default function setup(handlerContext /*, asyncTemplate*/) { [tokens.META_TAGS]: iconStats, - [tokens.CRITICAL_CSS]: context => { + [tokens.CRITICAL_CSS]: (context) => { return criticalCSS ? `${criticalCSS}` : ""; }, diff --git a/packages/xarc-index-page/src/utils.ts b/packages/xarc-index-page/src/utils.ts index bd2fecccf..55edd5d64 100644 --- a/packages/xarc-index-page/src/utils.ts +++ b/packages/xarc-index-page/src/utils.ts @@ -50,13 +50,13 @@ function loadAssetsFromStats(statsPath) { return {}; } const assets: Asset = {}; - const manifestAsset = _.find(stats.assets, asset => { + const manifestAsset = _.find(stats.assets, (asset) => { return asset.name.endsWith("manifest.json"); }); - const jsAssets = stats.assets.filter(asset => { + const jsAssets = stats.assets.filter((asset) => { return asset.name.endsWith(".js"); }); - const cssAssets = stats.assets.filter(asset => { + const cssAssets = stats.assets.filter((asset) => { return asset.name.endsWith(".css"); }); @@ -149,10 +149,10 @@ ${errMsg()} */ const htmlifyScripts = (scripts, scriptNonce) => { return scripts - .map(x => + .map((x) => typeof x === "string" ? `${x}\n` - : x.map(n => ``).join("\n") + : x.map((n) => ``).join("\n") ) .join("\n"); }; @@ -165,7 +165,7 @@ function getDevCssBundle(chunkNames, routeData) { const devBundleBase = routeData.devBundleBase; if (chunkNames.css) { const cssChunks = Array.isArray(chunkNames.css) ? chunkNames.css : [chunkNames.css]; - return _.map(cssChunks, chunkName => `${devBundleBase}${chunkName}.style.css`); + return _.map(cssChunks, (chunkName) => `${devBundleBase}${chunkName}.style.css`); } else { return [`${devBundleBase}style.css`]; } @@ -195,10 +195,10 @@ function getProdBundles(chunkNames, routeData) { const { assets } = routeData; return { - jsChunk: _.find(assets.js, asset => _.includes(asset.chunkNames, chunkNames.js)), + jsChunk: _.find(assets.js, (asset) => _.includes(asset.chunkNames, chunkNames.js)), - cssChunk: _.filter(assets.css, asset => - _.some(asset.chunkNames, assetChunkName => _.includes(chunkNames.css, assetChunkName)) + cssChunk: _.filter(assets.css, (asset) => + _.some(asset.chunkNames, (assetChunkName) => _.includes(chunkNames.css, assetChunkName)) ) }; } @@ -245,7 +245,7 @@ function getCspNonce(request, cspNonceValue) { return { scriptNonce, styleNonce }; } -const resolvePath = path => (!Path.isAbsolute(path) ? Path.resolve(path) : path); +const resolvePath = (path) => (!Path.isAbsolute(path) ? Path.resolve(path) : path); /** * @param request @@ -293,7 +293,7 @@ function getOtherStats() { const otherStats = {}; if (fs.existsSync("dist/server")) { fs.readdirSync("dist/server") - .filter(x => x.endsWith("-stats.json")) + .filter((x) => x.endsWith("-stats.json")) .reduce((prev, x) => { const k = Path.basename(x).split("-")[0]; prev[k] = `dist/server/${x}`; @@ -325,9 +325,9 @@ function getBundleJsNameByQuery(data, otherAssets) { } return name; } -const isReadableStream = x => Boolean(x && x.pipe && x.on && x._readableState); +const isReadableStream = (x) => Boolean(x && x.pipe && x.on && x._readableState); -const munchyHandleStreamError = err => { +const munchyHandleStreamError = (err) => { let errMsg = (process.env.NODE_ENV !== "production" && err.stack) || err.message; if (process.cwd().length > 3) { @@ -343,7 +343,7 @@ ${errMsg} }; }; -const makeDevBundleBase = devServer => { +const makeDevBundleBase = (devServer) => { const cdnProtocol = process.env.WEBPACK_DEV_CDN_PROTOCOL; const cdnHostname = process.env.WEBPACK_DEV_CDN_HOSTNAME; const cdnPort = process.env.WEBPACK_DEV_CDN_PORT; diff --git a/packages/xarc-index-page/test/data/chunk-selector.js b/packages/xarc-index-page/test/data/chunk-selector.js index fe9a3b56c..333aa39eb 100644 --- a/packages/xarc-index-page/test/data/chunk-selector.js +++ b/packages/xarc-index-page/test/data/chunk-selector.js @@ -17,7 +17,7 @@ const MULTI_BUNDLE = { js: "home" }; -module.exports = request => { +module.exports = (request) => { if (request.path.endsWith("/foo")) { return FOO_BUNDLE; } else if (request.path.endsWith("/bar")) { diff --git a/packages/xarc-index-page/test/data/icon-stats-test-pwa.json b/packages/xarc-index-page/test/data/icon-stats-test-pwa.json index 1e2974dc3..4407735c0 100644 --- a/packages/xarc-index-page/test/data/icon-stats-test-pwa.json +++ b/packages/xarc-index-page/test/data/icon-stats-test-pwa.json @@ -2,6 +2,6 @@ "html": [ "", "", - "" + "" ] } diff --git a/packages/xarc-index-page/test/data/stats-test-multibundle.json b/packages/xarc-index-page/test/data/stats-test-multibundle.json index b0c3b1bc9..3291a5207 100644 --- a/packages/xarc-index-page/test/data/stats-test-multibundle.json +++ b/packages/xarc-index-page/test/data/stats-test-multibundle.json @@ -1,71 +1,45 @@ { "assetsByChunkName": { - "foo": [ - "foo.bundle.f07a873ce87fc904a6a5.js", - "foo.style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ], - "home": [ - "home.bundle.f07a873ce87fc904a6a5.js", - "home.style.f07a873ce87fc904a6a5.css" - ] + "foo": ["foo.bundle.f07a873ce87fc904a6a5.js", "foo.style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"], + "home": ["home.bundle.f07a873ce87fc904a6a5.js", "home.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "foo.style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "foo.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "foo.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "bar.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "foo.bundle.f07a873ce87fc904a6a5.js", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "bar.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "home.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "bar.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }, { - "name": "home.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }] + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "bar.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "home.style.f07a873ce87fc904a6a5.css", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + }, + { + "name": "home.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + } + ] } diff --git a/packages/xarc-index-page/test/data/stats-test-one-bundle.json b/packages/xarc-index-page/test/data/stats-test-one-bundle.json index 42edae47e..6edfc4cf9 100644 --- a/packages/xarc-index-page/test/data/stats-test-one-bundle.json +++ b/packages/xarc-index-page/test/data/stats-test-one-bundle.json @@ -1,27 +1,19 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }] + "chunks": [0], + "chunkNames": ["main"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["main"] + } + ] } diff --git a/packages/xarc-index-page/test/data/stats-test-pwa.json b/packages/xarc-index-page/test/data/stats-test-pwa.json index e937fef13..e4d032ecf 100644 --- a/packages/xarc-index-page/test/data/stats-test-pwa.json +++ b/packages/xarc-index-page/test/data/stats-test-pwa.json @@ -1,36 +1,26 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "manifest.json", - "size": 888, - "chunks": [], - "chunkNames": [] - }] + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "manifest.json", + "size": 888, + "chunks": [], + "chunkNames": [] + } + ] } diff --git a/packages/xarc-index-page/test/fixtures/async-error.js b/packages/xarc-index-page/test/fixtures/async-error.js index a84cb4dc2..67a284832 100644 --- a/packages/xarc-index-page/test/fixtures/async-error.js +++ b/packages/xarc-index-page/test/fixtures/async-error.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async error module"); return Promise.reject("error from test/fixtures/async-error"); } diff --git a/packages/xarc-index-page/test/fixtures/async-ok.js b/packages/xarc-index-page/test/fixtures/async-ok.js index 1d5db1518..50d6e97d9 100644 --- a/packages/xarc-index-page/test/fixtures/async-ok.js +++ b/packages/xarc-index-page/test/fixtures/async-ok.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async ok module"); return Promise.resolve(); } diff --git a/packages/xarc-index-page/test/fixtures/custom-1.js b/packages/xarc-index-page/test/fixtures/custom-1.js index 91b977aa4..478e84f43 100644 --- a/packages/xarc-index-page/test/fixtures/custom-1.js +++ b/packages/xarc-index-page/test/fixtures/custom-1.js @@ -3,7 +3,7 @@ module.exports = function setup() { return { name: "custom-1", - process: function(context) { + process: function (context) { context.output.add("
from custom-1
"); } }; diff --git a/packages/xarc-index-page/test/fixtures/custom-call.js b/packages/xarc-index-page/test/fixtures/custom-call.js index d9e636021..8f932a7d5 100644 --- a/packages/xarc-index-page/test/fixtures/custom-call.js +++ b/packages/xarc-index-page/test/fixtures/custom-call.js @@ -3,7 +3,7 @@ function setup() { return { name: "custom-call", - process: function() { + process: function () { return Promise.resolve(`_call process from custom-call token fixture`); } }; diff --git a/packages/xarc-index-page/test/fixtures/perf-1-handler.js b/packages/xarc-index-page/test/fixtures/perf-1-handler.js index ca41e548d..e0a21ed19 100644 --- a/packages/xarc-index-page/test/fixtures/perf-1-handler.js +++ b/packages/xarc-index-page/test/fixtures/perf-1-handler.js @@ -6,11 +6,11 @@ module.exports = () => { return "
user-token-1
"; }, - "user-token-2": context => { + "user-token-2": (context) => { context.output.add("
user-token-2
"); }, - "user-spot-token": context => { + "user-spot-token": (context) => { const spot = context.output.reserve(); process.nextTick(() => { spot.add("
user-spot-1;"); @@ -20,7 +20,7 @@ module.exports = () => { }); }, - "user-promise-token": context => { + "user-promise-token": (context) => { context.output.add("
user-promise-token
"); }, diff --git a/packages/xarc-index-page/test/fixtures/react-helmet-handler.js b/packages/xarc-index-page/test/fixtures/react-helmet-handler.js index 6f0b28326..bd16a03f8 100644 --- a/packages/xarc-index-page/test/fixtures/react-helmet-handler.js +++ b/packages/xarc-index-page/test/fixtures/react-helmet-handler.js @@ -4,16 +4,16 @@ const Helmet = require("react-helmet").Helmet; const emptyTitleRegex = /]*><\/title>/; -module.exports = handlerContext => { +module.exports = (handlerContext) => { const routeOptions = handlerContext.user.routeOptions; const iconStats = handlerContext.user.routeData.iconStats; return { - HEAD_INITIALIZE: context => { + HEAD_INITIALIZE: (context) => { context.user.helmet = Helmet.renderStatic(); }, - PAGE_TITLE: context => { + PAGE_TITLE: (context) => { const helmet = context.user.helmet; const helmetTitleScript = helmet.title.toString(); const helmetTitleEmpty = helmetTitleScript.match(emptyTitleRegex); @@ -21,14 +21,14 @@ module.exports = handlerContext => { return helmetTitleEmpty ? `${routeOptions.pageTitle}` : helmetTitleScript; }, - REACT_HELMET_SCRIPTS: context => { + REACT_HELMET_SCRIPTS: (context) => { const scriptsFromHelmet = ["link", "style", "script", "noscript"] - .map(tagName => context.user.helmet[tagName].toString()) + .map((tagName) => context.user.helmet[tagName].toString()) .join(""); return `${scriptsFromHelmet}`; }, - META_TAGS: context => { + META_TAGS: (context) => { return context.user.helmet.meta.toString() + iconStats; } }; diff --git a/packages/xarc-index-page/test/fixtures/return-undefined.js b/packages/xarc-index-page/test/fixtures/return-undefined.js index d1823ec85..335b411ee 100644 --- a/packages/xarc-index-page/test/fixtures/return-undefined.js +++ b/packages/xarc-index-page/test/fixtures/return-undefined.js @@ -2,6 +2,6 @@ module.exports = () => { return { - process: function() {} + process: function () {} }; }; diff --git a/packages/xarc-index-page/test/fixtures/string-only.js b/packages/xarc-index-page/test/fixtures/string-only.js index 76a7a8aea..64c104194 100644 --- a/packages/xarc-index-page/test/fixtures/string-only.js +++ b/packages/xarc-index-page/test/fixtures/string-only.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function() { + process: function () { return "\nfrom string only module"; } }; diff --git a/packages/xarc-index-page/test/fixtures/template-processor-1.js b/packages/xarc-index-page/test/fixtures/template-processor-1.js index 15d6c3e46..0fe0238c6 100644 --- a/packages/xarc-index-page/test/fixtures/template-processor-1.js +++ b/packages/xarc-index-page/test/fixtures/template-processor-1.js @@ -1,5 +1,5 @@ "use strict"; -module.exports = function() { +module.exports = function () { return "template-processor-1"; }; diff --git a/packages/xarc-index-page/test/fixtures/template-processor-2.js b/packages/xarc-index-page/test/fixtures/template-processor-2.js index 115948f57..15f81fb7d 100644 --- a/packages/xarc-index-page/test/fixtures/template-processor-2.js +++ b/packages/xarc-index-page/test/fixtures/template-processor-2.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - templateProcessor: function() { + templateProcessor: function () { return "template-processor-2"; } }; diff --git a/packages/xarc-index-page/test/fixtures/template-processor-3.js b/packages/xarc-index-page/test/fixtures/template-processor-3.js index eb785eb37..cb5ebcd6a 100644 --- a/packages/xarc-index-page/test/fixtures/template-processor-3.js +++ b/packages/xarc-index-page/test/fixtures/template-processor-3.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - oops: function() { + oops: function () { return "template-processor-3"; } }; diff --git a/packages/xarc-index-page/test/fixtures/token-handler.js b/packages/xarc-index-page/test/fixtures/token-handler.js index 464b94a25..1e88fd34f 100644 --- a/packages/xarc-index-page/test/fixtures/token-handler.js +++ b/packages/xarc-index-page/test/fixtures/token-handler.js @@ -8,11 +8,11 @@ module.exports = () => { return "
user-token-1
"; }, - "user-token-2": context => { + "user-token-2": (context) => { context.output.add("
user-token-2
"); }, - "user-spot-token": context => { + "user-spot-token": (context) => { const spot = context.output.reserve(); spot.add("
user-spot-1;"); setTimeout(() => { @@ -24,8 +24,8 @@ module.exports = () => { }, 10); }, - "user-promise-token": context => { - return new Promise(resolve => { + "user-promise-token": (context) => { + return new Promise((resolve) => { setTimeout(() => { context.output.add("
user-promise-token
"); resolve(); @@ -33,7 +33,7 @@ module.exports = () => { }); }, - "user-header-token": context => { + "user-header-token": (context) => { context.user.response.headers = { "x-foo-bar": "hello-world" }; diff --git a/packages/xarc-index-page/test/fixtures/wants-next.js b/packages/xarc-index-page/test/fixtures/wants-next.js index 0449f4868..403068ddf 100644 --- a/packages/xarc-index-page/test/fixtures/wants-next.js +++ b/packages/xarc-index-page/test/fixtures/wants-next.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom wants next module"); } }; diff --git a/packages/xarc-index-page/test/jsx-templates/test1.jsx b/packages/xarc-index-page/test/jsx-templates/test1.jsx index e156e51a6..00bc809e6 100644 --- a/packages/xarc-index-page/test/jsx-templates/test1.jsx +++ b/packages/xarc-index-page/test/jsx-templates/test1.jsx @@ -24,7 +24,7 @@ class TestComponent1 extends Component { } function AsyncComponent(props, context, scope) { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { scope.output.add(`${props.indent}async component ${props.key}\n`); resolve(
async component children: {props.children}
); diff --git a/packages/xarc-index-page/test/jsx-templates/test3.jsx b/packages/xarc-index-page/test/jsx-templates/test3.jsx index f24692447..28f2f6515 100644 --- a/packages/xarc-index-page/test/jsx-templates/test3.jsx +++ b/packages/xarc-index-page/test/jsx-templates/test3.jsx @@ -13,7 +13,7 @@ function Component1(props) { } function AsyncChildren(props) { - return new Promise(resolve => + return new Promise((resolve) => setTimeout(() => { resolve(
diff --git a/packages/xarc-jsx-renderer/babel.config.js b/packages/xarc-jsx-renderer/babel.config.js index 76f954947..c30e0b222 100644 --- a/packages/xarc-jsx-renderer/babel.config.js +++ b/packages/xarc-jsx-renderer/babel.config.js @@ -4,10 +4,10 @@ module.exports = { "@babel/preset-env", { targets: { - node: "8", - }, - }, + node: "8" + } + } ], - "@babel/preset-react", - ], + "@babel/preset-react" + ] }; diff --git a/packages/xarc-jsx-renderer/src/JsxRenderer.ts b/packages/xarc-jsx-renderer/src/JsxRenderer.ts index f12943478..8d35a65fc 100644 --- a/packages/xarc-jsx-renderer/src/JsxRenderer.ts +++ b/packages/xarc-jsx-renderer/src/JsxRenderer.ts @@ -193,9 +193,9 @@ export class JsxRenderer { context.output.add(`<${element.tag}${expandProps(element.props, context)}/>`); } } else if (!element.type) { - return handleElementResult( - element(element.props, context, { element, depth, output: context.output }) - ); + return handleElementResult( + element(element.props, context, { element, depth, output: context.output }) + ); } else if (element.Construct) { const inst = new element.Construct(element.props, context); return handleElementResult( diff --git a/packages/xarc-jsx-renderer/src/index.ts b/packages/xarc-jsx-renderer/src/index.ts index e37ad005c..a24dd1988 100644 --- a/packages/xarc-jsx-renderer/src/index.ts +++ b/packages/xarc-jsx-renderer/src/index.ts @@ -14,7 +14,16 @@ import { RegisterTokenIds } from "./tags/RegisterTokenIds"; import { xarcJsxElement } from "./symbols"; /** @ignore */ -export { Component, Token, IndexPage, Require, Literal, JsxRenderer, RegisterTokenIds, xarcJsxElement }; +export { + Component, + Token, + IndexPage, + Require, + Literal, + JsxRenderer, + RegisterTokenIds, + xarcJsxElement +}; let ELEMENT_ID = 0; diff --git a/packages/xarc-jsx-renderer/test/data/critical.css b/packages/xarc-jsx-renderer/test/data/critical.css index 892782617..563d20e99 100644 --- a/packages/xarc-jsx-renderer/test/data/critical.css +++ b/packages/xarc-jsx-renderer/test/data/critical.css @@ -1 +1,3 @@ -body {color: green;} +body { + color: green; +} diff --git a/packages/xarc-jsx-renderer/test/data/icon-stats-test-pwa.json b/packages/xarc-jsx-renderer/test/data/icon-stats-test-pwa.json index 1e2974dc3..4407735c0 100644 --- a/packages/xarc-jsx-renderer/test/data/icon-stats-test-pwa.json +++ b/packages/xarc-jsx-renderer/test/data/icon-stats-test-pwa.json @@ -2,6 +2,6 @@ "html": [ "", "", - "" + "" ] } diff --git a/packages/xarc-jsx-renderer/test/data/stats-test-multibundle.json b/packages/xarc-jsx-renderer/test/data/stats-test-multibundle.json index b0c3b1bc9..3291a5207 100644 --- a/packages/xarc-jsx-renderer/test/data/stats-test-multibundle.json +++ b/packages/xarc-jsx-renderer/test/data/stats-test-multibundle.json @@ -1,71 +1,45 @@ { "assetsByChunkName": { - "foo": [ - "foo.bundle.f07a873ce87fc904a6a5.js", - "foo.style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ], - "home": [ - "home.bundle.f07a873ce87fc904a6a5.js", - "home.style.f07a873ce87fc904a6a5.css" - ] + "foo": ["foo.bundle.f07a873ce87fc904a6a5.js", "foo.style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"], + "home": ["home.bundle.f07a873ce87fc904a6a5.js", "home.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "foo.style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "foo.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "foo.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "foo" - ] - }, { - "name": "bar.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "foo.bundle.f07a873ce87fc904a6a5.js", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "bar.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bar" - ] - }, { - "name": "home.style.f07a873ce87fc904a6a5.css", + "chunks": [0], + "chunkNames": ["foo"] + }, + { + "name": "bar.style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }, { - "name": "home.bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "home" - ] - }] + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "bar.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bar"] + }, + { + "name": "home.style.f07a873ce87fc904a6a5.css", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + }, + { + "name": "home.bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["home"] + } + ] } diff --git a/packages/xarc-jsx-renderer/test/data/stats-test-one-bundle.json b/packages/xarc-jsx-renderer/test/data/stats-test-one-bundle.json index 42edae47e..6edfc4cf9 100644 --- a/packages/xarc-jsx-renderer/test/data/stats-test-one-bundle.json +++ b/packages/xarc-jsx-renderer/test/data/stats-test-one-bundle.json @@ -1,27 +1,19 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "main" - ] - }] + "chunks": [0], + "chunkNames": ["main"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["main"] + } + ] } diff --git a/packages/xarc-jsx-renderer/test/data/stats-test-pwa.json b/packages/xarc-jsx-renderer/test/data/stats-test-pwa.json index e937fef13..e4d032ecf 100644 --- a/packages/xarc-jsx-renderer/test/data/stats-test-pwa.json +++ b/packages/xarc-jsx-renderer/test/data/stats-test-pwa.json @@ -1,36 +1,26 @@ { "assetsByChunkName": { - "bundle": [ - "bundle.f07a873ce87fc904a6a5.js", - "style.f07a873ce87fc904a6a5.css" - ], - "bar": [ - "bar.bundle.f07a873ce87fc904a6a5.js", - "bar.style.f07a873ce87fc904a6a5.css" - ] + "bundle": ["bundle.f07a873ce87fc904a6a5.js", "style.f07a873ce87fc904a6a5.css"], + "bar": ["bar.bundle.f07a873ce87fc904a6a5.js", "bar.style.f07a873ce87fc904a6a5.css"] }, - "assets": [{ - "name": "style.f07a873ce87fc904a6a5.css", + "assets": [ + { + "name": "style.f07a873ce87fc904a6a5.css", "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "bundle.f07a873ce87fc904a6a5.js", - "size": 888, - "chunks": [ - 0 - ], - "chunkNames": [ - "bundle" - ] - }, { - "name": "manifest.json", - "size": 888, - "chunks": [], - "chunkNames": [] - }] + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "bundle.f07a873ce87fc904a6a5.js", + "size": 888, + "chunks": [0], + "chunkNames": ["bundle"] + }, + { + "name": "manifest.json", + "size": 888, + "chunks": [], + "chunkNames": [] + } + ] } diff --git a/packages/xarc-jsx-renderer/test/fixtures/async-error.js b/packages/xarc-jsx-renderer/test/fixtures/async-error.js index a84cb4dc2..67a284832 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/async-error.js +++ b/packages/xarc-jsx-renderer/test/fixtures/async-error.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async error module"); return Promise.reject("error from test/fixtures/async-error"); } diff --git a/packages/xarc-jsx-renderer/test/fixtures/async-ok.js b/packages/xarc-jsx-renderer/test/fixtures/async-ok.js index 1d5db1518..50d6e97d9 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/async-ok.js +++ b/packages/xarc-jsx-renderer/test/fixtures/async-ok.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async ok module"); return Promise.resolve(); } diff --git a/packages/xarc-jsx-renderer/test/fixtures/custom-1.js b/packages/xarc-jsx-renderer/test/fixtures/custom-1.js index 91b977aa4..478e84f43 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/custom-1.js +++ b/packages/xarc-jsx-renderer/test/fixtures/custom-1.js @@ -3,7 +3,7 @@ module.exports = function setup() { return { name: "custom-1", - process: function(context) { + process: function (context) { context.output.add("
from custom-1
"); } }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/custom-call.js b/packages/xarc-jsx-renderer/test/fixtures/custom-call.js index d9e636021..8f932a7d5 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/custom-call.js +++ b/packages/xarc-jsx-renderer/test/fixtures/custom-call.js @@ -3,7 +3,7 @@ function setup() { return { name: "custom-call", - process: function() { + process: function () { return Promise.resolve(`_call process from custom-call token fixture`); } }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/return-undefined.js b/packages/xarc-jsx-renderer/test/fixtures/return-undefined.js index d1823ec85..335b411ee 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/return-undefined.js +++ b/packages/xarc-jsx-renderer/test/fixtures/return-undefined.js @@ -2,6 +2,6 @@ module.exports = () => { return { - process: function() {} + process: function () {} }; }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/string-only.js b/packages/xarc-jsx-renderer/test/fixtures/string-only.js index 76a7a8aea..64c104194 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/string-only.js +++ b/packages/xarc-jsx-renderer/test/fixtures/string-only.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function() { + process: function () { return "\nfrom string only module"; } }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/template-processor-1.js b/packages/xarc-jsx-renderer/test/fixtures/template-processor-1.js index 15d6c3e46..0fe0238c6 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/template-processor-1.js +++ b/packages/xarc-jsx-renderer/test/fixtures/template-processor-1.js @@ -1,5 +1,5 @@ "use strict"; -module.exports = function() { +module.exports = function () { return "template-processor-1"; }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/template-processor-2.js b/packages/xarc-jsx-renderer/test/fixtures/template-processor-2.js index 115948f57..15f81fb7d 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/template-processor-2.js +++ b/packages/xarc-jsx-renderer/test/fixtures/template-processor-2.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - templateProcessor: function() { + templateProcessor: function () { return "template-processor-2"; } }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/template-processor-3.js b/packages/xarc-jsx-renderer/test/fixtures/template-processor-3.js index eb785eb37..cb5ebcd6a 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/template-processor-3.js +++ b/packages/xarc-jsx-renderer/test/fixtures/template-processor-3.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - oops: function() { + oops: function () { return "template-processor-3"; } }; diff --git a/packages/xarc-jsx-renderer/test/fixtures/wants-next.js b/packages/xarc-jsx-renderer/test/fixtures/wants-next.js index 0449f4868..403068ddf 100644 --- a/packages/xarc-jsx-renderer/test/fixtures/wants-next.js +++ b/packages/xarc-jsx-renderer/test/fixtures/wants-next.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom wants next module"); } }; diff --git a/packages/xarc-jsx-renderer/test/jsx-templates/test1.tsx b/packages/xarc-jsx-renderer/test/jsx-templates/test1.tsx index 922b7b46a..31833a015 100644 --- a/packages/xarc-jsx-renderer/test/jsx-templates/test1.tsx +++ b/packages/xarc-jsx-renderer/test/jsx-templates/test1.tsx @@ -1,6 +1,14 @@ /* @jsx createElement */ -import { IndexPage, createElement, Token, Require, Literal, Component, xarcJsxElement } from "../../src"; +import { + IndexPage, + createElement, + Token, + Require, + Literal, + Component, + xarcJsxElement +} from "../../src"; const getBogelFontUrl = () => { return "bogel"; diff --git a/packages/xarc-jsx-renderer/test/jsx-templates/test3.jsx b/packages/xarc-jsx-renderer/test/jsx-templates/test3.jsx index b36396836..7a951d6ac 100644 --- a/packages/xarc-jsx-renderer/test/jsx-templates/test3.jsx +++ b/packages/xarc-jsx-renderer/test/jsx-templates/test3.jsx @@ -11,7 +11,7 @@ function Component1(props) { } function AsyncChildren(props) { - return new Promise((resolve) => + return new Promise(resolve => setTimeout(() => { resolve(
diff --git a/packages/xarc-opt-eslint/xarc-opt-check.js b/packages/xarc-opt-eslint/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-eslint/xarc-opt-check.js +++ b/packages/xarc-opt-eslint/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-jest/xarc-opt-check.js b/packages/xarc-opt-jest/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-jest/xarc-opt-check.js +++ b/packages/xarc-opt-jest/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-karma/xarc-opt-check.js b/packages/xarc-opt-karma/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-karma/xarc-opt-check.js +++ b/packages/xarc-opt-karma/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-less/xarc-opt-check.js b/packages/xarc-opt-less/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-less/xarc-opt-check.js +++ b/packages/xarc-opt-less/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-mocha/xarc-opt-check.js b/packages/xarc-opt-mocha/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-mocha/xarc-opt-check.js +++ b/packages/xarc-opt-mocha/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-postcss/xarc-opt-check.js b/packages/xarc-opt-postcss/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-postcss/xarc-opt-check.js +++ b/packages/xarc-opt-postcss/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-preact/xarc-opt-check.js b/packages/xarc-opt-preact/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-preact/xarc-opt-check.js +++ b/packages/xarc-opt-preact/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-react/xarc-opt-check.js b/packages/xarc-opt-react/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-react/xarc-opt-check.js +++ b/packages/xarc-opt-react/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-sass/xarc-opt-check.js b/packages/xarc-opt-sass/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-sass/xarc-opt-check.js +++ b/packages/xarc-opt-sass/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-opt-stylus/xarc-opt-check.js b/packages/xarc-opt-stylus/xarc-opt-check.js index 28c59126e..e1d633d8b 100644 --- a/packages/xarc-opt-stylus/xarc-opt-check.js +++ b/packages/xarc-opt-stylus/xarc-opt-check.js @@ -120,9 +120,9 @@ function xarcOptCheck() { // if (!appPkg.workspaces && optParams.onlyOneOf) { // first, user's package.json cannot have multiple packages from onlyOneOf list - ["dependencies", "devDependencies", "optionalDependencies"].forEach(x => { + ["dependencies", "devDependencies", "optionalDependencies"].forEach((x) => { if (appPkg[x]) { - foundOOO = foundOOO.concat(optParams.onlyOneOf.filter(n => appPkg[x].hasOwnProperty(n))); + foundOOO = foundOOO.concat(optParams.onlyOneOf.filter((n) => appPkg[x].hasOwnProperty(n))); } }); diff --git a/packages/xarc-react-query/test/ts-register.js b/packages/xarc-react-query/test/ts-register.js index 9210155ca..7b1a6aa65 100644 --- a/packages/xarc-react-query/test/ts-register.js +++ b/packages/xarc-react-query/test/ts-register.js @@ -1,7 +1,7 @@ /* eslint-disable */ const { register } = require("ts-node"); const tsConfigFile = [`../tsconfig`, process.env.TS_CONFIG_ENV || "node.cjs", "json"] - .filter(x => x) + .filter((x) => x) .join("."); const tsConfig = require(tsConfigFile); register(tsConfig); diff --git a/packages/xarc-react-query/xrun-tasks.ts b/packages/xarc-react-query/xrun-tasks.ts index 0b0ff4d57..27f94a261 100644 --- a/packages/xarc-react-query/xrun-tasks.ts +++ b/packages/xarc-react-query/xrun-tasks.ts @@ -12,7 +12,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react-recoil/test/spec/index.spec.tsx b/packages/xarc-react-recoil/test/spec/index.spec.tsx index e2142efe4..9bb1ebcc0 100644 --- a/packages/xarc-react-recoil/test/spec/index.spec.tsx +++ b/packages/xarc-react-recoil/test/spec/index.spec.tsx @@ -10,7 +10,7 @@ import { recoilFeature, RecoilFeature } from "../../src/browser/index"; const { createElement } = React; // eslint-disable-line -const mockPrepare = async initialState => { +const mockPrepare = async (initialState) => { return { initialState: { state: { diff --git a/packages/xarc-react-recoil/xrun-tasks.ts b/packages/xarc-react-recoil/xrun-tasks.ts index 0b0ff4d57..27f94a261 100644 --- a/packages/xarc-react-recoil/xrun-tasks.ts +++ b/packages/xarc-react-recoil/xrun-tasks.ts @@ -12,7 +12,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react-redux-observable/src/common/index.tsx b/packages/xarc-react-redux-observable/src/common/index.tsx index cbd9ca405..92dacf959 100644 --- a/packages/xarc-react-redux-observable/src/common/index.tsx +++ b/packages/xarc-react-redux-observable/src/common/index.tsx @@ -33,7 +33,7 @@ export function reduxObservableDecor(options: ReduxObservableOptions): ReduxFeat const observerMiddleware = applyMiddleware(epicMiddleware); const store = createStore( - (params.reducers as Reducer) || (x => x), + (params.reducers as Reducer) || ((x) => x), params.initialState, observerMiddleware ); diff --git a/packages/xarc-react-redux-observable/xrun-tasks.ts b/packages/xarc-react-redux-observable/xrun-tasks.ts index 0b0ff4d57..27f94a261 100644 --- a/packages/xarc-react-redux-observable/xrun-tasks.ts +++ b/packages/xarc-react-redux-observable/xrun-tasks.ts @@ -12,7 +12,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react-redux-saga/src/common/index.tsx b/packages/xarc-react-redux-saga/src/common/index.tsx index 5ce2df617..985ef8cc7 100644 --- a/packages/xarc-react-redux-saga/src/common/index.tsx +++ b/packages/xarc-react-redux-saga/src/common/index.tsx @@ -32,7 +32,7 @@ export function reduxSagaDecor(options: ReduxSagaOption): ReduxFeatureDecorator decorate(_reduxFeat: ReduxFeature, params: ReduxDecoratorParams) { const sagaMiddleware = createSagaMiddleware(); const store = createStore( - (params.reducers as Reducer) || (x => x), + (params.reducers as Reducer) || ((x) => x), params.initialState, applyMiddleware(sagaMiddleware) ); diff --git a/packages/xarc-react-redux-saga/xrun-tasks.ts b/packages/xarc-react-redux-saga/xrun-tasks.ts index 0b0ff4d57..27f94a261 100644 --- a/packages/xarc-react-redux-saga/xrun-tasks.ts +++ b/packages/xarc-react-redux-saga/xrun-tasks.ts @@ -12,7 +12,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react-redux/package.json b/packages/xarc-react-redux/package.json index 7a773a4ca..6a2332d7e 100644 --- a/packages/xarc-react-redux/package.json +++ b/packages/xarc-react-redux/package.json @@ -66,7 +66,7 @@ "source-map-support": "^0.5.21", "ts-node": "^10.7.0", "typedoc": "^0.22.15", - "typescript": "^4.9.3" + "typescript": "^4.9.3" }, "files": [ "dist", diff --git a/packages/xarc-react-redux/src/common/index.tsx b/packages/xarc-react-redux/src/common/index.tsx index 4a404a906..5e440e37f 100644 --- a/packages/xarc-react-redux/src/common/index.tsx +++ b/packages/xarc-react-redux/src/common/index.tsx @@ -130,7 +130,7 @@ export function reduxFeature(options: ReduxFeatureOptions): SubAppFeatureFactory }; redux.Provider = Provider; redux.createStore = (reducer, initialState) => { - return createStore(reducer || (x => x), initialState); + return createStore(reducer || ((x) => x), initialState); }; redux.prepare = options.prepare; @@ -177,7 +177,10 @@ export function reduxFeature(options: ReduxFeatureOptions): SubAppFeatureFactory } if (!redux._store) { - redux._store = createStore((reducers as Reducer) || (x => x), initialState); + redux._store = createStore( + (reducers as Reducer) || ((x) => x), + initialState + ); } } diff --git a/packages/xarc-react-redux/src/common/redux-shared-store.ts b/packages/xarc-react-redux/src/common/redux-shared-store.ts index f48e9c819..18b91fa1e 100644 --- a/packages/xarc-react-redux/src/common/redux-shared-store.ts +++ b/packages/xarc-react-redux/src/common/redux-shared-store.ts @@ -215,7 +215,7 @@ export function createSharedStore(initialState: any, info: any, storeContainer?: } else if (reducerType === "object") { reducer = combineReducers(info.reduxReducers); } else { - reducer = x => x; + reducer = (x) => x; } return createStore(reducer, initialState); } diff --git a/packages/xarc-react-redux/test/spec/index.spec.tsx b/packages/xarc-react-redux/test/spec/index.spec.tsx index d10a98223..619a76691 100644 --- a/packages/xarc-react-redux/test/spec/index.spec.tsx +++ b/packages/xarc-react-redux/test/spec/index.spec.tsx @@ -11,7 +11,7 @@ import { createStore, reduxFeature, ReduxFeature } from "../../src/browser/index const { createElement } = React; // eslint-disable-line -const mockPrepare = async initialState => { +const mockPrepare = async (initialState) => { return { initialState: "init-state-" + initialState }; }; @@ -88,7 +88,7 @@ describe("reactReduxFeature", function () { render( redux.wrap({ Component: MockComponent, - store: createStore(state => state) + store: createStore((state) => state) }) ); @@ -121,7 +121,7 @@ describe("reactReduxFeature", function () { .stub(require("redux"), "createStore") // eslint-disable-line .callsFake((reducer, initalState) => reducer(initalState)); - const mockFn = x => x + "-----withMockFn"; + const mockFn = (x) => x + "-----withMockFn"; expect((redux.createStore as any)(mockFn, "test")).equal("test-----withMockFn"); @@ -148,8 +148,8 @@ describe("reactReduxFeature", function () { factory.add(def); - def._module = { reduxReducers: x => x }; - (def._features.redux as any)._store = createStore(x => x); + def._module = { reduxReducers: (x) => x }; + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { @@ -188,8 +188,8 @@ describe("reactReduxFeature", function () { container.declare("test", def); factory.add(def); - def._module = { reduxReducers: { a: x => x || "1", b: x => x || "2" } }; - (def._features.redux as any)._store = createStore(x => x); + def._module = { reduxReducers: { a: (x) => x || "1", b: (x) => x || "2" } }; + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { Component: MockComponent @@ -237,7 +237,7 @@ describe("reactReduxFeature", function () { factory.add(def); - (def._features.redux as any)._store = createStore(x => x); + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { Component: undefined @@ -298,8 +298,8 @@ describe("reactReduxFeature", function () { factory.add(def); - def._module = { reduxReducers: x => x }; - (def._features.redux as any)._store = createStore(x => x); + def._module = { reduxReducers: (x) => x }; + (def._features.redux as any)._store = createStore((x) => x); await def._features.redux.execute({ input: { @@ -323,7 +323,7 @@ describe("reactReduxFeature", function () { const reduxFeatureOptions = { ...options, - reducers: x => x || "1" + reducers: (x) => x || "1" }; const factory = reduxFeature(reduxFeatureOptions); @@ -339,7 +339,7 @@ describe("reactReduxFeature", function () { factory.add(def); - const stub1 = sinon.stub(def._features.redux as any, "wrap").callsFake(obj => obj); + const stub1 = sinon.stub(def._features.redux as any, "wrap").callsFake((obj) => obj); const res = await def._features.redux.execute({ input: { @@ -376,8 +376,8 @@ describe("reactReduxFeature", function () { container.declare("test", def); factory.add(def); - def._module = { reduxReducers: x => x }; - (def._features.redux as any)._store = createStore(x => x); + def._module = { reduxReducers: (x) => x }; + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { @@ -416,8 +416,8 @@ describe("reactReduxFeature", function () { container.declare("test", def); factory.add(def); - def._module = { reduxReducers: { a: x => x || "1", b: x => x || "2" } }; - (def._features.redux as any)._store = createStore(x => x); + def._module = { reduxReducers: { a: (x) => x || "1", b: (x) => x || "2" } }; + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { Component: MockComponent @@ -465,7 +465,7 @@ describe("reactReduxFeature", function () { factory.add(def); - (def._features.redux as any)._store = createStore(x => x); + (def._features.redux as any)._store = createStore((x) => x); const res = await def._features.redux.execute({ input: { Component: undefined diff --git a/packages/xarc-react-redux/test/spec/redux-shared-store.spec.ts b/packages/xarc-react-redux/test/spec/redux-shared-store.spec.ts index f538d08b6..aa39cde14 100644 --- a/packages/xarc-react-redux/test/spec/redux-shared-store.spec.ts +++ b/packages/xarc-react-redux/test/spec/redux-shared-store.spec.ts @@ -90,7 +90,7 @@ describe("shareStore", () => { const storeContainer = { namedStores: { _: { - store: { [reducerNamesSym]: x => x, [originalReplaceReducerSym]: spy }, + store: { [reducerNamesSym]: (x) => x, [originalReplaceReducerSym]: spy }, reducerContainer: { [reducerNamesSym]: ["test1", "test2"], test1: { a: "a", b: "b" }, @@ -101,7 +101,7 @@ describe("shareStore", () => { } }; - const mockReducers = { t1: x => x, t2: y => y + 1 }; + const mockReducers = { t1: (x) => x, t2: (y) => y + 1 }; replaceReducer(mockReducers, info, storeContainer); expect(spy.called).to.equal(true); @@ -117,7 +117,7 @@ describe("shareStore", () => { const info = { reduxShareStore: true, _genReduxCreateStore: undefined, - reduxCreateStore: x => x + reduxCreateStore: (x) => x }; try { @@ -137,13 +137,16 @@ describe("shareStore", () => { const info = { name: "reducers", reduxShareStore: true, - reduxReducers: { t1: x => x || "1", t2: y => y + 1 || "2" } + reduxReducers: { t1: (x) => x || "1", t2: (y) => y + 1 || "2" } }; const storeContainer = { namedStores: { _: { - store: { [reducerNamesSym]: x => x || "1", [originalReplaceReducerSym]: y => y || "2" }, + store: { + [reducerNamesSym]: (x) => x || "1", + [originalReplaceReducerSym]: (y) => y || "2" + }, reducerContainer: { [reducerNamesSym]: ["test1", "test2"], test1: { a: "a", b: "b" }, @@ -166,7 +169,7 @@ describe("shareStore", () => { const info = { name: "reducers", reduxShareStore: true, - reduxReducers: { t1: x => x || "1", t2: y => y + 1 || "2" } + reduxReducers: { t1: (x) => x || "1", t2: (y) => y + 1 || "2" } }; const storeContainer = { @@ -196,7 +199,7 @@ describe("shareStore", () => { const storeContainer2 = { namedStores: { _: { - store: { [reducerNamesSym]: x => x, [originalReplaceReducerSym]: spy }, + store: { [reducerNamesSym]: (x) => x, [originalReplaceReducerSym]: spy }, reducerContainer: { [reducerNamesSym]: ["test1", "test2"], test1: { a: "a", b: "b" }, @@ -207,7 +210,7 @@ describe("shareStore", () => { } }; - const mockReducers = { t1: x => x, t2: y => y + 1 }; + const mockReducers = { t1: (x) => x, t2: (y) => y + 1 }; store.replaceReducer(mockReducers, info2, storeContainer2); expect(spy.called).to.equal(true); @@ -220,7 +223,7 @@ describe("shareStore", () => { const info = { name: "reducers", reduxShareStore: false, - reduxReducers: { t1: x => x || "1", t2: y => y + 1 || "2" }, + reduxReducers: { t1: (x) => x || "1", t2: (y) => y + 1 || "2" }, reduxCreateStore: spy, _genReduxCreateStore: undefined }; @@ -250,7 +253,7 @@ describe("shareStore", () => { const info = { name: "reducers", reduxShareStore: false, - reduxReducers: x => x || "1", + reduxReducers: (x) => x || "1", reduxCreateStore: undefined, _genReduxCreateStore: true }; @@ -278,7 +281,7 @@ describe("shareStore", () => { const info = { name: "reducers", reduxShareStore: false, - reduxReducers: { a: x => x || "1", b: y => y || "2" }, + reduxReducers: { a: (x) => x || "1", b: (y) => y || "2" }, reduxCreateStore: undefined, _genReduxCreateStore: true }; diff --git a/packages/xarc-react-redux/xrun-tasks.ts b/packages/xarc-react-redux/xrun-tasks.ts index 0b0ff4d57..27f94a261 100644 --- a/packages/xarc-react-redux/xrun-tasks.ts +++ b/packages/xarc-react-redux/xrun-tasks.ts @@ -12,7 +12,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react-router/package.json b/packages/xarc-react-router/package.json index 66418345e..12e47ca05 100644 --- a/packages/xarc-react-router/package.json +++ b/packages/xarc-react-router/package.json @@ -64,7 +64,7 @@ "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typedoc": "^0.22.15", - "typescript": "^4.9.3" + "typescript": "^4.9.3" }, "resolutions": { "@types/react": "^18.0.9" diff --git a/packages/xarc-react-router/src/browser/react-router-browser.tsx b/packages/xarc-react-router/src/browser/react-router-browser.tsx index 11ab4f71b..f5d83b150 100644 --- a/packages/xarc-react-router/src/browser/react-router-browser.tsx +++ b/packages/xarc-react-router/src/browser/react-router-browser.tsx @@ -58,7 +58,7 @@ export function reactRouterFeature(options: ReactRouterFeatureOptions): SubAppFe // conditional history props. BrowserRouter does not support history props in v6. const historyProps = history ? { history } : {}; return ( - + ); diff --git a/packages/xarc-react-router/test/spec/browser-index.spec.tsx b/packages/xarc-react-router/test/spec/browser-index.spec.tsx index d88c0a0a6..6ca3e739a 100644 --- a/packages/xarc-react-router/test/spec/browser-index.spec.tsx +++ b/packages/xarc-react-router/test/spec/browser-index.spec.tsx @@ -54,15 +54,17 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: props => ( -
- test

{JSON.stringify(props)}

-
- ) - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: (props) => ( +
+ test

{JSON.stringify(props)}

+
+ ) + } + }) as SubAppFeatureResult + ).Component; render(); @@ -83,7 +85,7 @@ describe("reactRouterFeature browser", () => { _features: {}, _getExport: () => { return { - Component: props => ( + Component: (props) => (
test

{JSON.stringify(props)}

@@ -95,11 +97,13 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: undefined - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: undefined + } + }) as SubAppFeatureResult + ).Component; render(); @@ -123,15 +127,17 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: props => ( -
- test

{JSON.stringify(props)}

-
- ) - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: (props) => ( +
+ test

{JSON.stringify(props)}

+
+ ) + } + }) as SubAppFeatureResult + ).Component; render(); @@ -155,15 +161,17 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: props => ( -
- test

{JSON.stringify(props)}

-
- ) - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: (props) => ( +
+ test

{JSON.stringify(props)}

+
+ ) + } + }) as SubAppFeatureResult + ).Component; render(); @@ -187,15 +195,17 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: props => ( -
- test

{JSON.stringify(props)}

-
- ) - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: (props) => ( +
+ test

{JSON.stringify(props)}

+
+ ) + } + }) as SubAppFeatureResult + ).Component; render(); diff --git a/packages/xarc-react-router/test/spec/node-index.spec.tsx b/packages/xarc-react-router/test/spec/node-index.spec.tsx index 6d01f45b4..529a1f101 100644 --- a/packages/xarc-react-router/test/spec/node-index.spec.tsx +++ b/packages/xarc-react-router/test/spec/node-index.spec.tsx @@ -53,27 +53,29 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { - Component: props => ( -
- test

{JSON.stringify(props)}

-
- ) - }, - ssrData: { - context: { - user: { - routerContext: "test-context" - } - }, - subapp: def, - options: { - name: "test-subapp-def-option" + const Component = ( + def._features.reactRouter.execute({ + input: { + Component: (props) => ( +
+ test

{JSON.stringify(props)}

+
+ ) }, - path: "test-path-1" - } - }) as SubAppFeatureResult).Component; + ssrData: { + context: { + user: { + routerContext: "test-context" + } + }, + subapp: def, + options: { + name: "test-subapp-def-option" + }, + path: "test-path-1" + } + }) as SubAppFeatureResult + ).Component; render(); @@ -94,7 +96,7 @@ describe("reactRouterFeature browser", () => { _features: {}, _getExport: () => { return { - Component: props => ( + Component: (props) => (
test

{JSON.stringify(props)}

@@ -106,21 +108,23 @@ describe("reactRouterFeature browser", () => { factory.add(def); - const Component = (def._features.reactRouter.execute({ - input: { Component: undefined }, - ssrData: { - context: { - user: { - routerContext: "test-context" - } - }, - subapp: def, - options: { - name: "test-subapp-def-option" - }, - path: "test-path-2" - } - }) as SubAppFeatureResult).Component; + const Component = ( + def._features.reactRouter.execute({ + input: { Component: undefined }, + ssrData: { + context: { + user: { + routerContext: "test-context" + } + }, + subapp: def, + options: { + name: "test-subapp-def-option" + }, + path: "test-path-2" + } + }) as SubAppFeatureResult + ).Component; render(); diff --git a/packages/xarc-react-router/xrun-tasks.ts b/packages/xarc-react-router/xrun-tasks.ts index 14c25a3f7..a30f13996 100644 --- a/packages/xarc-react-router/xrun-tasks.ts +++ b/packages/xarc-react-router/xrun-tasks.ts @@ -14,7 +14,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-react/package.json b/packages/xarc-react/package.json index d966182d3..96f5a5a9a 100644 --- a/packages/xarc-react/package.json +++ b/packages/xarc-react/package.json @@ -44,7 +44,6 @@ "@typescript-eslint/parser": "^5.25.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", "chai": "^4.3.6", "eslint": "^8.15.0", diff --git a/packages/xarc-react/src/common/internal.ts b/packages/xarc-react/src/common/internal.ts index 5ec95e120..fd91d458c 100644 --- a/packages/xarc-react/src/common/internal.ts +++ b/packages/xarc-react/src/common/internal.ts @@ -39,7 +39,7 @@ export function __addFeature( id: string, featureProvider: () => SubAppFeatureFactory ) { - return options.wantFeatures && options.wantFeatures.find(x => x.id === id) + return options.wantFeatures && options.wantFeatures.find((x) => x.id === id) ? options : { ...options, diff --git a/packages/xarc-react/src/node/react-lib-node.tsx b/packages/xarc-react/src/node/react-lib-node.tsx index 94548d2b2..7c04e8110 100644 --- a/packages/xarc-react/src/node/react-lib-node.tsx +++ b/packages/xarc-react/src/node/react-lib-node.tsx @@ -4,7 +4,7 @@ import { SubAppSSRData, SubAppSSRResult, SubAppFeatureResult, - envHooks, + envHooks } from "@xarc/subapp"; // import { render } from "react-dom"; import { createElement, Component } from "react"; @@ -72,7 +72,7 @@ export class SSRReactLib implements ServerFrameworkLib { if (!subapp._module) { return { content: `

SubApp ${subapp.name} can't SSR sync because its module not yet loaded

`, - props: undefined, + props: undefined }; } @@ -80,7 +80,7 @@ export class SSRReactLib implements ServerFrameworkLib { return { content, - props: prepResult.props, + props: prepResult.props }; } } diff --git a/packages/xarc-react/src/node/subapp-as-component.tsx b/packages/xarc-react/src/node/subapp-as-component.tsx index 091e6b4df..5ec1bf505 100644 --- a/packages/xarc-react/src/node/subapp-as-component.tsx +++ b/packages/xarc-react/src/node/subapp-as-component.tsx @@ -18,7 +18,7 @@ const SubAppSSR = (props: PropsType) => { {({ ssr }) => { const pipelines: SubAppServerRenderPipeline[] = ssr.request[SSR_PIPELINES]; - const pipeline = pipelines.find(p => p.ssrData.subapp.name === props.subapp.name); + const pipeline = pipelines.find((p) => p.ssrData.subapp.name === props.subapp.name); if (!pipeline) { const msg = `Unable to find data for server side rendering subapp '${props.subapp.name}'. diff --git a/packages/xarc-react/test/spec/node/index.spec.tsx b/packages/xarc-react/test/spec/node/index.spec.tsx index fe5af75c8..656be8a4d 100644 --- a/packages/xarc-react/test/spec/node/index.spec.tsx +++ b/packages/xarc-react/test/spec/node/index.spec.tsx @@ -22,9 +22,7 @@ describe("createDynamicComponent", function () { // data-reactroot isn't getting created due to Context.Provider // see https://github.com/facebook/react/issues/15012 const html = renderToString(); - expect(html).to.equal( - `
subapp test component loading...
` - ); + expect(html).to.equal(`
subapp test component loading...
`); await container.get("test")._getModule(); diff --git a/packages/xarc-react/test/ts-register.js b/packages/xarc-react/test/ts-register.js index 7ed488c9a..88769c6a9 100644 --- a/packages/xarc-react/test/ts-register.js +++ b/packages/xarc-react/test/ts-register.js @@ -2,7 +2,7 @@ const { register } = require("ts-node"); const tsConfigFile = [`../tsconfig`, process.env.TS_CONFIG_ENV || "node.cjs", "json"] - .filter(x => x) + .filter((x) => x) .join("."); const tsConfig = require(tsConfigFile); register(tsConfig); diff --git a/packages/xarc-react/xrun-tasks.ts b/packages/xarc-react/xrun-tasks.ts index df719d336..5f734894f 100644 --- a/packages/xarc-react/xrun-tasks.ts +++ b/packages/xarc-react/xrun-tasks.ts @@ -9,11 +9,11 @@ xrun.load("user", { xsh.$.rm("-rf", "dist*"); return concurrent( ...[ - "tsconfig.node.cjs.json", + "tsconfig.node.cjs.json" // "tsconfig.node.esm.json", // "tsconfig.browser.es5.cjs.json", // "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ); } }); diff --git a/packages/xarc-render-context/src/RenderContext.ts b/packages/xarc-render-context/src/RenderContext.ts index 45e0ec418..2fad4b287 100644 --- a/packages/xarc-render-context/src/RenderContext.ts +++ b/packages/xarc-render-context/src/RenderContext.ts @@ -50,8 +50,8 @@ export class RenderContext { this.output = new RenderOutput(this); this.asyncTemplate = asyncTemplate; this._handlersMap = asyncTemplate.handlersMap; - this.handleError = err => !this.stop && this.voidStop(err); - this.transform = x => x; + this.handleError = (err) => !this.stop && this.voidStop(err); + this.transform = (x) => x; this._stop = 0; } @@ -78,7 +78,7 @@ export class RenderContext { // set a callback to take the output result and transform it // Note: cannot be used with setOutputSend setOutputTransform(transform) { - this.transform = result => transform(result, this); + this.transform = (result) => transform(result, this); } get stop() { @@ -148,7 +148,7 @@ export class RenderContext { // Note: If it's async, then the result from the Promise is not checked because // we don't know how token handler wants to deal with it. handleTokenResult(id, result, cb) { - const addToOutput = res => { + const addToOutput = (res) => { // if it's a string, buffer, or stream, then add to output if (typeof res === "string" || Buffer.isBuffer(res) || isReadableStream(res)) { this.output.add(res); diff --git a/packages/xarc-render-context/src/RenderOutput.ts b/packages/xarc-render-context/src/RenderOutput.ts index d28fbd2c7..0999b47ef 100644 --- a/packages/xarc-render-context/src/RenderOutput.ts +++ b/packages/xarc-render-context/src/RenderOutput.ts @@ -20,7 +20,7 @@ export class RenderOutput { constructor(context = null) { this._output = new MainOutput(); this._flushQ = []; - this._context = context || { transform: x => x }; + this._context = context || { transform: (x) => x }; this._result = ""; // will hold final result if context doesn't have send } diff --git a/packages/xarc-render-context/src/TokenModule.ts b/packages/xarc-render-context/src/TokenModule.ts index 591c5e0e0..e6e12f7c9 100644 --- a/packages/xarc-render-context/src/TokenModule.ts +++ b/packages/xarc-render-context/src/TokenModule.ts @@ -86,7 +86,7 @@ export class TokenModule { // if process function takes more than one params, then it should take a // next callback so it can do async work, and call next after that's done. this.wantsNext = this.custom.process.length > 1; - this.setHandler(context => this.custom.process(context, this)); + this.setHandler((context) => this.custom.process(context, this)); } setHandler(func) { diff --git a/packages/xarc-render-context/src/load-handler.ts b/packages/xarc-render-context/src/load-handler.ts index 670b7f70b..68ebf8132 100644 --- a/packages/xarc-render-context/src/load-handler.ts +++ b/packages/xarc-render-context/src/load-handler.ts @@ -10,21 +10,21 @@ import { makeOptionalRequire } from "optional-require"; const failLoadTokenModule = (msg: string, err: Error) => { console.error(`error: @xarc/render-context failed to load token process module ${msg}`, err); return () => ({ - process: () => `\n@xarc/render-context: token process module ${msg} failed to load\n`, + process: () => `\n@xarc/render-context: token process module ${msg} failed to load\n` }); }; const notFoundLoadTokenModule = (msg: string, err: Error) => { console.error(`error: @xarc/render-context can't find token process module ${msg}`, err); return () => ({ - process: () => `\n@xarc/render-context: token process module ${msg} not found\n`, + process: () => `\n@xarc/render-context: token process module ${msg} not found\n` }); }; export const loadTokenModuleHandler = (path: string, templateDir?: string, customCall?: string) => { const tokenMod: any = makeOptionalRequire(requireAt(Path.resolve(templateDir || "")))(path, { fail: (e: Error) => failLoadTokenModule(path, e), - notFound: (e: Error) => notFoundLoadTokenModule(path, e), + notFound: (e: Error) => notFoundLoadTokenModule(path, e) }); if (typeof tokenMod === "function") { return tokenMod; diff --git a/packages/xarc-render-context/src/utils.ts b/packages/xarc-render-context/src/utils.ts index 6c9b1663e..a4710956f 100644 --- a/packages/xarc-render-context/src/utils.ts +++ b/packages/xarc-render-context/src/utils.ts @@ -18,4 +18,4 @@ ${errMsg} }; }; -export const isReadableStream = x => Boolean(x && x.pipe && x.on && x._readableState); +export const isReadableStream = (x) => Boolean(x && x.pipe && x.on && x._readableState); diff --git a/packages/xarc-render-context/test/fixtures/custom-call-with-params.ts b/packages/xarc-render-context/test/fixtures/custom-call-with-params.ts index cee03daec..3f70a4f28 100644 --- a/packages/xarc-render-context/test/fixtures/custom-call-with-params.ts +++ b/packages/xarc-render-context/test/fixtures/custom-call-with-params.ts @@ -1,4 +1,4 @@ -export const prepare = modCallParam => { +export const prepare = (modCallParam) => { return { process(context) { return `load ${modCallParam} from ${context.folder} folder`; diff --git a/packages/xarc-render-context/test/spec/render-context.spec.ts b/packages/xarc-render-context/test/spec/render-context.spec.ts index bd3b01557..78b0f3386 100644 --- a/packages/xarc-render-context/test/spec/render-context.spec.ts +++ b/packages/xarc-render-context/test/spec/render-context.spec.ts @@ -42,7 +42,7 @@ describe("munchy output", function () { context.setMunchyOutput(); const munchyoutput = new PassThrough(); context.munchy.pipe(munchyoutput); - munchyoutput.on("data", data => { + munchyoutput.on("data", (data) => { expect(data.toString()).to.equal("foo"); }); @@ -55,7 +55,7 @@ describe("munchy output", function () { process.env.NODE_ENV = "production"; const context = new RenderContext( { - transform: a => a + transform: (a) => a }, { handlersMap: { @@ -78,7 +78,7 @@ describe("token handler in render context", function () { it("should transform output based on transform function", function () { const context = new RenderContext({}, {}); - context.setOutputTransform(output => { + context.setOutputTransform((output) => { return output.replace("\n", "
"); }); expect(context.transform("\n new line ")).to.equal("
new line "); @@ -96,7 +96,7 @@ describe("token handler in render context", function () { const context = new RenderContext({}, {}); context.intercept({ - responseHandler: resp => resp + responseHandler: (resp) => resp }); } catch (e) { expect(e.message).to.equal("@xarc/render-context: user intercepted response"); @@ -105,7 +105,7 @@ describe("token handler in render context", function () { it("should send result to OutputSend function", function () { let receivedResult = ""; - const send = x => { + const send = (x) => { receivedResult += x; }; const context = new RenderContext({}, {}); @@ -121,9 +121,9 @@ describe("token handler in render context", function () { it("should handle token result with string", function () { const context = new RenderContext({}, {}); let x; - context.send = _x => (x = _x); + context.send = (_x) => (x = _x); - context.handleTokenResult(1, "stringOutput", err => { + context.handleTokenResult(1, "stringOutput", (err) => { expect(err).to.be.undefined; }); context.output.flush(); @@ -135,9 +135,9 @@ describe("token handler in render context", function () { const context = new RenderContext({}, {}); context.output = { - add: buf => (received += buf.toString("utf8")) + add: (buf) => (received += buf.toString("utf8")) }; - context.handleTokenResult(1, Buffer.from("hello world", "utf8"), err => { + context.handleTokenResult(1, Buffer.from("hello world", "utf8"), (err) => { expect(err).to.be.undefined; }); expect(received).to.equal("hello world"); @@ -149,13 +149,13 @@ describe("token handler in render context", function () { const context = new RenderContext({}, {}); context.output = { - add: rstream => { - rstream.on("data", data => { + add: (rstream) => { + rstream.on("data", (data) => { expect(data.toString("ascii")).to.equal("hello"); }); } }; - context.handleTokenResult(1, readableStream, err => { + context.handleTokenResult(1, readableStream, (err) => { expect(err).to.be.undefined; }); // readableStream.setEncoding("utf-8"); @@ -169,11 +169,11 @@ describe("token handler in render context", function () { // const done = () => defer && defer.resolve("foo"); context.output = { - add: outcome => { + add: (outcome) => { expect(outcome).to.equal("foo"); } }; - context.handleTokenResult(1, defer.promise, err => { + context.handleTokenResult(1, defer.promise, (err) => { expect(err).to.be.undefined; }); await defer.done(null, "foo"); @@ -181,7 +181,7 @@ describe("token handler in render context", function () { it("should ignore other types", function () { const context = new RenderContext({}, {}); - context.handleTokenResult(1, false, err => { + context.handleTokenResult(1, false, (err) => { expect(err).to.be.undefined; }); }); diff --git a/packages/xarc-render-context/test/spec/render-output.spec.ts b/packages/xarc-render-context/test/spec/render-output.spec.ts index 767908b0c..45f62bcc7 100644 --- a/packages/xarc-render-context/test/spec/render-output.spec.ts +++ b/packages/xarc-render-context/test/spec/render-output.spec.ts @@ -15,7 +15,7 @@ describe("render-output", function () { it("should flush simple string", () => { let text; const context = { - send: x => (text = x) + send: (x) => (text = x) }; const ro = new RenderOutput(context); ro.add("hello world"); @@ -28,7 +28,7 @@ describe("render-output", function () { it("should flush multiple strings", () => { let text; const context = { - send: x => (text = x) + send: (x) => (text = x) }; const ro = new RenderOutput(context); @@ -56,7 +56,7 @@ describe("render-output", function () { const context: any = { text: undefined }; - context.send = x => (context.text = x); + context.send = (x) => (context.text = x); const ro = new RenderOutput(context); testFlushPending(ro, context); }); @@ -65,7 +65,7 @@ describe("render-output", function () { const context: any = { text: undefined }; - context.send = x => (context.text = x); + context.send = (x) => (context.text = x); const ro = new RenderOutput(context); testFlushPending(ro, context); context.text = undefined; @@ -75,7 +75,7 @@ describe("render-output", function () { it("should handle multiple spots", () => { let text = ""; const context: any = { - send: x => (text += x) + send: (x) => (text += x) }; const ro = new RenderOutput(context); ro.add("hello world"); @@ -101,16 +101,16 @@ describe("render-output", function () { ); }); - it("should handle multiple buffer and stream data", done => { + it("should handle multiple buffer and stream data", (done) => { const context: any = { munchy: new Munchy(), - transform: a => a + transform: (a) => a }; streamToArray(context.munchy, (err, arr) => { if (err) return done(err); try { - expect(arr.map(x => x.toString())).to.deep.equal([ + expect(arr.map((x) => x.toString())).to.deep.equal([ "hello world", "foo bar", "spot1 123", @@ -170,14 +170,14 @@ describe("render-output", function () { spot1.add("789"); ro.add("closing"); spot1.close(); - return ro.close().then(result => { + return ro.close().then((result) => { expect(result).to.equal( "hello worldfoo barspot1 123spot1 abc789after spot1baz1spot2 123456closing" ); }); }); - it("should not munch if no items", done => { + it("should not munch if no items", (done) => { const ro = new RenderOutput(); ro._output.sendToMunchy(null, done); }); @@ -219,7 +219,7 @@ describe("render-output", function () { setTimeout(() => ro2._finish(), 1); return ro2._defer.promise; }), - err => expect(err.message).to.equal("new Error"), + (err) => expect(err.message).to.equal("new Error"), () => { ro2._defer = null; ro2._context.munchy = { @@ -231,7 +231,7 @@ describe("render-output", function () { expectError(() => { return ro2._finish(); }), - err => { + (err) => { expect(err.message).to.equal("new error2"); } ); diff --git a/packages/xarc-subapp/src/browser/client-render-pipeline.ts b/packages/xarc-subapp/src/browser/client-render-pipeline.ts index d57637411..fb8d34348 100644 --- a/packages/xarc-subapp/src/browser/client-render-pipeline.ts +++ b/packages/xarc-subapp/src/browser/client-render-pipeline.ts @@ -32,7 +32,7 @@ export class ClientRenderPipeline implements Partial { startPrepare(): any { xarcV2.debug(this.constructor.name, "pipeline startPrepare for subapp", this.subAppName); - this.preparePromise = this.framework.prepareCSR(this.csrData, this).then(result => { + this.preparePromise = this.framework.prepareCSR(this.csrData, this).then((result) => { return (this.prepResult = result); }); } diff --git a/packages/xarc-subapp/src/browser/index.ts b/packages/xarc-subapp/src/browser/index.ts index d1559865c..122c99447 100644 --- a/packages/xarc-subapp/src/browser/index.ts +++ b/packages/xarc-subapp/src/browser/index.ts @@ -50,7 +50,7 @@ const clientOverrideMethods: Partial = { _start({ csrData }) { xarcV2.debug("subapp _start - creating pipeline and calling start", this.name); if (csrData.inlineId) { - const ix = this._renderPipelines.findIndex(p => p.csrData.inlineId === csrData.inlineId); + const ix = this._renderPipelines.findIndex((p) => p.csrData.inlineId === csrData.inlineId); if (ix >= 0) { xarcV2.debug("subapp _start - removing existing inline pipeline", this.name); this._renderPipelines.slice(ix, 1); @@ -149,11 +149,11 @@ export function declareSubApp(options: SubAppOptions): SubAppDef { ._getModule() .then(() => { const pipelines = this._renderPipelines; - const promises = pipelines.map(pipeline => pipeline._reload(subAppName, _modName)); + const promises = pipelines.map((pipeline) => pipeline._reload(subAppName, _modName)); return Promise.all(promises); }) .then(() => { - _dynamics.forEach(dyn => { + _dynamics.forEach((dyn) => { if (dyn.subapp.name === subAppName) { dyn.component.reload(def._module); } diff --git a/packages/xarc-subapp/src/browser/xarc-cdn-map.ts b/packages/xarc-subapp/src/browser/xarc-cdn-map.ts index 45ffb9fd5..45bb3dea4 100644 --- a/packages/xarc-subapp/src/browser/xarc-cdn-map.ts +++ b/packages/xarc-subapp/src/browser/xarc-cdn-map.ts @@ -57,7 +57,7 @@ export function xarcCdnMap( update: xv2.cdnUpdate }; - xv2.cdnInit = data => { + xv2.cdnInit = (data) => { w._wml.cdn.md = xv2.rt.md = data.md; }; diff --git a/packages/xarc-subapp/src/browser/xarc-subapp-v2.ts b/packages/xarc-subapp/src/browser/xarc-subapp-v2.ts index 8f7fc9c0e..32e1101cc 100644 --- a/packages/xarc-subapp/src/browser/xarc-subapp-v2.ts +++ b/packages/xarc-subapp/src/browser/xarc-subapp-v2.ts @@ -61,146 +61,147 @@ export function xarcV2Client( let xv2: XarcSubAppClientV2; - return (w.xarcV2 = xv2 = { - IS_BROWSER: true, - HAS_WINDOW: typeof window !== "undefined", + return (w.xarcV2 = xv2 = + { + IS_BROWSER: true, + HAS_WINDOW: typeof window !== "undefined", - version, + version, - rt: runtimeInfo, + rt: runtimeInfo, - // - // empty place holders for CDN mapping - // - // eslint-disable-next-line - cdnInit(_: any) { // - }, - // eslint-disable-next-line - cdnUpdate(_: any) { + // empty place holders for CDN mapping // - }, - cdnMap(x) { - return x; - }, - - getOnLoadStart(name) { - if (!runtimeInfo.onLoadStart[name]) runtimeInfo.onLoadStart[name] = []; - return runtimeInfo.onLoadStart[name]; - }, + // eslint-disable-next-line + cdnInit(_: any) { + // + }, + // eslint-disable-next-line + cdnUpdate(_: any) { + // + }, + cdnMap(x) { + return x; + }, + + getOnLoadStart(name) { + if (!runtimeInfo.onLoadStart[name]) runtimeInfo.onLoadStart[name] = []; + return runtimeInfo.onLoadStart[name]; + }, + + addOnLoadStart(name, load) { + xv2.getOnLoadStart(name).push(load); + }, - addOnLoadStart(name, load) { - xv2.getOnLoadStart(name).push(load); - }, + // + // When there are subapps that need to load and start up front, SSR could + // be tricky if any of them is inlined within other components, because when + // UI render the component tree, any kind of async op (such as data prep) + // can't occur in the middle of the render and must return a fallback while + // async is loading, and that would cause SSR content to be replaced with the + // fallback, producing a flash, nullifying the SSR. + // To remedy this, a single data prep action would be waiting for subapps + // to load, all subapp that's starting onLoad will have to wait for the data prep + // action. + // + // watchSubAppOnLoad(immediate) {}, - // - // When there are subapps that need to load and start up front, SSR could - // be tricky if any of them is inlined within other components, because when - // UI render the component tree, any kind of async op (such as data prep) - // can't occur in the middle of the render and must return a fallback while - // async is loading, and that would cause SSR content to be replaced with the - // fallback, producing a flash, nullifying the SSR. - // To remedy this, a single data prep action would be waiting for subapps - // to load, all subapp that's starting onLoad will have to wait for the data prep - // action. - // - // watchSubAppOnLoad(immediate) {}, + startSubAppOnLoad(options: LoadSubAppOptions, data: any) { + const { name } = options; + const ols = runtimeInfo.onLoadStart; - startSubAppOnLoad(options: LoadSubAppOptions, data: any) { - const { name } = options; - const ols = runtimeInfo.onLoadStart; + if (!ols[name]) { + ols[name] = []; + } - if (!ols[name]) { - ols[name] = []; - } + ols[name].push(Object.assign({}, options, data)); + }, - ols[name].push(Object.assign({}, options, data)); - }, - - _start(ignore: string[], callDepth) { - runtimeInfo.started = true; - const promises = []; - const onLoadStart = runtimeInfo.onLoadStart; - const subapps = w._subapps; - const subappsBeforeLoad = subapps.getNames(); - - const beginTs = Date.now(); - for (const name in onLoadStart) { - const subapp = subapps.get(name); - if (!subapp) { - console.debug("onload start subapp not yet registered:", name); - } else if (!subapp._module) { - promises.push(subapp._getModule()); - } - } + _start(ignore: string[], callDepth) { + runtimeInfo.started = true; + const promises = []; + const onLoadStart = runtimeInfo.onLoadStart; + const subapps = w._subapps; + const subappsBeforeLoad = subapps.getNames(); - if (ignore.length > 0) { - // some previously loaded subapps (in ignore) cause more subapps to be declared - for (const name of subapps.getNames()) { + const beginTs = Date.now(); + for (const name in onLoadStart) { const subapp = subapps.get(name); - if (ignore.indexOf(name) < 0 && !subapp._module && subapp._ssr) { - console.debug(" -> loading module of new SSR subapp declared", name, subapp._ssr); + if (!subapp) { + console.debug("onload start subapp not yet registered:", name); + } else if (!subapp._module) { promises.push(subapp._getModule()); } } - } - return Promise.all(promises) - .catch(err => { - console.error( - "subapp onStart load modules failed. Continue anyways, but things may be broken.", - err - ); - }) - .then(mods => { - console.debug("subapp onStart loaded modules. msec taken:", Date.now() - beginTs, mods); - // Some modules declared more subapps, load them first, but ignore what we just loaded. - if (subapps.declareCount > subappsBeforeLoad.length) { - if (callDepth < MAX_CALL_DEPTH) { - console.debug("new subapps declared => loading them"); - return this._start(subappsBeforeLoad, callDepth + 1); - } else { - console.error("subapp _start callDepth too deep, giving up:", callDepth); + if (ignore.length > 0) { + // some previously loaded subapps (in ignore) cause more subapps to be declared + for (const name of subapps.getNames()) { + const subapp = subapps.get(name); + if (ignore.indexOf(name) < 0 && !subapp._module && subapp._ssr) { + console.debug(" -> loading module of new SSR subapp declared", name, subapp._ssr); + promises.push(subapp._getModule()); } } - const doc: Document = w.document; - for (const name in onLoadStart) { - onLoadStart[name].forEach((startOpts: SubAppCSRData) => { - const element = doc.getElementById(startOpts.elementId); - console.debug(name, "starting subapp into", element); - subapps.get(name)._start({ csrData: Object.assign({}, startOpts, { element }) }); - }); - } - return mods; - }); - }, - - start() { - if (!w._subapps) { - console.error("No subapps registered, nothing to start."); - return Promise.resolve(); - } - return this._start([], 0); - }, - - dyn(id) { - const msg = "ERROR: fail retrieve dynamic data from element"; - const element = document.getElementById(id); - if (!element) { - console.error(msg, id, "- get"); - return {}; - } else { - try { - return JSON.parse(element.innerHTML.replace(/<(\/?)script>/g, "<$1script>")); - } catch (err) { - console.error(msg, id, "- parse"); + } + + return Promise.all(promises) + .catch((err) => { + console.error( + "subapp onStart load modules failed. Continue anyways, but things may be broken.", + err + ); + }) + .then((mods) => { + console.debug("subapp onStart loaded modules. msec taken:", Date.now() - beginTs, mods); + // Some modules declared more subapps, load them first, but ignore what we just loaded. + if (subapps.declareCount > subappsBeforeLoad.length) { + if (callDepth < MAX_CALL_DEPTH) { + console.debug("new subapps declared => loading them"); + return this._start(subappsBeforeLoad, callDepth + 1); + } else { + console.error("subapp _start callDepth too deep, giving up:", callDepth); + } + } + const doc: Document = w.document; + for (const name in onLoadStart) { + onLoadStart[name].forEach((startOpts: SubAppCSRData) => { + const element = doc.getElementById(startOpts.elementId); + console.debug(name, "starting subapp into", element); + subapps.get(name)._start({ csrData: Object.assign({}, startOpts, { element }) }); + }); + } + return mods; + }); + }, + + start() { + if (!w._subapps) { + console.error("No subapps registered, nothing to start."); + return Promise.resolve(); + } + return this._start([], 0); + }, + + dyn(id) { + const msg = "ERROR: fail retrieve dynamic data from element"; + const element = document.getElementById(id); + if (!element) { + console.error(msg, id, "- get"); return {}; + } else { + try { + return JSON.parse(element.innerHTML.replace(/<(\/?)script>/g, "<$1script>")); + } catch (err) { + console.error(msg, id, "- parse"); + return {}; + } } - } - }, + }, - get debug() { - return debugLog; - } - }); + get debug() { + return debugLog; + } + }); } diff --git a/packages/xarc-subapp/src/node/init-v2.ts b/packages/xarc-subapp/src/node/init-v2.ts index 03d617eca..bed8f5e8d 100644 --- a/packages/xarc-subapp/src/node/init-v2.ts +++ b/packages/xarc-subapp/src/node/init-v2.ts @@ -138,13 +138,13 @@ function initializeStaticAssets(props: InitProps) { // const allCssLinks = wrapStringFragment( stats.allChunkNames - .map(chunkName => { - const links = stats.getChunkAssetFilename(chunkName, ".css").map(cssFile => { + .map((chunkName) => { + const links = stats.getChunkAssetFilename(chunkName, ".css").map((cssFile) => { return ``; }); return wrapStringFragment(links.join(""), ``); }) - .filter(x => x) + .filter((x) => x) .join("\n"), "", "\n\n" @@ -172,14 +172,8 @@ function initializeStaticAssets(props: InitProps) { */ export function initSubApp(setupContext: any, setupToken: Partial<{ props: InitProps }>) { const staticAssets = initializeStaticAssets(setupToken.props); - const { - allCssLinks, - xarcV2Js, - cdnMapScripts, - webpack4JsonpJs, - runtimeJsScripts, - mainJsScripts - } = staticAssets; + const { allCssLinks, xarcV2Js, cdnMapScripts, webpack4JsonpJs, runtimeJsScripts, mainJsScripts } = + staticAssets; return { process(context) { diff --git a/packages/xarc-subapp/src/node/load-v2.ts b/packages/xarc-subapp/src/node/load-v2.ts index 2853a95e9..8efb727dd 100644 --- a/packages/xarc-subapp/src/node/load-v2.ts +++ b/packages/xarc-subapp/src/node/load-v2.ts @@ -43,11 +43,11 @@ export function loadSubApp(_setupContext: any, { props: setupProps }): any { subapp, options: props, request, - path: request.path, - }, + path: request.path + } }); return undefined; - }, + } }; } diff --git a/packages/xarc-subapp/src/node/render-page.ts b/packages/xarc-subapp/src/node/render-page.ts index 4dfc6e8ab..a2fd5fc06 100644 --- a/packages/xarc-subapp/src/node/render-page.ts +++ b/packages/xarc-subapp/src/node/render-page.ts @@ -11,7 +11,7 @@ import { startSubApp, isSubAppReady, subAppReady, - InitProps, + InitProps } from "./index"; /** @@ -57,7 +57,7 @@ export class PageRenderer { nonce, prodAssetData, devAssetData, - templateInserts: { head = {}, body = {} } = {}, + templateInserts: { head = {}, body = {} } = {} } = options; const { charSet = "UTF-8" } = options; diff --git a/packages/xarc-subapp/src/node/server-render-pipeline.ts b/packages/xarc-subapp/src/node/server-render-pipeline.ts index cd7d52e45..97bddef2b 100644 --- a/packages/xarc-subapp/src/node/server-render-pipeline.ts +++ b/packages/xarc-subapp/src/node/server-render-pipeline.ts @@ -6,7 +6,7 @@ import { SubAppSSRData, SubAppFeatureResult, LoadSubAppOptions, - SubAppMountInfo, + SubAppMountInfo } from "../subapp/types"; import { ServerFrameworkLib } from "./types"; import { safeStringifyJson } from "./utils"; diff --git a/packages/xarc-subapp/src/node/utils.ts b/packages/xarc-subapp/src/node/utils.ts index b76735c9e..1b98a9d1d 100644 --- a/packages/xarc-subapp/src/node/utils.ts +++ b/packages/xarc-subapp/src/node/utils.ts @@ -116,11 +116,11 @@ export function generateNonce( export function urlJoin(baseUrl: string, ...pathParts: string[]) { const url = Url.parse(baseUrl); let onlyPaths = pathParts; - const lastPathIx = pathParts.findIndex(x => x[0] === "?" || x[0] === "&"); + const lastPathIx = pathParts.findIndex((x) => x[0] === "?" || x[0] === "&"); if (lastPathIx >= 0) { onlyPaths = pathParts.slice(0, lastPathIx); const queries = pathParts.slice(lastPathIx); - const search = queries.map(x => (x[0] === "?" || x[0] === "&" ? x.substr(1) : x)).join("&"); + const search = queries.map((x) => (x[0] === "?" || x[0] === "&" ? x.substr(1) : x)).join("&"); url.search = url.search ? `${url.search}&${search}` : `?${search}`; } if (onlyPaths.length > 0) { diff --git a/packages/xarc-subapp/src/node/webpack-stats.ts b/packages/xarc-subapp/src/node/webpack-stats.ts index ee4fda3c9..aec683f06 100644 --- a/packages/xarc-subapp/src/node/webpack-stats.ts +++ b/packages/xarc-subapp/src/node/webpack-stats.ts @@ -55,6 +55,6 @@ export class WebpackStats { return []; } - return [].concat(chunk).filter(x => Path.extname(x) === ext); + return [].concat(chunk).filter((x) => Path.extname(x) === ext); } } diff --git a/packages/xarc-subapp/src/subapp/index.ts b/packages/xarc-subapp/src/subapp/index.ts index 7373a93d9..a7edf2aab 100644 --- a/packages/xarc-subapp/src/subapp/index.ts +++ b/packages/xarc-subapp/src/subapp/index.ts @@ -64,7 +64,7 @@ async function _getModule(): Promise { const mod = { loadError: err, captureErr: new Error(`load subapp ${this.name} module failed`), - warned: false, + warned: false }; const subappB = container.get(this.name); subappB._module = mod; @@ -119,7 +119,7 @@ export function __declareSubApp(opts: SubAppOptions, override?: Partial { + .then((results) => { // if loading a subapp module triggered more subapps to be declared, then // need to ensure those are ready also. if (toWait.length !== container.declareCount) { if (callDepth < MAX_CALL_DEPTH) { // just load all new subapps but ignore what's just loaded - return subAppReady(true, toWait, callDepth + 1).then(res2 => results.concat(res2)); + return subAppReady(true, toWait, callDepth + 1).then((res2) => results.concat(res2)); } else { console.error("subapp ready call nesting too deep", callDepth); // eslint-disable-line no-console } @@ -76,7 +76,7 @@ export function subAppReady( return results; }) - .catch(err => { + .catch((err) => { console.error("get subapp module failure", err); // eslint-disable-line no-console return []; }); diff --git a/packages/xarc-subapp/test/blah.ts b/packages/xarc-subapp/test/blah.ts index 32320d0a8..3875f704a 100644 --- a/packages/xarc-subapp/test/blah.ts +++ b/packages/xarc-subapp/test/blah.ts @@ -1,3 +1,3 @@ export const subapp = { - Component: ():string => "hello" + Component: (): string => "hello" }; diff --git a/packages/xarc-subapp/test/spec/browser/client-render-pipeline.spec.ts b/packages/xarc-subapp/test/spec/browser/client-render-pipeline.spec.ts index a9b43512b..c6942b1b4 100644 --- a/packages/xarc-subapp/test/spec/browser/client-render-pipeline.spec.ts +++ b/packages/xarc-subapp/test/spec/browser/client-render-pipeline.spec.ts @@ -23,7 +23,7 @@ describe("client-render-pipeline", () => { return { prepareCSR: (data, that) => { return { - then: cb => { + then: (cb) => { spy1(); cb(data); } diff --git a/packages/xarc-subapp/test/spec/browser/index.spec.ts b/packages/xarc-subapp/test/spec/browser/index.spec.ts index 8acb51ac7..c0cff778c 100644 --- a/packages/xarc-subapp/test/spec/browser/index.spec.ts +++ b/packages/xarc-subapp/test/spec/browser/index.spec.ts @@ -58,7 +58,7 @@ describe("browser index", () => { { csrData: { inlineId: "test1" } } as any, { csrData: { inlineId: "test2" } } as any ]; - subapp._pipelineFactory = (obj => { + subapp._pipelineFactory = ((obj) => { return { start: stub }; diff --git a/packages/xarc-subapp/test/spec/browser/webpack4-jsonp.spec.ts b/packages/xarc-subapp/test/spec/browser/webpack4-jsonp.spec.ts index 2cf0cb830..9e76f68c0 100644 --- a/packages/xarc-subapp/test/spec/browser/webpack4-jsonp.spec.ts +++ b/packages/xarc-subapp/test/spec/browser/webpack4-jsonp.spec.ts @@ -11,7 +11,7 @@ describe("webpack4JsonP", () => { it("should __webpack_get_script_src__ return original src when CDN is enabled", () => { mockWindow.xarcV2 = { - cdnMap: src => "cdnMap" + src + cdnMap: (src) => "cdnMap" + src }; expect(mockWindow.__webpack_get_script_src__("chunkId", "publicPath", "/test/src")).equal( @@ -21,7 +21,7 @@ describe("webpack4JsonP", () => { it("should __webpack_get_script_src__ return original src when CDN is disabled", () => { mockWindow.xarcV2 = { - cdnMap: str => undefined // eslint-disable-line + cdnMap: (str) => undefined // eslint-disable-line }; expect(mockWindow.__webpack_get_script_src__("chunkId", "publicPath", "/test/src")).equal( diff --git a/packages/xarc-subapp/test/spec/node/server-render-pipeline.spec.ts b/packages/xarc-subapp/test/spec/node/server-render-pipeline.spec.ts index 96db31104..7056f5b5a 100644 --- a/packages/xarc-subapp/test/spec/node/server-render-pipeline.spec.ts +++ b/packages/xarc-subapp/test/spec/node/server-render-pipeline.spec.ts @@ -32,9 +32,9 @@ describe("sever-render-pipeline", () => { ...options, _frameworkFactory: () => { return { - prepareSSR: data1 => { + prepareSSR: (data1) => { return { - then: cb => cb(data1) + then: (cb) => cb(data1) }; } }; diff --git a/packages/xarc-subapp/test/spec/node/start-v2.spec.ts b/packages/xarc-subapp/test/spec/node/start-v2.spec.ts index 9e96e7b92..daacd5d11 100644 --- a/packages/xarc-subapp/test/spec/node/start-v2.spec.ts +++ b/packages/xarc-subapp/test/spec/node/start-v2.spec.ts @@ -26,10 +26,10 @@ describe("start-v2", () => { isPrepared: () => false, getPrepResult: () => {}, executeRender: sinon.spy(), - start: reload => new Promise((resolve, reject) => {}), + start: (reload) => new Promise((resolve, reject) => {}), _reload: () => new Promise((resolve, reject) => {}), - _mount: info => {}, - _unmount: info => {} + _mount: (info) => {}, + _unmount: (info) => {} /* eslint-enable */ } ] diff --git a/packages/xarc-subapp/test/spec/subapp/subapp-ready.spec.ts b/packages/xarc-subapp/test/spec/subapp/subapp-ready.spec.ts index 6c818c20a..bebfa0ac6 100644 --- a/packages/xarc-subapp/test/spec/subapp/subapp-ready.spec.ts +++ b/packages/xarc-subapp/test/spec/subapp/subapp-ready.spec.ts @@ -49,7 +49,7 @@ describe("subapp-ready", () => { sinon.stub(envHooks, "getContainer").returns({ ...subappCon, - get: str => subappDef, // eslint-disable-line + get: (str) => subappDef, // eslint-disable-line declare: (str, def) => subappDef, // eslint-disable-line isReady: () => false, updateReady: () => {}, // eslint-disable-line @@ -76,7 +76,7 @@ describe("subapp-ready", () => { sinon.stub(envHooks, "getContainer").returns({ ...subappCon, declareCount: 1, - get: str => subappDef, // eslint-disable-line + get: (str) => subappDef, // eslint-disable-line declare: (str, def) => subappDef, // eslint-disable-line isReady: () => false, updateReady: () => {}, // eslint-disable-line diff --git a/packages/xarc-subapp/test/ts-register.js b/packages/xarc-subapp/test/ts-register.js index 9210155ca..7b1a6aa65 100644 --- a/packages/xarc-subapp/test/ts-register.js +++ b/packages/xarc-subapp/test/ts-register.js @@ -1,7 +1,7 @@ /* eslint-disable */ const { register } = require("ts-node"); const tsConfigFile = [`../tsconfig`, process.env.TS_CONFIG_ENV || "node.cjs", "json"] - .filter(x => x) + .filter((x) => x) .join("."); const tsConfig = require(tsConfigFile); register(tsConfig); diff --git a/packages/xarc-subapp/xrun-tasks.ts b/packages/xarc-subapp/xrun-tasks.ts index f81cf349d..42391dd3f 100644 --- a/packages/xarc-subapp/xrun-tasks.ts +++ b/packages/xarc-subapp/xrun-tasks.ts @@ -13,7 +13,7 @@ xrun.load("user", { "tsconfig.node.esm.json", "tsconfig.browser.es5.cjs.json", "tsconfig.browser.es2x.esm.json" - ].map(config => exec(`tsc --build ${config} --pretty`)) + ].map((config) => exec(`tsc --build ${config} --pretty`)) ), exec("babel dist-browser~es5~cjs~/browser/ --no-comments --delete-dir-on-start -d dist/min") ); diff --git a/packages/xarc-tag-renderer/src/render-execute.ts b/packages/xarc-tag-renderer/src/render-execute.ts index 281f5b074..0275b2a8c 100644 --- a/packages/xarc-tag-renderer/src/render-execute.ts +++ b/packages/xarc-tag-renderer/src/render-execute.ts @@ -28,7 +28,7 @@ function handleSubTemplate(tkId: string, step, result: any, xt: any, cb: Functio return cb(); } - const handle = res => { + const handle = (res) => { if (res[TAG_TYPE] && res[TAG_TYPE] === "template") { const step2 = xt.template.handleSubTemplate(step, res); return executeTagTemplate(step2.template, step2.tk, xt.context, true).then(cb, cb); @@ -56,11 +56,11 @@ export function renderNext(err: Error, xt: any) { context.handleError(err); } - const insertTokenId = tk => { + const insertTokenId = (tk) => { context.output.add(`\n`); }; - const insertTokenIdEnd = tk => { + const insertTokenIdEnd = (tk) => { context.output.add(`\n`); }; @@ -132,7 +132,7 @@ export function executeTagTemplate( context, subTemplate = false ) { - return new Promise(resolve => { + return new Promise((resolve) => { const xt = { stepIndex: 0, template, tagTokens, context, resolve, subTemplate }; return renderNext(null, xt); }); diff --git a/packages/xarc-tag-renderer/src/tag-renderer.ts b/packages/xarc-tag-renderer/src/tag-renderer.ts index 02e3b7d7e..f41de0767 100644 --- a/packages/xarc-tag-renderer/src/tag-renderer.ts +++ b/packages/xarc-tag-renderer/src/tag-renderer.ts @@ -37,8 +37,8 @@ export class TagRenderer { this._tokenHandlers = []; [] .concat(this._options.tokenHandlers) - .filter(x => x) - .forEach(handler => this.addTokenIds("", handler)); + .filter((x) => x) + .forEach((handler) => this.addTokenIds("", handler)); this._handlersMap = {}; this._tokenIdLookupMap = {}; @@ -116,7 +116,7 @@ export class TagRenderer { */ addTokenIds(name: string, handler: Function, priority = 0) { // remove same handler that's been registered so it goes to the end of the array - this._tokenHandlers = this._tokenHandlers.filter(h => h.handler !== handler); + this._tokenHandlers = this._tokenHandlers.filter((h) => h.handler !== handler); this._tokenHandlers.push({ name, handler, priority }); } @@ -157,7 +157,7 @@ export class TagRenderer { return h.loaded; }); - const tokenIds = loaded.sort((a, b) => a.priority - b.priority).map(l => l.tokens); + const tokenIds = loaded.sort((a, b) => a.priority - b.priority).map((l) => l.tokens); // combine all token IDs into a single object for lookup. // the last registered handler wins diff --git a/packages/xarc-tag-renderer/src/tag-template.ts b/packages/xarc-tag-renderer/src/tag-template.ts index 480b40f24..eabfe7835 100644 --- a/packages/xarc-tag-renderer/src/tag-template.ts +++ b/packages/xarc-tag-renderer/src/tag-template.ts @@ -123,7 +123,7 @@ export const TokenInvoke = (handler: Function, props = {}) => { */ export const RegisterTokenIds = (handler: Function, name?: string) => { const uniqSym = Symbol("register-token-${name}"); - const register = context => { + const register = (context) => { context.asyncTemplate.registerTokenIds(name, uniqSym, handler); }; register[TAG_TYPE] = "register-token-ids"; @@ -267,9 +267,9 @@ export class TagTemplate { let match; if (typeof matcher === "string") { - match = str => str.indexOf(matcher) >= 0; + match = (str) => str.indexOf(matcher) >= 0; } else if (matcher && matcher.constructor.name === "RegExp") { - match = str => str.match(matcher); + match = (str) => str.match(matcher); } else { throw new Error("TagRenderer.findTokensByStr: matcher must be a string or RegExp"); } diff --git a/packages/xarc-tag-renderer/test/data/template1.ts b/packages/xarc-tag-renderer/test/data/template1.ts index 2405dd4e5..4d174bedb 100644 --- a/packages/xarc-tag-renderer/test/data/template1.ts +++ b/packages/xarc-tag-renderer/test/data/template1.ts @@ -50,7 +50,7 @@ export const templateTags = createTemplateTags` ${false} ${TokenInvoke(custom1)} ${undefined} - ${context => { + ${(context) => { return `hello world from function: ${Object.keys(context)}\n`; }} ${null} diff --git a/packages/xarc-tag-renderer/test/fixtures/async-error.js b/packages/xarc-tag-renderer/test/fixtures/async-error.js index a84cb4dc2..67a284832 100644 --- a/packages/xarc-tag-renderer/test/fixtures/async-error.js +++ b/packages/xarc-tag-renderer/test/fixtures/async-error.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async error module"); return Promise.reject("error from test/fixtures/async-error"); } diff --git a/packages/xarc-tag-renderer/test/fixtures/async-ok.js b/packages/xarc-tag-renderer/test/fixtures/async-ok.js index 1d5db1518..50d6e97d9 100644 --- a/packages/xarc-tag-renderer/test/fixtures/async-ok.js +++ b/packages/xarc-tag-renderer/test/fixtures/async-ok.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom async ok module"); return Promise.resolve(); } diff --git a/packages/xarc-tag-renderer/test/fixtures/custom-1.js b/packages/xarc-tag-renderer/test/fixtures/custom-1.js index 91b977aa4..478e84f43 100644 --- a/packages/xarc-tag-renderer/test/fixtures/custom-1.js +++ b/packages/xarc-tag-renderer/test/fixtures/custom-1.js @@ -3,7 +3,7 @@ module.exports = function setup() { return { name: "custom-1", - process: function(context) { + process: function (context) { context.output.add("
from custom-1
"); } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/custom-call.js b/packages/xarc-tag-renderer/test/fixtures/custom-call.js index d9e636021..8f932a7d5 100644 --- a/packages/xarc-tag-renderer/test/fixtures/custom-call.js +++ b/packages/xarc-tag-renderer/test/fixtures/custom-call.js @@ -3,7 +3,7 @@ function setup() { return { name: "custom-call", - process: function() { + process: function () { return Promise.resolve(`_call process from custom-call token fixture`); } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/perf-1-handler.js b/packages/xarc-tag-renderer/test/fixtures/perf-1-handler.js index ca41e548d..e0a21ed19 100644 --- a/packages/xarc-tag-renderer/test/fixtures/perf-1-handler.js +++ b/packages/xarc-tag-renderer/test/fixtures/perf-1-handler.js @@ -6,11 +6,11 @@ module.exports = () => { return "
user-token-1
"; }, - "user-token-2": context => { + "user-token-2": (context) => { context.output.add("
user-token-2
"); }, - "user-spot-token": context => { + "user-spot-token": (context) => { const spot = context.output.reserve(); process.nextTick(() => { spot.add("
user-spot-1;"); @@ -20,7 +20,7 @@ module.exports = () => { }); }, - "user-promise-token": context => { + "user-promise-token": (context) => { context.output.add("
user-promise-token
"); }, diff --git a/packages/xarc-tag-renderer/test/fixtures/react-helmet-handler.js b/packages/xarc-tag-renderer/test/fixtures/react-helmet-handler.js index 6f0b28326..bd16a03f8 100644 --- a/packages/xarc-tag-renderer/test/fixtures/react-helmet-handler.js +++ b/packages/xarc-tag-renderer/test/fixtures/react-helmet-handler.js @@ -4,16 +4,16 @@ const Helmet = require("react-helmet").Helmet; const emptyTitleRegex = /]*><\/title>/; -module.exports = handlerContext => { +module.exports = (handlerContext) => { const routeOptions = handlerContext.user.routeOptions; const iconStats = handlerContext.user.routeData.iconStats; return { - HEAD_INITIALIZE: context => { + HEAD_INITIALIZE: (context) => { context.user.helmet = Helmet.renderStatic(); }, - PAGE_TITLE: context => { + PAGE_TITLE: (context) => { const helmet = context.user.helmet; const helmetTitleScript = helmet.title.toString(); const helmetTitleEmpty = helmetTitleScript.match(emptyTitleRegex); @@ -21,14 +21,14 @@ module.exports = handlerContext => { return helmetTitleEmpty ? `${routeOptions.pageTitle}` : helmetTitleScript; }, - REACT_HELMET_SCRIPTS: context => { + REACT_HELMET_SCRIPTS: (context) => { const scriptsFromHelmet = ["link", "style", "script", "noscript"] - .map(tagName => context.user.helmet[tagName].toString()) + .map((tagName) => context.user.helmet[tagName].toString()) .join(""); return `${scriptsFromHelmet}`; }, - META_TAGS: context => { + META_TAGS: (context) => { return context.user.helmet.meta.toString() + iconStats; } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/return-undefined.js b/packages/xarc-tag-renderer/test/fixtures/return-undefined.js index d1823ec85..335b411ee 100644 --- a/packages/xarc-tag-renderer/test/fixtures/return-undefined.js +++ b/packages/xarc-tag-renderer/test/fixtures/return-undefined.js @@ -2,6 +2,6 @@ module.exports = () => { return { - process: function() {} + process: function () {} }; }; diff --git a/packages/xarc-tag-renderer/test/fixtures/string-only.js b/packages/xarc-tag-renderer/test/fixtures/string-only.js index 76a7a8aea..64c104194 100644 --- a/packages/xarc-tag-renderer/test/fixtures/string-only.js +++ b/packages/xarc-tag-renderer/test/fixtures/string-only.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function() { + process: function () { return "\nfrom string only module"; } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/template-processor-1.js b/packages/xarc-tag-renderer/test/fixtures/template-processor-1.js index 15d6c3e46..0fe0238c6 100644 --- a/packages/xarc-tag-renderer/test/fixtures/template-processor-1.js +++ b/packages/xarc-tag-renderer/test/fixtures/template-processor-1.js @@ -1,5 +1,5 @@ "use strict"; -module.exports = function() { +module.exports = function () { return "template-processor-1"; }; diff --git a/packages/xarc-tag-renderer/test/fixtures/template-processor-2.js b/packages/xarc-tag-renderer/test/fixtures/template-processor-2.js index 115948f57..15f81fb7d 100644 --- a/packages/xarc-tag-renderer/test/fixtures/template-processor-2.js +++ b/packages/xarc-tag-renderer/test/fixtures/template-processor-2.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - templateProcessor: function() { + templateProcessor: function () { return "template-processor-2"; } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/template-processor-3.js b/packages/xarc-tag-renderer/test/fixtures/template-processor-3.js index eb785eb37..cb5ebcd6a 100644 --- a/packages/xarc-tag-renderer/test/fixtures/template-processor-3.js +++ b/packages/xarc-tag-renderer/test/fixtures/template-processor-3.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - oops: function() { + oops: function () { return "template-processor-3"; } }; diff --git a/packages/xarc-tag-renderer/test/fixtures/token-handler.js b/packages/xarc-tag-renderer/test/fixtures/token-handler.js index a742eae7e..069467db0 100644 --- a/packages/xarc-tag-renderer/test/fixtures/token-handler.js +++ b/packages/xarc-tag-renderer/test/fixtures/token-handler.js @@ -8,11 +8,11 @@ module.exports = () => { return "
user-token-1
"; }, - "user-token-2": context => { + "user-token-2": (context) => { context.output.add("
user-token-2
"); }, - "user-spot-token": context => { + "user-spot-token": (context) => { const spot = context.output.reserve(); spot.add("
user-spot-1;"); setTimeout(() => { @@ -24,8 +24,8 @@ module.exports = () => { }, 10); }, - "user-promise-token": context => { - return new Promise(resolve => { + "user-promise-token": (context) => { + return new Promise((resolve) => { setTimeout(() => { context.output.add("
user-promise-token
"); resolve(); @@ -33,7 +33,7 @@ module.exports = () => { }); }, - "user-header-token": context => { + "user-header-token": (context) => { context.user.response.headers = { "x-foo-bar": "hello-world" }; diff --git a/packages/xarc-tag-renderer/test/fixtures/wants-next.js b/packages/xarc-tag-renderer/test/fixtures/wants-next.js index 0449f4868..403068ddf 100644 --- a/packages/xarc-tag-renderer/test/fixtures/wants-next.js +++ b/packages/xarc-tag-renderer/test/fixtures/wants-next.js @@ -2,7 +2,7 @@ module.exports = () => { return { - process: function(context) { + process: function (context) { context.output.add("\nfrom wants next module"); } }; diff --git a/packages/xarc-tag-renderer/test/spec/tag-renderer.spec.ts b/packages/xarc-tag-renderer/test/spec/tag-renderer.spec.ts index 640df4493..1e9c1ea12 100644 --- a/packages/xarc-tag-renderer/test/spec/tag-renderer.spec.ts +++ b/packages/xarc-tag-renderer/test/spec/tag-renderer.spec.ts @@ -168,7 +168,7 @@ ABC` renderer.registerTokenIds("test", Symbol("test"), () => { return { - "webapp-body-bundles": context => { + "webapp-body-bundles": (context) => { context.voidStop("oops - stop"); } }; diff --git a/packages/xarc-webpack/bin/xarc-webpack-cli.js b/packages/xarc-webpack/bin/xarc-webpack-cli.js index e4737479f..7ba3e7927 100755 --- a/packages/xarc-webpack/bin/xarc-webpack-cli.js +++ b/packages/xarc-webpack/bin/xarc-webpack-cli.js @@ -11,7 +11,7 @@ const originalModuleCompile = Module.prototype._compile; Author Tobias Koppers @sokra */ -(function() { +(function () { const webpackCliPkg = require("webpack-cli/package.json"); if (!webpackCliPkg.version.startsWith("4.")) { diff --git a/packages/xarc-webpack/src/client/hmr-accept.ts b/packages/xarc-webpack/src/client/hmr-accept.ts index d707c0603..ecfe9e44f 100644 --- a/packages/xarc-webpack/src/client/hmr-accept.ts +++ b/packages/xarc-webpack/src/client/hmr-accept.ts @@ -42,7 +42,7 @@ export function hmrSetup(w: any, hot: any, reload?: ReloadFunction) { }; } - const accepter = outdated => { + const accepter = (outdated) => { console.debug("xarc subapp2 HMR accept outdated modules:", outdated); for (const modName of outdated) { reload(modName, subAppModules[modName]); diff --git a/packages/xarc-webpack/src/client/webpack5-jsonp-cdn.ts b/packages/xarc-webpack/src/client/webpack5-jsonp-cdn.ts index 61058740d..4aefd16a3 100644 --- a/packages/xarc-webpack/src/client/webpack5-jsonp-cdn.ts +++ b/packages/xarc-webpack/src/client/webpack5-jsonp-cdn.ts @@ -22,12 +22,12 @@ function setup(w: any) { xarc.cdnUpdate({ md: __remoteCdnMapping }); } - const getCdnMapSrc = originalSrc => { + const getCdnMapSrc = (originalSrc) => { const src = xarc && xarc.cdnMap(originalSrc); return src && src !== originalSrc ? src : null; }; - __webpack_chunk_load__ = id => { + __webpack_chunk_load__ = (id) => { __webpack_get_script_filename__ = () => { const originalSrc = originalGet(id); return getCdnMapSrc(originalSrc) || originalPublicPath + originalSrc; @@ -39,7 +39,7 @@ function setup(w: any) { const originalMiniCssF = __webpack_require__.miniCssF; if (originalMiniCssF) { - __webpack_require__.miniCssF = id => { + __webpack_require__.miniCssF = (id) => { const originalSrc = originalMiniCssF(id); return getCdnMapSrc(originalSrc) || originalPublicPath + originalSrc; }; diff --git a/packages/xarc-webpack/src/container/ContainerPlugin.ts b/packages/xarc-webpack/src/container/ContainerPlugin.ts index ae0d0656d..62befab01 100644 --- a/packages/xarc-webpack/src/container/ContainerPlugin.ts +++ b/packages/xarc-webpack/src/container/ContainerPlugin.ts @@ -36,11 +36,11 @@ export class ContainerPlugin { filename: options.filename || undefined, exposes: parseOptions( options.exposes, - item => ({ + (item) => ({ import: Array.isArray(item) ? item : [item], name: undefined }), - item => ({ + (item) => ({ import: Array.isArray(item.import) ? item.import : [item.import], name: item.name || undefined }) @@ -59,7 +59,7 @@ export class ContainerPlugin { compiler.options.output.enabledLibraryTypes.push(library.type); if (entry) { - compiler.hooks.compilation.tap(PLUGIN_NAME, compilation => { + compiler.hooks.compilation.tap(PLUGIN_NAME, (compilation) => { const EntryPlugin = require("webpack/lib/EntryPlugin"); for (const ent of [].concat(entry)) { new EntryPlugin(compilation.options.context, ent, { @@ -83,7 +83,7 @@ export class ContainerPlugin { filename, library }, - error => { + (error) => { if (error) return callback(error); callback(); } diff --git a/packages/xarc-webpack/src/container/ModuleFederationPlugin.ts b/packages/xarc-webpack/src/container/ModuleFederationPlugin.ts index e96450341..160632a9f 100644 --- a/packages/xarc-webpack/src/container/ModuleFederationPlugin.ts +++ b/packages/xarc-webpack/src/container/ModuleFederationPlugin.ts @@ -36,29 +36,29 @@ export class ModuleFederationPlugin { const library = options.library || { type: "var", name: options.name }; const remoteType = - options.remoteType || - (options.library && isValidExternalsType(options.library.type) - ? /** @type {ExternalsType} */ (options.library.type) - : "script"); - if (library && !compiler.options.output.enabledLibraryTypes.includes(library.type)) { + options.remoteType || + (options.library && isValidExternalsType(options.library.type) + ? /** @type {ExternalsType} */ options.library.type + : "script"); + if (library && !compiler.options.output.enabledLibraryTypes.includes(library.type)) { compiler.options.output.enabledLibraryTypes.push(library.type); } - compiler.hooks.afterPlugins.tap("ModuleFederationPlugin", () => { - if ( - options.exposes && - (Array.isArray(options.exposes) - ? options.exposes.length > 0 - : Object.keys(options.exposes).length > 0) - ) { - new ContainerPlugin({ - name: options.name, - library, - filename: options.filename, - runtime: options.runtime, - shareScope: options.shareScope, - exposes: options.exposes - }).apply(compiler); - } + compiler.hooks.afterPlugins.tap("ModuleFederationPlugin", () => { + if ( + options.exposes && + (Array.isArray(options.exposes) + ? options.exposes.length > 0 + : Object.keys(options.exposes).length > 0) + ) { + new ContainerPlugin({ + name: options.name, + library, + filename: options.filename, + runtime: options.runtime, + shareScope: options.shareScope, + exposes: options.exposes + }).apply(compiler); + } if ( options.remotes && (Array.isArray(options.remotes) diff --git a/packages/xarc-webpack/src/index.ts b/packages/xarc-webpack/src/index.ts index d10b569cc..d41c2a525 100644 --- a/packages/xarc-webpack/src/index.ts +++ b/packages/xarc-webpack/src/index.ts @@ -296,7 +296,7 @@ export function applyPartials( const composer = new WebpackComposer({ partials: parts }); composer.addProfile("apply", {}); let id = 1; - parts.forEach(p => { + parts.forEach((p) => { if (p instanceof ConfigPartial) { composer.addPartialToProfile(p._name, "apply", p.config, p.options); } else { diff --git a/packages/xarc-webpack/src/partials/babel.ts b/packages/xarc-webpack/src/partials/babel.ts index 6fbb103e3..cee9b0247 100644 --- a/packages/xarc-webpack/src/partials/babel.ts +++ b/packages/xarc-webpack/src/partials/babel.ts @@ -9,7 +9,7 @@ import { generateBabelLoaderCacheId } from "../util/generate-babel-loader-cache- import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function(options) { +module.exports = function (options) { const xarcOptions = loadXarcOptions(); const test = xarcOptions.babel.enableTypeScript ? /\.[tj]sx?$/ : /\.jsx?$/; diff --git a/packages/xarc-webpack/src/partials/base-options.ts b/packages/xarc-webpack/src/partials/base-options.ts index 6f95e592a..0d3ccd910 100644 --- a/packages/xarc-webpack/src/partials/base-options.ts +++ b/packages/xarc-webpack/src/partials/base-options.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/no-var-requires */ -module.exports = function() { +module.exports = function () { return { cache: true }; diff --git a/packages/xarc-webpack/src/partials/dev-mode.ts b/packages/xarc-webpack/src/partials/dev-mode.ts index 43567d694..f6766a5d5 100644 --- a/packages/xarc-webpack/src/partials/dev-mode.ts +++ b/packages/xarc-webpack/src/partials/dev-mode.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/no-var-requires */ -module.exports = function() { +module.exports = function () { return { mode: "development" }; diff --git a/packages/xarc-webpack/src/partials/dev.ts b/packages/xarc-webpack/src/partials/dev.ts index f60d3415e..0da2e1d11 100644 --- a/packages/xarc-webpack/src/partials/dev.ts +++ b/packages/xarc-webpack/src/partials/dev.ts @@ -7,7 +7,7 @@ import { loadXarcOptions } from "../util/load-xarc-options"; const HTTP_PORT = 80; -module.exports = function() { +module.exports = function () { const xarcOptions = loadXarcOptions(); const devProtocol = xarcOptions.webpack.https ? "https://" : "http://"; diff --git a/packages/xarc-webpack/src/partials/dll-load.ts b/packages/xarc-webpack/src/partials/dll-load.ts index cbfbcbdcb..9f54fd1ff 100644 --- a/packages/xarc-webpack/src/partials/dll-load.ts +++ b/packages/xarc-webpack/src/partials/dll-load.ts @@ -23,7 +23,7 @@ const dllUtil = require("../util/dll-util"); const _ = require("lodash"); import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function() { +module.exports = function () { const dll = dllUtil.loadAssets(); const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; @@ -40,7 +40,7 @@ module.exports = function() { return { plugins: dll.info - .map(info => { + .map((info) => { return new webpack.DllReferencePlugin({ context: xarcCwd, manifest: dllUtil.loadJson(info.manifest) diff --git a/packages/xarc-webpack/src/partials/dll-reference.ts b/packages/xarc-webpack/src/partials/dll-reference.ts index f3ee7f426..bb4afc8dc 100644 --- a/packages/xarc-webpack/src/partials/dll-reference.ts +++ b/packages/xarc-webpack/src/partials/dll-reference.ts @@ -14,7 +14,7 @@ const filterScanDir = require("filter-scan-dir"); import { loadXarcOptions } from "../util/load-xarc-options"; import { logger } from "@xarc/dev-base"; -module.exports = function(options) { +module.exports = function (options) { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; @@ -36,7 +36,7 @@ module.exports = function(options) { if (exists && filenames.length) { return { plugins: filenames.map( - filename => + (filename) => new webpack.DllReferencePlugin({ context: config.context, manifest: require(filename) // eslint-disable-line global-require diff --git a/packages/xarc-webpack/src/partials/dll.ts b/packages/xarc-webpack/src/partials/dll.ts index 3961b522d..894020f66 100644 --- a/packages/xarc-webpack/src/partials/dll.ts +++ b/packages/xarc-webpack/src/partials/dll.ts @@ -4,7 +4,7 @@ import * as Path from "path"; const webpack = require("webpack"); import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function() { +module.exports = function () { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; diff --git a/packages/xarc-webpack/src/partials/entry.ts b/packages/xarc-webpack/src/partials/entry.ts index 60704d545..80f0fc10d 100644 --- a/packages/xarc-webpack/src/partials/entry.ts +++ b/packages/xarc-webpack/src/partials/entry.ts @@ -40,7 +40,7 @@ function makeEntryPartial() { const entryPath = Path.join(partial.context, "entry.config.js"); const entry = optionalRequire(entryPath, { - fail: err => { + fail: (err) => { logger.error(`Loading ${entryPath} failed`, err); process.exit(1); }, @@ -143,7 +143,7 @@ if (module.hot) { partial.context = Path.resolve(xarcCwd, AppMode.src.dir); const entry = {}; - _.each(subApps, ma => { + _.each(subApps, (ma) => { const entryName = `${ma.name.toLowerCase()}`; const x1 = `${chalk.magenta("subapp")} ${chalk.blue(ma.name)}`; entry[entryName] = genSubAppHmrEntry(hmrDir, isDev, ma); @@ -170,13 +170,13 @@ if (module.hot) { // finally look for src/client/app.js or src/client/app.jsx or src/client/app.tsx const entries = ["./app.js", "./app.jsx", "./app.tsx"]; - let entry = entries.find(f => Fs.existsSync(Path.join(partial.context, f))); + let entry = entries.find((f) => Fs.existsSync(Path.join(partial.context, f))); // // no entry found, maybe there's no src/client // look under src instead // if (!entry) { - entry = entries.find(f => Fs.existsSync(Path.join(AppMode.src.dir, f))); + entry = entries.find((f) => Fs.existsSync(Path.join(AppMode.src.dir, f))); if (entry) { logger.info( `Found your app entry as ${entry} under dir ${AppMode.src.dir} - setting webpack context to it.` @@ -201,9 +201,7 @@ if (module.hot) { function shouldPolyfill() { if (xarcOptions.webpack.enableBabelPolyfill) { const hasMultipleTarget = - Object.keys(xarcOptions.babel.envTargets) - .sort() - .join(",") !== "default,node"; + Object.keys(xarcOptions.babel.envTargets).sort().join(",") !== "default,node"; if (hasMultipleTarget) { return xarcOptions.babel.target === "default"; // for all other targets, disable polyfill diff --git a/packages/xarc-webpack/src/partials/extract-style.ts b/packages/xarc-webpack/src/partials/extract-style.ts index 38857aa85..ca8ae24e2 100644 --- a/packages/xarc-webpack/src/partials/extract-style.ts +++ b/packages/xarc-webpack/src/partials/extract-style.ts @@ -69,7 +69,7 @@ function loadPostCss() { /* eslint-disable complexity */ -module.exports = function() { +module.exports = function () { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; const isProduction = process.env.NODE_ENV === "production"; @@ -93,7 +93,7 @@ module.exports = function() { loader: postcssLoader, options: { ident: "postcss", - plugins: loader => [ + plugins: (loader) => [ autoprefixer(), atImport({ root: loader.resourcePath }), postcssPresetEnv() @@ -123,7 +123,7 @@ module.exports = function() { ? { loader: cssLoader, options: getCSSModuleOptions() } : { loader: cssLoader, options: { modules: false, esModule: false } }, getPostCssQuery() - ].filter(x => x); + ].filter((x) => x); }; /* @@ -252,7 +252,7 @@ module.exports = function() { : `${nsTag}[name].style.[contenthash].css`; return { - module: { rules: rules.filter(x => x) }, + module: { rules: rules.filter((x) => x) }, plugins: [ new MiniCssExtractPlugin({ filename: styleBundleFilename }), isProduction && new CssMinimizerPlugin(xarcOptions.webpack.optimizeCssOptions), @@ -260,6 +260,6 @@ module.exports = function() { minimize: true, options: { context: Path.resolve(xarcCwd, "src") } }) - ].filter(x => !!x) + ].filter((x) => !!x) }; }; diff --git a/packages/xarc-webpack/src/partials/fail.ts b/packages/xarc-webpack/src/partials/fail.ts index 74872f6e2..991f5b534 100644 --- a/packages/xarc-webpack/src/partials/fail.ts +++ b/packages/xarc-webpack/src/partials/fail.ts @@ -5,7 +5,7 @@ const FailPlugin = require("../plugins/fail-plugin"); // https://stackoverflow.com/questions/40900791/cannot-redeclare-block-scoped-variable-in-unrelated-files export {}; -module.exports = function() { +module.exports = function () { return { plugins: [new FailPlugin()] }; diff --git a/packages/xarc-webpack/src/partials/fonts.ts b/packages/xarc-webpack/src/partials/fonts.ts index 2522f4266..56b95e8bf 100644 --- a/packages/xarc-webpack/src/partials/fonts.ts +++ b/packages/xarc-webpack/src/partials/fonts.ts @@ -3,7 +3,7 @@ import { loadXarcOptions } from "../util/load-xarc-options"; import { xAppRequire } from "@xarc/app"; -module.exports = function() { +module.exports = function () { const xarcOptions = loadXarcOptions(); const urlLoader = require.resolve("url-loader"); const fileLoader = require.resolve("file-loader"); diff --git a/packages/xarc-webpack/src/partials/images.ts b/packages/xarc-webpack/src/partials/images.ts index 60f8484ff..e8a39053a 100644 --- a/packages/xarc-webpack/src/partials/images.ts +++ b/packages/xarc-webpack/src/partials/images.ts @@ -24,7 +24,7 @@ function getCdnLoader(optLoader) { return (loader && require.resolve(loader)) || "file-loader"; } -module.exports = function(options) { +module.exports = function (options) { return { module: { rules: [ diff --git a/packages/xarc-webpack/src/partials/index.ts b/packages/xarc-webpack/src/partials/index.ts index 371f6f0dd..aad972e6d 100644 --- a/packages/xarc-webpack/src/partials/index.ts +++ b/packages/xarc-webpack/src/partials/index.ts @@ -50,8 +50,10 @@ const orders = [ ]; const files = Fs.readdirSync(__dirname) - .filter(x => x !== "index.js" && !x.endsWith(".d.ts") && !x.endsWith(".map") && x !== "index.ts") - .map(x => x.substr(0, x.length - 3)); + .filter( + (x) => x !== "index.js" && !x.endsWith(".d.ts") && !x.endsWith(".map") && x !== "index.ts" + ) + .map((x) => x.substr(0, x.length - 3)); const partials = files.reduce((a, p) => { const k = `_${p}`; diff --git a/packages/xarc-webpack/src/partials/isomorphic.ts b/packages/xarc-webpack/src/partials/isomorphic.ts index 69e66c57e..6d2fa4c0d 100644 --- a/packages/xarc-webpack/src/partials/isomorphic.ts +++ b/packages/xarc-webpack/src/partials/isomorphic.ts @@ -3,10 +3,10 @@ import { xAppRequire } from "@xarc/app"; import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function(opts) { +module.exports = function (opts) { const xarcOptions = loadXarcOptions(); if (xarcOptions.webpack.disableSsr) { - return {}; + return {}; } const { IsomorphicLoaderPlugin } = xAppRequire("isomorphic-loader"); @@ -21,7 +21,7 @@ module.exports = function(opts) { }); if (process.send) { - plugin.on("update", data => { + plugin.on("update", (data) => { process.send({ name: "isomorphic-loader-config", config: data.config }); }); } diff --git a/packages/xarc-webpack/src/partials/locales.ts b/packages/xarc-webpack/src/partials/locales.ts index 8a04b7b28..7e22e33c9 100644 --- a/packages/xarc-webpack/src/partials/locales.ts +++ b/packages/xarc-webpack/src/partials/locales.ts @@ -14,7 +14,7 @@ export {}; const LOCALES = ["en"]; const LOCALES_REGEX = new RegExp(`^\./(${LOCALES.join("|")})$`); -module.exports = function() { +module.exports = function () { return { plugins: [new ContextReplacementPlugin(/moment[\\\/]locale$/, LOCALES_REGEX)] }; diff --git a/packages/xarc-webpack/src/partials/node.ts b/packages/xarc-webpack/src/partials/node.ts index cec429c9a..c69904260 100644 --- a/packages/xarc-webpack/src/partials/node.ts +++ b/packages/xarc-webpack/src/partials/node.ts @@ -1,3 +1,3 @@ -module.exports = function(options) { +module.exports = function (options) { return {}; }; diff --git a/packages/xarc-webpack/src/partials/prod-mode.ts b/packages/xarc-webpack/src/partials/prod-mode.ts index 77b473193..22bc8efed 100644 --- a/packages/xarc-webpack/src/partials/prod-mode.ts +++ b/packages/xarc-webpack/src/partials/prod-mode.ts @@ -2,7 +2,7 @@ import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function() { +module.exports = function () { const xarcOptions = loadXarcOptions(); return { diff --git a/packages/xarc-webpack/src/partials/pwa.ts b/packages/xarc-webpack/src/partials/pwa.ts index 4dc2cb04c..59d56faf0 100644 --- a/packages/xarc-webpack/src/partials/pwa.ts +++ b/packages/xarc-webpack/src/partials/pwa.ts @@ -61,7 +61,7 @@ function createEntryConfigFromScripts(importScripts, entry) { }, newEntry); } -module.exports = function(options) { +module.exports = function (options) { const xarcOptions = loadXarcOptions(); const AppMode = xarcOptions.AppMode; @@ -111,7 +111,7 @@ module.exports = function(options) { ); if (cacheConfig.runtimeCaching) { - cacheConfig.runtimeCaching = cacheConfig.runtimeCaching.map(runtimeCache => { + cacheConfig.runtimeCaching = cacheConfig.runtimeCaching.map((runtimeCache) => { return { handler: runtimeCache.handler, urlPattern: new RegExp(runtimeCache.urlPattern) diff --git a/packages/xarc-webpack/src/partials/resolve.ts b/packages/xarc-webpack/src/partials/resolve.ts index 23e2d10b3..61ffae309 100644 --- a/packages/xarc-webpack/src/partials/resolve.ts +++ b/packages/xarc-webpack/src/partials/resolve.ts @@ -42,7 +42,9 @@ module.exports = () => { modules: [Path.resolve(AppMode.src.dir), process.cwd(), "node_modules"] .concat(xarcOptions.webpack.modulesDirectories) .filter(identity), - extensions: [".js", ".jsx", ".json"].concat(enableTypeScript && [".ts", ".tsx"]).filter(x => x) + extensions: [".js", ".jsx", ".json"] + .concat(enableTypeScript && [".ts", ".tsx"]) + .filter((x) => x) }; // diff --git a/packages/xarc-webpack/src/partials/simple-progress.ts b/packages/xarc-webpack/src/partials/simple-progress.ts index d7a49ad96..2ff34d64a 100644 --- a/packages/xarc-webpack/src/partials/simple-progress.ts +++ b/packages/xarc-webpack/src/partials/simple-progress.ts @@ -10,7 +10,7 @@ let lastMsg; let noChangeCount = 0; /* eslint-disable max-statements */ -module.exports = function() { +module.exports = function () { return { plugins: [ new webpack.ProgressPlugin((pct, msg) => { diff --git a/packages/xarc-webpack/src/partials/sourcemaps-inline.ts b/packages/xarc-webpack/src/partials/sourcemaps-inline.ts index 078c726a9..e7071595c 100644 --- a/packages/xarc-webpack/src/partials/sourcemaps-inline.ts +++ b/packages/xarc-webpack/src/partials/sourcemaps-inline.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/no-var-requires */ -module.exports = function() { +module.exports = function () { return { devtool: "inline-source-map" }; diff --git a/packages/xarc-webpack/src/partials/sourcemaps-remote.ts b/packages/xarc-webpack/src/partials/sourcemaps-remote.ts index c83b22cf8..4ef1ecc90 100644 --- a/packages/xarc-webpack/src/partials/sourcemaps-remote.ts +++ b/packages/xarc-webpack/src/partials/sourcemaps-remote.ts @@ -2,7 +2,7 @@ const SourceMapDevToolPlugin = require("webpack").SourceMapDevToolPlugin; -module.exports = function() { +module.exports = function () { return { plugins: [ new SourceMapDevToolPlugin({ diff --git a/packages/xarc-webpack/src/partials/stats.ts b/packages/xarc-webpack/src/partials/stats.ts index dd28260b8..a8dc158b6 100644 --- a/packages/xarc-webpack/src/partials/stats.ts +++ b/packages/xarc-webpack/src/partials/stats.ts @@ -10,7 +10,7 @@ const mkdirp = require("mkdirp"); const INDENT = 2; import { loadXarcOptions } from "../util/load-xarc-options"; -module.exports = function(opts) { +module.exports = function (opts) { const xarcOptions = loadXarcOptions(); const StatsWriterPlugin = require("webpack-stats-plugin").StatsWriterPlugin; @@ -25,11 +25,11 @@ module.exports = function(opts) { statsOptions.fields = null; } - const cleanupChunks = stats => { + const cleanupChunks = (stats) => { // cleanup chunks with only essential info if it's requested // otherwise it's included a huge amount of data like modules etc if (stats.chunks) { - stats.chunks = stats.chunks.map(c => { + stats.chunks = stats.chunks.map((c) => { return _.pick(c, ["id", "hash", "names", "entry", "initial", "rendered", "reason"]); }); } @@ -48,7 +48,7 @@ module.exports = function(opts) { // save a physical version of stats to .etmp/stats.json // in webpack dev server mode. // - statsOptions.transform = data => { + statsOptions.transform = (data) => { cleanupChunks(data); const dir = xarcOptions.webpack.devArtifactsPath || xarcOptions.eTmpDir; mkdirp.sync(dir); @@ -57,7 +57,7 @@ module.exports = function(opts) { return str; }; } else { - statsOptions.transform = stats => { + statsOptions.transform = (stats) => { cleanupChunks(stats); return JSON.stringify(stats, null, INDENT); }; diff --git a/packages/xarc-webpack/src/partials/subapp-chunks.ts b/packages/xarc-webpack/src/partials/subapp-chunks.ts index 21615b6ce..bafca1c32 100644 --- a/packages/xarc-webpack/src/partials/subapp-chunks.ts +++ b/packages/xarc-webpack/src/partials/subapp-chunks.ts @@ -7,7 +7,7 @@ import { ModuleFederationPlugin } from "../container/ModuleFederationPlugin"; const splitMap = {}; function hashChunks(mod, chunks, key) { - const chunkNames = chunks.map(c => c.name).sort(); + const chunkNames = chunks.map((c) => c.name).sort(); const id = `${key}~${chunkNames.join("~")}`; let digest = splitMap[id]; if (!digest) { @@ -35,11 +35,11 @@ function makeConfig(options) { if (webpack.v1RemoteSubApps) { let exposeRemote = 0; const cdnMapping = _.get(webpack, "cdn.enable", false) && _.get(webpack, "cdn.mapping", false); - const modFedPlugins = [].concat(webpack.v1RemoteSubApps).map(remote => { + const modFedPlugins = [].concat(webpack.v1RemoteSubApps).map((remote) => { const missing = []; const subAppsToExpose = [] .concat(remote.subAppsToExpose) - .filter(x => x) + .filter((x) => x) .reduce((exp, x) => { if (!AppMode.subApps[x]) { missing.push(x); @@ -75,7 +75,7 @@ function makeConfig(options) { remotes: remote.remotes } as any); }); - config.plugins = [].concat(config.plugins, modFedPlugins).filter(x => x); + config.plugins = [].concat(config.plugins, modFedPlugins).filter((x) => x); // if app is exposing modules for remote loading, then we must set following if (exposeRemote > 0) { diff --git a/packages/xarc-webpack/src/partials/subapp2.ts b/packages/xarc-webpack/src/partials/subapp2.ts index 41bc3b767..5caf71576 100644 --- a/packages/xarc-webpack/src/partials/subapp2.ts +++ b/packages/xarc-webpack/src/partials/subapp2.ts @@ -4,7 +4,7 @@ import { SubAppWebpackPlugin } from "../plugins/subapp-plugin-webpack5"; -module.exports = function(opts) { +module.exports = function (opts) { return { optimization: { // TODO: always generating runtime chunk could break apps that doesn't diff --git a/packages/xarc-webpack/src/partials/test-entry.ts b/packages/xarc-webpack/src/partials/test-entry.ts index eb2672189..0b05ac956 100644 --- a/packages/xarc-webpack/src/partials/test-entry.ts +++ b/packages/xarc-webpack/src/partials/test-entry.ts @@ -1,6 +1,6 @@ import * as Path from "path"; -module.exports = function() { +module.exports = function () { return { context: Path.resolve("test", "client"), entry: require.resolve("@xarc/app-dev/config/karma/entry") diff --git a/packages/xarc-webpack/src/partials/uglify.ts b/packages/xarc-webpack/src/partials/uglify.ts index 06b74c822..395000483 100644 --- a/packages/xarc-webpack/src/partials/uglify.ts +++ b/packages/xarc-webpack/src/partials/uglify.ts @@ -11,7 +11,7 @@ // inspect your production bundle. // -module.exports = function() { +module.exports = function () { return { optimization: { nodeEnv: "production" diff --git a/packages/xarc-webpack/src/plugins/fail-plugin.ts b/packages/xarc-webpack/src/plugins/fail-plugin.ts index e4b6d5a39..cbb49e763 100644 --- a/packages/xarc-webpack/src/plugins/fail-plugin.ts +++ b/packages/xarc-webpack/src/plugins/fail-plugin.ts @@ -23,7 +23,7 @@ module.exports = class FailPlugin { this.fail(); }); - compiler.hooks.done.tap("FailPlugin", stats => { + compiler.hooks.done.tap("FailPlugin", (stats) => { const errors = stats.compilation.errors; if (errors && errors.length) { this.fail(); diff --git a/packages/xarc-webpack/src/plugins/jsonp-script-src-plugin.ts b/packages/xarc-webpack/src/plugins/jsonp-script-src-plugin.ts index 24790a75f..7801400e0 100644 --- a/packages/xarc-webpack/src/plugins/jsonp-script-src-plugin.ts +++ b/packages/xarc-webpack/src/plugins/jsonp-script-src-plugin.ts @@ -67,7 +67,7 @@ function jsonpScriptSrc(chunkId) { } apply(compiler) { - compiler.hooks.thisCompilation.tap(pluginName, compilation => { + compiler.hooks.thisCompilation.tap(pluginName, (compilation) => { this._applyMainTemplate(compilation.mainTemplate); }); } diff --git a/packages/xarc-webpack/src/plugins/subapp-plugin-webpack5.ts b/packages/xarc-webpack/src/plugins/subapp-plugin-webpack5.ts index 6ca917a0f..9bcc516ba 100644 --- a/packages/xarc-webpack/src/plugins/subapp-plugin-webpack5.ts +++ b/packages/xarc-webpack/src/plugins/subapp-plugin-webpack5.ts @@ -92,7 +92,7 @@ const where = (source, loc) => { return `${source}:${loc.start.line}:${loc.start.column + 1}`; }; -const noCwd = x => x.replace(process.cwd(), "."); +const noCwd = (x) => x.replace(process.cwd(), "."); /** * subapp hot accept template, this will insert HMR code from ../client/hmr-accept.ts @@ -189,9 +189,8 @@ export class SubAppWebpackPlugin { this._subApps = {}; this._webpackMajorVersion = webpackVersion; - const { makeIdentifierBEE, tapAssets, hasHmr } = this[ - `initWebpackVer${this._webpackMajorVersion}` - ](); + const { makeIdentifierBEE, tapAssets, hasHmr } = + this[`initWebpackVer${this._webpackMajorVersion}`](); this._makeIdentifierBEE = makeIdentifierBEE; this._tapAssets = tapAssets; @@ -204,15 +203,15 @@ export class SubAppWebpackPlugin { const BEE = require("webpack/lib/javascript/BasicEvaluatedExpression"); return { BasicEvaluatedExpression: BEE, - makeIdentifierBEE: expr => { + makeIdentifierBEE: (expr) => { return new BEE() .setIdentifier(expr.name, {}, () => []) .setRange(expr.range) .setExpression(expr); }, - tapAssets: compiler => { - compiler.hooks.compilation.tap(pluginName, compilation => { - compilation.hooks.processAssets.tap(pluginName, assets => this.updateAssets(assets)); + tapAssets: (compiler) => { + compiler.hooks.compilation.tap(pluginName, (compilation) => { + compilation.hooks.processAssets.tap(pluginName, (assets) => this.updateAssets(assets)); }); }, // TODO: detect HMR from compilation @@ -301,15 +300,15 @@ export class SubAppWebpackPlugin { apply(compiler) { this._tapAssets(compiler); - const findGetModule = props => { - const prop = props.find(p => p.key.name === "getModule"); + const findGetModule = (props) => { + const prop = props.find((p) => p.key.name === "getModule"); const funcBody = prop.value.body; return funcBody; }; this._applyHmrInject(compiler); - compiler.hooks.normalModuleFactory.tap(pluginName, factory => { + compiler.hooks.normalModuleFactory.tap(pluginName, (factory) => { factory.hooks.parser.for("javascript/auto").tap(pluginName, (parser, options) => { parser[SHIM_parseCommentOptions] = parser.parseCommentOptions; @@ -324,7 +323,7 @@ export class SubAppWebpackPlugin { `webpack parser.parseCommentOptions takes ${xl} arguments - but expecting 1 so not compatible with this plugin` ); - parser.parseCommentOptions = range => { + parser.parseCommentOptions = (range) => { for (const k in this._subApps) { const subapp = this._subApps[k]; const gmod = subapp.getModule; @@ -350,7 +349,7 @@ export class SubAppWebpackPlugin { assert(props, () => `${cw()}: you must pass an Object literal as argument to ${apiName}`); - const nameProp = props.find(p => p.key.name === "name"); + const nameProp = props.find((p) => p.key.name === "name"); assert(nameProp, () => `${cw()}: argument for ${apiName} doesn't have a name property`); const nameVal = nameProp.value.value; @@ -399,13 +398,13 @@ export class SubAppWebpackPlugin { const apiNames = [].concat(this._declareApiNames); - [].concat(apiNames).forEach(apiName => { - parser.hooks.call.for(apiName).tap(pluginName, expr => parseForSubApp(expr, apiName)); + [].concat(apiNames).forEach((apiName) => { + parser.hooks.call.for(apiName).tap(pluginName, (expr) => parseForSubApp(expr, apiName)); }); parser.hooks.evaluate .for("CallExpression") - .tap({ name: pluginName, before: "Parser" }, expression => { + .tap({ name: pluginName, before: "Parser" }, (expression) => { const calleeName = _.get(expression, "callee.property.name"); if (apiNames.includes(calleeName)) { return parseForSubApp(expression, calleeName); @@ -416,7 +415,7 @@ export class SubAppWebpackPlugin { parser.hooks.evaluate .for("Identifier") - .tap({ name: pluginName, before: "Parser" }, expression => { + .tap({ name: pluginName, before: "Parser" }, (expression) => { if (apiNames.includes(expression.name)) { return this._makeIdentifierBEE(expression); } diff --git a/packages/xarc-webpack/src/plugins/subapp-plugin.ts b/packages/xarc-webpack/src/plugins/subapp-plugin.ts index 83a9a7aae..a70bab65e 100644 --- a/packages/xarc-webpack/src/plugins/subapp-plugin.ts +++ b/packages/xarc-webpack/src/plugins/subapp-plugin.ts @@ -188,11 +188,11 @@ export class SubAppWebpackPlugin { const BEE = require("webpack/lib/BasicEvaluatedExpression"); return { BasicEvaluatedExpression: BEE, - makeIdentifierBEE: expr => { + makeIdentifierBEE: (expr) => { return new BEE().setIdentifier(expr.name).setRange(expr.range); }, - tapAssets: compiler => { - compiler.hooks.emit.tap(pluginName, compilation => this.updateAssets(compilation.assets)); + tapAssets: (compiler) => { + compiler.hooks.emit.tap(pluginName, (compilation) => this.updateAssets(compilation.assets)); } }; } @@ -201,15 +201,15 @@ export class SubAppWebpackPlugin { const BEE = require("webpack/lib/javascript/BasicEvaluatedExpression"); return { BasicEvaluatedExpression: BEE, - makeIdentifierBEE: expr => { + makeIdentifierBEE: (expr) => { return new BEE() .setIdentifier(expr.name, {}, () => []) .setRange(expr.range) .setExpression(expr); }, - tapAssets: compiler => { - compiler.hooks.compilation.tap(pluginName, compilation => { - compilation.hooks.processAssets.tap(pluginName, assets => this.updateAssets(assets)); + tapAssets: (compiler) => { + compiler.hooks.compilation.tap(pluginName, (compilation) => { + compilation.hooks.processAssets.tap(pluginName, (assets) => this.updateAssets(assets)); }); } }; @@ -272,15 +272,15 @@ export class SubAppWebpackPlugin { apply(compiler) { this._tapAssets(compiler); - const findGetModule = props => { - const prop = props.find(p => p.key.name === "getModule"); + const findGetModule = (props) => { + const prop = props.find((p) => p.key.name === "getModule"); const funcBody = prop.value.body; return funcBody; }; this._applyHmrInject(compiler); - compiler.hooks.normalModuleFactory.tap(pluginName, factory => { + compiler.hooks.normalModuleFactory.tap(pluginName, (factory) => { factory.hooks.parser.for("javascript/auto").tap(pluginName, (parser, options) => { parser[SHIM_parseCommentOptions] = parser.parseCommentOptions; @@ -295,7 +295,7 @@ export class SubAppWebpackPlugin { `webpack parser.parseCommentOptions takes ${xl} arguments - but expecting 1 so not compatible with this plugin` ); - parser.parseCommentOptions = range => { + parser.parseCommentOptions = (range) => { for (const k in this._subApps) { const subapp = this._subApps[k]; const gmod = subapp.getModule; @@ -310,7 +310,7 @@ export class SubAppWebpackPlugin { return parser[SHIM_parseCommentOptions](range); }; - const noCwd = x => x.replace(process.cwd(), "."); + const noCwd = (x) => x.replace(process.cwd(), "."); const where = (source, loc) => { return `${source}:${loc.start.line}:${loc.start.column + 1}`; @@ -327,7 +327,7 @@ export class SubAppWebpackPlugin { assert(props, () => `${cw()}: you must pass an Object literal as argument to ${apiName}`); - const nameProp = props.find(p => p.key.name === "name"); + const nameProp = props.find((p) => p.key.name === "name"); assert(nameProp, () => `${cw()}: argument for ${apiName} doesn't have a name property`); const nameVal = nameProp.value.value; @@ -374,13 +374,13 @@ export class SubAppWebpackPlugin { const apiNames = [].concat(this._declareApiNames); - [].concat(apiNames).forEach(apiName => { - parser.hooks.call.for(apiName).tap(pluginName, expr => parseForSubApp(expr, apiName)); + [].concat(apiNames).forEach((apiName) => { + parser.hooks.call.for(apiName).tap(pluginName, (expr) => parseForSubApp(expr, apiName)); }); parser.hooks.evaluate .for("CallExpression") - .tap({ name: pluginName, before: "Parser" }, expression => { + .tap({ name: pluginName, before: "Parser" }, (expression) => { const calleeName = _.get(expression, "callee.property.name"); if (apiNames.includes(calleeName)) { return parseForSubApp(expression, calleeName); @@ -391,7 +391,7 @@ export class SubAppWebpackPlugin { parser.hooks.evaluate .for("Identifier") - .tap({ name: pluginName, before: "Parser" }, expression => { + .tap({ name: pluginName, before: "Parser" }, (expression) => { if (apiNames.includes(expression.name)) { return this._makeIdentifierBEE(expression); } diff --git a/packages/xarc-webpack/src/util/custom-check.ts b/packages/xarc-webpack/src/util/custom-check.ts index 34a255483..72dfac28d 100644 --- a/packages/xarc-webpack/src/util/custom-check.ts +++ b/packages/xarc-webpack/src/util/custom-check.ts @@ -16,7 +16,7 @@ function getWebpackStartConfig(defaultFile: string, relativeToCwd = true) { let customFilePath; if (_.get(xarcOptions, "webpack.useAppWebpackConfig") !== false) { - ["webpack.config.js", "webpack.config.ts"].find(f => { + ["webpack.config.js", "webpack.config.ts"].find((f) => { const ff = Path.resolve(f); if (Fs.existsSync(ff)) { diff --git a/packages/xarc-webpack/src/util/dll-util.ts b/packages/xarc-webpack/src/util/dll-util.ts index e20609627..d92282132 100644 --- a/packages/xarc-webpack/src/util/dll-util.ts +++ b/packages/xarc-webpack/src/util/dll-util.ts @@ -38,7 +38,7 @@ const loadJson = (name, defaultVal) => { const getEnvTag = () => (process.env.NODE_ENV === "production" ? "" : ".dev"); -const findDllManifests = name => { +const findDllManifests = (name) => { try { const modulePath = require.resolve(Path.join(name, "package.json")); const moduleDir = Path.dirname(modulePath); @@ -46,7 +46,7 @@ const findDllManifests = name => { const statsFile = Path.join(moduleDir, "dist", `stats${dev}.json`); const stats = JSON.parse(Fs.readFileSync(statsFile).toString()); const dllNames = Object.keys(stats.assetsByChunkName); - const dllInfo = dllNames.map(n => { + const dllInfo = dllNames.map((n) => { return { name: n, moduleName: name, @@ -63,9 +63,9 @@ const findDllManifests = name => { } }; -const verifyVersions = info => { +const verifyVersions = (info) => { const versions = JSON.parse(Fs.readFileSync(info.versions).toString()); - Object.keys(versions).forEach(pkgDir => { + Object.keys(versions).forEach((pkgDir) => { const pkgInfo = versions[pkgDir]; const modName = pkgInfo.name; const pkgNmDir = Path.dirname(require.resolve(`${modName}/package.json`)); @@ -118,19 +118,19 @@ const verifyVersions = info => { const electrodeDllDevBasePath = "__electrode_dev/dll"; -const updateDllAssetsForDev = dllAssets => { +const updateDllAssetsForDev = (dllAssets) => { const archetype = loadXarcOptions(); const baseUrl = devServerBaseUrl(archetype.webpack); const tag = getEnvTag(); - Object.keys(dllAssets).forEach(modName => { + Object.keys(dllAssets).forEach((modName) => { const encModName = encodeURIComponent(modName); const cdnMapping = (dllAssets[modName].cdnMapping = {}); - Object.keys(dllAssets[modName]).forEach(dll => { + Object.keys(dllAssets[modName]).forEach((dll) => { if (dll === "cdnMapping") return; - const bundle = dllAssets[modName][dll].assets.find(n => n.endsWith(`${tag}.js`)); + const bundle = dllAssets[modName][dll].assets.find((n) => n.endsWith(`${tag}.js`)); cdnMapping[bundle] = `${baseUrl}/${electrodeDllDevBasePath}/${encModName}/${bundle}`; }); }); @@ -144,7 +144,9 @@ module.exports = { const loadDlls = archetype.webpack.loadDlls; - const dllMods = Object.keys(loadDlls).filter(x => loadDlls[x] && loadDlls[x].enable !== false); + const dllMods = Object.keys(loadDlls).filter( + (x) => loadDlls[x] && loadDlls[x].enable !== false + ); let dllInfo = []; let dllAssets = {}; @@ -157,7 +159,7 @@ module.exports = { if (_.isEmpty(dllInfo)) { logger.warn("Electrode DLL found no manifests to load"); } else { - logger.verbose("Electrode DLL manifests", dllInfo.map(x => x.manifest).join(", ")); + logger.verbose("Electrode DLL manifests", dllInfo.map((x) => x.manifest).join(", ")); dllInfo.forEach(verifyVersions); dllAssets = dllInfo.reduce((a, x) => { @@ -175,7 +177,7 @@ module.exports = { return { info: dllInfo, assets: dllAssets }; }, - saveDllAssets: dllAssets => { + saveDllAssets: (dllAssets) => { const tag = getEnvTag(); mkdirp.sync(Path.resolve("dist")); Fs.writeFileSync( diff --git a/packages/xarc-webpack/src/util/generate-babel-loader-cache-id.ts b/packages/xarc-webpack/src/util/generate-babel-loader-cache-id.ts index 64c7b94a1..36e9efe15 100644 --- a/packages/xarc-webpack/src/util/generate-babel-loader-cache-id.ts +++ b/packages/xarc-webpack/src/util/generate-babel-loader-cache-id.ts @@ -17,7 +17,7 @@ export function generateBabelLoaderCacheId(cwd: string): string { */ // @babel/core's version // babel-loader's version - const pkgVersions = ["@babel/core", "babel-loader"].map(pkg => { + const pkgVersions = ["@babel/core", "babel-loader"].map((pkg) => { return require(`${pkg}/package.json`).version; // eslint-disable-line }); @@ -46,6 +46,6 @@ export function generateBabelLoaderCacheId(cwd: string): string { browsersListRc, process.env.BROWSERSLIST_ENV ) - .filter(x => x) + .filter((x) => x) .join("\n"); } diff --git a/packages/xarc-webpack/src/util/generate-config.ts b/packages/xarc-webpack/src/util/generate-config.ts index e369d60da..9a04b6668 100644 --- a/packages/xarc-webpack/src/util/generate-config.ts +++ b/packages/xarc-webpack/src/util/generate-config.ts @@ -45,7 +45,7 @@ function searchUserCustomConfig(options) { } ]; - const foundLocation = customLocations.find(d => { + const foundLocation = customLocations.find((d) => { customConfig = optionalRequire(Path.join(d.dir, d.file)); return !!customConfig; }); @@ -54,7 +54,7 @@ function searchUserCustomConfig(options) { const dir = xsh.pathCwd.replace(foundLocation.dir); logger.info(`Custom webpack config ${foundLocation.file} loaded from ${dir}`); } else { - const dirs = [cwd, archPath].map(d => xsh.pathCwd.replace(d)).join("; "); + const dirs = [cwd, archPath].map((d) => xsh.pathCwd.replace(d)).join("; "); // logger.info(`No custom webpack config ${configFilename} found in dirs ${dirs}`); } diff --git a/packages/xarc-webpack/src/util/inject-entry.ts b/packages/xarc-webpack/src/util/inject-entry.ts index b59ed4413..d06237935 100644 --- a/packages/xarc-webpack/src/util/inject-entry.ts +++ b/packages/xarc-webpack/src/util/inject-entry.ts @@ -14,7 +14,7 @@ function _inject(entry: any, inserts: string | string[]) { } return entry; } else { - return [].concat(inserts, entry).filter(x => x); + return [].concat(inserts, entry).filter((x) => x); } } diff --git a/rush.json b/rush.json index 66d5dbaf7..fbdc58ba8 100644 --- a/rush.json +++ b/rush.json @@ -563,7 +563,7 @@ "shouldPublish": true, "skipRushCheck": true }, - + { "packageName": "@xarc/opt-eslint", "projectFolder": "packages/xarc-opt-eslint", @@ -691,7 +691,7 @@ "projectFolder": "packages/xarc-webpack", "shouldPublish": true, "skipRushCheck": true - }, + }, // Sample apps { diff --git a/samples/demo-tree-shaking/.yo-rc.json b/samples/demo-tree-shaking/.yo-rc.json index 0b4b07821..47ef9f9a8 100644 --- a/samples/demo-tree-shaking/.yo-rc.json +++ b/samples/demo-tree-shaking/.yo-rc.json @@ -2,4 +2,4 @@ "generator-electrode": { "serverType": "HapiJS" } -} \ No newline at end of file +} diff --git a/samples/demo-tree-shaking/config/default.js b/samples/demo-tree-shaking/config/default.js index 06cb51d3f..4db18103c 100644 --- a/samples/demo-tree-shaking/config/default.js +++ b/samples/demo-tree-shaking/config/default.js @@ -16,12 +16,12 @@ module.exports = { reporters: { myConsoleReporter: [ { - module: "good-console", + module: "good-console" }, - "stdout", - ], - }, - }, + "stdout" + ] + } + } }, "webpack-dev": { module: "@xarc/app-dev/lib/webpack-dev-hapi", @@ -35,21 +35,21 @@ module.exports = { // to it with chrome://inspect, and then enable this debugger statement // so chrome stop here every time webpack middleware finish compiling // debugger - }, - }, - }, + } + } + } }, inert: { - enable: true, + enable: true }, electrodeStaticPaths: { enable: true, options: { - pathPrefix: "dist", - }, + pathPrefix: "dist" + } }, // "server/plugins/pwa": { - module: "./{{env.APP_SRC_DIR}}/server/plugins/pwa", + module: "./{{env.APP_SRC_DIR}}/server/plugins/pwa" }, // "electrode-auto-ssr": {}, // webapp: { @@ -60,13 +60,13 @@ module.exports = { paths: { "/{args*}": { content: { - module: "./{{env.APP_SRC_DIR}}/server/views/index-view", - }, - }, - }, - }, + module: "./{{env.APP_SRC_DIR}}/server/views/index-view" + } + } + } + } }, // - "electrode-cookies/hapi-plugin": {}, + "electrode-cookies/hapi-plugin": {} // }, connections: { @@ -75,11 +75,11 @@ module.exports = { address: process.env.HOST_IP || "0.0.0.0", port: portFromEnv(), routes: { - cors: false, + cors: false }, state: { - ignoreErrors: true, - }, - }, - }, + ignoreErrors: true + } + } + } }; diff --git a/samples/demo-tree-shaking/config/production.js b/samples/demo-tree-shaking/config/production.js index 668d4ad20..112919b0a 100644 --- a/samples/demo-tree-shaking/config/production.js +++ b/samples/demo-tree-shaking/config/production.js @@ -12,12 +12,12 @@ const serveStaticFiles = () => { }; module.exports = { - "plugins": { - "inert": { - "enable": serveStaticFiles() + plugins: { + inert: { + enable: serveStaticFiles() }, - "electrodeStaticPaths": { - "enable": serveStaticFiles() + electrodeStaticPaths: { + enable: serveStaticFiles() } } }; diff --git a/samples/demo-tree-shaking/src/client/actions/index.jsx b/samples/demo-tree-shaking/src/client/actions/index.jsx index 11d667efa..089f60b83 100644 --- a/samples/demo-tree-shaking/src/client/actions/index.jsx +++ b/samples/demo-tree-shaking/src/client/actions/index.jsx @@ -16,21 +16,21 @@ export const decNumber = () => { }; }; -export const inputName = value => { +export const inputName = (value) => { return { type: "INPUT_NAME", value }; }; -export const inputTextarea = value => { +export const inputTextarea = (value) => { return { type: "INPUT_TEXT_AREA", value }; }; -export const selectOption = value => { +export const selectOption = (value) => { return { type: "SELECT_OPTION", value diff --git a/samples/demo-tree-shaking/src/client/app.jsx b/samples/demo-tree-shaking/src/client/app.jsx index 0a30a2a48..8b12ece4b 100644 --- a/samples/demo-tree-shaking/src/client/app.jsx +++ b/samples/demo-tree-shaking/src/client/app.jsx @@ -22,7 +22,7 @@ import { notify } from "react-notify-toast"; // DOM is created. require.ensure( ["./sw-registration"], - require => { + (require) => { require("./sw-registration")(notify); }, "sw-registration" @@ -32,7 +32,7 @@ require.ensure( // // Redux configure store with Hot Module Reload // -const configureStore = initialState => { +const configureStore = (initialState) => { const store = createStore(rootReducer, initialState); if (module.hot) { @@ -47,7 +47,7 @@ const configureStore = initialState => { const store = configureStore(window.__PRELOADED_STATE__); -const start = App => { +const start = (App) => { const jsContent = document.querySelector(".js-content"); const reactStart = window.__PRELOADED_STATE__ && jsContent.innerHTML ? hydrate : render; diff --git a/samples/demo-tree-shaking/src/client/components/demo-cookies.jsx b/samples/demo-tree-shaking/src/client/components/demo-cookies.jsx index 9e73b1e7d..7c053d0d6 100644 --- a/samples/demo-tree-shaking/src/client/components/demo-cookies.jsx +++ b/samples/demo-tree-shaking/src/client/components/demo-cookies.jsx @@ -66,15 +66,11 @@ class DemoCookies extends React.Component { - - -
@@ -51,6 +49,6 @@ DynamicImportDemo.propTypes = { dispatch: PropTypes.func }; export default connect( - state => state, - dispatch => ({ dispatch }) + (state) => state, + (dispatch) => ({ dispatch }) )(DynamicImportDemo); diff --git a/samples/hapi-bell-sso/src/client/components/demo-pure-states.jsx b/samples/hapi-bell-sso/src/client/components/demo-pure-states.jsx index cae1395f6..7e7ac4a63 100644 --- a/samples/hapi-bell-sso/src/client/components/demo-pure-states.jsx +++ b/samples/hapi-bell-sso/src/client/components/demo-pure-states.jsx @@ -9,16 +9,12 @@ import { connect } from "react-redux"; import { toggleCheck, incNumber, decNumber } from "../actions"; import "../styles/custom.css"; -const DemoPureStates = props => { +const DemoPureStates = (props) => { const { checked, value, dispatch } = props; return (
Demo Managing States in Pure Functional Component
-
- +
-
); } @@ -93,9 +92,6 @@ class Home extends React.Component { Home.propTypes = {}; -const mapStateToProps = state => state; +const mapStateToProps = (state) => state; -export default connect( - mapStateToProps, - dispatch => ({ dispatch }) -)(Home); +export default connect(mapStateToProps, (dispatch) => ({ dispatch }))(Home); diff --git a/samples/hapi-bell-sso/src/client/styles/raleway.css b/samples/hapi-bell-sso/src/client/styles/raleway.css index 630b751e1..ead72d308 100644 --- a/samples/hapi-bell-sso/src/client/styles/raleway.css +++ b/samples/hapi-bell-sso/src/client/styles/raleway.css @@ -1,96 +1,63 @@ /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } diff --git a/samples/hapi-bell-sso/src/server/index.js b/samples/hapi-bell-sso/src/server/index.js index 0f4cb0c8a..4e3c82901 100644 --- a/samples/hapi-bell-sso/src/server/index.js +++ b/samples/hapi-bell-sso/src/server/index.js @@ -28,7 +28,7 @@ function setupElectrodeServerEvents(emitter) { } // -const startServer = config => { +const startServer = (config) => { // const decor = staticPathsDecor(); if (!config.listener) config.listener = setupElectrodeServerEvents; diff --git a/samples/hapi-bell-sso/src/server/plugins/bell.js b/samples/hapi-bell-sso/src/server/plugins/bell.js index 636bbfdbb..043ba85ed 100644 --- a/samples/hapi-bell-sso/src/server/plugins/bell.js +++ b/samples/hapi-bell-sso/src/server/plugins/bell.js @@ -12,7 +12,7 @@ const plugin = { } }; -plugin.register = function(server) { +plugin.register = function (server) { server.auth.strategy("twitter", "bell", { provider: "twitter", password: "cookie_encryption_password_secure", diff --git a/samples/hapi-bell-sso/src/server/views/index-view.jsx b/samples/hapi-bell-sso/src/server/views/index-view.jsx index 50c9a3dec..e8baa8e52 100644 --- a/samples/hapi-bell-sso/src/server/views/index-view.jsx +++ b/samples/hapi-bell-sso/src/server/views/index-view.jsx @@ -17,7 +17,7 @@ import { routes } from "../../client/routes"; let routesEngine; -module.exports = req => { +module.exports = (req) => { if (!routesEngine) { routesEngine = new ReduxRouterEngine({ routes }); } diff --git a/samples/hapi-bell-sso/test/server/server.spec.js b/samples/hapi-bell-sso/test/server/server.spec.js index 99d0218b5..d22f59e14 100644 --- a/samples/hapi-bell-sso/test/server/server.spec.js +++ b/samples/hapi-bell-sso/test/server/server.spec.js @@ -7,6 +7,6 @@ * Unit Testing Server Side Rendering of the React code is not supported yet. */ -describe("server", function() { +describe("server", function () { it("write some unit test for server code", () => {}); }); diff --git a/samples/karma-webpack-babel-istanbul/karma.conf.js b/samples/karma-webpack-babel-istanbul/karma.conf.js index 9a19b6574..2efdfbc6d 100644 --- a/samples/karma-webpack-babel-istanbul/karma.conf.js +++ b/samples/karma-webpack-babel-istanbul/karma.conf.js @@ -3,7 +3,7 @@ const Path = require("path"); const webpackConfig = require("./webpack.config"); -module.exports = function(config) { +module.exports = function (config) { const settings = { files: [ // only specify one entry point diff --git a/samples/karma-webpack-babel-istanbul/src/client/app.jsx b/samples/karma-webpack-babel-istanbul/src/client/app.jsx index 21fa0b1c0..b95b4f47f 100644 --- a/samples/karma-webpack-babel-istanbul/src/client/app.jsx +++ b/samples/karma-webpack-babel-istanbul/src/client/app.jsx @@ -1,6 +1,6 @@ import React from "react"; import Hello from "./hello"; -export default props => { +export default (props) => { return ; }; diff --git a/samples/karma-webpack-babel-istanbul/src/client/hello.jsx b/samples/karma-webpack-babel-istanbul/src/client/hello.jsx index 3465537fa..39571983e 100644 --- a/samples/karma-webpack-babel-istanbul/src/client/hello.jsx +++ b/samples/karma-webpack-babel-istanbul/src/client/hello.jsx @@ -3,7 +3,7 @@ import React from "react"; // webpack config.resolve.modules has "src" so it will find src/styles/demo.css import styles from "styles/demo.css"; // eslint-disable-line -export default props => { +export default (props) => { // cause some uncovered lines to show in karma coverage report if (props.empty) { return
; diff --git a/samples/karma-webpack-babel-istanbul/test/spec/app_test.jsx b/samples/karma-webpack-babel-istanbul/test/spec/app_test.jsx index 27e47bede..e132ae551 100644 --- a/samples/karma-webpack-babel-istanbul/test/spec/app_test.jsx +++ b/samples/karma-webpack-babel-istanbul/test/spec/app_test.jsx @@ -2,7 +2,7 @@ import React from "react"; import App from "client/app"; import { renderToString } from "react-dom/server"; -describe("test app", function() { +describe("test app", function () { it("should be able to render React element to string", () => { const html = renderToString(); console.log(html); diff --git a/samples/karma-webpack-babel-istanbul/webpack.config.js b/samples/karma-webpack-babel-istanbul/webpack.config.js index fd833c2c5..06655876f 100644 --- a/samples/karma-webpack-babel-istanbul/webpack.config.js +++ b/samples/karma-webpack-babel-istanbul/webpack.config.js @@ -54,7 +54,7 @@ module.exports = { loader: postcssLoader, options: { ident: "postcss", - plugins: loader => [ + plugins: (loader) => [ autoprefixer({ browsers: browserslist }), diff --git a/samples/poc-subapp-min-hapi/src/server/index.js b/samples/poc-subapp-min-hapi/src/server/index.js index 8b2e6de84..2b092b6fe 100644 --- a/samples/poc-subapp-min-hapi/src/server/index.js +++ b/samples/poc-subapp-min-hapi/src/server/index.js @@ -26,7 +26,7 @@ function setupElectrodeServerEvents(emitter) { emitter.on("complete", (data, next) => next()); } -const startServer = config => { +const startServer = (config) => { if (!config.listener) { config.listener = setupElectrodeServerEvents; } diff --git a/samples/poc-subapp-pbx/src/demo3/subapp-demo3.js b/samples/poc-subapp-pbx/src/demo3/subapp-demo3.js index 974ae833a..0abd8ac3c 100644 --- a/samples/poc-subapp-pbx/src/demo3/subapp-demo3.js +++ b/samples/poc-subapp-pbx/src/demo3/subapp-demo3.js @@ -6,10 +6,7 @@ class Demo3 extends Component { constructor(props) { super(props); this.state = { num: 0 }; - this.interval = setInterval( - this.autoIncrement.bind(this), - 1000 - ); + this.interval = setInterval(this.autoIncrement.bind(this), 1000); } autoIncrement() { @@ -27,10 +24,7 @@ class Demo3 extends Component { const { num } = this.state; return (
-

- Demo3 Page auto increment:   -  {num}  -

+

Demo3 Page auto increment:    {num} 

); } diff --git a/samples/poc-subapp-pbx/src/group-1-a/server.js b/samples/poc-subapp-pbx/src/group-1-a/server.js index 095be9d02..73706ba83 100644 --- a/samples/poc-subapp-pbx/src/group-1-a/server.js +++ b/samples/poc-subapp-pbx/src/group-1-a/server.js @@ -1,6 +1,6 @@ module.exports = { async prepare() { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { console.log("group-1-a ready"); resolve({ valueA: 2999 }); diff --git a/samples/poc-subapp-pbx/src/group-1-b/server.js b/samples/poc-subapp-pbx/src/group-1-b/server.js index 0750f08ab..d72a0b2d4 100644 --- a/samples/poc-subapp-pbx/src/group-1-b/server.js +++ b/samples/poc-subapp-pbx/src/group-1-b/server.js @@ -1,6 +1,6 @@ module.exports = { async prepare() { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { console.log("group-1-b ready"); resolve({ valueB: 2111 }); diff --git a/samples/poc-subapp-pbx/src/home/server.js b/samples/poc-subapp-pbx/src/home/server.js index cd6b9b645..1fe4d0a09 100644 --- a/samples/poc-subapp-pbx/src/home/server.js +++ b/samples/poc-subapp-pbx/src/home/server.js @@ -1,6 +1,6 @@ module.exports = { async prepare() { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { resolve({}); }, 100); diff --git a/samples/poc-subapp-pbx/src/home/subapp-home.js b/samples/poc-subapp-pbx/src/home/subapp-home.js index 6a180a16b..b0a5f81bd 100644 --- a/samples/poc-subapp-pbx/src/home/subapp-home.js +++ b/samples/poc-subapp-pbx/src/home/subapp-home.js @@ -16,7 +16,7 @@ import { unmountComponentAtNode } from "preact/compat"; import "tachyons-sass/tachyons.scss"; // ssr inline subapp -const SSRSubApp = props => { +const SSRSubApp = (props) => { return ( {({ ssr }) => { diff --git a/samples/poc-subapp-pmin/config/production.js b/samples/poc-subapp-pmin/config/production.js index 668d4ad20..112919b0a 100644 --- a/samples/poc-subapp-pmin/config/production.js +++ b/samples/poc-subapp-pmin/config/production.js @@ -12,12 +12,12 @@ const serveStaticFiles = () => { }; module.exports = { - "plugins": { - "inert": { - "enable": serveStaticFiles() + plugins: { + inert: { + enable: serveStaticFiles() }, - "electrodeStaticPaths": { - "enable": serveStaticFiles() + electrodeStaticPaths: { + enable: serveStaticFiles() } } }; diff --git a/samples/poc-subapp-pmin/src/server/index.js b/samples/poc-subapp-pmin/src/server/index.js index 73a55de1f..f336aad18 100644 --- a/samples/poc-subapp-pmin/src/server/index.js +++ b/samples/poc-subapp-pmin/src/server/index.js @@ -26,7 +26,7 @@ function setupElectrodeServerEvents(emitter) { emitter.on("complete", (data, next) => next()); } -const startServer = config => { +const startServer = (config) => { if (!config.listener) config.listener = setupElectrodeServerEvents; return electrodeServer(config, []); }; @@ -36,7 +36,7 @@ const startServer = config => { module.exports = () => loadRuntimeSupport().then(() => { const config = electrodeConfippet.config; - return startServer(config).catch(e => { + return startServer(config).catch((e) => { console.log("start server failed -", e.message); // eslint-disable-line process.exit(1); }); diff --git a/samples/poc-subapp-redux/.eslintrc.js b/samples/poc-subapp-redux/.eslintrc.js index 2f1a6a306..3607f696d 100644 --- a/samples/poc-subapp-redux/.eslintrc.js +++ b/samples/poc-subapp-redux/.eslintrc.js @@ -7,5 +7,5 @@ function dotify(p) { } module.exports = { - extends: dotify(path.relative(__dirname, archetypeEslint)) + extends: dotify(path.relative(__dirname, archetypeEslint)), }; diff --git a/samples/poc-subapp-redux/archetype/config/index.js b/samples/poc-subapp-redux/archetype/config/index.js index 2bed5e77c..0cf2e1fa7 100644 --- a/samples/poc-subapp-redux/archetype/config/index.js +++ b/samples/poc-subapp-redux/archetype/config/index.js @@ -1,5 +1,5 @@ module.exports = { options: { - subapp: true - } + subapp: true, + }, }; diff --git a/samples/poc-subapp-redux/babel.config.js b/samples/poc-subapp-redux/babel.config.js index fb1d6601e..fbc7c5aec 100644 --- a/samples/poc-subapp-redux/babel.config.js +++ b/samples/poc-subapp-redux/babel.config.js @@ -1,4 +1,4 @@ "use strict"; module.exports = { - extends: "@xarc/app-dev/config/babel/babelrc.js" + extends: "@xarc/app-dev/config/babel/babelrc.js", }; diff --git a/samples/poc-subapp-redux/config/default.js b/samples/poc-subapp-redux/config/default.js index 7c085cacb..f8ffd5700 100644 --- a/samples/poc-subapp-redux/config/default.js +++ b/samples/poc-subapp-redux/config/default.js @@ -11,9 +11,9 @@ const portFromEnv = () => { module.exports = { plugins: { "@xarc/app-dev": { - enable: process.env.WEBPACK_DEV === "true" + enable: process.env.WEBPACK_DEV === "true", }, - "subapp-server": { options: { insertTokenIds: true } } + "subapp-server": { options: { insertTokenIds: true } }, }, connections: { default: { @@ -21,11 +21,11 @@ module.exports = { address: process.env.HOST_IP || "0.0.0.0", port: portFromEnv(), routes: { - cors: false + cors: false, }, state: { - ignoreErrors: true - } - } - } + ignoreErrors: true, + }, + }, + }, }; diff --git a/samples/poc-subapp-redux/config/production.js b/samples/poc-subapp-redux/config/production.js index 8bc69dd8f..ab0961284 100644 --- a/samples/poc-subapp-redux/config/production.js +++ b/samples/poc-subapp-redux/config/production.js @@ -3,8 +3,8 @@ module.exports = { "subapp-server": { options: { insertTokenIds: false, - cdn: { enable: true } - } - } - } + cdn: { enable: true }, + }, + }, + }, }; diff --git a/samples/poc-subapp-redux/package.json b/samples/poc-subapp-redux/package.json index b3f9d8893..f07b0ed91 100644 --- a/samples/poc-subapp-redux/package.json +++ b/samples/poc-subapp-redux/package.json @@ -34,7 +34,7 @@ "test": "clap check", "build": "clap build" }, - "dependencies": { + "dependencies": { "@babel/runtime": "^7.17.9", "@module-federation/concat-runtime": "^0.0.1", "@xarc/fastify-server": "^3.3.0", @@ -50,7 +50,7 @@ "react-router-dom": "^6.4.3", "redux": "^4.2.0", "redux-logger": "^3.0.6", - "subapp-react":"1.0.0", + "subapp-react": "1.0.0", "subapp-redux": "2.0.0", "subapp-server": "2.0.0", "subapp-web": "2.0.0" diff --git a/samples/poc-subapp-redux/src/.eslintrc.js b/samples/poc-subapp-redux/src/.eslintrc.js index 741028a4c..17a0769e5 100644 --- a/samples/poc-subapp-redux/src/.eslintrc.js +++ b/samples/poc-subapp-redux/src/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintReactRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintReactRc + extends: eslintReactRc, }; 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 c958a05b8..fdeb059df 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 @@ -15,22 +15,23 @@ const HomeComp = (props) => { return (

HOME

- +
- + Redux State Demo -
+
Check out the number below and footer's submit. -
+
You can do the same on other tabs too, if available. -
+
- {props.number} - + + {props.number} + +
- ); }; diff --git a/samples/poc-subapp-redux/src/02.main-body/reducers.jsx b/samples/poc-subapp-redux/src/02.main-body/reducers.jsx index 8d90c5fc5..53fee1a64 100644 --- a/samples/poc-subapp-redux/src/02.main-body/reducers.jsx +++ b/samples/poc-subapp-redux/src/02.main-body/reducers.jsx @@ -9,23 +9,23 @@ const number = (number = 1000, action = {}) => { return number; }; -const items = s => { +const items = (s) => { return s || { items: [] }; }; export default { number, - items + items, }; // Action function for easy of use. export const incNumber = () => { return { - type: "INC_NUMBER" + type: "INC_NUMBER", }; }; export const decNumber = () => { return { - type: "DEC_NUMBER" + type: "DEC_NUMBER", }; -}; \ No newline at end of file +}; 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 2bd385c07..35c311efb 100644 --- a/samples/poc-subapp-redux/src/02.main-body/server.jsx +++ b/samples/poc-subapp-redux/src/02.main-body/server.jsx @@ -4,7 +4,7 @@ import { StaticRouter } from "react-router-dom/server"; module.exports = { prepare: async ({ request, context }) => { - return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 1000)) + return new Promise((resolve) => setTimeout(resolve, 50 + Math.random() * 1000)) .then({ number: 100, items: [ @@ -13,51 +13,51 @@ module.exports = { imageUrl: "https://i5.walmartimages.com/asr/eb17a965-39fc-4f78-9512-ed9e8535cb3f_2.a3bc9a314bb6bf1d7c323ea038f181b8.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", footer: `VIZIO 50” Class 4K Ultra HD LED TV`, - type: "danger" + type: "danger", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://i5.walmartimages.com/asr/7da972fa-166b-4e32-a59e-eb99d932f97e_1.98742f6c14fb6ecc1feed8c1b2c7d340.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", footer: `Sharp 40" Class FHD (1080p) LED TV`, - type: "success" + type: "success", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://i5.walmartimages.com/asr/38ee580a-8e54-48fa-8f0d-4ca6be5b4c29_3.57548f072dc4d4eb3833b7b2837c5f35.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", - footer: `Sceptre 32" Class HD (720P) LED TV` + footer: `Sceptre 32" Class HD (720P) LED TV`, }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://placehold.it/150x80?text=IMAGE", footer: "Buy 50 mobiles and get a gift card", - type: "success" + type: "success", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://placehold.it/150x80?text=IMAGE", - footer: "Buy 50 mobiles and get a gift card" + footer: "Buy 50 mobiles and get a gift card", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://placehold.it/150x80?text=IMAGE", footer: "Buy 50 mobiles and get a gift card", - type: "success" - } - ] + type: "success", + }, + ], }) - .then(initialState => { + .then((initialState) => { return { initialState }; }); }, - StartComponent: props => { + StartComponent: (props) => { return ( ); - } + }, }; console.log("hello from main-body server.jsx"); diff --git a/samples/poc-subapp-redux/src/02.main-body/subapp-manifest.js b/samples/poc-subapp-redux/src/02.main-body/subapp-manifest.js index 243851d85..ae7e917d1 100644 --- a/samples/poc-subapp-redux/src/02.main-body/subapp-manifest.js +++ b/samples/poc-subapp-redux/src/02.main-body/subapp-manifest.js @@ -2,5 +2,5 @@ module.exports = { type: "app", name: "MainBody", entry: "main-body", - serverEntry: "./server" + serverEntry: "./server", }; diff --git a/samples/poc-subapp-redux/src/04.footer/server.jsx b/samples/poc-subapp-redux/src/04.footer/server.jsx index ba932d01d..d57f61ac6 100644 --- a/samples/poc-subapp-redux/src/04.footer/server.jsx +++ b/samples/poc-subapp-redux/src/04.footer/server.jsx @@ -6,9 +6,9 @@ module.exports = { }, prepare: () => { // console.log("subapp footer server prepare"); - return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 1000)).then({ - title: "Your Online Store Copyright" + return new Promise((resolve) => setTimeout(resolve, 50 + Math.random() * 1000)).then({ + title: "Your Online Store Copyright", }); }, - StartComponent: Component + StartComponent: Component, }; diff --git a/samples/poc-subapp-redux/src/04.footer/subapp-footer.jsx b/samples/poc-subapp-redux/src/04.footer/subapp-footer.jsx index d16ec4d97..7ddf26b6f 100644 --- a/samples/poc-subapp-redux/src/04.footer/subapp-footer.jsx +++ b/samples/poc-subapp-redux/src/04.footer/subapp-footer.jsx @@ -3,7 +3,7 @@ import { reduxLoadSubApp } from "subapp-redux"; import PropTypes from "prop-types"; import { connect } from "react-redux"; -const email = (email = '', action = {}) => { +const email = (email = "", action = {}) => { if (action.type === "EMAIL") { return action.payload; } @@ -12,15 +12,14 @@ const email = (email = '', action = {}) => { const setEmail = (value) => { return { - type: 'EMAIL', - payload: value + type: "EMAIL", + payload: value, }; }; -const reducers = {email}; - -const Footer = props => { +const reducers = { email }; +const Footer = (props) => { const onSubmit = () => { const email = document.getElementById("email").value; props.dispatch(setEmail(email)); @@ -31,7 +30,13 @@ const Footer = props => {

Redux state change demo in a subApp

Footer is a subApp. Click "Submit" to see Redux state change in browser console. - + @@ -40,12 +45,12 @@ const Footer = props => { }; Footer.propTypes = { - title: PropTypes.string + title: PropTypes.string, }; const Component = connect( - state => state, - dispatch => ({ dispatch }) + (state) => state, + (dispatch) => ({ dispatch }) )(Footer); export default reduxLoadSubApp({ @@ -54,12 +59,12 @@ export default reduxLoadSubApp({ reduxShareStore: true, reduxReducers: reducers, prepare: () => { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { resolve({ - title: "Online Store Copyright" + title: "Online Store Copyright", }); }, 2000); }); - } + }, }); diff --git a/samples/poc-subapp-redux/src/05.extras/subapp-extras.jsx b/samples/poc-subapp-redux/src/05.extras/subapp-extras.jsx index d24e4dc29..1285ec4ba 100644 --- a/samples/poc-subapp-redux/src/05.extras/subapp-extras.jsx +++ b/samples/poc-subapp-redux/src/05.extras/subapp-extras.jsx @@ -3,7 +3,7 @@ import { reduxLoadSubApp } from "subapp-redux"; import PropTypes from "prop-types"; import { connect } from "react-redux"; -const Extras = props => { +const Extras = (props) => { return (

Extras Extras Extras

@@ -13,24 +13,24 @@ const Extras = props => { }; Extras.propTypes = { - message: PropTypes.string + message: PropTypes.string, }; const Component = connect( - state => state, - dispatch => ({ dispatch }) + (state) => state, + (dispatch) => ({ dispatch }) )(Extras); export default reduxLoadSubApp({ name: "Extras", Component, prepare: () => { - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(() => { resolve({ - message: "what other buyers are looking at" + message: "what other buyers are looking at", }); }, 1000); }); - } + }, }); diff --git a/samples/poc-subapp-redux/src/06.suspense-demo/subapp-suspense-demo.js b/samples/poc-subapp-redux/src/06.suspense-demo/subapp-suspense-demo.js index 3b293f064..123eda5d7 100644 --- a/samples/poc-subapp-redux/src/06.suspense-demo/subapp-suspense-demo.js +++ b/samples/poc-subapp-redux/src/06.suspense-demo/subapp-suspense-demo.js @@ -11,7 +11,7 @@ class Data1 extends React.Component { render() { if (!data) { - throw new Promise(resolve => { + throw new Promise((resolve) => { setTimeout(() => { data = "demo data received from async call"; resolve(data); @@ -52,5 +52,5 @@ class SuspenseDemo extends React.Component { export default loadSubApp({ name: "SuspenseDemo", - Component: SuspenseDemo + Component: SuspenseDemo, }); diff --git a/samples/poc-subapp-redux/src/components/adv-grid.jsx b/samples/poc-subapp-redux/src/components/adv-grid.jsx index 241095b73..e21af9136 100644 --- a/samples/poc-subapp-redux/src/components/adv-grid.jsx +++ b/samples/poc-subapp-redux/src/components/adv-grid.jsx @@ -7,27 +7,28 @@ import GridListTileBar from "@material-ui/core/GridListTileBar"; import IconButton from "@material-ui/core/IconButton"; import StarBorderIcon from "@material-ui/icons/StarBorder"; -const styles = theme => ({ +const styles = (theme) => ({ root: { display: "flex", flexWrap: "wrap", justifyContent: "space-around", overflow: "hidden", - backgroundColor: theme.palette.background.paper + backgroundColor: theme.palette.background.paper, }, gridList: { width: 500, height: 450, // Promote the list into his own layer on Chrome. This cost memory but helps keeping high FPS. - transform: "translateZ(0)" + transform: "translateZ(0)", }, titleBar: { background: - "linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, " + "rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%)" + "linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, " + + "rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%)", }, icon: { - color: "white" - } + color: "white", + }, }); function AdvancedGridList(props) { @@ -36,7 +37,7 @@ function AdvancedGridList(props) { return (
- {imagesData.map(img => ( + {imagesData.map((img) => ( this.setState({ ready: true }); dynamicLoadSubApp({ name: "Deal", - onLoad + onLoad, }); // if not, return loadingComponent @@ -38,7 +38,7 @@ class SubApp extends React.Component { } } -const DealSubApp = props => { +const DealSubApp = (props) => { const { id } = props; dynamicLoadSubApp({ name: "Deal", id }); @@ -56,17 +56,17 @@ const DealSubApp = props => { const incNumber = () => { return { - type: "INC_NUMBER" + type: "INC_NUMBER", }; }; const decNumber = () => { return { - type: "DEC_NUMBER" + type: "DEC_NUMBER", }; }; -const Deals = props => { +const Deals = (props) => { const { value, dispatch } = props; return ( @@ -90,13 +90,13 @@ const Deals = props => { }; Deals.propTypes = { - value: PropTypes.number + value: PropTypes.number, }; -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { value: state.number.value }; }; -const ReduxDeals = connect(mapStateToProps, dispatch => ({ dispatch }))(Deals); +const ReduxDeals = connect(mapStateToProps, (dispatch) => ({ dispatch }))(Deals); export { ReduxDeals as Deals }; diff --git a/samples/poc-subapp-redux/src/components/large.jsx b/samples/poc-subapp-redux/src/components/large.jsx index e28fd55a2..77940a461 100644 --- a/samples/poc-subapp-redux/src/components/large.jsx +++ b/samples/poc-subapp-redux/src/components/large.jsx @@ -18,7 +18,7 @@ function Large(props) { return (
{`hello ${depth}:${breadth}; `} - {range(breadth, i => ( + {range(breadth, (i) => (
{`${depth}-${i}; `} {i < 3 && depth > 0 && ( @@ -26,7 +26,7 @@ function Large(props) { )}
))} - {range(8, i => ( + {range(8, (i) => ( {`${i}.`} ))}
@@ -36,7 +36,7 @@ function Large(props) { Large.propTypes = { breadth: PropTypes.number.isRequired, depth: PropTypes.number.isRequired, - imagesData: PropTypes.array.isRequired + imagesData: PropTypes.array.isRequired, }; export default Large; diff --git a/samples/poc-subapp-redux/src/components/navigation.jsx b/samples/poc-subapp-redux/src/components/navigation.jsx index 97139e8d5..aa57b04cd 100644 --- a/samples/poc-subapp-redux/src/components/navigation.jsx +++ b/samples/poc-subapp-redux/src/components/navigation.jsx @@ -1,7 +1,7 @@ import React from "react"; import { Link } from "react-router-dom"; -const NavItem = props => { +const NavItem = (props) => { const { to, children } = props; return (
  • @@ -53,4 +53,4 @@ export const Navigation = () => {
  • ); -}; \ No newline at end of file +}; diff --git a/samples/poc-subapp-redux/src/components/products.jsx b/samples/poc-subapp-redux/src/components/products.jsx index ab191aeee..223508ff7 100644 --- a/samples/poc-subapp-redux/src/components/products.jsx +++ b/samples/poc-subapp-redux/src/components/products.jsx @@ -1,10 +1,10 @@ import React from "react"; import PropTypes from "prop-types"; -import {connect} from "react-redux"; +import { connect } from "react-redux"; -import {decNumber, incNumber} from "../02.main-body/reducers"; +import { decNumber, incNumber } from "../02.main-body/reducers"; -const DealItem = props => { +const DealItem = (props) => { const { item } = props; const panelClass = `panel panel-${item.type || "primary"}`; return ( @@ -25,7 +25,7 @@ const DealItem = props => { ); }; -const DealRow = props => { +const DealRow = (props) => { const { items, index } = props; const elements = []; for (let i = 0; i < 3 && index + i < items.length; i++) { @@ -34,7 +34,7 @@ const DealRow = props => { return
    {elements}
    ; }; -const Products = props => { +const Products = (props) => { const { items, dispatch } = props; const rows = []; for (let i = 0; i < items.length; i += 3) { @@ -56,16 +56,13 @@ const Products = props => { Products.propTypes = { items: PropTypes.array, - value: PropTypes.number + value: PropTypes.number, }; -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { items: state.items, number: state.number }; }; -const ReduxProducts = connect( - mapStateToProps, - dispatch => ({ dispatch }) -)(Products); +const ReduxProducts = connect(mapStateToProps, (dispatch) => ({ dispatch }))(Products); export { ReduxProducts as Products }; diff --git a/samples/poc-subapp-redux/src/deal/subapp-deal.jsx b/samples/poc-subapp-redux/src/deal/subapp-deal.jsx index 205452889..a95701991 100644 --- a/samples/poc-subapp-redux/src/deal/subapp-deal.jsx +++ b/samples/poc-subapp-redux/src/deal/subapp-deal.jsx @@ -1,6 +1,6 @@ import { React, loadSubApp } from "subapp-react"; -const Deal = props => { +const Deal = (props) => { return
    SPECIAL DEAL - SPECIAL DEAL - {props.deal}
    ; }; diff --git a/samples/poc-subapp-redux/src/server-routes/.eslintrc.js b/samples/poc-subapp-redux/src/server-routes/.eslintrc.js index 6e9a41dcc..c236e19cf 100644 --- a/samples/poc-subapp-redux/src/server-routes/.eslintrc.js +++ b/samples/poc-subapp-redux/src/server-routes/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintNodeRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintNodeRc + extends: eslintNodeRc, }; diff --git a/samples/poc-subapp-redux/src/server-routes/default/route.js b/samples/poc-subapp-redux/src/server-routes/default/route.js index 8372fbc2a..0ceb13275 100644 --- a/samples/poc-subapp-redux/src/server-routes/default/route.js +++ b/samples/poc-subapp-redux/src/server-routes/default/route.js @@ -9,7 +9,7 @@ module.exports = { "/stores", "/contact", "/account", - "/cart" + "/cart", ], pageTitle: "Online Store Home", // Specify the HTML index generation template @@ -17,5 +17,5 @@ module.exports = { // because babel transpiled it to .js in prod mode // but in dev mode we still need to be able to load the // .jsx version directly through @babel/register. - templateFile: "index" + templateFile: "index", }; diff --git a/samples/poc-subapp-redux/src/server/.eslintrc.js b/samples/poc-subapp-redux/src/server/.eslintrc.js index 6e9a41dcc..c236e19cf 100644 --- a/samples/poc-subapp-redux/src/server/.eslintrc.js +++ b/samples/poc-subapp-redux/src/server/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintNodeRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintNodeRc + extends: eslintNodeRc, }; diff --git a/samples/poc-subapp-redux/src/server/index.js b/samples/poc-subapp-redux/src/server/index.js index 25d9e67cc..5bb2667ec 100644 --- a/samples/poc-subapp-redux/src/server/index.js +++ b/samples/poc-subapp-redux/src/server/index.js @@ -26,7 +26,7 @@ function setupElectrodeServerEvents(emitter) { emitter.on("complete", (data, next) => next()); } -const startServer = config => { +const startServer = (config) => { if (!config.listener) { config.listener = setupElectrodeServerEvents; } 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 eec87331b..28df84c04 100644 --- a/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx +++ b/samples/poc-subapp-redux/src/subapps/03.bottom/bottom.jsx @@ -5,8 +5,7 @@ import { createStore } from "redux"; import { connect } from "react-redux"; import PropTypes from "prop-types"; - -const MoreProducts = props => { +const MoreProducts = (props) => { return (

    More Products

    @@ -15,7 +14,7 @@ const MoreProducts = props => { }; MoreProducts.propTypes = { - imagesData: PropTypes.array.isRequired + imagesData: PropTypes.array.isRequired, }; const MoreDeals = () => { @@ -36,7 +35,7 @@ const MoreDeals = () => { ); }; -const Bottom = props => { +const Bottom = (props) => { return ( } /> @@ -46,22 +45,22 @@ const Bottom = props => { }; const Component = connect( - state => state, - dispatch => ({ dispatch }) + (state) => state, + (dispatch) => ({ dispatch }) )(Bottom); export default reduxLoadSubApp({ name: "Bottom", useReactRouter: true, Component, - StartComponent: props => { + StartComponent: (props) => { return ( ); }, - reduxCreateStore: initialState => { - return createStore(s => s, initialState); - } + reduxCreateStore: (initialState) => { + return createStore((s) => s, 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 10d35721b..001585c76 100644 --- a/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx +++ b/samples/poc-subapp-redux/src/subapps/03.bottom/server.jsx @@ -9,33 +9,33 @@ export default { initialize: () => { if (!filterImages) { const natureImages = JSON.parse(Fs.readFileSync("static/nature-images.json")); - filterImages = natureImages.value.map(x => { + filterImages = natureImages.value.map((x) => { return { contentUrl: x.contentUrl, featured: x.featured, thumbnail: x.thumbnail, thumbnailUrl: x.thumbnailUrl, - name: x.name + name: x.name, }; }); } }, prepare: (request, context) => { const initialState = { - imagesData: filterImages + imagesData: filterImages, }; const store = subApp.reduxCreateStore(initialState); - - return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 500)).then({ + + return new Promise((resolve) => setTimeout(resolve, 50 + Math.random() * 500)).then({ initialState, - store + store, }); }, - StartComponent: props => { + StartComponent: (props) => { return ( ); - } + }, }; diff --git a/samples/poc-subapp-redux/src/subapps/03.bottom/subapp-manifest.js b/samples/poc-subapp-redux/src/subapps/03.bottom/subapp-manifest.js index 258dde270..83a74cb5f 100644 --- a/samples/poc-subapp-redux/src/subapps/03.bottom/subapp-manifest.js +++ b/samples/poc-subapp-redux/src/subapps/03.bottom/subapp-manifest.js @@ -2,5 +2,5 @@ module.exports = { type: "app", name: "Bottom", entry: "bottom", - serverEntry: "./server" + serverEntry: "./server", }; diff --git a/samples/poc-subapp-redux/test/client/.eslintrc.js b/samples/poc-subapp-redux/test/client/.eslintrc.js index bd1445e5b..34785e770 100644 --- a/samples/poc-subapp-redux/test/client/.eslintrc.js +++ b/samples/poc-subapp-redux/test/client/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintReactTestRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintReactTestRc + extends: eslintReactTestRc, }; diff --git a/samples/poc-subapp-redux/test/client/components/home.spec.jsx b/samples/poc-subapp-redux/test/client/components/home.spec.jsx index 61c8102f1..78ab3c415 100644 --- a/samples/poc-subapp-redux/test/client/components/home.spec.jsx +++ b/samples/poc-subapp-redux/test/client/components/home.spec.jsx @@ -20,12 +20,17 @@ describe("Home", () => { it("has expected content with deep render", () => { const initialState = { checkBox: { checked: false }, - number: { value: 999 } + number: { value: 999 }, }; const store = createStore(rootReducer, initialState); - component = ReactDOM.render(, container); + component = ReactDOM.render( + + + , + container + ); expect(component).to.not.be.false; }); diff --git a/samples/poc-subapp-redux/test/server/.eslintrc.js b/samples/poc-subapp-redux/test/server/.eslintrc.js index 7c3609dd8..8a65664cc 100644 --- a/samples/poc-subapp-redux/test/server/.eslintrc.js +++ b/samples/poc-subapp-redux/test/server/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintNodeTestRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintNodeTestRc + extends: eslintNodeTestRc, }; diff --git a/samples/poc-subapp-redux/xclap.js b/samples/poc-subapp-redux/xclap.js index 5a252f9b3..c46c2f636 100644 --- a/samples/poc-subapp-redux/xclap.js +++ b/samples/poc-subapp-redux/xclap.js @@ -5,7 +5,7 @@ exports.xrun = xrun; xrun.updateEnv( { WEBPACK_DEV_PORT: 0, - APP_SERVER_PORT: 0 + APP_SERVER_PORT: 0, }, { override: false } ); @@ -14,6 +14,6 @@ const deps = require("./package.json").dependencies; loadDevTasks(xrun, { webpackOptions: { - minify: true - } + minify: true, + }, }); diff --git a/samples/poc-subapp/fyn-lock.yaml b/samples/poc-subapp/fyn-lock.yaml index 03c4933c2..8692e1cbc 100644 --- a/samples/poc-subapp/fyn-lock.yaml +++ b/samples/poc-subapp/fyn-lock.yaml @@ -1,9489 +1,9489 @@ $fyn: - layout: normal + layout: normal $pkg: - dep: - '@babel/runtime': ^7.12.5 - '@module-federation/concat-runtime': ^0.0.1 - '@xarc/fastify-server': ^2.0.0 - electrode-confippet: ^1.5.0 - history: ^5.3.0 - html-webpack-plugin: ^5.3.1 - react: ^18.2.0 - react-dom: ^18.2.0 - react-redux: ^8.0.4 - react-router: ^6.4.3 - react-router-dom: ^6.4.3 - redux: ^4.2.0 - '@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 - dev: - '@xarc/opt-eslint': ../../packages/xarc-opt-eslint - '@xarc/app-dev': ../../packages/xarc-app-dev -'@ampproject/remapping': - _latest: 2.2.0 - _: - ^2.1.0: 2.2.0 - 2.2.0: - $: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== - _: 'https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz' - dependencies: - '@jridgewell/gen-mapping': ^0.1.0 - '@jridgewell/trace-mapping': ^0.3.9 -'@babel/cli': - _latest: 7.19.3 - _: - ^7.17.10: 7.19.3 - 7.19.3: - $: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== - _: 'https://registry.npmjs.org/@babel/cli/-/cli-7.19.3.tgz' - dependencies: - '@jridgewell/trace-mapping': ^0.3.8 - commander: ^4.0.1 - convert-source-map: ^1.1.0 - fs-readdir-recursive: ^1.1.0 - glob: ^7.2.0 - make-dir: ^2.1.0 - slash: ^2.0.0 - optionalDependencies: - '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 - chokidar: ^3.4.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/code-frame': - _latest: 7.18.6 - _: - 7.12.11: 7.12.11 - '^7.0.0,^7.18.6': 7.18.6 - 7.18.6: - $: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== - _: 'https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz' - dependencies: - '@babel/highlight': ^7.18.6 - 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.20.1 - _: - '^7.17.7,^7.19.4,^7.20.0': 7.20.1 - 7.20.1: - $: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== - _: 'https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz' -'@babel/core': - _latest: 7.19.6 - _: - '^7.17.12,^7.7.5': 7.19.6 - 7.19.6: - $: sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== - _: 'https://registry.npmjs.org/@babel/core/-/core-7.19.6.tgz' - dependencies: - '@ampproject/remapping': ^2.1.0 - '@babel/code-frame': ^7.18.6 - '@babel/generator': ^7.19.6 - '@babel/helper-compilation-targets': ^7.19.3 - '@babel/helper-module-transforms': ^7.19.6 - '@babel/helpers': ^7.19.4 - '@babel/parser': ^7.19.6 - '@babel/template': ^7.18.10 - '@babel/traverse': ^7.19.6 - '@babel/types': ^7.19.4 - convert-source-map: ^1.7.0 - debug: ^4.1.0 - gensync: ^1.0.0-beta.2 - json5: ^2.2.1 - semver: ^6.3.0 -'@babel/generator': - _latest: 7.20.1 - _: - '^7.0.0-beta.44,^7.19.6,^7.20.1': 7.20.1 - 7.20.1: - $: sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg== - _: 'https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz' - dependencies: - '@babel/types': ^7.20.0 - '@jridgewell/gen-mapping': ^0.3.2 - jsesc: ^2.5.1 -'@babel/helper-annotate-as-pure': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== - _: 'https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-builder-binary-assignment-operator-visitor': - _latest: 7.18.9 - _: - ^7.18.6: 7.18.9 - 7.18.9: - $: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== - _: 'https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz' - dependencies: - '@babel/helper-explode-assignable-expression': ^7.18.6 - '@babel/types': ^7.18.9 -'@babel/helper-builder-react-jsx': - _latest: 7.19.0 - _: - ^7.18.6: 7.19.0 - 7.19.0: - $: sha512-xvrbORmJ13lWrqyMErk4vczhXNNWdOSg1BZ+R/7D34SjDjToR5g3M5UpD6MyUekstI50qAHLWA1j7w5o1WK2Pw== - _: 'https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.19.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/types': ^7.19.0 -'@babel/helper-compilation-targets': - _latest: 7.20.0 - _: - '^7.17.7,^7.18.9,^7.19.0,^7.19.3': 7.20.0 - 7.20.0: - $: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== - _: 'https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz' - dependencies: - '@babel/compat-data': ^7.20.0 - '@babel/helper-validator-option': ^7.18.6 - browserslist: ^4.21.3 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-create-class-features-plugin': - _latest: 7.19.0 - _: - '^7.18.6,^7.19.0': 7.19.0 - 7.19.0: - $: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw== - _: 'https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-environment-visitor': ^7.18.9 - '@babel/helper-function-name': ^7.19.0 - '@babel/helper-member-expression-to-functions': ^7.18.9 - '@babel/helper-optimise-call-expression': ^7.18.6 - '@babel/helper-replace-supers': ^7.18.9 - '@babel/helper-split-export-declaration': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-create-regexp-features-plugin': - _latest: 7.19.0 - _: - '^7.18.6,^7.19.0': 7.19.0 - 7.19.0: - $: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw== - _: 'https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - regexpu-core: ^5.1.0 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-define-polyfill-provider': - _latest: 0.3.3 - _: - ^0.3.3: 0.3.3 - 0.3.3: - $: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== - _: 'https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz' - dependencies: - '@babel/helper-compilation-targets': ^7.17.7 - '@babel/helper-plugin-utils': ^7.16.7 - 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-environment-visitor': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== - _: 'https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz' -'@babel/helper-explode-assignable-expression': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== - _: 'https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-function-name': - _latest: 7.19.0 - _: - '^7.18.9,^7.19.0': 7.19.0 - 7.19.0: - $: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== - _: 'https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz' - dependencies: - '@babel/template': ^7.18.10 - '@babel/types': ^7.19.0 -'@babel/helper-hoist-variables': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== - _: 'https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-member-expression-to-functions': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== - _: 'https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz' - dependencies: - '@babel/types': ^7.18.9 -'@babel/helper-module-imports': - _latest: 7.18.6 - _: - '^7.0.0-beta.44,^7.0.0-beta.49,^7.18.6': 7.18.6 - 7.18.6: - $: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== - _: 'https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-module-transforms': - _latest: 7.19.6 - _: - '^7.18.6,^7.19.6': 7.19.6 - 7.19.6: - $: sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== - _: 'https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz' - dependencies: - '@babel/helper-environment-visitor': ^7.18.9 - '@babel/helper-module-imports': ^7.18.6 - '@babel/helper-simple-access': ^7.19.4 - '@babel/helper-split-export-declaration': ^7.18.6 - '@babel/helper-validator-identifier': ^7.19.1 - '@babel/template': ^7.18.10 - '@babel/traverse': ^7.19.6 - '@babel/types': ^7.19.4 -'@babel/helper-optimise-call-expression': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== - _: 'https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-plugin-utils': - _latest: 7.19.0 - _: - '^7.0.0,^7.10.4,^7.12.13,^7.14.5,^7.16.7,^7.18.6,^7.18.9,^7.19.0,^7.8.0,^7.8.3': 7.19.0 - 7.19.0: - $: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== - _: 'https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz' -'@babel/helper-remap-async-to-generator': - _latest: 7.18.9 - _: - '^7.18.6,^7.18.9': 7.18.9 - 7.18.9: - $: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== - _: 'https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-environment-visitor': ^7.18.9 - '@babel/helper-wrap-function': ^7.18.9 - '@babel/types': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/helper-replace-supers': - _latest: 7.19.1 - _: - '^7.18.6,^7.18.9,^7.19.1': 7.19.1 - 7.19.1: - $: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw== - _: 'https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz' - dependencies: - '@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.19.1 - '@babel/types': ^7.19.0 -'@babel/helper-simple-access': - _latest: 7.19.4 - _: - ^7.19.4: 7.19.4 - 7.19.4: - $: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== - _: 'https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz' - dependencies: - '@babel/types': ^7.19.4 -'@babel/helper-skip-transparent-expression-wrappers': - _latest: 7.20.0 - _: - ^7.18.9: 7.20.0 - 7.20.0: - $: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== - _: 'https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz' - dependencies: - '@babel/types': ^7.20.0 -'@babel/helper-split-export-declaration': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== - _: 'https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz' - dependencies: - '@babel/types': ^7.18.6 -'@babel/helper-string-parser': - _latest: 7.19.4 - _: - ^7.19.4: 7.19.4 - 7.19.4: - $: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== - _: 'https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz' -'@babel/helper-validator-identifier': - _latest: 7.19.1 - _: - '^7.18.6,^7.19.1': 7.19.1 - 7.19.1: - $: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== - _: 'https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz' -'@babel/helper-validator-option': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== - _: 'https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz' -'@babel/helper-wrap-function': - _latest: 7.19.0 - _: - ^7.18.9: 7.19.0 - 7.19.0: - $: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg== - _: 'https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz' - dependencies: - '@babel/helper-function-name': ^7.19.0 - '@babel/template': ^7.18.10 - '@babel/traverse': ^7.19.0 - '@babel/types': ^7.19.0 -'@babel/helpers': - _latest: 7.20.1 - _: - ^7.19.4: 7.20.1 - 7.20.1: - $: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== - _: 'https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz' - dependencies: - '@babel/template': ^7.18.10 - '@babel/traverse': ^7.20.1 - '@babel/types': ^7.20.0 -'@babel/highlight': - _latest: 7.18.6 - _: - '^7.10.4,^7.18.6': 7.18.6 - 7.18.6: - $: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== - _: 'https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz' - dependencies: - '@babel/helper-validator-identifier': ^7.18.6 - chalk: ^2.0.0 - js-tokens: ^4.0.0 -'@babel/parser': - _latest: 7.20.1 - _: - '^7.18.10,^7.19.6,^7.20.1,^7.7.0': 7.20.1 - 7.20.1: - $: sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw== - _: 'https://registry.npmjs.org/@babel/parser/-/parser-7.20.1.tgz' -'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== - _: 'https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== - _: 'https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': ^7.18.9 - '@babel/plugin-proposal-optional-chaining': ^7.18.9 - peerDependencies: - '@babel/core': ^7.13.0 -'@babel/plugin-proposal-async-generator-functions': - _latest: 7.20.1 - _: - ^7.19.1: 7.20.1 - 7.20.1: - $: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz' - dependencies: - '@babel/helper-environment-visitor': ^7.18.9 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-remap-async-to-generator': ^7.18.9 - '@babel/plugin-syntax-async-generators': ^7.8.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-class-properties': - _latest: 7.18.6 - _: - '^7.17.12,^7.18.6': 7.18.6 - 7.18.6: - $: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-class-static-block': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-class-static-block': ^7.14.5 - peerDependencies: - '@babel/core': ^7.12.0 -'@babel/plugin-proposal-decorators': - _latest: 7.20.0 - _: - ^7.17.12: 7.20.0 - 7.20.0: - $: sha512-vnuRRS20ygSxclEYikHzVrP9nZDFXaSzvJxGLQNAiBX041TmhS4hOUHWNIpq/q4muENuEP9XPJFXTNFejhemkg== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.0.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.19.0 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-replace-supers': ^7.19.1 - '@babel/helper-split-export-declaration': ^7.18.6 - '@babel/plugin-syntax-decorators': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-dynamic-import': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-export-namespace-from': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - '@babel/plugin-syntax-export-namespace-from': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-json-strings': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-json-strings': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-logical-assignment-operators': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-nullish-coalescing-operator': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-nullish-coalescing-operator': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-numeric-separator': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-numeric-separator': ^7.10.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-object-rest-spread': - _latest: 7.19.4 - _: - '^7.17.12,^7.19.4': 7.19.4 - 7.19.4: - $: sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz' - dependencies: - '@babel/compat-data': ^7.19.4 - '@babel/helper-compilation-targets': ^7.19.3 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/plugin-syntax-object-rest-spread': ^7.8.3 - '@babel/plugin-transform-parameters': ^7.18.8 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-optional-catch-binding': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-optional-catch-binding': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-optional-chaining': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': ^7.18.9 - '@babel/plugin-syntax-optional-chaining': ^7.8.3 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-private-methods': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-private-property-in-object': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-create-class-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/plugin-syntax-private-property-in-object': ^7.14.5 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-proposal-unicode-property-regex': - _latest: 7.18.6 - _: - '^7.18.6,^7.4.4': 7.18.6 - 7.18.6: - $: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - 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-class-static-block': - _latest: 7.14.5 - _: - ^7.14.5: 7.14.5 - 7.14.5: - $: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.14.5 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-decorators': - _latest: 7.19.0 - _: - ^7.19.0: 7.19.0 - 7.19.0: - $: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - 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-import-assertions': - _latest: 7.20.0 - _: - ^7.18.6: 7.20.0 - 7.20.0: - $: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - 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.18.6 - _: - '^7.0.0,^7.18.6': 7.18.6 - 7.18.6: - $: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - 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-private-property-in-object': - _latest: 7.14.5 - _: - ^7.14.5: 7.14.5 - 7.14.5: - $: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.14.5 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-top-level-await': - _latest: 7.14.5 - _: - ^7.14.5: 7.14.5 - 7.14.5: - $: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.14.5 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-syntax-typescript': - _latest: 7.20.0 - _: - ^7.20.0: 7.20.0 - 7.20.0: - $: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-arrow-functions': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-async-to-generator': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag== - _: 'https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz' - dependencies: - '@babel/helper-module-imports': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/helper-remap-async-to-generator': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-block-scoped-functions': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-block-scoping': - _latest: 7.20.0 - _: - ^7.19.4: 7.20.0 - 7.20.0: - $: sha512-sXOohbpHZSk7GjxK9b3dKB7CfqUD5DwOH+DggKzOQ7TXYP+RCSbRykfjQmn/zq+rBjycVRtLf9pYhAaEJA786w== - _: 'https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-classes': - _latest: 7.19.0 - _: - ^7.19.0: 7.19.0 - 7.19.0: - $: sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A== - _: 'https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-compilation-targets': ^7.19.0 - '@babel/helper-environment-visitor': ^7.18.9 - '@babel/helper-function-name': ^7.19.0 - '@babel/helper-optimise-call-expression': ^7.18.6 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-replace-supers': ^7.18.9 - '@babel/helper-split-export-declaration': ^7.18.6 - globals: ^11.1.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-computed-properties': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-destructuring': - _latest: 7.20.0 - _: - ^7.19.4: 7.20.0 - 7.20.0: - $: sha512-1dIhvZfkDVx/zn2S1aFwlruspTt4189j7fEkH0Y0VyuDM6bQt7bD6kLcz3l4IlLG+e5OReaBz9ROAbttRtUHqA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-dotall-regex': - _latest: 7.18.6 - _: - '^7.18.6,^7.4.4': 7.18.6 - 7.18.6: - $: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-duplicate-keys': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-exponentiation-operator': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz' - dependencies: - '@babel/helper-builder-binary-assignment-operator-visitor': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-for-of': - _latest: 7.18.8 - _: - ^7.18.8: 7.18.8 - 7.18.8: - $: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-function-name': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz' - dependencies: - '@babel/helper-compilation-targets': ^7.18.9 - '@babel/helper-function-name': ^7.18.9 - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-literals': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-member-expression-literals': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-amd': - _latest: 7.19.6 - _: - ^7.18.6: 7.19.6 - 7.19.6: - $: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.19.6 - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-commonjs': - _latest: 7.19.6 - _: - ^7.18.6: 7.19.6 - 7.19.6: - $: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.19.6 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-simple-access': ^7.19.4 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-systemjs': - _latest: 7.19.6 - _: - ^7.19.0: 7.19.6 - 7.19.6: - $: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz' - dependencies: - '@babel/helper-hoist-variables': ^7.18.6 - '@babel/helper-module-transforms': ^7.19.6 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-validator-identifier': ^7.19.1 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-modules-umd': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz' - dependencies: - '@babel/helper-module-transforms': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-named-capturing-groups-regex': - _latest: 7.19.1 - _: - ^7.19.1: 7.19.1 - 7.19.1: - $: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.19.0 - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0 -'@babel/plugin-transform-new-target': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-object-super': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/helper-replace-supers': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-parameters': - _latest: 7.20.1 - _: - ^7.18.8: 7.20.1 - 7.20.1: - $: sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-property-literals': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-constant-elements': - _latest: 7.18.12 - _: - ^7.17.12: 7.18.12 - 7.18.12: - $: sha512-Q99U9/ttiu+LMnRU8psd23HhvwXmKWDQIpocm0JKaICcZHnw+mdQbHm6xnSy7dOl8I5PELakYtNBubNQlBXbZw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.18.12.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-display-name': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-inline-elements': - _latest: 7.18.6 - _: - ^7.16.7: 7.18.6 - 7.18.6: - $: sha512-uo3yD1EXhDxmk1Y/CeFDdHS5t22IOUBooLPFOrrjfpYmDM9Vg61xbIaWeWkbYQ7Aq0zMf30/FfKoQgFwyqw6Bg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-inline-elements/-/plugin-transform-react-inline-elements-7.18.6.tgz' - dependencies: - '@babel/helper-builder-react-jsx': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-jsx': - _latest: 7.19.0 - _: - ^7.18.6: 7.19.0 - 7.19.0: - $: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-module-imports': ^7.18.6 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/plugin-syntax-jsx': ^7.18.6 - '@babel/types': ^7.19.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-jsx-development': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz' - dependencies: - '@babel/plugin-transform-react-jsx': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-react-pure-annotations': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz' - dependencies: - '@babel/helper-annotate-as-pure': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-regenerator': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - regenerator-transform: ^0.15.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-reserved-words': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-runtime': - _latest: 7.19.6 - _: - ^7.17.12: 7.19.6 - 7.19.6: - $: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz' - dependencies: - '@babel/helper-module-imports': ^7.18.6 - '@babel/helper-plugin-utils': ^7.19.0 - babel-plugin-polyfill-corejs2: ^0.3.3 - babel-plugin-polyfill-corejs3: ^0.6.0 - babel-plugin-polyfill-regenerator: ^0.4.1 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-shorthand-properties': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-spread': - _latest: 7.19.0 - _: - ^7.19.0: 7.19.0 - 7.19.0: - $: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w== - _: 'https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-skip-transparent-expression-wrappers': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-sticky-regex': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== - _: 'https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-template-literals': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-typeof-symbol': - _latest: 7.18.9 - _: - ^7.18.9: 7.18.9 - 7.18.9: - $: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-typescript': - _latest: 7.20.0 - _: - ^7.18.6: 7.20.0 - 7.20.0: - $: sha512-xOAsAFaun3t9hCwZ13Qe7gq423UgMZ6zAgmLxeGGapFqlT/X3L5qT2btjiVLlFn7gWtMaVyceS5VxGAuKbgizw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.0.tgz' - dependencies: - '@babel/helper-create-class-features-plugin': ^7.19.0 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/plugin-syntax-typescript': ^7.20.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-unicode-escapes': - _latest: 7.18.10 - _: - ^7.18.10: 7.18.10 - 7.18.10: - $: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.9 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/plugin-transform-unicode-regex': - _latest: 7.18.6 - _: - ^7.18.6: 7.18.6 - 7.18.6: - $: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz' - dependencies: - '@babel/helper-create-regexp-features-plugin': ^7.18.6 - '@babel/helper-plugin-utils': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-env': - _latest: 7.19.4 - _: - ^7.17.12: 7.19.4 - 7.19.4: - $: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg== - _: 'https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.4.tgz' - dependencies: - '@babel/compat-data': ^7.19.4 - '@babel/helper-compilation-targets': ^7.19.3 - '@babel/helper-plugin-utils': ^7.19.0 - '@babel/helper-validator-option': ^7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': ^7.18.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': ^7.18.9 - '@babel/plugin-proposal-async-generator-functions': ^7.19.1 - '@babel/plugin-proposal-class-properties': ^7.18.6 - '@babel/plugin-proposal-class-static-block': ^7.18.6 - '@babel/plugin-proposal-dynamic-import': ^7.18.6 - '@babel/plugin-proposal-export-namespace-from': ^7.18.9 - '@babel/plugin-proposal-json-strings': ^7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': ^7.18.9 - '@babel/plugin-proposal-nullish-coalescing-operator': ^7.18.6 - '@babel/plugin-proposal-numeric-separator': ^7.18.6 - '@babel/plugin-proposal-object-rest-spread': ^7.19.4 - '@babel/plugin-proposal-optional-catch-binding': ^7.18.6 - '@babel/plugin-proposal-optional-chaining': ^7.18.9 - '@babel/plugin-proposal-private-methods': ^7.18.6 - '@babel/plugin-proposal-private-property-in-object': ^7.18.6 - '@babel/plugin-proposal-unicode-property-regex': ^7.18.6 - '@babel/plugin-syntax-async-generators': ^7.8.4 - '@babel/plugin-syntax-class-properties': ^7.12.13 - '@babel/plugin-syntax-class-static-block': ^7.14.5 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - '@babel/plugin-syntax-export-namespace-from': ^7.8.3 - '@babel/plugin-syntax-import-assertions': ^7.18.6 - '@babel/plugin-syntax-json-strings': ^7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': ^7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': ^7.8.3 - '@babel/plugin-syntax-numeric-separator': ^7.10.4 - '@babel/plugin-syntax-object-rest-spread': ^7.8.3 - '@babel/plugin-syntax-optional-catch-binding': ^7.8.3 - '@babel/plugin-syntax-optional-chaining': ^7.8.3 - '@babel/plugin-syntax-private-property-in-object': ^7.14.5 - '@babel/plugin-syntax-top-level-await': ^7.14.5 - '@babel/plugin-transform-arrow-functions': ^7.18.6 - '@babel/plugin-transform-async-to-generator': ^7.18.6 - '@babel/plugin-transform-block-scoped-functions': ^7.18.6 - '@babel/plugin-transform-block-scoping': ^7.19.4 - '@babel/plugin-transform-classes': ^7.19.0 - '@babel/plugin-transform-computed-properties': ^7.18.9 - '@babel/plugin-transform-destructuring': ^7.19.4 - '@babel/plugin-transform-dotall-regex': ^7.18.6 - '@babel/plugin-transform-duplicate-keys': ^7.18.9 - '@babel/plugin-transform-exponentiation-operator': ^7.18.6 - '@babel/plugin-transform-for-of': ^7.18.8 - '@babel/plugin-transform-function-name': ^7.18.9 - '@babel/plugin-transform-literals': ^7.18.9 - '@babel/plugin-transform-member-expression-literals': ^7.18.6 - '@babel/plugin-transform-modules-amd': ^7.18.6 - '@babel/plugin-transform-modules-commonjs': ^7.18.6 - '@babel/plugin-transform-modules-systemjs': ^7.19.0 - '@babel/plugin-transform-modules-umd': ^7.18.6 - '@babel/plugin-transform-named-capturing-groups-regex': ^7.19.1 - '@babel/plugin-transform-new-target': ^7.18.6 - '@babel/plugin-transform-object-super': ^7.18.6 - '@babel/plugin-transform-parameters': ^7.18.8 - '@babel/plugin-transform-property-literals': ^7.18.6 - '@babel/plugin-transform-regenerator': ^7.18.6 - '@babel/plugin-transform-reserved-words': ^7.18.6 - '@babel/plugin-transform-shorthand-properties': ^7.18.6 - '@babel/plugin-transform-spread': ^7.19.0 - '@babel/plugin-transform-sticky-regex': ^7.18.6 - '@babel/plugin-transform-template-literals': ^7.18.9 - '@babel/plugin-transform-typeof-symbol': ^7.18.9 - '@babel/plugin-transform-unicode-escapes': ^7.18.10 - '@babel/plugin-transform-unicode-regex': ^7.18.6 - '@babel/preset-modules': ^0.1.5 - '@babel/types': ^7.19.4 - babel-plugin-polyfill-corejs2: ^0.3.3 - babel-plugin-polyfill-corejs3: ^0.6.0 - babel-plugin-polyfill-regenerator: ^0.4.1 - core-js-compat: ^3.25.1 - semver: ^6.3.0 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-modules': - _latest: 0.1.5 - _: - ^0.1.5: 0.1.5 - 0.1.5: - $: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== - _: 'https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.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.18.6 - _: - ^7.17.12: 7.18.6 - 7.18.6: - $: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== - _: 'https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/helper-validator-option': ^7.18.6 - '@babel/plugin-transform-react-display-name': ^7.18.6 - '@babel/plugin-transform-react-jsx': ^7.18.6 - '@babel/plugin-transform-react-jsx-development': ^7.18.6 - '@babel/plugin-transform-react-pure-annotations': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/preset-typescript': - _latest: 7.18.6 - _: - ^7.17.12: 7.18.6 - 7.18.6: - $: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ== - _: 'https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz' - dependencies: - '@babel/helper-plugin-utils': ^7.18.6 - '@babel/helper-validator-option': ^7.18.6 - '@babel/plugin-transform-typescript': ^7.18.6 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/register': - _latest: 7.18.9 - _: - ^7.17.7: 7.18.9 - 7.18.9: - $: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw== - _: 'https://registry.npmjs.org/@babel/register/-/register-7.18.9.tgz' - dependencies: - clone-deep: ^4.0.1 - find-cache-dir: ^2.0.0 - make-dir: ^2.1.0 - pirates: ^4.0.5 - source-map-support: ^0.5.16 - peerDependencies: - '@babel/core': ^7.0.0-0 -'@babel/runtime': - _latest: 7.20.1 - _: - '^7.12.1,^7.12.5,^7.17.9,^7.7.6,^7.8.4,^7.9.2': 7.20.1 - 7.20.1: - top: 1 - $: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== - _: 'https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz' - dependencies: - regenerator-runtime: ^0.13.10 -'@babel/template': - _latest: 7.18.10 - _: - ^7.18.10: 7.18.10 - 7.18.10: - $: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== - _: 'https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz' - dependencies: - '@babel/code-frame': ^7.18.6 - '@babel/parser': ^7.18.10 - '@babel/types': ^7.18.10 -'@babel/traverse': - _latest: 7.20.1 - _: - '^7.19.0,^7.19.1,^7.19.6,^7.20.1,^7.7.0': 7.20.1 - 7.20.1: - $: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== - _: 'https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz' - dependencies: - '@babel/code-frame': ^7.18.6 - '@babel/generator': ^7.20.1 - '@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.1 - '@babel/types': ^7.20.0 - debug: ^4.1.0 - globals: ^11.1.0 -'@babel/types': - _latest: 7.20.0 - _: - '^7.0.0,^7.0.0-beta.49,^7.18.10,^7.18.6,^7.18.9,^7.19.0,^7.19.4,^7.20.0,^7.4.4,^7.7.0': 7.20.0 - 7.20.0: - $: sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg== - _: 'https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz' - dependencies: - '@babel/helper-string-parser': ^7.19.4 - '@babel/helper-validator-identifier': ^7.19.1 - to-fast-properties: ^2.0.0 -'@colors/colors': - _latest: 1.5.0 - _: - 1.5.0: 1.5.0 - 1.5.0: - $: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== - _: 'https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz' -'@dabh/diagnostics': - _latest: 2.0.3 - _: - ^2.0.2: 2.0.3 - 2.0.3: - $: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA== - _: 'https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz' - dependencies: - colorspace: 1.1.x - enabled: 2.0.x - kuler: ^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: 10.0.0 - _: - ^9.1.4: 9.1.4 - 9.1.4: - $: sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw== - _: 'https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz' - dependencies: - '@hapi/hoek': 9.x.x -'@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: 10.0.1 - _: - 9.x.x: 9.3.0 - 9.3.0: - $: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== - _: 'https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz' -'@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.3.0 - _: - ^1.3.0: 1.3.0 - 1.3.0: - $: sha512-YsXNPftGcMfRFujoPIiBXK83gVBS1sDeKU7sKXcUxHRoIFYTaW/h8U0WgkkmoOgHtqPG5zfNB2KcmpAV6PAicg== - _: 'https://registry.npmjs.org/@jchip/redbird/-/redbird-1.3.0.tgz' - dependencies: - http-proxy: ^1.17.0 - lodash: ^4.17.11 - lru-cache: ^4.1.5 - mime: ^3.0.0 - 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 -'@jridgewell/gen-mapping': - _latest: 0.3.2 - _: - ^0.1.0: 0.1.1 - '^0.3.0,^0.3.2': 0.3.2 - 0.3.2: - $: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== - _: 'https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz' - dependencies: - '@jridgewell/set-array': ^1.0.1 - '@jridgewell/sourcemap-codec': ^1.4.10 - '@jridgewell/trace-mapping': ^0.3.9 - 0.1.1: - $: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== - _: 'https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz' - dependencies: - '@jridgewell/set-array': ^1.0.0 - '@jridgewell/sourcemap-codec': ^1.4.10 -'@jridgewell/resolve-uri': - _latest: 3.1.0 - _: - 3.1.0: 3.1.0 - 3.1.0: - $: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== - _: 'https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz' -'@jridgewell/set-array': - _latest: 1.1.2 - _: - '^1.0.0,^1.0.1': 1.1.2 - 1.1.2: - $: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== - _: 'https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz' -'@jridgewell/source-map': - _latest: 0.3.2 - _: - ^0.3.2: 0.3.2 - 0.3.2: - $: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== - _: 'https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz' - dependencies: - '@jridgewell/gen-mapping': ^0.3.0 - '@jridgewell/trace-mapping': ^0.3.9 -'@jridgewell/sourcemap-codec': - _latest: 1.4.14 - _: - '1.4.14,^1.4.10': 1.4.14 - 1.4.14: - $: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== - _: 'https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz' -'@jridgewell/trace-mapping': - _latest: 0.3.17 - _: - '^0.3.14,^0.3.8,^0.3.9': 0.3.17 - 0.3.17: - $: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== - _: 'https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz' - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 -'@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.3 - _: - 2.1.8-no-fsevents.3: 2.1.8-no-fsevents.3 - 2.1.8-no-fsevents.3: - $: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ== - _: 'https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz' -'@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 -'@remix-run/router': - _latest: 1.0.3 - _: - 1.0.3: 1.0.3 - 1.0.3: - $: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q== - _: 'https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz' -'@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.4 - _: - ^3.7.3: 3.7.4 - 3.7.4: - $: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== - _: 'https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz' - dependencies: - '@types/eslint': '*' - '@types/estree': '*' -'@types/estree': - _latest: 1.0.0 - _: - '*': 0.0.46 - ^0.0.51: 0.0.51 - 0.0.51: - $: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== - _: 'https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz' - 0.0.46: - $: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== - _: 'https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz' -'@types/hoist-non-react-statics': - _latest: 3.3.1 - _: - ^3.3.1: 3.3.1 - 3.3.1: - $: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== - _: 'https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz' - dependencies: - '@types/react': '*' - hoist-non-react-statics: ^3.3.0 -'@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.11 - _: - '*,^7.0.5,^7.0.8': 7.0.11 - 7.0.11: - $: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - _: 'https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.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/prop-types': - _latest: 15.7.5 - _: - '*': 15.7.5 - 15.7.5: - $: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== - _: 'https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.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' -'@types/react': - _latest: 18.0.24 - _: - '*': 18.0.24 - 18.0.24: - $: sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== - _: 'https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz' - dependencies: - '@types/prop-types': '*' - '@types/scheduler': '*' - csstype: ^3.0.2 -'@types/scheduler': - _latest: 0.16.2 - _: - '*': 0.16.2 - 0.16.2: - $: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== - _: 'https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz' -'@types/use-sync-external-store': - _latest: 0.0.3 - _: - ^0.0.3: 0.0.3 - 0.0.3: - $: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== - _: 'https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz' -'@webassemblyjs/ast': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== - _: 'https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz' - dependencies: - '@webassemblyjs/helper-numbers': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 -'@webassemblyjs/floating-point-hex-parser': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== - _: 'https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz' -'@webassemblyjs/helper-api-error': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz' -'@webassemblyjs/helper-buffer': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz' -'@webassemblyjs/helper-numbers': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz' - dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.1 - '@webassemblyjs/helper-api-error': 1.11.1 - '@xtuc/long': 4.2.2 -'@webassemblyjs/helper-wasm-bytecode': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz' -'@webassemblyjs/helper-wasm-section': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 -'@webassemblyjs/ieee754': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== - _: 'https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz' - dependencies: - '@xtuc/ieee754': ^1.2.0 -'@webassemblyjs/leb128': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== - _: 'https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz' - dependencies: - '@xtuc/long': 4.2.2 -'@webassemblyjs/utf8': - _latest: 1.11.4 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== - _: 'https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz' -'@webassemblyjs/wasm-edit': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/helper-wasm-section': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 - '@webassemblyjs/wasm-opt': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - '@webassemblyjs/wast-printer': 1.11.1 -'@webassemblyjs/wasm-gen': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/ieee754': 1.11.1 - '@webassemblyjs/leb128': 1.11.1 - '@webassemblyjs/utf8': 1.11.1 -'@webassemblyjs/wasm-opt': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 -'@webassemblyjs/wasm-parser': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-api-error': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/ieee754': 1.11.1 - '@webassemblyjs/leb128': 1.11.1 - '@webassemblyjs/utf8': 1.11.1 -'@webassemblyjs/wast-printer': - _latest: 1.11.3 - _: - 1.11.1: 1.11.1 - 1.11.1: - $: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== - _: 'https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz' - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@xtuc/long': 4.2.2 -'@webpack-cli/configtest': - _latest: 1.2.0 - _: - ^1.0.4: 1.2.0 - 1.2.0: - $: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg== - _: 'https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz' - peerDependencies: - webpack: '4.x.x || 5.x.x' - webpack-cli: 4.x.x -'@webpack-cli/info': - _latest: 1.5.0 - _: - ^1.3.0: 1.5.0 - 1.5.0: - $: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ== - _: 'https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz' - dependencies: - envinfo: ^7.7.3 - peerDependencies: - webpack-cli: 4.x.x -'@webpack-cli/serve': - _latest: 1.7.0 - _: - ^1.5.2: 1.7.0 - 1.7.0: - $: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q== - _: 'https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz' - peerDependencies: - webpack-cli: 4.x.x -'@xarc/app': - _latest: 11.0.1-fynlocal_h - _: - ../../packages/xarc-app: 11.0.1-fynlocal_h - 11.0.1-fynlocal_h: - top: 1 - $: local - _: ../../packages/xarc-app - dependencies: - '@babel/runtime': ^7.17.9 - isomorphic-loader: ^4.5.0 - optional-require: ^1.1.8 - subapp-util: ^1.1.4 - tslib: ^2.4.0 -'@xarc/app-dev': - _latest: 11.0.1-fynlocal_h - _: - ../../packages/xarc-app-dev: 11.0.1-fynlocal_h - 11.0.1-fynlocal_h: - top: 1 - $: local - _: ../../packages/xarc-app-dev - dependencies: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 - '@babel/plugin-proposal-class-properties': ^7.17.12 - '@babel/plugin-proposal-decorators': ^7.17.12 - '@babel/plugin-proposal-object-rest-spread': ^7.17.12 - '@babel/plugin-transform-react-constant-elements': ^7.17.12 - '@babel/plugin-transform-react-inline-elements': ^7.16.7 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/register': ^7.17.7 - '@jchip/redbird': ^1.3.0 - '@xarc/dev-base': ^0.1.0 - '@xarc/run': ^1.0.5 - '@xarc/subapp': ^0.3.4 - '@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 - babel-plugin-react-css-modules: ^5.2.6 - babel-plugin-transform-node-env-inline: ^0.4.3 - babel-plugin-transform-react-remove-prop-types: ^0.4.24 - boxen: ^5.0.0 - chalker: ^1.2.0 - chokidar: ^3.5.3 - core-js: ^3.22.5 - electrode-node-resolver: ^2.0.2 - fast-async: ^7.0.5 - filter-scan-dir: 1.5.5 - fs-extra: ^10.1.0 - identity-obj-proxy: ^3.0.0 - is-ci: ^2.0.0 - lodash: ^4.17.21 - log-update: ^5.0.1 - mime: ^3.0.0 - mkdirp: ^1.0.4 - 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 - ps-get: ^1.1.0 - read-pkg-up: ^7.0.1 - regenerator-runtime: ^0.13.9 - request: ^2.88.2 - require-at: ^1.0.6 - semver: ^7.3.7 - serve-index-fs: ^1.10.1 - subapp-util: ^1.1.4 - sudo-prompt: ^9.2.1 - tslib: ^2.4.0 - visual-logger: ^1.1.3 - webpack-dev-middleware: ^4.1.0 - webpack-hot-middleware: ^2.25.1 - winston: ^3.7.2 - xaa: ^1.7.3 - xenv-config: ^1.3.1 - xsh: ^0.4.5 - peerDependencies: - '@xarc/app': ^11.0.1 -'@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.11-fynlocal_h - _: - ../xarc-index-page: 1.0.11-fynlocal_h - 1.0.11-fynlocal_h: - $: local - _: ../../packages/xarc-index-page - dependencies: - '@xarc/jsx-renderer': ^1.0.11 - '@xarc/render-context': ^1.0.8 - '@xarc/tag-renderer': ^1.0.10 -'@xarc/jsx-renderer': - _latest: 1.0.11-fynlocal_h - _: - ../xarc-jsx-renderer: 1.0.11-fynlocal_h - 1.0.11-fynlocal_h: - $: local - _: ../../packages/xarc-jsx-renderer - dependencies: - '@xarc/render-context': ^1.0.8 - lodash: ^4.17.15 - munchy: ^1.0.9 - optional-require: ^1.1.6 - require-at: ^1.0.6 - xaa: 1.7.1 -'@xarc/opt-eslint': - _latest: 3.0.0-fynlocal_h - _: - ../../packages/xarc-opt-eslint: 3.0.0-fynlocal_h - 3.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.3.2 - eslint-plugin-flowtype: ^5.2.0 - eslint-plugin-mocha: ^8.0.0 - eslint-plugin-react: ^7.29.4 -'@xarc/render-context': - _latest: 1.0.8-fynlocal_h - _: - ../xarc-render-context: 1.0.8-fynlocal_h - 1.0.8-fynlocal_h: - $: local - _: ../../packages/xarc-render-context - dependencies: - munchy: ^1.0.9 - optional-require: ^1.1.6 - require-at: ^1.0.6 - xaa: 1.7.1 -'@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.3.4-fynlocal_h - _: - ../xarc-subapp: 0.3.4-fynlocal_h - 0.3.4-fynlocal_h: - $: local - _: ../../packages/xarc-subapp - dependencies: - '@xarc/render-context': ^1.0.8 - '@xarc/tag-renderer': ^1.0.10 - lodash: ^4.17.20 - tslib: ^2.1.0 - peerDependencies: - '@xarc/app': '*' -'@xarc/tag-renderer': - _latest: 1.0.10-fynlocal_h - _: - ../xarc-tag-renderer: 1.0.10-fynlocal_h - 1.0.10-fynlocal_h: - $: local - _: ../../packages/xarc-tag-renderer - dependencies: - '@xarc/render-context': ^1.0.8 -'@xarc/webpack': - _latest: 11.1.3-fynlocal_h - _: - ../xarc-webpack: 11.1.3-fynlocal_h - 11.1.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: ^6.5.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.1.1 - lodash: ^4.17.21 - mini-css-extract-plugin: ^1.3.9 - mkdirp: ^1.0.3 - optional-require: ^1.1.6 - require-at: ^1.0.6 - url-loader: ^4.1.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.1 - '@xarc/app-dev': ^11.0.1 -'@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' + dep: + "@babel/runtime": ^7.12.5 + "@module-federation/concat-runtime": ^0.0.1 + "@xarc/fastify-server": ^2.0.0 + electrode-confippet: ^1.5.0 + history: ^5.3.0 + html-webpack-plugin: ^5.3.1 + react: ^18.2.0 + react-dom: ^18.2.0 + react-redux: ^8.0.4 + react-router: ^6.4.3 + react-router-dom: ^6.4.3 + redux: ^4.2.0 + "@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 + dev: + "@xarc/opt-eslint": ../../packages/xarc-opt-eslint + "@xarc/app-dev": ../../packages/xarc-app-dev +"@ampproject/remapping": + _latest: 2.2.0 + _: + ^2.1.0: 2.2.0 + 2.2.0: + $: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== + _: "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz" + dependencies: + "@jridgewell/gen-mapping": ^0.1.0 + "@jridgewell/trace-mapping": ^0.3.9 +"@babel/cli": + _latest: 7.19.3 + _: + ^7.17.10: 7.19.3 + 7.19.3: + $: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== + _: "https://registry.npmjs.org/@babel/cli/-/cli-7.19.3.tgz" + dependencies: + "@jridgewell/trace-mapping": ^0.3.8 + commander: ^4.0.1 + convert-source-map: ^1.1.0 + fs-readdir-recursive: ^1.1.0 + glob: ^7.2.0 + make-dir: ^2.1.0 + slash: ^2.0.0 + optionalDependencies: + "@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3 + chokidar: ^3.4.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/code-frame": + _latest: 7.18.6 + _: + 7.12.11: 7.12.11 + "^7.0.0,^7.18.6": 7.18.6 + 7.18.6: + $: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== + _: "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz" + dependencies: + "@babel/highlight": ^7.18.6 + 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.20.1 + _: + "^7.17.7,^7.19.4,^7.20.0": 7.20.1 + 7.20.1: + $: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== + _: "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz" +"@babel/core": + _latest: 7.19.6 + _: + "^7.17.12,^7.7.5": 7.19.6 + 7.19.6: + $: sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== + _: "https://registry.npmjs.org/@babel/core/-/core-7.19.6.tgz" + dependencies: + "@ampproject/remapping": ^2.1.0 + "@babel/code-frame": ^7.18.6 + "@babel/generator": ^7.19.6 + "@babel/helper-compilation-targets": ^7.19.3 + "@babel/helper-module-transforms": ^7.19.6 + "@babel/helpers": ^7.19.4 + "@babel/parser": ^7.19.6 + "@babel/template": ^7.18.10 + "@babel/traverse": ^7.19.6 + "@babel/types": ^7.19.4 + convert-source-map: ^1.7.0 + debug: ^4.1.0 + gensync: ^1.0.0-beta.2 + json5: ^2.2.1 + semver: ^6.3.0 +"@babel/generator": + _latest: 7.20.1 + _: + "^7.0.0-beta.44,^7.19.6,^7.20.1": 7.20.1 + 7.20.1: + $: sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg== + _: "https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz" + dependencies: + "@babel/types": ^7.20.0 + "@jridgewell/gen-mapping": ^0.3.2 + jsesc: ^2.5.1 +"@babel/helper-annotate-as-pure": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== + _: "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-builder-binary-assignment-operator-visitor": + _latest: 7.18.9 + _: + ^7.18.6: 7.18.9 + 7.18.9: + $: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== + _: "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz" + dependencies: + "@babel/helper-explode-assignable-expression": ^7.18.6 + "@babel/types": ^7.18.9 +"@babel/helper-builder-react-jsx": + _latest: 7.19.0 + _: + ^7.18.6: 7.19.0 + 7.19.0: + $: sha512-xvrbORmJ13lWrqyMErk4vczhXNNWdOSg1BZ+R/7D34SjDjToR5g3M5UpD6MyUekstI50qAHLWA1j7w5o1WK2Pw== + _: "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.19.0.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/types": ^7.19.0 +"@babel/helper-compilation-targets": + _latest: 7.20.0 + _: + "^7.17.7,^7.18.9,^7.19.0,^7.19.3": 7.20.0 + 7.20.0: + $: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== + _: "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz" + dependencies: + "@babel/compat-data": ^7.20.0 + "@babel/helper-validator-option": ^7.18.6 + browserslist: ^4.21.3 + semver: ^6.3.0 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/helper-create-class-features-plugin": + _latest: 7.19.0 + _: + "^7.18.6,^7.19.0": 7.19.0 + 7.19.0: + $: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw== + _: "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.9 + "@babel/helper-function-name": ^7.19.0 + "@babel/helper-member-expression-to-functions": ^7.18.9 + "@babel/helper-optimise-call-expression": ^7.18.6 + "@babel/helper-replace-supers": ^7.18.9 + "@babel/helper-split-export-declaration": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/helper-create-regexp-features-plugin": + _latest: 7.19.0 + _: + "^7.18.6,^7.19.0": 7.19.0 + 7.19.0: + $: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw== + _: "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + regexpu-core: ^5.1.0 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/helper-define-polyfill-provider": + _latest: 0.3.3 + _: + ^0.3.3: 0.3.3 + 0.3.3: + $: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== + _: "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz" + dependencies: + "@babel/helper-compilation-targets": ^7.17.7 + "@babel/helper-plugin-utils": ^7.16.7 + 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-environment-visitor": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== + _: "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz" +"@babel/helper-explode-assignable-expression": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== + _: "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-function-name": + _latest: 7.19.0 + _: + "^7.18.9,^7.19.0": 7.19.0 + 7.19.0: + $: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== + _: "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz" + dependencies: + "@babel/template": ^7.18.10 + "@babel/types": ^7.19.0 +"@babel/helper-hoist-variables": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== + _: "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-member-expression-to-functions": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== + _: "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz" + dependencies: + "@babel/types": ^7.18.9 +"@babel/helper-module-imports": + _latest: 7.18.6 + _: + "^7.0.0-beta.44,^7.0.0-beta.49,^7.18.6": 7.18.6 + 7.18.6: + $: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== + _: "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-module-transforms": + _latest: 7.19.6 + _: + "^7.18.6,^7.19.6": 7.19.6 + 7.19.6: + $: sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== + _: "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz" + dependencies: + "@babel/helper-environment-visitor": ^7.18.9 + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-simple-access": ^7.19.4 + "@babel/helper-split-export-declaration": ^7.18.6 + "@babel/helper-validator-identifier": ^7.19.1 + "@babel/template": ^7.18.10 + "@babel/traverse": ^7.19.6 + "@babel/types": ^7.19.4 +"@babel/helper-optimise-call-expression": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== + _: "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-plugin-utils": + _latest: 7.19.0 + _: + "^7.0.0,^7.10.4,^7.12.13,^7.14.5,^7.16.7,^7.18.6,^7.18.9,^7.19.0,^7.8.0,^7.8.3": 7.19.0 + 7.19.0: + $: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== + _: "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz" +"@babel/helper-remap-async-to-generator": + _latest: 7.18.9 + _: + "^7.18.6,^7.18.9": 7.18.9 + 7.18.9: + $: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== + _: "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.9 + "@babel/helper-wrap-function": ^7.18.9 + "@babel/types": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/helper-replace-supers": + _latest: 7.19.1 + _: + "^7.18.6,^7.18.9,^7.19.1": 7.19.1 + 7.19.1: + $: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw== + _: "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz" + dependencies: + "@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.19.1 + "@babel/types": ^7.19.0 +"@babel/helper-simple-access": + _latest: 7.19.4 + _: + ^7.19.4: 7.19.4 + 7.19.4: + $: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== + _: "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz" + dependencies: + "@babel/types": ^7.19.4 +"@babel/helper-skip-transparent-expression-wrappers": + _latest: 7.20.0 + _: + ^7.18.9: 7.20.0 + 7.20.0: + $: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== + _: "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz" + dependencies: + "@babel/types": ^7.20.0 +"@babel/helper-split-export-declaration": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== + _: "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz" + dependencies: + "@babel/types": ^7.18.6 +"@babel/helper-string-parser": + _latest: 7.19.4 + _: + ^7.19.4: 7.19.4 + 7.19.4: + $: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== + _: "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz" +"@babel/helper-validator-identifier": + _latest: 7.19.1 + _: + "^7.18.6,^7.19.1": 7.19.1 + 7.19.1: + $: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== + _: "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" +"@babel/helper-validator-option": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== + _: "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz" +"@babel/helper-wrap-function": + _latest: 7.19.0 + _: + ^7.18.9: 7.19.0 + 7.19.0: + $: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg== + _: "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz" + dependencies: + "@babel/helper-function-name": ^7.19.0 + "@babel/template": ^7.18.10 + "@babel/traverse": ^7.19.0 + "@babel/types": ^7.19.0 +"@babel/helpers": + _latest: 7.20.1 + _: + ^7.19.4: 7.20.1 + 7.20.1: + $: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== + _: "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz" + dependencies: + "@babel/template": ^7.18.10 + "@babel/traverse": ^7.20.1 + "@babel/types": ^7.20.0 +"@babel/highlight": + _latest: 7.18.6 + _: + "^7.10.4,^7.18.6": 7.18.6 + 7.18.6: + $: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== + _: "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" + dependencies: + "@babel/helper-validator-identifier": ^7.18.6 + chalk: ^2.0.0 + js-tokens: ^4.0.0 +"@babel/parser": + _latest: 7.20.1 + _: + "^7.18.10,^7.19.6,^7.20.1,^7.7.0": 7.20.1 + 7.20.1: + $: sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw== + _: "https://registry.npmjs.org/@babel/parser/-/parser-7.20.1.tgz" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== + _: "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== + _: "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.9 + "@babel/plugin-proposal-optional-chaining": ^7.18.9 + peerDependencies: + "@babel/core": ^7.13.0 +"@babel/plugin-proposal-async-generator-functions": + _latest: 7.20.1 + _: + ^7.19.1: 7.20.1 + 7.20.1: + $: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g== + _: "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz" + dependencies: + "@babel/helper-environment-visitor": ^7.18.9 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-remap-async-to-generator": ^7.18.9 + "@babel/plugin-syntax-async-generators": ^7.8.4 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-class-properties": + _latest: 7.18.6 + _: + "^7.17.12,^7.18.6": 7.18.6 + 7.18.6: + $: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== + _: "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-class-static-block": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== + _: "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-class-static-block": ^7.14.5 + peerDependencies: + "@babel/core": ^7.12.0 +"@babel/plugin-proposal-decorators": + _latest: 7.20.0 + _: + ^7.17.12: 7.20.0 + 7.20.0: + $: sha512-vnuRRS20ygSxclEYikHzVrP9nZDFXaSzvJxGLQNAiBX041TmhS4hOUHWNIpq/q4muENuEP9XPJFXTNFejhemkg== + _: "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.0.tgz" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.19.0 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-replace-supers": ^7.19.1 + "@babel/helper-split-export-declaration": ^7.18.6 + "@babel/plugin-syntax-decorators": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-dynamic-import": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== + _: "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-dynamic-import": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-export-namespace-from": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== + _: "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + "@babel/plugin-syntax-export-namespace-from": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-json-strings": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== + _: "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-json-strings": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-logical-assignment-operators": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== + _: "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-nullish-coalescing-operator": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== + _: "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-numeric-separator": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== + _: "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-numeric-separator": ^7.10.4 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-object-rest-spread": + _latest: 7.19.4 + _: + "^7.17.12,^7.19.4": 7.19.4 + 7.19.4: + $: sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q== + _: "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz" + dependencies: + "@babel/compat-data": ^7.19.4 + "@babel/helper-compilation-targets": ^7.19.3 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/plugin-syntax-object-rest-spread": ^7.8.3 + "@babel/plugin-transform-parameters": ^7.18.8 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-optional-catch-binding": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== + _: "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-optional-chaining": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== + _: "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.9 + "@babel/plugin-syntax-optional-chaining": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-private-methods": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== + _: "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-private-property-in-object": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== + _: "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-private-property-in-object": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-proposal-unicode-property-regex": + _latest: 7.18.6 + _: + "^7.18.6,^7.4.4": 7.18.6 + 7.18.6: + $: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== + _: "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + 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-class-static-block": + _latest: 7.14.5 + _: + ^7.14.5: 7.14.5 + 7.14.5: + $: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + _: "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-syntax-decorators": + _latest: 7.19.0 + _: + ^7.19.0: 7.19.0 + 7.19.0: + $: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ== + _: "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + 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-import-assertions": + _latest: 7.20.0 + _: + ^7.18.6: 7.20.0 + 7.20.0: + $: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ== + _: "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + 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.18.6 + _: + "^7.0.0,^7.18.6": 7.18.6 + 7.18.6: + $: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== + _: "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + 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-private-property-in-object": + _latest: 7.14.5 + _: + ^7.14.5: 7.14.5 + 7.14.5: + $: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + _: "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-syntax-top-level-await": + _latest: 7.14.5 + _: + ^7.14.5: 7.14.5 + 7.14.5: + $: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + _: "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-syntax-typescript": + _latest: 7.20.0 + _: + ^7.20.0: 7.20.0 + 7.20.0: + $: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + _: "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-arrow-functions": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-async-to-generator": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag== + _: "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz" + dependencies: + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-remap-async-to-generator": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-block-scoped-functions": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-block-scoping": + _latest: 7.20.0 + _: + ^7.19.4: 7.20.0 + 7.20.0: + $: sha512-sXOohbpHZSk7GjxK9b3dKB7CfqUD5DwOH+DggKzOQ7TXYP+RCSbRykfjQmn/zq+rBjycVRtLf9pYhAaEJA786w== + _: "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-classes": + _latest: 7.19.0 + _: + ^7.19.0: 7.19.0 + 7.19.0: + $: sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A== + _: "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-compilation-targets": ^7.19.0 + "@babel/helper-environment-visitor": ^7.18.9 + "@babel/helper-function-name": ^7.19.0 + "@babel/helper-optimise-call-expression": ^7.18.6 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-replace-supers": ^7.18.9 + "@babel/helper-split-export-declaration": ^7.18.6 + globals: ^11.1.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-computed-properties": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== + _: "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-destructuring": + _latest: 7.20.0 + _: + ^7.19.4: 7.20.0 + 7.20.0: + $: sha512-1dIhvZfkDVx/zn2S1aFwlruspTt4189j7fEkH0Y0VyuDM6bQt7bD6kLcz3l4IlLG+e5OReaBz9ROAbttRtUHqA== + _: "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-dotall-regex": + _latest: 7.18.6 + _: + "^7.18.6,^7.4.4": 7.18.6 + 7.18.6: + $: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== + _: "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-duplicate-keys": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== + _: "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-exponentiation-operator": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== + _: "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz" + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-for-of": + _latest: 7.18.8 + _: + ^7.18.8: 7.18.8 + 7.18.8: + $: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-function-name": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz" + dependencies: + "@babel/helper-compilation-targets": ^7.18.9 + "@babel/helper-function-name": ^7.18.9 + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-literals": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== + _: "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-member-expression-literals": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== + _: "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-modules-amd": + _latest: 7.19.6 + _: + ^7.18.6: 7.19.6 + 7.19.6: + $: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg== + _: "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz" + dependencies: + "@babel/helper-module-transforms": ^7.19.6 + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-modules-commonjs": + _latest: 7.19.6 + _: + ^7.18.6: 7.19.6 + 7.19.6: + $: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz" + dependencies: + "@babel/helper-module-transforms": ^7.19.6 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-simple-access": ^7.19.4 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-modules-systemjs": + _latest: 7.19.6 + _: + ^7.19.0: 7.19.6 + 7.19.6: + $: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz" + dependencies: + "@babel/helper-hoist-variables": ^7.18.6 + "@babel/helper-module-transforms": ^7.19.6 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-validator-identifier": ^7.19.1 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-modules-umd": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz" + dependencies: + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-named-capturing-groups-regex": + _latest: 7.19.1 + _: + ^7.19.1: 7.19.1 + 7.19.1: + $: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw== + _: "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.19.0 + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0 +"@babel/plugin-transform-new-target": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== + _: "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-object-super": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== + _: "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-replace-supers": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-parameters": + _latest: 7.20.1 + _: + ^7.18.8: 7.20.1 + 7.20.1: + $: sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-property-literals": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== + _: "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-constant-elements": + _latest: 7.18.12 + _: + ^7.17.12: 7.18.12 + 7.18.12: + $: sha512-Q99U9/ttiu+LMnRU8psd23HhvwXmKWDQIpocm0JKaICcZHnw+mdQbHm6xnSy7dOl8I5PELakYtNBubNQlBXbZw== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.18.12.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-display-name": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-inline-elements": + _latest: 7.18.6 + _: + ^7.16.7: 7.18.6 + 7.18.6: + $: sha512-uo3yD1EXhDxmk1Y/CeFDdHS5t22IOUBooLPFOrrjfpYmDM9Vg61xbIaWeWkbYQ7Aq0zMf30/FfKoQgFwyqw6Bg== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-inline-elements/-/plugin-transform-react-inline-elements-7.18.6.tgz" + dependencies: + "@babel/helper-builder-react-jsx": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-jsx": + _latest: 7.19.0 + _: + ^7.18.6: 7.19.0 + 7.19.0: + $: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/plugin-syntax-jsx": ^7.18.6 + "@babel/types": ^7.19.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-jsx-development": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz" + dependencies: + "@babel/plugin-transform-react-jsx": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-react-pure-annotations": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-regenerator": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + regenerator-transform: ^0.15.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-reserved-words": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== + _: "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-runtime": + _latest: 7.19.6 + _: + ^7.17.12: 7.19.6 + 7.19.6: + $: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw== + _: "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz" + dependencies: + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-plugin-utils": ^7.19.0 + babel-plugin-polyfill-corejs2: ^0.3.3 + babel-plugin-polyfill-corejs3: ^0.6.0 + babel-plugin-polyfill-regenerator: ^0.4.1 + semver: ^6.3.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-shorthand-properties": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== + _: "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-spread": + _latest: 7.19.0 + _: + ^7.19.0: 7.19.0 + 7.19.0: + $: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w== + _: "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-sticky-regex": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== + _: "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-template-literals": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== + _: "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-typeof-symbol": + _latest: 7.18.9 + _: + ^7.18.9: 7.18.9 + 7.18.9: + $: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== + _: "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-typescript": + _latest: 7.20.0 + _: + ^7.18.6: 7.20.0 + 7.20.0: + $: sha512-xOAsAFaun3t9hCwZ13Qe7gq423UgMZ6zAgmLxeGGapFqlT/X3L5qT2btjiVLlFn7gWtMaVyceS5VxGAuKbgizw== + _: "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.0.tgz" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.19.0 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/plugin-syntax-typescript": ^7.20.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-unicode-escapes": + _latest: 7.18.10 + _: + ^7.18.10: 7.18.10 + 7.18.10: + $: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== + _: "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.9 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/plugin-transform-unicode-regex": + _latest: 7.18.6 + _: + ^7.18.6: 7.18.6 + 7.18.6: + $: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== + _: "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/preset-env": + _latest: 7.19.4 + _: + ^7.17.12: 7.19.4 + 7.19.4: + $: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg== + _: "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.4.tgz" + dependencies: + "@babel/compat-data": ^7.19.4 + "@babel/helper-compilation-targets": ^7.19.3 + "@babel/helper-plugin-utils": ^7.19.0 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.18.6 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.18.9 + "@babel/plugin-proposal-async-generator-functions": ^7.19.1 + "@babel/plugin-proposal-class-properties": ^7.18.6 + "@babel/plugin-proposal-class-static-block": ^7.18.6 + "@babel/plugin-proposal-dynamic-import": ^7.18.6 + "@babel/plugin-proposal-export-namespace-from": ^7.18.9 + "@babel/plugin-proposal-json-strings": ^7.18.6 + "@babel/plugin-proposal-logical-assignment-operators": ^7.18.9 + "@babel/plugin-proposal-nullish-coalescing-operator": ^7.18.6 + "@babel/plugin-proposal-numeric-separator": ^7.18.6 + "@babel/plugin-proposal-object-rest-spread": ^7.19.4 + "@babel/plugin-proposal-optional-catch-binding": ^7.18.6 + "@babel/plugin-proposal-optional-chaining": ^7.18.9 + "@babel/plugin-proposal-private-methods": ^7.18.6 + "@babel/plugin-proposal-private-property-in-object": ^7.18.6 + "@babel/plugin-proposal-unicode-property-regex": ^7.18.6 + "@babel/plugin-syntax-async-generators": ^7.8.4 + "@babel/plugin-syntax-class-properties": ^7.12.13 + "@babel/plugin-syntax-class-static-block": ^7.14.5 + "@babel/plugin-syntax-dynamic-import": ^7.8.3 + "@babel/plugin-syntax-export-namespace-from": ^7.8.3 + "@babel/plugin-syntax-import-assertions": ^7.18.6 + "@babel/plugin-syntax-json-strings": ^7.8.3 + "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 + "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 + "@babel/plugin-syntax-numeric-separator": ^7.10.4 + "@babel/plugin-syntax-object-rest-spread": ^7.8.3 + "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 + "@babel/plugin-syntax-optional-chaining": ^7.8.3 + "@babel/plugin-syntax-private-property-in-object": ^7.14.5 + "@babel/plugin-syntax-top-level-await": ^7.14.5 + "@babel/plugin-transform-arrow-functions": ^7.18.6 + "@babel/plugin-transform-async-to-generator": ^7.18.6 + "@babel/plugin-transform-block-scoped-functions": ^7.18.6 + "@babel/plugin-transform-block-scoping": ^7.19.4 + "@babel/plugin-transform-classes": ^7.19.0 + "@babel/plugin-transform-computed-properties": ^7.18.9 + "@babel/plugin-transform-destructuring": ^7.19.4 + "@babel/plugin-transform-dotall-regex": ^7.18.6 + "@babel/plugin-transform-duplicate-keys": ^7.18.9 + "@babel/plugin-transform-exponentiation-operator": ^7.18.6 + "@babel/plugin-transform-for-of": ^7.18.8 + "@babel/plugin-transform-function-name": ^7.18.9 + "@babel/plugin-transform-literals": ^7.18.9 + "@babel/plugin-transform-member-expression-literals": ^7.18.6 + "@babel/plugin-transform-modules-amd": ^7.18.6 + "@babel/plugin-transform-modules-commonjs": ^7.18.6 + "@babel/plugin-transform-modules-systemjs": ^7.19.0 + "@babel/plugin-transform-modules-umd": ^7.18.6 + "@babel/plugin-transform-named-capturing-groups-regex": ^7.19.1 + "@babel/plugin-transform-new-target": ^7.18.6 + "@babel/plugin-transform-object-super": ^7.18.6 + "@babel/plugin-transform-parameters": ^7.18.8 + "@babel/plugin-transform-property-literals": ^7.18.6 + "@babel/plugin-transform-regenerator": ^7.18.6 + "@babel/plugin-transform-reserved-words": ^7.18.6 + "@babel/plugin-transform-shorthand-properties": ^7.18.6 + "@babel/plugin-transform-spread": ^7.19.0 + "@babel/plugin-transform-sticky-regex": ^7.18.6 + "@babel/plugin-transform-template-literals": ^7.18.9 + "@babel/plugin-transform-typeof-symbol": ^7.18.9 + "@babel/plugin-transform-unicode-escapes": ^7.18.10 + "@babel/plugin-transform-unicode-regex": ^7.18.6 + "@babel/preset-modules": ^0.1.5 + "@babel/types": ^7.19.4 + babel-plugin-polyfill-corejs2: ^0.3.3 + babel-plugin-polyfill-corejs3: ^0.6.0 + babel-plugin-polyfill-regenerator: ^0.4.1 + core-js-compat: ^3.25.1 + semver: ^6.3.0 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/preset-modules": + _latest: 0.1.5 + _: + ^0.1.5: 0.1.5 + 0.1.5: + $: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== + _: "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.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.18.6 + _: + ^7.17.12: 7.18.6 + 7.18.6: + $: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== + _: "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-transform-react-display-name": ^7.18.6 + "@babel/plugin-transform-react-jsx": ^7.18.6 + "@babel/plugin-transform-react-jsx-development": ^7.18.6 + "@babel/plugin-transform-react-pure-annotations": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/preset-typescript": + _latest: 7.18.6 + _: + ^7.17.12: 7.18.6 + 7.18.6: + $: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ== + _: "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-transform-typescript": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/register": + _latest: 7.18.9 + _: + ^7.17.7: 7.18.9 + 7.18.9: + $: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw== + _: "https://registry.npmjs.org/@babel/register/-/register-7.18.9.tgz" + dependencies: + clone-deep: ^4.0.1 + find-cache-dir: ^2.0.0 + make-dir: ^2.1.0 + pirates: ^4.0.5 + source-map-support: ^0.5.16 + peerDependencies: + "@babel/core": ^7.0.0-0 +"@babel/runtime": + _latest: 7.20.1 + _: + "^7.12.1,^7.12.5,^7.17.9,^7.7.6,^7.8.4,^7.9.2": 7.20.1 + 7.20.1: + top: 1 + $: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== + _: "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz" + dependencies: + regenerator-runtime: ^0.13.10 +"@babel/template": + _latest: 7.18.10 + _: + ^7.18.10: 7.18.10 + 7.18.10: + $: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== + _: "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz" + dependencies: + "@babel/code-frame": ^7.18.6 + "@babel/parser": ^7.18.10 + "@babel/types": ^7.18.10 +"@babel/traverse": + _latest: 7.20.1 + _: + "^7.19.0,^7.19.1,^7.19.6,^7.20.1,^7.7.0": 7.20.1 + 7.20.1: + $: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== + _: "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz" + dependencies: + "@babel/code-frame": ^7.18.6 + "@babel/generator": ^7.20.1 + "@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.1 + "@babel/types": ^7.20.0 + debug: ^4.1.0 + globals: ^11.1.0 +"@babel/types": + _latest: 7.20.0 + _: + "^7.0.0,^7.0.0-beta.49,^7.18.10,^7.18.6,^7.18.9,^7.19.0,^7.19.4,^7.20.0,^7.4.4,^7.7.0": 7.20.0 + 7.20.0: + $: sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg== + _: "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz" + dependencies: + "@babel/helper-string-parser": ^7.19.4 + "@babel/helper-validator-identifier": ^7.19.1 + to-fast-properties: ^2.0.0 +"@colors/colors": + _latest: 1.5.0 + _: + 1.5.0: 1.5.0 + 1.5.0: + $: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== + _: "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" +"@dabh/diagnostics": + _latest: 2.0.3 + _: + ^2.0.2: 2.0.3 + 2.0.3: + $: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA== + _: "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz" + dependencies: + colorspace: 1.1.x + enabled: 2.0.x + kuler: ^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: 10.0.0 + _: + ^9.1.4: 9.1.4 + 9.1.4: + $: sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw== + _: "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz" + dependencies: + "@hapi/hoek": 9.x.x +"@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: 10.0.1 + _: + 9.x.x: 9.3.0 + 9.3.0: + $: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== + _: "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz" +"@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.3.0 + _: + ^1.3.0: 1.3.0 + 1.3.0: + $: sha512-YsXNPftGcMfRFujoPIiBXK83gVBS1sDeKU7sKXcUxHRoIFYTaW/h8U0WgkkmoOgHtqPG5zfNB2KcmpAV6PAicg== + _: "https://registry.npmjs.org/@jchip/redbird/-/redbird-1.3.0.tgz" + dependencies: + http-proxy: ^1.17.0 + lodash: ^4.17.11 + lru-cache: ^4.1.5 + mime: ^3.0.0 + 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 +"@jridgewell/gen-mapping": + _latest: 0.3.2 + _: + ^0.1.0: 0.1.1 + "^0.3.0,^0.3.2": 0.3.2 + 0.3.2: + $: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== + _: "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz" + dependencies: + "@jridgewell/set-array": ^1.0.1 + "@jridgewell/sourcemap-codec": ^1.4.10 + "@jridgewell/trace-mapping": ^0.3.9 + 0.1.1: + $: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== + _: "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz" + dependencies: + "@jridgewell/set-array": ^1.0.0 + "@jridgewell/sourcemap-codec": ^1.4.10 +"@jridgewell/resolve-uri": + _latest: 3.1.0 + _: + 3.1.0: 3.1.0 + 3.1.0: + $: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== + _: "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" +"@jridgewell/set-array": + _latest: 1.1.2 + _: + "^1.0.0,^1.0.1": 1.1.2 + 1.1.2: + $: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== + _: "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" +"@jridgewell/source-map": + _latest: 0.3.2 + _: + ^0.3.2: 0.3.2 + 0.3.2: + $: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== + _: "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz" + dependencies: + "@jridgewell/gen-mapping": ^0.3.0 + "@jridgewell/trace-mapping": ^0.3.9 +"@jridgewell/sourcemap-codec": + _latest: 1.4.14 + _: + "1.4.14,^1.4.10": 1.4.14 + 1.4.14: + $: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== + _: "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" +"@jridgewell/trace-mapping": + _latest: 0.3.17 + _: + "^0.3.14,^0.3.8,^0.3.9": 0.3.17 + 0.3.17: + $: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== + _: "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz" + dependencies: + "@jridgewell/resolve-uri": 3.1.0 + "@jridgewell/sourcemap-codec": 1.4.14 +"@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.3 + _: + 2.1.8-no-fsevents.3: 2.1.8-no-fsevents.3 + 2.1.8-no-fsevents.3: + $: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ== + _: "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz" +"@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 +"@remix-run/router": + _latest: 1.0.3 + _: + 1.0.3: 1.0.3 + 1.0.3: + $: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q== + _: "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz" +"@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.4 + _: + ^3.7.3: 3.7.4 + 3.7.4: + $: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== + _: "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz" + dependencies: + "@types/eslint": "*" + "@types/estree": "*" +"@types/estree": + _latest: 1.0.0 + _: + "*": 0.0.46 + ^0.0.51: 0.0.51 + 0.0.51: + $: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== + _: "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz" + 0.0.46: + $: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== + _: "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz" +"@types/hoist-non-react-statics": + _latest: 3.3.1 + _: + ^3.3.1: 3.3.1 + 3.3.1: + $: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== + _: "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz" + dependencies: + "@types/react": "*" + hoist-non-react-statics: ^3.3.0 +"@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.11 + _: + "*,^7.0.5,^7.0.8": 7.0.11 + 7.0.11: + $: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + _: "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.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/prop-types": + _latest: 15.7.5 + _: + "*": 15.7.5 + 15.7.5: + $: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== + _: "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.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" +"@types/react": + _latest: 18.0.24 + _: + "*": 18.0.24 + 18.0.24: + $: sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== + _: "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz" + dependencies: + "@types/prop-types": "*" + "@types/scheduler": "*" + csstype: ^3.0.2 +"@types/scheduler": + _latest: 0.16.2 + _: + "*": 0.16.2 + 0.16.2: + $: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== + _: "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz" +"@types/use-sync-external-store": + _latest: 0.0.3 + _: + ^0.0.3: 0.0.3 + 0.0.3: + $: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== + _: "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz" +"@webassemblyjs/ast": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== + _: "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz" + dependencies: + "@webassemblyjs/helper-numbers": 1.11.1 + "@webassemblyjs/helper-wasm-bytecode": 1.11.1 +"@webassemblyjs/floating-point-hex-parser": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== + _: "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz" +"@webassemblyjs/helper-api-error": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== + _: "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz" +"@webassemblyjs/helper-buffer": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== + _: "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz" +"@webassemblyjs/helper-numbers": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== + _: "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz" + dependencies: + "@webassemblyjs/floating-point-hex-parser": 1.11.1 + "@webassemblyjs/helper-api-error": 1.11.1 + "@xtuc/long": 4.2.2 +"@webassemblyjs/helper-wasm-bytecode": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== + _: "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz" +"@webassemblyjs/helper-wasm-section": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== + _: "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/helper-buffer": 1.11.1 + "@webassemblyjs/helper-wasm-bytecode": 1.11.1 + "@webassemblyjs/wasm-gen": 1.11.1 +"@webassemblyjs/ieee754": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== + _: "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz" + dependencies: + "@xtuc/ieee754": ^1.2.0 +"@webassemblyjs/leb128": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== + _: "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz" + dependencies: + "@xtuc/long": 4.2.2 +"@webassemblyjs/utf8": + _latest: 1.11.4 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== + _: "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz" +"@webassemblyjs/wasm-edit": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/helper-buffer": 1.11.1 + "@webassemblyjs/helper-wasm-bytecode": 1.11.1 + "@webassemblyjs/helper-wasm-section": 1.11.1 + "@webassemblyjs/wasm-gen": 1.11.1 + "@webassemblyjs/wasm-opt": 1.11.1 + "@webassemblyjs/wasm-parser": 1.11.1 + "@webassemblyjs/wast-printer": 1.11.1 +"@webassemblyjs/wasm-gen": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/helper-wasm-bytecode": 1.11.1 + "@webassemblyjs/ieee754": 1.11.1 + "@webassemblyjs/leb128": 1.11.1 + "@webassemblyjs/utf8": 1.11.1 +"@webassemblyjs/wasm-opt": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/helper-buffer": 1.11.1 + "@webassemblyjs/wasm-gen": 1.11.1 + "@webassemblyjs/wasm-parser": 1.11.1 +"@webassemblyjs/wasm-parser": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/helper-api-error": 1.11.1 + "@webassemblyjs/helper-wasm-bytecode": 1.11.1 + "@webassemblyjs/ieee754": 1.11.1 + "@webassemblyjs/leb128": 1.11.1 + "@webassemblyjs/utf8": 1.11.1 +"@webassemblyjs/wast-printer": + _latest: 1.11.3 + _: + 1.11.1: 1.11.1 + 1.11.1: + $: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== + _: "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz" + dependencies: + "@webassemblyjs/ast": 1.11.1 + "@xtuc/long": 4.2.2 +"@webpack-cli/configtest": + _latest: 1.2.0 + _: + ^1.0.4: 1.2.0 + 1.2.0: + $: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg== + _: "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz" + peerDependencies: + webpack: "4.x.x || 5.x.x" + webpack-cli: 4.x.x +"@webpack-cli/info": + _latest: 1.5.0 + _: + ^1.3.0: 1.5.0 + 1.5.0: + $: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ== + _: "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz" + dependencies: + envinfo: ^7.7.3 + peerDependencies: + webpack-cli: 4.x.x +"@webpack-cli/serve": + _latest: 1.7.0 + _: + ^1.5.2: 1.7.0 + 1.7.0: + $: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q== + _: "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz" + peerDependencies: + webpack-cli: 4.x.x +"@xarc/app": + _latest: 11.0.1-fynlocal_h + _: + ../../packages/xarc-app: 11.0.1-fynlocal_h + 11.0.1-fynlocal_h: + top: 1 + $: local + _: ../../packages/xarc-app + dependencies: + "@babel/runtime": ^7.17.9 + isomorphic-loader: ^4.5.0 + optional-require: ^1.1.8 + subapp-util: ^1.1.4 + tslib: ^2.4.0 +"@xarc/app-dev": + _latest: 11.0.1-fynlocal_h + _: + ../../packages/xarc-app-dev: 11.0.1-fynlocal_h + 11.0.1-fynlocal_h: + top: 1 + $: local + _: ../../packages/xarc-app-dev + dependencies: + "@babel/cli": ^7.17.10 + "@babel/core": ^7.17.12 + "@babel/plugin-proposal-class-properties": ^7.17.12 + "@babel/plugin-proposal-decorators": ^7.17.12 + "@babel/plugin-proposal-object-rest-spread": ^7.17.12 + "@babel/plugin-transform-react-constant-elements": ^7.17.12 + "@babel/plugin-transform-react-inline-elements": ^7.16.7 + "@babel/plugin-transform-runtime": ^7.17.12 + "@babel/preset-env": ^7.17.12 + "@babel/preset-react": ^7.17.12 + "@babel/preset-typescript": ^7.17.12 + "@babel/register": ^7.17.7 + "@jchip/redbird": ^1.3.0 + "@xarc/dev-base": ^0.1.0 + "@xarc/run": ^1.0.5 + "@xarc/subapp": ^0.3.4 + "@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 + babel-plugin-react-css-modules: ^5.2.6 + babel-plugin-transform-node-env-inline: ^0.4.3 + babel-plugin-transform-react-remove-prop-types: ^0.4.24 + boxen: ^5.0.0 + chalker: ^1.2.0 + chokidar: ^3.5.3 + core-js: ^3.22.5 + electrode-node-resolver: ^2.0.2 + fast-async: ^7.0.5 + filter-scan-dir: 1.5.5 + fs-extra: ^10.1.0 + identity-obj-proxy: ^3.0.0 + is-ci: ^2.0.0 + lodash: ^4.17.21 + log-update: ^5.0.1 + mime: ^3.0.0 + mkdirp: ^1.0.4 + 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 + ps-get: ^1.1.0 + read-pkg-up: ^7.0.1 + regenerator-runtime: ^0.13.9 + request: ^2.88.2 + require-at: ^1.0.6 + semver: ^7.3.7 + serve-index-fs: ^1.10.1 + subapp-util: ^1.1.4 + sudo-prompt: ^9.2.1 + tslib: ^2.4.0 + visual-logger: ^1.1.3 + webpack-dev-middleware: ^4.1.0 + webpack-hot-middleware: ^2.25.1 + winston: ^3.7.2 + xaa: ^1.7.3 + xenv-config: ^1.3.1 + xsh: ^0.4.5 + peerDependencies: + "@xarc/app": ^11.0.1 +"@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.11-fynlocal_h + _: + ../xarc-index-page: 1.0.11-fynlocal_h + 1.0.11-fynlocal_h: + $: local + _: ../../packages/xarc-index-page + dependencies: + "@xarc/jsx-renderer": ^1.0.11 + "@xarc/render-context": ^1.0.8 + "@xarc/tag-renderer": ^1.0.10 +"@xarc/jsx-renderer": + _latest: 1.0.11-fynlocal_h + _: + ../xarc-jsx-renderer: 1.0.11-fynlocal_h + 1.0.11-fynlocal_h: + $: local + _: ../../packages/xarc-jsx-renderer + dependencies: + "@xarc/render-context": ^1.0.8 + lodash: ^4.17.15 + munchy: ^1.0.9 + optional-require: ^1.1.6 + require-at: ^1.0.6 + xaa: 1.7.1 +"@xarc/opt-eslint": + _latest: 3.0.0-fynlocal_h + _: + ../../packages/xarc-opt-eslint: 3.0.0-fynlocal_h + 3.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.3.2 + eslint-plugin-flowtype: ^5.2.0 + eslint-plugin-mocha: ^8.0.0 + eslint-plugin-react: ^7.29.4 +"@xarc/render-context": + _latest: 1.0.8-fynlocal_h + _: + ../xarc-render-context: 1.0.8-fynlocal_h + 1.0.8-fynlocal_h: + $: local + _: ../../packages/xarc-render-context + dependencies: + munchy: ^1.0.9 + optional-require: ^1.1.6 + require-at: ^1.0.6 + xaa: 1.7.1 +"@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.3.4-fynlocal_h + _: + ../xarc-subapp: 0.3.4-fynlocal_h + 0.3.4-fynlocal_h: + $: local + _: ../../packages/xarc-subapp + dependencies: + "@xarc/render-context": ^1.0.8 + "@xarc/tag-renderer": ^1.0.10 + lodash: ^4.17.20 + tslib: ^2.1.0 + peerDependencies: + "@xarc/app": "*" +"@xarc/tag-renderer": + _latest: 1.0.10-fynlocal_h + _: + ../xarc-tag-renderer: 1.0.10-fynlocal_h + 1.0.10-fynlocal_h: + $: local + _: ../../packages/xarc-tag-renderer + dependencies: + "@xarc/render-context": ^1.0.8 +"@xarc/webpack": + _latest: 11.1.3-fynlocal_h + _: + ../xarc-webpack: 11.1.3-fynlocal_h + 11.1.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: ^6.5.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.1.1 + lodash: ^4.17.21 + mini-css-extract-plugin: ^1.3.9 + mkdirp: ^1.0.3 + optional-require: ^1.1.6 + require-at: ^1.0.6 + url-loader: ^4.1.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.1 + "@xarc/app-dev": ^11.0.1 +"@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' + _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 + _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.8.1 - _: - ^7.4.0: 7.4.1 - '^8.5.0,^8.7.1': 8.8.1 - 8.8.1: - $: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== - _: 'https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz' - 7.4.1: - $: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - _: 'https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz' + _latest: 8.8.1 + _: + ^7.4.0: 7.4.1 + "^8.5.0,^8.7.1": 8.8.1 + 8.8.1: + $: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== + _: "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz" + 7.4.1: + $: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + _: "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" acorn-import-assertions: - _latest: 1.8.0 - _: - ^1.7.6: 1.8.0 - 1.8.0: - $: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== - _: 'https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz' - peerDependencies: - acorn: ^8 + _latest: 1.8.0 + _: + ^1.7.6: 1.8.0 + 1.8.0: + $: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== + _: "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz" + peerDependencies: + acorn: ^8 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' + _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 + _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 + _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 + _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' + _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 + _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' + _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: 6.0.0 - _: - ^4.3.0: 4.3.1 - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA== - _: 'https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz' - dependencies: - type-fest: ^1.0.2 - 4.3.1: - $: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - _: 'https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz' - dependencies: - type-fest: ^0.11.0 + _latest: 6.0.0 + _: + ^4.3.0: 4.3.1 + ^5.0.0: 5.0.0 + 5.0.0: + $: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA== + _: "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz" + dependencies: + type-fest: ^1.0.2 + 4.3.1: + $: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== + _: "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz" + dependencies: + type-fest: ^0.11.0 ansi-html-community: - _latest: 0.0.8 - _: - 0.0.8: 0.0.8 - 0.0.8: - $: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== - _: 'https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz' + _latest: 0.0.8 + _: + 0.0.8: 0.0.8 + 0.0.8: + $: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== + _: "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz" ansi-regex: - _latest: 6.0.1 - _: - ^2.0.0: 2.1.1 - ^3.0.0: 3.0.0 - ^4.1.0: 4.1.0 - ^5.0.0: 5.0.0 - ^6.0.1: 6.0.1 - 6.0.1: - $: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz' - 5.0.0: - $: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz' - 4.1.0: - $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz' - 3.0.0: - $: sha512-wFUFA5bg5dviipbQQ32yOQhl6gcJaJXiHE7dvR8VYPG97+J/GNC5FKGepKdEDUFeXRzDxPF1X/Btc8L+v7oqIQ== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz' - 2.1.1: - $: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz' + _latest: 6.0.1 + _: + ^2.0.0: 2.1.1 + ^3.0.0: 3.0.0 + ^4.1.0: 4.1.0 + ^5.0.0: 5.0.0 + ^6.0.1: 6.0.1 + 6.0.1: + $: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" + 5.0.0: + $: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz" + 4.1.0: + $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz" + 3.0.0: + $: sha512-wFUFA5bg5dviipbQQ32yOQhl6gcJaJXiHE7dvR8VYPG97+J/GNC5FKGepKdEDUFeXRzDxPF1X/Btc8L+v7oqIQ== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz" + 2.1.1: + $: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ansi-styles: - _latest: 6.2.1 - _: - ^2.2.1: 2.2.1 - ^3.2.1: 3.2.1 - '^4.0.0,^4.1.0': 4.3.0 - '^6.0.0,^6.1.0': 6.2.1 - 6.2.1: - $: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - _: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz' - 4.3.0: - $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz' - dependencies: - color-convert: ^1.9.0 - 2.2.1: - $: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== - _: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz' + _latest: 6.2.1 + _: + ^2.2.1: 2.2.1 + ^3.2.1: 3.2.1 + "^4.0.0,^4.1.0": 4.3.0 + "^6.0.0,^6.1.0": 6.2.1 + 6.2.1: + $: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + _: "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" + 4.3.0: + $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" + dependencies: + color-convert: ^1.9.0 + 2.2.1: + $: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== + _: "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" ansi-to-html: - _latest: 0.7.2 - _: - ^0.7.2: 0.7.2 - 0.7.2: - $: sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g== - _: 'https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.2.tgz' - dependencies: - entities: ^2.2.0 + _latest: 0.7.2 + _: + ^0.7.2: 0.7.2 + 0.7.2: + $: sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g== + _: "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.2.tgz" + dependencies: + entities: ^2.2.0 anymatch: - _latest: 3.1.2 - _: - ~3.1.2: 3.1.2 - 3.1.2: - $: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== - _: 'https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz' - dependencies: - normalize-path: ^3.0.0 - picomatch: ^2.0.4 + _latest: 3.1.2 + _: + ~3.1.2: 3.1.2 + 3.1.2: + $: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + _: "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz" + dependencies: + normalize-path: ^3.0.0 + picomatch: ^2.0.4 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 + _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' + _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 + _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 + _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 array-includes: - _latest: 3.1.5 - _: - '^3.1.2,^3.1.5': 3.1.5 - 3.1.5: - $: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ== - _: 'https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.4 - es-abstract: ^1.19.5 - get-intrinsic: ^1.1.1 - is-string: ^1.0.7 + _latest: 3.1.5 + _: + "^3.1.2,^3.1.5": 3.1.5 + 3.1.5: + $: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ== + _: "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.4 + es-abstract: ^1.19.5 + get-intrinsic: ^1.1.1 + is-string: ^1.0.7 array.prototype.flatmap: - _latest: 1.3.1 - _: - ^1.3.0: 1.3.1 - 1.3.1: - $: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== - _: 'https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.4 - es-abstract: ^1.20.4 - es-shim-unscopables: ^1.0.0 + _latest: 1.3.1 + _: + ^1.3.0: 1.3.1 + 1.3.1: + $: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== + _: "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.4 + es-abstract: ^1.20.4 + es-shim-unscopables: ^1.0.0 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 + _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' + _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" 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' + _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.4 - _: - ^2.4.0: 2.6.3 - ^3.2.3: 3.2.4 - ~1.0.0: 1.0.0 - 3.2.4: - $: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== - _: 'https://registry.npmjs.org/async/-/async-3.2.4.tgz' - 2.6.3: - $: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - _: 'https://registry.npmjs.org/async/-/async-2.6.3.tgz' - dependencies: - lodash: ^4.17.14 - 1.0.0: - $: sha512-5mO7DX4CbJzp9zjaFXusQQ4tzKJARjNB1Ih1pVBi8wkbmXy/xzIDgEMXxWePLzt2OdFwaxfneIlT1nCiXubrPQ== - _: 'https://registry.npmjs.org/async/-/async-1.0.0.tgz' + _latest: 3.2.4 + _: + ^2.4.0: 2.6.3 + ^3.2.3: 3.2.4 + ~1.0.0: 1.0.0 + 3.2.4: + $: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== + _: "https://registry.npmjs.org/async/-/async-3.2.4.tgz" + 2.6.3: + $: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + _: "https://registry.npmjs.org/async/-/async-2.6.3.tgz" + dependencies: + lodash: ^4.17.14 + 1.0.0: + $: sha512-5mO7DX4CbJzp9zjaFXusQQ4tzKJARjNB1Ih1pVBi8wkbmXy/xzIDgEMXxWePLzt2OdFwaxfneIlT1nCiXubrPQ== + _: "https://registry.npmjs.org/async/-/async-1.0.0.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 + _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' + _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" 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' + _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 + _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 + _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' + _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' + _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-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.' + _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' + _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' + _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' + _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' + _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-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 + _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.2 - _: - ^0.5.2: 0.5.2 - 0.5.2: - $: sha512-krq9Lwi0QIzyAlcNBXTL4usqUvevB4BzktdEsb8srcXC1AaYqRJiAQw6vdKdJSaXbz6snBvziGr6ch/aoRCfpA== - _: 'https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.2.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 + _latest: 0.5.2 + _: + ^0.5.2: 0.5.2 + 0.5.2: + $: sha512-krq9Lwi0QIzyAlcNBXTL4usqUvevB4BzktdEsb8srcXC1AaYqRJiAQw6vdKdJSaXbz6snBvziGr6ch/aoRCfpA== + _: "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.2.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.3.3 - _: - ^0.3.3: 0.3.3 - 0.3.3: - $: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== - _: 'https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz' - dependencies: - '@babel/compat-data': ^7.17.7 - '@babel/helper-define-polyfill-provider': ^0.3.3 - semver: ^6.1.1 - peerDependencies: - '@babel/core': ^7.0.0-0 + _latest: 0.3.3 + _: + ^0.3.3: 0.3.3 + 0.3.3: + $: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== + _: "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz" + dependencies: + "@babel/compat-data": ^7.17.7 + "@babel/helper-define-polyfill-provider": ^0.3.3 + semver: ^6.1.1 + peerDependencies: + "@babel/core": ^7.0.0-0 babel-plugin-polyfill-corejs3: - _latest: 0.6.0 - _: - ^0.6.0: 0.6.0 - 0.6.0: - $: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== - _: 'https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz' - dependencies: - '@babel/helper-define-polyfill-provider': ^0.3.3 - core-js-compat: ^3.25.1 - peerDependencies: - '@babel/core': ^7.0.0-0 + _latest: 0.6.0 + _: + ^0.6.0: 0.6.0 + 0.6.0: + $: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== + _: "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz" + dependencies: + "@babel/helper-define-polyfill-provider": ^0.3.3 + core-js-compat: ^3.25.1 + peerDependencies: + "@babel/core": ^7.0.0-0 babel-plugin-polyfill-regenerator: - _latest: 0.4.1 - _: - ^0.4.1: 0.4.1 - 0.4.1: - $: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== - _: 'https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz' - dependencies: - '@babel/helper-define-polyfill-provider': ^0.3.3 - peerDependencies: - '@babel/core': ^7.0.0-0 + _latest: 0.4.1 + _: + ^0.4.1: 0.4.1 + 0.4.1: + $: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== + _: "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz" + dependencies: + "@babel/helper-define-polyfill-provider": ^0.3.3 + 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 + _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' + _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.24: 0.4.24 - 0.4.24: - $: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - _: 'https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz' + _latest: 0.4.24 + _: + ^0.4.24: 0.4.24 + 0.4.24: + $: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== + _: "https://registry.npmjs.org/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' + _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' + _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" 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' + _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 + _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' + _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 - _: - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - _: 'https://npme.walmart.com/binary-extensions/-/binary-extensions-2.2.0.tgz' + _latest: 2.2.0 + _: + ^2.0.0: 2.2.0 + 2.2.0: + $: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + _: "https://npme.walmart.com/binary-extensions/-/binary-extensions-2.2.0.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' + _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 + _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 + _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 - _: - ~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 + _latest: 3.0.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 browserslist: - _latest: 4.21.4 - _: - '^4.0.0,^4.12.0,^4.14.5,^4.21.3,^4.21.4': 4.21.4 - 4.21.4: - $: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== - _: 'https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz' - dependencies: - caniuse-lite: ^1.0.30001400 - electron-to-chromium: ^1.4.251 - node-releases: ^2.0.6 - update-browserslist-db: ^1.0.9 + _latest: 4.21.4 + _: + "^4.0.0,^4.12.0,^4.14.5,^4.21.3,^4.21.4": 4.21.4 + 4.21.4: + $: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== + _: "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz" + dependencies: + caniuse-lite: ^1.0.30001400 + electron-to-chromium: ^1.4.251 + node-releases: ^2.0.6 + update-browserslist-db: ^1.0.9 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' + _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 + _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 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 + _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 + _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 + _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 + _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' + _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 + _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' + _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 + _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.30001429 - _: - '^1.0.0,^1.0.30001109,^1.0.30001400': 1.0.30001429 - 1.0.30001429: - $: sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg== - _: 'https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001429.tgz' + _latest: 1.0.30001429 + _: + "^1.0.0,^1.0.30001109,^1.0.30001400": 1.0.30001429 + 1.0.30001429: + $: sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg== + _: "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001429.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' + _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 + _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 + _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.3 - _: - '^3.4.0,^3.5.3': 3.5.3 - 3.5.3: - $: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== - _: 'https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz' - dependencies: - anymatch: ~3.1.2 - braces: ~3.0.2 - glob-parent: ~5.1.2 - is-binary-path: ~2.1.0 - is-glob: ~4.0.1 - normalize-path: ~3.0.0 - readdirp: ~3.6.0 - optionalDependencies: - fsevents: ~2.3.2 + _latest: 3.5.3 + _: + "^3.4.0,^3.5.3": 3.5.3 + 3.5.3: + $: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + _: "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" + dependencies: + anymatch: ~3.1.2 + braces: ~3.0.2 + glob-parent: ~5.1.2 + is-binary-path: ~2.1.0 + is-glob: ~4.0.1 + normalize-path: ~3.0.0 + readdirp: ~3.6.0 + optionalDependencies: + fsevents: ~2.3.2 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' + _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 + _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' + _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" 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 + _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' + _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' + _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: 4.0.0 - _: - ^3.1.0: 3.1.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== - _: 'https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz' - dependencies: - restore-cursor: ^4.0.0 - 3.1.0: - $: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - _: 'https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz' - dependencies: - restore-cursor: ^3.1.0 + _latest: 4.0.0 + _: + ^3.1.0: 3.1.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== + _: "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz" + dependencies: + restore-cursor: ^4.0.0 + 3.1.0: + $: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + _: "https://registry.npmjs.org/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 + _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 + _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 + _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 color: - _latest: 4.2.3 - _: - '^3.0.0,^3.1.3': 3.1.3 - 3.1.3: - $: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - _: 'https://registry.npmjs.org/color/-/color-3.1.3.tgz' - dependencies: - color-convert: ^1.9.1 - color-string: ^1.5.4 + _latest: 4.2.3 + _: + "^3.0.0,^3.1.3": 3.1.3 + 3.1.3: + $: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== + _: "https://registry.npmjs.org/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 + _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: - $: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - _: 'https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz' + _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: + $: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + _: "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 + _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' + _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' + _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" colorspace: - _latest: 1.1.4 - _: - 1.1.x: 1.1.4 - 1.1.4: - $: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w== - _: 'https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz' - dependencies: - color: ^3.1.3 - text-hex: 1.0.x + _latest: 1.1.4 + _: + 1.1.x: 1.1.4 + 1.1.4: + $: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w== + _: "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz" + dependencies: + color: ^3.1.3 + text-hex: 1.0.x 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 + _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' + _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' + _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" 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' + _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 + _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' + _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" core-js: - _latest: 3.26.0 - _: - ^3.22.5: 3.26.0 - 3.26.0: - hasI: 1 - $: sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw== - _: 'https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz' + _latest: 3.26.0 + _: + ^3.22.5: 3.26.0 + 3.26.0: + hasI: 1 + $: sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw== + _: "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz" core-js-compat: - _latest: 3.26.0 - _: - ^3.25.1: 3.26.0 - 3.26.0: - $: sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A== - _: 'https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.26.0.tgz' - dependencies: - browserslist: ^4.21.4 + _latest: 3.26.0 + _: + ^3.25.1: 3.26.0 + 3.26.0: + $: sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A== + _: "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.26.0.tgz" + dependencies: + browserslist: ^4.21.4 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' + _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 + _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 + _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' + _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 + _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: 6.7.1 - _: - ^6.5.1: 6.7.1 - 6.7.1: - $: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw== - _: 'https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz' - dependencies: - icss-utils: ^5.1.0 - postcss: ^8.4.7 - postcss-modules-extract-imports: ^3.0.0 - postcss-modules-local-by-default: ^4.0.0 - postcss-modules-scope: ^3.0.0 - postcss-modules-values: ^4.0.0 - postcss-value-parser: ^4.2.0 - semver: ^7.3.5 - peerDependencies: - webpack: ^5.0.0 + _latest: 6.7.1 + _: + ^6.5.1: 6.7.1 + 6.7.1: + $: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw== + _: "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz" + dependencies: + icss-utils: ^5.1.0 + postcss: ^8.4.7 + postcss-modules-extract-imports: ^3.0.0 + postcss-modules-local-by-default: ^4.0.0 + postcss-modules-scope: ^3.0.0 + postcss-modules-values: ^4.0.0 + postcss-value-parser: ^4.2.0 + semver: ^7.3.5 + peerDependencies: + webpack: ^5.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' + _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 + _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 + _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' + _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 + _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: 2.2.1 - _: - 1.0.0-alpha.37: 1.0.0-alpha.37 - ^1.1.2: 1.1.3 - 1.1.3: - $: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== - _: 'https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.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 + _latest: 2.2.1 + _: + 1.0.0-alpha.37: 1.0.0-alpha.37 + ^1.1.2: 1.1.3 + 1.1.3: + $: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== + _: "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.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' + _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' + _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 + _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 + _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' + _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' + _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 + _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' + _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 + _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 csstype: - _latest: 3.1.1 - _: - ^3.0.2: 3.1.1 - 3.1.1: - $: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== - _: 'https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz' + _latest: 3.1.1 + _: + ^3.0.2: 3.1.1 + 3.1.1: + $: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== + _: "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz" 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' + _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 + _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' + _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.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 + _latest: 4.3.1 + _: + 2.6.9: 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' + _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" 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' + _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' + _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 + _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-lazy-prop: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== - _: 'https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz' + _latest: 3.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + _: "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" define-properties: - _latest: 1.1.4 - _: - '^1.1.3,^1.1.4': 1.1.4 - 1.1.4: - $: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== - _: 'https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz' - dependencies: - has-property-descriptors: ^1.0.0 - object-keys: ^1.1.1 + _latest: 1.1.4 + _: + "^1.1.3,^1.1.4": 1.1.4 + 1.1.4: + $: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== + _: "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz" + dependencies: + has-property-descriptors: ^1.0.0 + object-keys: ^1.1.1 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' + _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' + _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' + _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 + _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 + _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 + _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' + _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' + _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' + _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 + _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 + _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 eastasianwidth: - _latest: 0.2.0 - _: - ^0.2.0: 0.2.0 - 0.2.0: - $: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== - _: 'https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz' + _latest: 0.2.0 + _: + ^0.2.0: 0.2.0 + 0.2.0: + $: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + _: "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" 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 + _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 + _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 + _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 + _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.4.284 - _: - ^1.4.251: 1.4.284 - 1.4.284: - $: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== - _: 'https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz' + _latest: 1.4.284 + _: + ^1.4.251: 1.4.284 + 1.4.284: + $: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== + _: "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz" emoji-regex: - _latest: 10.2.1 - _: - ^7.0.1: 7.0.3 - ^8.0.0: 8.0.0 - ^9.2.2: 9.2.2 - 9.2.2: - $: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz' - 8.0.0: - $: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz' - 7.0.3: - $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz' + _latest: 10.2.1 + _: + ^7.0.1: 7.0.3 + ^8.0.0: 8.0.0 + ^9.2.2: 9.2.2 + 9.2.2: + $: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + _: "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" + 8.0.0: + $: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + _: "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" + 7.0.3: + $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + _: "https://registry.npmjs.org/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' + _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" enabled: - _latest: 2.0.0 - _: - 2.0.x: 2.0.0 - 2.0.0: - $: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ== - _: 'https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz' + _latest: 2.0.0 + _: + 2.0.x: 2.0.0 + 2.0.0: + $: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ== + _: "https://registry.npmjs.org/enabled/-/enabled-2.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 + _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.10.0 - _: - ^5.10.0: 5.10.0 - 5.10.0: - $: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== - _: 'https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz' - dependencies: - graceful-fs: ^4.2.4 - tapable: ^2.2.0 + _latest: 5.10.0 + _: + ^5.10.0: 5.10.0 + 5.10.0: + $: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== + _: "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.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: - $: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - _: 'https://npme.walmart.com/enquirer/-/enquirer-2.3.6.tgz' - dependencies: - ansi-colors: ^4.1.1 + _latest: 2.3.6 + _: + ^2.3.5: 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: 4.4.0 - _: - ^1.1.1: 1.1.2 - '^2.0.0,^2.2.0': 2.2.0 - 2.2.0: - $: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - _: 'https://registry.npmjs.org/entities/-/entities-2.2.0.tgz' - 1.1.2: - $: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - _: 'https://registry.npmjs.org/entities/-/entities-1.1.2.tgz' + _latest: 4.4.0 + _: + ^1.1.1: 1.1.2 + "^2.0.0,^2.2.0": 2.2.0 + 2.2.0: + $: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + _: "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" + 1.1.2: + $: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== + _: "https://registry.npmjs.org/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' + _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 + _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.20.4 - _: - '^1.17.2,^1.18.0-next.2,^1.19.0,^1.19.1,^1.19.5,^1.20.4': 1.20.4 - 1.20.4: - $: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA== - _: 'https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz' - dependencies: - call-bind: ^1.0.2 - es-to-primitive: ^1.2.1 - function-bind: ^1.1.1 - function.prototype.name: ^1.1.5 - get-intrinsic: ^1.1.3 - get-symbol-description: ^1.0.0 - has: ^1.0.3 - has-property-descriptors: ^1.0.0 - has-symbols: ^1.0.3 - internal-slot: ^1.0.3 - is-callable: ^1.2.7 - is-negative-zero: ^2.0.2 - is-regex: ^1.1.4 - is-shared-array-buffer: ^1.0.2 - is-string: ^1.0.7 - is-weakref: ^1.0.2 - object-inspect: ^1.12.2 - object-keys: ^1.1.1 - object.assign: ^4.1.4 - regexp.prototype.flags: ^1.4.3 - safe-regex-test: ^1.0.0 - string.prototype.trimend: ^1.0.5 - string.prototype.trimstart: ^1.0.5 - unbox-primitive: ^1.0.2 + _latest: 1.20.4 + _: + "^1.17.2,^1.18.0-next.2,^1.19.0,^1.19.1,^1.19.5,^1.20.4": 1.20.4 + 1.20.4: + $: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA== + _: "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz" + dependencies: + call-bind: ^1.0.2 + es-to-primitive: ^1.2.1 + function-bind: ^1.1.1 + function.prototype.name: ^1.1.5 + get-intrinsic: ^1.1.3 + get-symbol-description: ^1.0.0 + has: ^1.0.3 + has-property-descriptors: ^1.0.0 + has-symbols: ^1.0.3 + internal-slot: ^1.0.3 + is-callable: ^1.2.7 + is-negative-zero: ^2.0.2 + is-regex: ^1.1.4 + is-shared-array-buffer: ^1.0.2 + is-string: ^1.0.7 + is-weakref: ^1.0.2 + object-inspect: ^1.12.2 + object-keys: ^1.1.1 + object.assign: ^4.1.4 + regexp.prototype.flags: ^1.4.3 + safe-regex-test: ^1.0.0 + string.prototype.trimend: ^1.0.5 + string.prototype.trimstart: ^1.0.5 + unbox-primitive: ^1.0.2 es-module-lexer: - _latest: 1.1.0 - _: - ^0.9.0: 0.9.3 - 0.9.3: - $: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== - _: 'https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz' + _latest: 1.1.0 + _: + ^0.9.0: 0.9.3 + 0.9.3: + $: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== + _: "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz" es-shim-unscopables: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== - _: 'https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz' - dependencies: - has: ^1.0.3 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== + _: "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz" + dependencies: + has: ^1.0.3 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 + _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' + _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' + _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' + _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' + _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 + _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' + _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.3.2: 1.3.2 - 1.3.2: - $: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w== - _: 'https://registry.npmjs.org/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: '*' + _latest: 1.3.2 + _: + ^1.3.2: 1.3.2 + 1.3.2: + $: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w== + _: "https://registry.npmjs.org/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 + _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' + _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.31.10 - _: - ^7.29.4: 7.31.10 - 7.31.10: - $: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA== - _: 'https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz' - dependencies: - array-includes: ^3.1.5 - array.prototype.flatmap: ^1.3.0 - doctrine: ^2.1.0 - estraverse: ^5.3.0 - jsx-ast-utils: '^2.4.1 || ^3.0.0' - minimatch: ^3.1.2 - object.entries: ^1.1.5 - object.fromentries: ^2.0.5 - object.hasown: ^1.1.1 - object.values: ^1.1.5 - prop-types: ^15.8.1 - resolve: ^2.0.0-next.3 - semver: ^6.3.0 - string.prototype.matchall: ^4.0.7 - peerDependencies: - eslint: '^3 || ^4 || ^5 || ^6 || ^7 || ^8' + _latest: 7.31.10 + _: + ^7.29.4: 7.31.10 + 7.31.10: + $: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA== + _: "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz" + dependencies: + array-includes: ^3.1.5 + array.prototype.flatmap: ^1.3.0 + doctrine: ^2.1.0 + estraverse: ^5.3.0 + jsx-ast-utils: "^2.4.1 || ^3.0.0" + minimatch: ^3.1.2 + object.entries: ^1.1.5 + object.fromentries: ^2.0.5 + object.hasown: ^1.1.1 + object.values: ^1.1.5 + prop-types: ^15.8.1 + resolve: ^2.0.0-next.3 + semver: ^6.3.0 + string.prototype.matchall: ^4.0.7 + peerDependencies: + eslint: "^3 || ^4 || ^5 || ^6 || ^7 || ^8" eslint-scope: - _latest: 5.1.1 - _: - '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 + _latest: 5.1.1 + _: + "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 + _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' + _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 + _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' + _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 + _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 + _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.3.0 - _: - ^4.1.1: 4.3.0 - '^5.1.0,^5.2.0,^5.3.0': 5.3.0 - 5.3.0: - $: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz' - 4.3.0: - $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz' + _latest: 5.3.0 + _: + ^4.1.1: 4.3.0 + "^5.1.0,^5.2.0,^5.3.0": 5.3.0 + 5.3.0: + $: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + _: "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" + 4.3.0: + $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + _: "https://registry.npmjs.org/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' + _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' + _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' + _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 + _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 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' + _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" 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' + _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' + _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 + _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' + _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' + _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' + _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 + _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' + _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' + _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' + _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' + _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 + _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 + _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' + _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 + _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 fecha: - _latest: 4.2.3 - _: - ^4.2.0: 4.2.3 - 4.2.3: - $: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== - _: 'https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz' + _latest: 4.2.3 + _: + ^4.2.0: 4.2.3 + 4.2.3: + $: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== + _: "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz" 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 + _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' + _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 - _: - ^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 + _latest: 7.0.1 + _: + ^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 filter-scan-dir: - _latest: 1.5.5 - _: - 1.1.1: 1.1.1 - 1.5.5: 1.5.5 - 1.5.5: - $: sha512-6mjGuIpeh3OoLxWPWYa4OHSzKrT2gfNJzcObHYMyp6+FTsZXe44up+CUMhoGu/Gqx8ZsV5KOT3JjvjA9ZuEVjA== - _: 'https://registry.npmjs.org/filter-scan-dir/-/filter-scan-dir-1.5.5.tgz' - 1.1.1: - $: sha512-TjRjOOqZS+P3Jrixka4w6LPUbkexne3N4qTQsRE2JP8fMt+NyhYlPL9ejIHaKj8W9L5YqEy3ucrZXqTLxzrpgg== - _: 'https://registry.npmjs.org/filter-scan-dir/-/filter-scan-dir-1.1.1.tgz' + _latest: 1.5.5 + _: + 1.1.1: 1.1.1 + 1.5.5: 1.5.5 + 1.5.5: + $: sha512-6mjGuIpeh3OoLxWPWYa4OHSzKrT2gfNJzcObHYMyp6+FTsZXe44up+CUMhoGu/Gqx8ZsV5KOT3JjvjA9ZuEVjA== + _: "https://registry.npmjs.org/filter-scan-dir/-/filter-scan-dir-1.5.5.tgz" + 1.1.1: + $: sha512-TjRjOOqZS+P3Jrixka4w6LPUbkexne3N4qTQsRE2JP8fMt+NyhYlPL9ejIHaKj8W9L5YqEy3ucrZXqTLxzrpgg== + _: "https://registry.npmjs.org/filter-scan-dir/-/filter-scan-dir-1.1.1.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 + _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 + _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 + _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 + _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' + _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' + _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" fn.name: - _latest: 1.1.0 - _: - 1.x.x: 1.1.0 - 1.1.0: - $: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== - _: 'https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz' + _latest: 1.1.0 + _: + 1.x.x: 1.1.0 + 1.1.0: + $: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== + _: "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.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' + _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" 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 + _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' + _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 + _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' + _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" 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' + _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: 10.1.0 - _: - ^10.1.0: 10.1.0 - 10.1.0: - $: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== - _: 'https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz' - dependencies: - graceful-fs: ^4.2.0 - jsonfile: ^6.0.1 - universalify: ^2.0.0 + _latest: 10.1.0 + _: + ^10.1.0: 10.1.0 + 10.1.0: + $: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + _: "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz" + dependencies: + 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 + _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' + _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' + _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' + _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.2: 2.3.2 - 2.3.2: - $: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - _: 'https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz' - os: - - darwin + _latest: 2.3.2 + _: + ~2.3.2: 2.3.2 + 2.3.2: + $: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + _: "https://registry.npmjs.org/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' + _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" function.prototype.name: - _latest: 1.1.5 - _: - ^1.1.5: 1.1.5 - 1.1.5: - $: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== - _: 'https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.19.0 - functions-have-names: ^1.2.2 + _latest: 1.1.5 + _: + ^1.1.5: 1.1.5 + 1.1.5: + $: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== + _: "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + es-abstract: ^1.19.0 + functions-have-names: ^1.2.2 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' + _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" functions-have-names: - _latest: 1.2.3 - _: - ^1.2.2: 1.2.3 - 1.2.3: - $: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== - _: 'https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz' + _latest: 1.2.3 + _: + ^1.2.2: 1.2.3 + 1.2.3: + $: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== + _: "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.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 + _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' + _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' + _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.3 - _: - '^1.0.2,^1.1.0,^1.1.1,^1.1.3': 1.1.3 - 1.1.3: - $: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== - _: 'https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz' - dependencies: - function-bind: ^1.1.1 - has: ^1.0.3 - has-symbols: ^1.0.3 + _latest: 1.1.3 + _: + "^1.0.2,^1.1.0,^1.1.1,^1.1.3": 1.1.3 + 1.1.3: + $: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== + _: "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz" + dependencies: + function-bind: ^1.1.1 + has: ^1.0.3 + has-symbols: ^1.0.3 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' + _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' + _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-symbol-description: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== - _: 'https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz' - dependencies: - call-bind: ^1.0.2 - get-intrinsic: ^1.1.1 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + _: "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz" + dependencies: + call-bind: ^1.0.2 + get-intrinsic: ^1.1.1 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 + _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: 8.0.3 - _: - '^7.0.0,^7.1.1,^7.1.3,^7.1.4,^7.1.6,^7.2.0': 7.2.3 - 7.2.3: - $: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - _: 'https://registry.npmjs.org/glob/-/glob-7.2.3.tgz' - dependencies: - fs.realpath: ^1.0.0 - inflight: ^1.0.4 - inherits: '2' - minimatch: ^3.1.1 - once: ^1.3.0 - path-is-absolute: ^1.0.0 + _latest: 8.0.3 + _: + "^7.0.0,^7.1.1,^7.1.3,^7.1.4,^7.1.6,^7.2.0": 7.2.3 + 7.2.3: + $: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + _: "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" + dependencies: + fs.realpath: ^1.0.0 + inflight: ^1.0.4 + inherits: "2" + minimatch: ^3.1.1 + once: ^1.3.0 + path-is-absolute: ^1.0.0 glob-parent: - _latest: 5.1.2 - _: - '^5.0.0,~5.1.2': 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 + _latest: 5.1.2 + _: + "^5.0.0,~5.1.2": 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 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' + _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' + _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.10 - _: - '^4.1.15,^4.1.2,^4.1.6,^4.2.0,^4.2.4,^4.2.9': 4.2.10 - 4.2.10: - $: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== - _: 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz' + _latest: 4.2.10 + _: + "^4.1.15,^4.1.2,^4.1.6,^4.2.0,^4.2.4,^4.2.9": 4.2.10 + 4.2.10: + $: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + _: "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.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' + _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' + _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' + _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' + _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 + _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 + _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.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== - _: 'https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== + _: "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.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' + _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-property-descriptors: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== - _: 'https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz' - dependencies: - get-intrinsic: ^1.1.1 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== + _: "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz" + dependencies: + get-intrinsic: ^1.1.1 has-symbols: - _latest: 1.0.3 - _: - '^1.0.1,^1.0.2,^1.0.3': 1.0.3 - 1.0.3: - $: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - _: 'https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz' + _latest: 1.0.3 + _: + "^1.0.1,^1.0.2,^1.0.3": 1.0.3 + 1.0.3: + $: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== + _: "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" has-tostringtag: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== - _: 'https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz' - dependencies: - has-symbols: ^1.0.2 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + _: "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz" + dependencies: + has-symbols: ^1.0.2 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 + _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' + _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' + _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.3.0 - _: - ^5.3.0: 5.3.0 - 5.3.0: - top: 1 - $: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== - _: 'https://registry.npmjs.org/history/-/history-5.3.0.tgz' - dependencies: - '@babel/runtime': ^7.7.6 + _latest: 5.3.0 + _: + ^5.3.0: 5.3.0 + 5.3.0: + top: 1 + $: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== + _: "https://registry.npmjs.org/history/-/history-5.3.0.tgz" + dependencies: + "@babel/runtime": ^7.7.6 hoist-non-react-statics: - _latest: 3.3.2 - _: - '^3.3.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 + _latest: 3.3.2 + _: + "^3.3.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' + _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 + _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' + _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' + _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' + _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.3.3 - _: - ^2.1.0: 2.3.3 - 2.3.3: - $: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== - _: 'https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz' + _latest: 2.3.3 + _: + ^2.1.0: 2.3.3 + 2.3.3: + $: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== + _: "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.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' + _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 + _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 + _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 + _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' + _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' + _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 + _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 + _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.2.0 - _: - ^2.2.0: 2.2.0 - 2.2.0: - $: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng== - _: 'https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz' + _latest: 2.2.0 + _: + ^2.2.0: 2.2.0 + 2.2.0: + $: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng== + _: "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.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' + _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' + _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 - _: - '^5.0.0,^5.1.0': 5.1.0 - 5.1.0: - $: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== - _: 'https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz' - peerDependencies: - postcss: ^8.1.0 + _latest: 5.1.0 + _: + "^5.0.0,^5.1.0": 5.1.0 + 5.1.0: + $: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== + _: "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz" + peerDependencies: + postcss: ^8.1.0 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 + _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' + _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 + _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 + _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' + _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' + _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' + _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' + _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' + _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: - $: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz' + _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: + $: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== + _: "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' + _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 + _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' + _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' + _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' + _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-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' + _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' + _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 - _: - ~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 + _latest: 2.1.0 + _: + ~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 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 + _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-callable: - _latest: 1.2.7 - _: - '^1.1.4,^1.2.7': 1.2.7 - 1.2.7: - $: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== - _: 'https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz' + _latest: 1.2.7 + _: + "^1.1.4,^1.2.7": 1.2.7 + 1.2.7: + $: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== + _: "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.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 + _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-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 + _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.11.0 - _: - '^2.2.0,^2.9.0': 2.11.0 - 2.11.0: - $: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== - _: 'https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz' - dependencies: - has: ^1.0.3 + _latest: 2.11.0 + _: + "^2.2.0,^2.9.0": 2.11.0 + 2.11.0: + $: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== + _: "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" + dependencies: + has: ^1.0.3 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' + _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-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' + _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-docker: - _latest: 3.0.0 - _: - '^2.0.0,^2.1.1': 2.2.1 - 2.2.1: - $: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - _: 'https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz' + _latest: 3.0.0 + _: + "^2.0.0,^2.1.1": 2.2.1 + 2.2.1: + $: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + _: "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" is-extglob: - _latest: 2.1.1 - _: - ^2.1.1: 2.1.1 - 2.1.1: - $: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - _: 'https://npme.walmart.com/is-extglob/-/is-extglob-2.1.1.tgz' + _latest: 2.1.1 + _: + ^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: 4.0.0 - _: - ^2.0.0: 2.0.0 - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ== - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz' - 3.0.0: - $: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz' - 2.0.0: - $: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz' + _latest: 4.0.0 + _: + ^2.0.0: 2.0.0 + ^3.0.0: 3.0.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ== + _: "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz" + 3.0.0: + $: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + _: "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" + 2.0.0: + $: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== + _: "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz" is-glob: - _latest: 4.0.1 - _: - '^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 + _latest: 4.0.1 + _: + "^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 is-negative-zero: - _latest: 2.0.2 - _: - ^2.0.2: 2.0.2 - 2.0.2: - $: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== - _: 'https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz' + _latest: 2.0.2 + _: + ^2.0.2: 2.0.2 + 2.0.2: + $: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== + _: "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz" is-number: - _latest: 7.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' + _latest: 7.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" 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' + _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' + _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.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 + _latest: 5.0.0 + _: + ^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-regex: - _latest: 1.1.4 - _: - ^1.1.4: 1.1.4 - 1.1.4: - $: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== - _: 'https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz' - dependencies: - call-bind: ^1.0.2 - has-tostringtag: ^1.0.0 + _latest: 1.1.4 + _: + ^1.1.4: 1.1.4 + 1.1.4: + $: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== + _: "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" + dependencies: + call-bind: ^1.0.2 + has-tostringtag: ^1.0.0 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' + _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-shared-array-buffer: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== - _: 'https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz' - dependencies: - call-bind: ^1.0.2 + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== + _: "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz" + dependencies: + call-bind: ^1.0.2 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' + _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.7 - _: - '^1.0.5,^1.0.7': 1.0.7 - 1.0.7: - $: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== - _: 'https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz' - dependencies: - has-tostringtag: ^1.0.0 + _latest: 1.0.7 + _: + "^1.0.5,^1.0.7": 1.0.7 + 1.0.7: + $: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + _: "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" + dependencies: + has-tostringtag: ^1.0.0 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 + _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 + _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' + _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-weakref: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== - _: 'https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz' - dependencies: - call-bind: ^1.0.2 + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== + _: "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" + dependencies: + call-bind: ^1.0.2 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' + _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" is-wsl: - _latest: 2.2.0 - _: - ^2.2.0: 2.2.0 - 2.2.0: - $: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - _: 'https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz' - dependencies: - is-docker: ^2.0.0 + _latest: 2.2.0 + _: + ^2.2.0: 2.2.0 + 2.2.0: + $: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + _: "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" + dependencies: + is-docker: ^2.0.0 isarray: - _latest: 2.0.5 - _: - ~1.0.0: 1.0.0 - 1.0.0: - $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - _: 'https://npme.walmart.com/isarray/-/isarray-1.0.0.tgz' + _latest: 2.0.5 + _: + ~1.0.0: 1.0.0 + 1.0.0: + $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + _: "https://npme.walmart.com/isarray/-/isarray-1.0.0.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' + _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 - _: - ^3.0.1: 3.0.1 - 3.0.1: - $: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - _: 'https://npme.walmart.com/isobject/-/isobject-3.0.1.tgz' + _latest: 4.0.0 + _: + ^3.0.1: 3.0.1 + 3.0.1: + $: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + _: "https://npme.walmart.com/isobject/-/isobject-3.0.1.tgz" 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' + _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' + _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' + _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 + _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 + _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 + _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 + _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 + _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 + _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' + _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: 29.2.1 - _: - ^26.3.0: 26.6.2 - ^27.4.5: 27.5.1 - 27.5.1: - $: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== - _: 'https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz' - dependencies: - '@types/node': '*' - merge-stream: ^2.0.0 - supports-color: ^8.0.0 - 26.6.2: - $: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== - _: 'https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz' - dependencies: - '@types/node': '*' - merge-stream: ^2.0.0 - supports-color: ^7.0.0 + _latest: 29.2.1 + _: + ^26.3.0: 26.6.2 + ^27.4.5: 27.5.1 + 27.5.1: + $: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== + _: "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" + dependencies: + "@types/node": "*" + merge-stream: ^2.0.0 + supports-color: ^8.0.0 + 26.6.2: + $: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== + _: "https://registry.npmjs.org/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' + _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' + _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' + _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 - 4.0.0: - $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - _: 'https://npme.walmart.com/js-tokens/-/js-tokens-4.0.0.tgz' + _latest: 6.0.0 + _: + "^3.0.0 || ^4.0.0,^4.0.0": 4.0.0 + 4.0.0: + $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + _: "https://npme.walmart.com/js-tokens/-/js-tokens-4.0.0.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 + _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' + _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 - ^3.0.2: 3.0.2 - ~0.5.0: 0.5.0 - 3.0.2: - $: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== - _: 'https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz' - 2.5.2: - $: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - _: 'https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz' - 0.5.0: - $: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== - _: 'https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz' + _latest: 3.0.2 + _: + ^2.5.1: 2.5.2 + ^3.0.2: 3.0.2 + ~0.5.0: 0.5.0 + 3.0.2: + $: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== + _: "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz" + 2.5.2: + $: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + _: "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" + 0.5.0: + $: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== + _: "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" json-parse-better-errors: - _latest: 1.0.2 - _: - ^1.0.1: 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' + _latest: 1.0.2 + _: + ^1.0.1: 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: 3.0.0 - _: - '^2.3.0,^2.3.1': 2.3.1 - 2.3.1: - $: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - _: 'https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz' + _latest: 3.0.0 + _: + "^2.3.0,^2.3.1": 2.3.1 + 2.3.1: + $: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + _: "https://registry.npmjs.org/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' + _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' + _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' + _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' + _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.1 - _: - ^1.0.1: 1.0.1 - '^2.1.2,^2.2.1': 2.2.1 - 2.2.1: - $: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== - _: 'https://registry.npmjs.org/json5/-/json5-2.2.1.tgz' - 1.0.1: - $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - _: 'https://registry.npmjs.org/json5/-/json5-1.0.1.tgz' - dependencies: - minimist: ^1.2.0 + _latest: 2.2.1 + _: + ^1.0.1: 1.0.1 + "^2.1.2,^2.2.1": 2.2.1 + 2.2.1: + $: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== + _: "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz" + 1.0.1: + $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + _: "https://registry.npmjs.org/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 + _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 + _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 + _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 - _: - ^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' + _latest: 6.0.3 + _: + ^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" 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' + _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" kuler: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A== - _: 'https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A== + _: "https://registry.npmjs.org/kuler/-/kuler-2.0.0.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' + _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 + _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 + _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' + _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' + _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.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 + _latest: 2.0.0 + _: + "^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' + _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 + _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.20,^4.17.21': 4.17.21 - 4.17.21: - $: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - _: 'https://npme.walmart.com/lodash/-/lodash-4.17.21.tgz' + _latest: 4.17.21 + _: + "^4.13.1,^4.17.10,^4.17.11,^4.17.14,^4.17.15,^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' + _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 + _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' + _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' + _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' + _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' + _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' + _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 + _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' + _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' + _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' + _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 + _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' + _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' + _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' + _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' + _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: 5.0.1 - _: - ^4.0.0: 4.0.0 - ^5.0.1: 5.0.1 - 5.0.1: - $: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw== - _: 'https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz' - dependencies: - ansi-escapes: ^5.0.0 - cli-cursor: ^4.0.0 - slice-ansi: ^5.0.0 - strip-ansi: ^7.0.1 - wrap-ansi: ^8.0.1 - 4.0.0: - $: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== - _: 'https://registry.npmjs.org/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 + _latest: 5.0.1 + _: + ^4.0.0: 4.0.0 + ^5.0.1: 5.0.1 + 5.0.1: + $: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw== + _: "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz" + dependencies: + ansi-escapes: ^5.0.0 + cli-cursor: ^4.0.0 + slice-ansi: ^5.0.0 + strip-ansi: ^7.0.1 + wrap-ansi: ^8.0.1 + 4.0.0: + $: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== + _: "https://registry.npmjs.org/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 logform: - _latest: 2.4.2 - _: - '^2.3.2,^2.4.0': 2.4.2 - 2.4.2: - $: sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw== - _: 'https://registry.npmjs.org/logform/-/logform-2.4.2.tgz' - dependencies: - '@colors/colors': 1.5.0 - fecha: ^4.2.0 - ms: ^2.1.1 - safe-stable-stringify: ^2.3.1 - triple-beam: ^1.3.0 + _latest: 2.4.2 + _: + "^2.3.2,^2.4.0": 2.4.2 + 2.4.2: + $: sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw== + _: "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz" + dependencies: + "@colors/colors": 1.5.0 + fecha: ^4.2.0 + ms: ^2.1.1 + safe-stable-stringify: ^2.3.1 + triple-beam: ^1.3.0 loose-envify: - _latest: 1.4.0 - _: - '^1.1.0,^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' + _latest: 1.4.0 + _: + "^1.1.0,^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 + _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 + _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 + _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 + _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 mdn-data: - _latest: 2.0.30 - _: - 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' + _latest: 2.0.30 + _: + 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 + _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 + _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' + _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" 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 + _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: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== - _: 'https://registry.npmjs.org/mime/-/mime-3.0.0.tgz' + _latest: 3.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== + _: "https://registry.npmjs.org/mime/-/mime-3.0.0.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' + _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 + _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' + _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-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' + _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' + _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: 5.1.0 - _: - '^3.0.4,^3.1.1,^3.1.2': 3.1.2 - 3.1.2: - $: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - _: 'https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz' - dependencies: - brace-expansion: ^1.1.7 + _latest: 5.1.0 + _: + "^3.0.4,^3.1.1,^3.1.2": 3.1.2 + 3.1.2: + $: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + _: "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.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' + _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 + _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 + _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 + _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 + _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 + _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 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 + _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' + _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.1': 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: - $: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== - _: 'https://registry.npmjs.org/ms/-/ms-2.0.0.tgz' + _latest: 2.1.3 + _: + 2.0.0: 2.0.0 + "2.1.2,^2.1.1": 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: + $: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + _: "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' + _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" nanoid: - _latest: 4.0.0 - _: - ^3.3.4: 3.3.4 - 3.3.4: - $: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== - _: 'https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz' + _latest: 4.0.0 + _: + ^3.3.4: 3.3.4 + 3.3.4: + $: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== + _: "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz" 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' + _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' + _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' + _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.13 - _: - '^1.3.12,^1.3.13': 1.3.13 - 1.3.13: - $: sha512-ejn05GSB4qDNi6nPGgR7IGkqwzL9Eh8HYoc0T7Zs6QpNUGhyiAIoKCxgsHe0VXJIFI2eVb83DYiK9xzN8OQx3Q== - _: 'https://registry.npmjs.org/nix-clap/-/nix-clap-1.3.13.tgz' - dependencies: - strip-ansi: ^4.0.0 + _latest: 1.3.13 + _: + "^1.3.12,^1.3.13": 1.3.13 + 1.3.13: + $: sha512-ejn05GSB4qDNi6nPGgR7IGkqwzL9Eh8HYoc0T7Zs6QpNUGhyiAIoKCxgsHe0VXJIFI2eVb83DYiK9xzN8OQx3Q== + _: "https://registry.npmjs.org/nix-clap/-/nix-clap-1.3.13.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 + _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-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 + _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: 2.0.6 - _: - ^2.0.6: 2.0.6 - 2.0.6: - $: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== - _: 'https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz' + _latest: 2.0.6 + _: + ^2.0.6: 2.0.6 + 2.0.6: + $: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== + _: "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.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' + _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' + _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 + _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 - _: - '^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' + _latest: 3.0.0 + _: + "^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" 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' + _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' + _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 + _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 + _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' + _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 + _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' + _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' + _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-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' + _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.12.2 - _: - '^1.12.2,^1.9.0': 1.12.2 - 1.12.2: - $: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== - _: 'https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz' + _latest: 1.12.2 + _: + "^1.12.2,^1.9.0": 1.12.2 + 1.12.2: + $: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== + _: "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz" object-keys: - _latest: 1.1.1 - _: - ^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' + _latest: 1.1.1 + _: + ^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.assign: - _latest: 4.1.4 - _: - '^4.1.2,^4.1.4': 4.1.4 - 4.1.4: - $: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== - _: 'https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.4 - has-symbols: ^1.0.3 - object-keys: ^1.1.1 + _latest: 4.1.4 + _: + "^4.1.2,^4.1.4": 4.1.4 + 4.1.4: + $: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== + _: "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.4 + has-symbols: ^1.0.3 + object-keys: ^1.1.1 object.entries: - _latest: 1.1.5 - _: - ^1.1.5: 1.1.5 - 1.1.5: - $: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== - _: 'https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.19.1 + _latest: 1.1.5 + _: + ^1.1.5: 1.1.5 + 1.1.5: + $: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== + _: "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + es-abstract: ^1.19.1 object.fromentries: - _latest: 2.0.5 - _: - ^2.0.5: 2.0.5 - 2.0.5: - $: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== - _: 'https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.19.1 + _latest: 2.0.5 + _: + ^2.0.5: 2.0.5 + 2.0.5: + $: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== + _: "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + es-abstract: ^1.19.1 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 + _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.hasown: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A== - _: 'https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz' - dependencies: - define-properties: ^1.1.4 - es-abstract: ^1.19.5 + _latest: 1.1.1 + _: + ^1.1.1: 1.1.1 + 1.1.1: + $: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A== + _: "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz" + dependencies: + define-properties: ^1.1.4 + es-abstract: ^1.19.5 object.values: - _latest: 1.1.5 - _: - '^1.1.0,^1.1.5': 1.1.5 - 1.1.5: - $: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== - _: 'https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.19.1 + _latest: 1.1.5 + _: + "^1.1.0,^1.1.5": 1.1.5 + 1.1.5: + $: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== + _: "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + es-abstract: ^1.19.1 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' + _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' + _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" one-time: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g== - _: 'https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz' - dependencies: - fn.name: 1.x.x + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g== + _: "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz" + dependencies: + fn.name: 1.x.x 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 + _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 open: - _latest: 8.4.0 - _: - ^8.4.0: 8.4.0 - 8.4.0: - $: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== - _: 'https://registry.npmjs.org/open/-/open-8.4.0.tgz' - dependencies: - define-lazy-prop: ^2.0.0 - is-docker: ^2.1.1 - is-wsl: ^2.2.0 + _latest: 8.4.0 + _: + ^8.4.0: 8.4.0 + 8.4.0: + $: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== + _: "https://registry.npmjs.org/open/-/open-8.4.0.tgz" + dependencies: + define-lazy-prop: ^2.0.0 + is-docker: ^2.1.1 + is-wsl: ^2.2.0 optional-require: - _latest: 1.1.8 - _: - '^1.0.2,^1.1.6,^1.1.8': 1.1.8 - 1.1.8: - $: sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA== - _: 'https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz' - dependencies: - require-at: ^1.0.6 + _latest: 1.1.8 + _: + "^1.0.2,^1.1.6,^1.1.8": 1.1.8 + 1.1.8: + $: sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA== + _: "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz" + dependencies: + require-at: ^1.0.6 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 + _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' + _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: - $: 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 + _latest: 3.1.0 + _: + "^2.0.0,^2.2.0": 2.3.0 + ^3.0.2: 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 + _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 + _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' + _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 + _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 + _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 + _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 + _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' + _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 + _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 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' + _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' + _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' + _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' + _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.7 - _: - '^1.0.6,^1.0.7': 1.0.7 - 1.0.7: - $: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - _: 'https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz' + _latest: 1.0.7 + _: + "^1.0.6,^1.0.7": 1.0.7 + 1.0.7: + $: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + _: "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" path-to-regexp: - _latest: 6.2.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' + _latest: 6.2.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" 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' + _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" picocolors: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== - _: 'https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + _: "https://registry.npmjs.org/picocolors/-/picocolors-1.0.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' + _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' + _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 + _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 + _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' + _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.5 - _: - ^4.0.5: 4.0.5 - 4.0.5: - $: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== - _: 'https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz' + _latest: 4.0.5 + _: + ^4.0.5: 4.0.5 + 4.0.5: + $: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== + _: "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz" 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 + _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 + _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 postcss: - _latest: 8.4.18 - _: - 6.0.1: 6.0.1 - ^5.0.10: 5.2.18 - ^6.0.1: - - 6.0.23 - - 6.0.1 - '^7.0.0,^7.0.1,^7.0.2,^7.0.27,^7.0.32': 7.0.35 - ^8.4.7: 8.4.18 - 8.4.18: - $: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA== - _: 'https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz' - dependencies: - nanoid: ^3.3.4 - picocolors: ^1.0.0 - source-map-js: ^1.0.2 - 7.0.35: - $: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - _: 'https://registry.npmjs.org/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: - $: sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw== - _: '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 + _latest: 8.4.18 + _: + 6.0.1: 6.0.1 + ^5.0.10: 5.2.18 + ^6.0.1: + - 6.0.23 + - 6.0.1 + "^7.0.0,^7.0.1,^7.0.2,^7.0.27,^7.0.32": 7.0.35 + ^8.4.7: 8.4.18 + 8.4.18: + $: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA== + _: "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz" + dependencies: + nanoid: ^3.3.4 + picocolors: ^1.0.0 + source-map-js: ^1.0.2 + 7.0.35: + $: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== + _: "https://registry.npmjs.org/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: + $: sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw== + _: "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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz' - peerDependencies: - postcss: ^8.1.0 - 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: - $: sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA== - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz' - dependencies: - postcss: ^6.0.1 + _latest: 3.0.0 + _: + 1.1.0: 1.1.0 + ^1.2.0: 1.2.1 + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== + _: "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz" + peerDependencies: + postcss: ^8.1.0 + 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: + $: sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA== + _: "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 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== - _: 'https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz' - dependencies: - icss-utils: ^5.0.0 - postcss-selector-parser: ^6.0.2 - postcss-value-parser: ^4.1.0 - peerDependencies: - postcss: ^8.1.0 - 1.2.0: - $: sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA== - _: 'https://registry.npmjs.org/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 + _latest: 4.0.0 + _: + "1.2.0,^1.2.0": 1.2.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== + _: "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz" + dependencies: + icss-utils: ^5.0.0 + postcss-selector-parser: ^6.0.2 + postcss-value-parser: ^4.1.0 + peerDependencies: + postcss: ^8.1.0 + 1.2.0: + $: sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA== + _: "https://registry.npmjs.org/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 + _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 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== - _: 'https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz' - dependencies: - postcss-selector-parser: ^6.0.4 - peerDependencies: - postcss: ^8.1.0 - 1.1.0: - $: sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw== - _: 'https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz' - dependencies: - css-selector-tokenizer: ^0.7.0 - postcss: ^6.0.1 + _latest: 3.0.0 + _: + "1.1.0,^1.1.0": 1.1.0 + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== + _: "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz" + dependencies: + postcss-selector-parser: ^6.0.4 + peerDependencies: + postcss: ^8.1.0 + 1.1.0: + $: sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw== + _: "https://registry.npmjs.org/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 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== - _: 'https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz' - dependencies: - icss-utils: ^5.0.0 - peerDependencies: - postcss: ^8.1.0 - 1.3.0: - $: sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA== - _: 'https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz' - dependencies: - icss-replace-symbols: ^1.1.0 - postcss: ^6.0.1 + _latest: 4.0.0 + _: + "1.3.0,^1.3.0": 1.3.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== + _: "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz" + dependencies: + icss-utils: ^5.0.0 + peerDependencies: + postcss: ^8.1.0 + 1.3.0: + $: sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA== + _: "https://registry.npmjs.org/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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 + _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 - 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 + _latest: 6.0.4 + _: + ^3.0.0: 3.1.2 + "^6.0.2,^6.0.4": 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 + _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 + _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.2.0 - _: - ^3.0.0: 3.3.1 - '^4.0.2,^4.1.0,^4.2.0': 4.2.0 - 4.2.0: - $: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - _: 'https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz' - 3.3.1: - $: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - _: 'https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz' + _latest: 4.2.0 + _: + ^3.0.0: 3.3.1 + "^4.0.2,^4.1.0,^4.2.0": 4.2.0 + 4.2.0: + $: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + _: "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" + 3.3.1: + $: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + _: "https://registry.npmjs.org/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' + _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 + _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' + _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 + _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' + _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' + _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.2 - _: - ^2.4.2: 2.4.2 - 2.4.2: - $: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== - _: 'https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz' - dependencies: - kleur: ^3.0.3 - sisteransi: ^1.0.5 + _latest: 2.4.2 + _: + ^2.4.2: 2.4.2 + 2.4.2: + $: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== + _: "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" + dependencies: + kleur: ^3.0.3 + sisteransi: ^1.0.5 prop-types: - _latest: 15.8.1 - _: - ^15.8.1: 15.8.1 - 15.8.1: - $: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== - _: 'https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz' - dependencies: - loose-envify: ^1.4.0 - object-assign: ^4.1.1 - react-is: ^16.13.1 + _latest: 15.8.1 + _: + ^15.8.1: 15.8.1 + 15.8.1: + $: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + _: "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" + dependencies: + loose-envify: ^1.4.0 + object-assign: ^4.1.1 + react-is: ^16.13.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 + _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' + _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' + _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' + _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 + _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' + _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' + _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' + _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" 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' + _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' + _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 + _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' + _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: 18.2.0 - _: - ^18.2.0: 18.2.0 - 18.2.0: - top: 1 - $: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== - _: 'https://registry.npmjs.org/react/-/react-18.2.0.tgz' - dependencies: - loose-envify: ^1.1.0 + _latest: 18.2.0 + _: + ^18.2.0: 18.2.0 + 18.2.0: + top: 1 + $: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== + _: "https://registry.npmjs.org/react/-/react-18.2.0.tgz" + dependencies: + loose-envify: ^1.1.0 react-dom: - _latest: 18.2.0 - _: - ^18.2.0: 18.2.0 - 18.2.0: - top: 1 - $: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== - _: 'https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz' - dependencies: - loose-envify: ^1.1.0 - scheduler: ^0.23.0 - peerDependencies: - react: ^18.2.0 + _latest: 18.2.0 + _: + ^18.2.0: 18.2.0 + 18.2.0: + top: 1 + $: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== + _: "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz" + dependencies: + loose-envify: ^1.1.0 + scheduler: ^0.23.0 + peerDependencies: + react: ^18.2.0 react-is: - _latest: 18.2.0 - _: - '^16.13.1,^16.7.0': 16.13.1 - ^18.0.0: 18.2.0 - 18.2.0: - $: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== - _: 'https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz' - 16.13.1: - $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - _: 'https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz' + _latest: 18.2.0 + _: + "^16.13.1,^16.7.0": 16.13.1 + ^18.0.0: 18.2.0 + 18.2.0: + $: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + _: "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz" + 16.13.1: + $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + _: "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" react-redux: - _latest: 8.0.4 - _: - ^8.0.4: 8.0.4 - 8.0.4: - top: 1 - $: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ== - _: 'https://registry.npmjs.org/react-redux/-/react-redux-8.0.4.tgz' - dependencies: - '@babel/runtime': ^7.12.1 - '@types/hoist-non-react-statics': ^3.3.1 - '@types/use-sync-external-store': ^0.0.3 - hoist-non-react-statics: ^3.3.2 - react-is: ^18.0.0 - use-sync-external-store: ^1.0.0 - peerDependencies: - '@types/react': '^16.8 || ^17.0 || ^18.0' - '@types/react-dom': '^16.8 || ^17.0 || ^18.0' - react: '^16.8 || ^17.0 || ^18.0' - react-dom: '^16.8 || ^17.0 || ^18.0' - react-native: '>=0.59' - redux: ^4 + _latest: 8.0.4 + _: + ^8.0.4: 8.0.4 + 8.0.4: + top: 1 + $: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ== + _: "https://registry.npmjs.org/react-redux/-/react-redux-8.0.4.tgz" + dependencies: + "@babel/runtime": ^7.12.1 + "@types/hoist-non-react-statics": ^3.3.1 + "@types/use-sync-external-store": ^0.0.3 + hoist-non-react-statics: ^3.3.2 + react-is: ^18.0.0 + use-sync-external-store: ^1.0.0 + peerDependencies: + "@types/react": "^16.8 || ^17.0 || ^18.0" + "@types/react-dom": "^16.8 || ^17.0 || ^18.0" + react: "^16.8 || ^17.0 || ^18.0" + react-dom: "^16.8 || ^17.0 || ^18.0" + react-native: ">=0.59" + redux: ^4 react-router: - _latest: 6.4.3 - _: - '6.4.3,^6.4.3': 6.4.3 - 6.4.3: - top: 1 - $: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA== - _: 'https://registry.npmjs.org/react-router/-/react-router-6.4.3.tgz' - dependencies: - '@remix-run/router': 1.0.3 - peerDependencies: - react: '>=16.8' + _latest: 6.4.3 + _: + "6.4.3,^6.4.3": 6.4.3 + 6.4.3: + top: 1 + $: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA== + _: "https://registry.npmjs.org/react-router/-/react-router-6.4.3.tgz" + dependencies: + "@remix-run/router": 1.0.3 + peerDependencies: + react: ">=16.8" react-router-dom: - _latest: 6.4.3 - _: - ^6.4.3: 6.4.3 - 6.4.3: - top: 1 - $: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ== - _: 'https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.3.tgz' - dependencies: - '@remix-run/router': 1.0.3 - react-router: 6.4.3 - peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' + _latest: 6.4.3 + _: + ^6.4.3: 6.4.3 + 6.4.3: + top: 1 + $: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ== + _: "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.3.tgz" + dependencies: + "@remix-run/router": 1.0.3 + react-router: 6.4.3 + peerDependencies: + react: ">=16.8" + react-dom: ">=16.8" 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 + _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 + _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.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 + _latest: 3.6.0 + _: + ^2.0.1: 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 - _: - ~3.6.0: 3.6.0 - 3.6.0: - $: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - _: 'https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz' - dependencies: - picomatch: ^2.2.1 + _latest: 3.6.0 + _: + ~3.6.0: 3.6.0 + 3.6.0: + $: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + _: "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" + dependencies: + picomatch: ^2.2.1 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 + _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.2.0 - _: - ^4.2.0: 4.2.0 - 4.2.0: - top: 1 - $: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA== - _: 'https://registry.npmjs.org/redux/-/redux-4.2.0.tgz' - dependencies: - '@babel/runtime': ^7.9.2 + _latest: 4.2.0 + _: + ^4.2.0: 4.2.0 + 4.2.0: + top: 1 + $: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA== + _: "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz" + dependencies: + "@babel/runtime": ^7.9.2 regenerate: - _latest: 1.4.2 - _: - ^1.4.2: 1.4.2 - 1.4.2: - $: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - _: 'https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz' + _latest: 1.4.2 + _: + ^1.4.2: 1.4.2 + 1.4.2: + $: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + _: "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" regenerate-unicode-properties: - _latest: 10.1.0 - _: - ^10.1.0: 10.1.0 - 10.1.0: - $: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== - _: 'https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz' - dependencies: - regenerate: ^1.4.2 + _latest: 10.1.0 + _: + ^10.1.0: 10.1.0 + 10.1.0: + $: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== + _: "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz" + dependencies: + regenerate: ^1.4.2 regenerator-runtime: - _latest: 0.13.10 - _: - '^0.13.10,^0.13.9': 0.13.10 - 0.13.10: - $: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw== - _: 'https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz' + _latest: 0.13.10 + _: + "^0.13.10,^0.13.9": 0.13.10 + 0.13.10: + $: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw== + _: "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz" regenerator-transform: - _latest: 0.15.0 - _: - ^0.15.0: 0.15.0 - 0.15.0: - $: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== - _: 'https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz' - dependencies: - '@babel/runtime': ^7.8.4 + _latest: 0.15.0 + _: + ^0.15.0: 0.15.0 + 0.15.0: + $: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== + _: "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz" + dependencies: + "@babel/runtime": ^7.8.4 regexp.prototype.flags: - _latest: 1.4.3 - _: - '^1.4.1,^1.4.3': 1.4.3 - 1.4.3: - $: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== - _: 'https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - functions-have-names: ^1.2.2 + _latest: 1.4.3 + _: + "^1.4.1,^1.4.3": 1.4.3 + 1.4.3: + $: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== + _: "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + functions-have-names: ^1.2.2 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' + _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: 5.2.1 - _: - ^5.1.0: 5.2.1 - 5.2.1: - $: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ== - _: 'https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.2.1.tgz' - dependencies: - regenerate: ^1.4.2 - regenerate-unicode-properties: ^10.1.0 - regjsgen: ^0.7.1 - regjsparser: ^0.9.1 - unicode-match-property-ecmascript: ^2.0.0 - unicode-match-property-value-ecmascript: ^2.0.0 + _latest: 5.2.1 + _: + ^5.1.0: 5.2.1 + 5.2.1: + $: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ== + _: "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.2.1.tgz" + dependencies: + regenerate: ^1.4.2 + regenerate-unicode-properties: ^10.1.0 + regjsgen: ^0.7.1 + regjsparser: ^0.9.1 + unicode-match-property-ecmascript: ^2.0.0 + unicode-match-property-value-ecmascript: ^2.0.0 regjsgen: - _latest: 0.7.1 - _: - ^0.7.1: 0.7.1 - 0.7.1: - $: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA== - _: 'https://registry.npmjs.org/regjsgen/-/regjsgen-0.7.1.tgz' + _latest: 0.7.1 + _: + ^0.7.1: 0.7.1 + 0.7.1: + $: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA== + _: "https://registry.npmjs.org/regjsgen/-/regjsgen-0.7.1.tgz" regjsparser: - _latest: 0.9.1 - _: - ^0.9.1: 0.9.1 - 0.9.1: - $: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== - _: 'https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz' - dependencies: - jsesc: ~0.5.0 + _latest: 0.9.1 + _: + ^0.9.1: 0.9.1 + 0.9.1: + $: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== + _: "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.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' + _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 + _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 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 + _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 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' + _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' + _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' + _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' + _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' + _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' + _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' + _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.22.1 - _: - '^1.10.0,^1.12.0,^1.14.2,^1.9.0': 1.20.0 - ^2.0.0-next.3: 2.0.0-next.4 - 2.0.0-next.4: - $: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== - _: 'https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz' - dependencies: - is-core-module: ^2.9.0 - path-parse: ^1.0.7 - supports-preserve-symlinks-flag: ^1.0.0 - 1.20.0: - $: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - _: 'https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz' - dependencies: - is-core-module: ^2.2.0 - path-parse: ^1.0.6 + _latest: 1.22.1 + _: + "^1.10.0,^1.12.0,^1.14.2,^1.9.0": 1.20.0 + ^2.0.0-next.3: 2.0.0-next.4 + 2.0.0-next.4: + $: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== + _: "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz" + dependencies: + is-core-module: ^2.9.0 + path-parse: ^1.0.7 + supports-preserve-symlinks-flag: ^1.0.0 + 1.20.0: + $: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + _: "https://registry.npmjs.org/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 + _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' + _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" restore-cursor: - _latest: 4.0.0 - _: - ^3.1.0: 3.1.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== - _: 'https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz' - dependencies: - onetime: ^5.1.0 - signal-exit: ^3.0.2 - 3.1.0: - $: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - _: 'https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz' - dependencies: - onetime: ^5.1.0 - signal-exit: ^3.0.2 + _latest: 4.0.0 + _: + ^3.1.0: 3.1.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== + _: "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz" + dependencies: + onetime: ^5.1.0 + signal-exit: ^3.0.2 + 3.1.0: + $: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== + _: "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" + dependencies: + onetime: ^5.1.0 + signal-exit: ^3.0.2 ret: - _latest: 0.4.0 - _: - ~0.2.0: 0.2.2 - 0.2.2: - $: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== - _: 'https://npme.walmart.com/ret/-/ret-0.2.2.tgz' + _latest: 0.4.0 + _: + ~0.2.0: 0.2.2 + 0.2.2: + $: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== + _: "https://npme.walmart.com/ret/-/ret-0.2.2.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' + _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' + _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' + _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' + _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 + _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' + _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-test: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== - _: 'https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz' - dependencies: - call-bind: ^1.0.2 - get-intrinsic: ^1.1.3 - is-regex: ^1.1.4 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== + _: "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz" + dependencies: + call-bind: ^1.0.2 + get-intrinsic: ^1.1.3 + is-regex: ^1.1.4 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 + _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 safe-stable-stringify: - _latest: 2.4.1 - _: - ^2.3.1: 2.4.1 - 2.4.1: - $: sha512-dVHE6bMtS/bnL2mwualjc6IxEv1F+OCUpA46pKUj6F8uDbUM0jCCulPqRNPSnWwGNKx5etqMjZYdXtrm5KJZGA== - _: 'https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.1.tgz' + _latest: 2.4.1 + _: + ^2.3.1: 2.4.1 + 2.4.1: + $: sha512-dVHE6bMtS/bnL2mwualjc6IxEv1F+OCUpA46pKUj6F8uDbUM0jCCulPqRNPSnWwGNKx5etqMjZYdXtrm5KJZGA== + _: "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.1.tgz" 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' + _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' + _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' + _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.23.0 - _: - ^0.23.0: 0.23.0 - 0.23.0: - $: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== - _: 'https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz' - dependencies: - loose-envify: ^1.1.0 + _latest: 0.23.0 + _: + ^0.23.0: 0.23.0 + 0.23.0: + $: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== + _: "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz" + dependencies: + loose-envify: ^1.1.0 schema-utils: - _latest: 4.0.0 - _: - ^2.6.5: 2.7.1 - '^3.0.0,^3.1.0,^3.1.1': 3.1.1 - 3.1.1: - $: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz' - dependencies: - '@types/json-schema': ^7.0.8 - ajv: ^6.12.5 - ajv-keywords: ^3.5.2 - 2.7.1: - $: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz' - dependencies: - ajv: ^6.12.4 - ajv-keywords: ^3.5.2 - '@types/json-schema': ^7.0.5 + _latest: 4.0.0 + _: + ^2.6.5: 2.7.1 + "^3.0.0,^3.1.0,^3.1.1": 3.1.1 + 3.1.1: + $: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== + _: "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz" + dependencies: + "@types/json-schema": ^7.0.8 + ajv: ^6.12.5 + ajv-keywords: ^3.5.2 + 2.7.1: + $: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== + _: "https://registry.npmjs.org/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' + _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' + _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.8 - _: - '2 || 3 || 4 || 5,^5.6.0': 5.7.1 - '^6.0.0,^6.1.1,^6.1.2,^6.3.0': 6.3.0 - '^7.2.1,^7.3.5,^7.3.7': 7.3.8 - 7.3.8: - $: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== - _: 'https://registry.npmjs.org/semver/-/semver-7.3.8.tgz' - dependencies: - lru-cache: ^6.0.0 - 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' + _latest: 7.3.8 + _: + "2 || 3 || 4 || 5,^5.6.0": 5.7.1 + "^6.0.0,^6.1.1,^6.1.2,^6.3.0": 6.3.0 + "^7.2.1,^7.3.5,^7.3.7": 7.3.8 + 7.3.8: + $: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== + _: "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" + dependencies: + lru-cache: ^6.0.0 + 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' + _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: 6.0.0 - _: - ^5.0.1: 5.0.1 - ^6.0.0: 6.0.0 - 6.0.0: - $: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== - _: 'https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz' - dependencies: - randombytes: ^2.1.0 - 5.0.1: - $: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== - _: 'https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz' - dependencies: - randombytes: ^2.1.0 + _latest: 6.0.0 + _: + ^5.0.1: 5.0.1 + ^6.0.0: 6.0.0 + 6.0.0: + $: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== + _: "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz" + dependencies: + randombytes: ^2.1.0 + 5.0.1: + $: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== + _: "https://registry.npmjs.org/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 + _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' + _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' + _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" 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' + _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 + _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 + _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 + _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' + _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 + _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' + _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 + _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' + _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' + _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: 5.0.0 - _: - ^4.0.0: 4.0.0 - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ== - _: 'https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz' - dependencies: - ansi-styles: ^6.0.0 - is-fullwidth-code-point: ^4.0.0 - 4.0.0: - $: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - _: 'https://registry.npmjs.org/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 + _latest: 5.0.0 + _: + ^4.0.0: 4.0.0 + ^5.0.0: 5.0.0 + 5.0.0: + $: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ== + _: "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz" + dependencies: + ansi-styles: ^6.0.0 + is-fullwidth-code-point: ^4.0.0 + 4.0.0: + $: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== + _: "https://registry.npmjs.org/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 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 + _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' + _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.6: 0.5.7 - '^0.6.0,^0.6.1,~0.6.0,~0.6.1': 0.6.1 - 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' + _latest: 0.7.3 + _: + ^0.5.6: 0.5.7 + "^0.6.0,^0.6.1,~0.6.0,~0.6.1": 0.6.1 + 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-js: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== - _: 'https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + _: "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" source-map-support: - _latest: 0.5.21 - _: - '^0.5.16,~0.5.12,~0.5.20': 0.5.21 - 0.5.21: - $: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - _: 'https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz' - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 + _latest: 0.5.21 + _: + "^0.5.16,~0.5.12,~0.5.20": 0.5.21 + 0.5.21: + $: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + _: "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" + dependencies: + buffer-from: ^1.0.0 + source-map: ^0.6.0 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 + _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 + _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' + _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 + _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' + _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 + _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 + _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 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 + _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' + _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 + _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 + _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' + _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' + _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" 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' + _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' + _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' + _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' + _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' + _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: 5.1.2 - _: - ^3.0.0: 3.1.0 - '^4.0.0,^4.1.0,^4.2.0': 4.2.2 - ^5.0.1: 5.1.2 - 5.1.2: - $: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== - _: 'https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz' - dependencies: - eastasianwidth: ^0.2.0 - emoji-regex: ^9.2.2 - strip-ansi: ^7.0.1 - 4.2.2: - $: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 5.1.2 + _: + ^3.0.0: 3.1.0 + "^4.0.0,^4.1.0,^4.2.0": 4.2.2 + ^5.0.1: 5.1.2 + 5.1.2: + $: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + _: "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" + dependencies: + eastasianwidth: ^0.2.0 + emoji-regex: ^9.2.2 + strip-ansi: ^7.0.1 + 4.2.2: + $: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/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.7 - _: - ^4.0.7: 4.0.7 - 4.0.7: - $: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== - _: 'https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - es-abstract: ^1.19.1 - get-intrinsic: ^1.1.1 - has-symbols: ^1.0.3 - internal-slot: ^1.0.3 - regexp.prototype.flags: ^1.4.1 - side-channel: ^1.0.4 + _latest: 4.0.7 + _: + ^4.0.7: 4.0.7 + 4.0.7: + $: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== + _: "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.3 + es-abstract: ^1.19.1 + get-intrinsic: ^1.1.1 + has-symbols: ^1.0.3 + internal-slot: ^1.0.3 + regexp.prototype.flags: ^1.4.1 + side-channel: ^1.0.4 string.prototype.trimend: - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog== - _: 'https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.4 - es-abstract: ^1.19.5 + _latest: 1.0.5 + _: + ^1.0.5: 1.0.5 + 1.0.5: + $: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog== + _: "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.4 + es-abstract: ^1.19.5 string.prototype.trimstart: - _latest: 1.0.5 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg== - _: 'https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz' - dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.4 - es-abstract: ^1.19.5 + _latest: 1.0.5 + _: + ^1.0.5: 1.0.5 + 1.0.5: + $: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg== + _: "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz" + dependencies: + call-bind: ^1.0.2 + define-properties: ^1.1.4 + es-abstract: ^1.19.5 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 + _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: 7.0.1 - _: - ^3.0.0: 3.0.1 - ^4.0.0: 4.0.0 - ^5.1.0: 5.2.0 - ^6.0.0: 6.0.0 - ^7.0.1: 7.0.1 - 7.0.1: - $: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz' - dependencies: - ansi-regex: ^6.0.1 - 6.0.0: - $: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz' - dependencies: - ansi-regex: ^5.0.0 - 5.2.0: - $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz' - dependencies: - ansi-regex: ^4.1.0 - 4.0.0: - $: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz' - dependencies: - ansi-regex: ^3.0.0 - 3.0.1: - $: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz' - dependencies: - ansi-regex: ^2.0.0 + _latest: 7.0.1 + _: + ^3.0.0: 3.0.1 + ^4.0.0: 4.0.0 + ^5.1.0: 5.2.0 + ^6.0.0: 6.0.0 + ^7.0.1: 7.0.1 + 7.0.1: + $: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz" + dependencies: + ansi-regex: ^6.0.1 + 6.0.0: + $: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz" + dependencies: + ansi-regex: ^5.0.0 + 5.2.0: + $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz" + dependencies: + ansi-regex: ^4.1.0 + 4.0.0: + $: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" + dependencies: + ansi-regex: ^3.0.0 + 3.0.1: + $: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== + _: "https://registry.npmjs.org/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' + _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' + _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' + _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 + _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: 1.0.0-fynlocal_h - _: - ../../packages/subapp-react: 1.0.0-fynlocal_h - 1.0.0-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-react - dependencies: - '@babel/runtime': ^7.17.9 - optional-require: ^1.1.6 - subapp-util: ^1.1.4 - subapp-web: ^2.0.0 - peerDependencies: - react: '*' - react-dom: '*' + _latest: 1.0.0-fynlocal_h + _: + ../../packages/subapp-react: 1.0.0-fynlocal_h + 1.0.0-fynlocal_h: + top: 1 + $: local + _: ../../packages/subapp-react + dependencies: + "@babel/runtime": ^7.17.9 + optional-require: ^1.1.6 + subapp-util: ^1.1.4 + subapp-web: ^2.0.0 + peerDependencies: + react: "*" + react-dom: "*" subapp-redux: - _latest: 2.0.0-fynlocal_h - _: - ../../packages/subapp-redux: 2.0.0-fynlocal_h - 2.0.0-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-redux - dependencies: - optional-require: ^1.1.6 - subapp-util: ^1.1.4 - subapp-web: ^2.0.0 - peerDependencies: - react: '*' - react-dom: '*' - redux: '*' - react-redux: '*' + _latest: 2.0.0-fynlocal_h + _: + ../../packages/subapp-redux: 2.0.0-fynlocal_h + 2.0.0-fynlocal_h: + top: 1 + $: local + _: ../../packages/subapp-redux + dependencies: + optional-require: ^1.1.6 + subapp-util: ^1.1.4 + subapp-web: ^2.0.0 + peerDependencies: + react: "*" + react-dom: "*" + redux: "*" + react-redux: "*" subapp-server: - _latest: 2.0.0-fynlocal_h - _: - ../../packages/subapp-server: 2.0.0-fynlocal_h - 2.0.0-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-server - dependencies: - '@hapi/boom': ^9.1.4 - '@xarc/index-page': ^1.0.11 - '@xarc/jsx-renderer': ^1.0.11 - '@xarc/tag-renderer': ^1.0.10 - filter-scan-dir: 1.5.5 - http-status-codes: ^2.2.0 - optional-require: ^1.1.8 - subapp-util: ^1.1.4 - xaa: ^1.7.3 + _latest: 2.0.0-fynlocal_h + _: + ../../packages/subapp-server: 2.0.0-fynlocal_h + 2.0.0-fynlocal_h: + top: 1 + $: local + _: ../../packages/subapp-server + dependencies: + "@hapi/boom": ^9.1.4 + "@xarc/index-page": ^1.0.11 + "@xarc/jsx-renderer": ^1.0.11 + "@xarc/tag-renderer": ^1.0.10 + filter-scan-dir: 1.5.5 + http-status-codes: ^2.2.0 + optional-require: ^1.1.8 + subapp-util: ^1.1.4 + xaa: ^1.7.3 subapp-util: - _latest: 1.1.4-fynlocal_h - _: - ../subapp-util: 1.1.4-fynlocal_h - 1.1.4-fynlocal_h: - $: local - _: ../../packages/subapp-util - dependencies: - filter-scan-dir: 1.1.1 - optional-require: ^1.1.6 + _latest: 1.1.4-fynlocal_h + _: + ../subapp-util: 1.1.4-fynlocal_h + 1.1.4-fynlocal_h: + $: local + _: ../../packages/subapp-util + dependencies: + filter-scan-dir: 1.1.1 + optional-require: ^1.1.6 subapp-web: - _latest: 2.0.0-fynlocal_h - _: - '../../packages/subapp-web,../subapp-web': 2.0.0-fynlocal_h - 2.0.0-fynlocal_h: - top: 1 - $: local - _: ../../packages/subapp-web - dependencies: - '@babel/runtime': ^7.17.9 - history: ^5.3.0 - jsesc: ^3.0.2 - loadjs: ^4.2.0 - lodash: ^4.17.15 - optional-require: ^1.1.8 - request: ^2.88.0 - subapp-util: ^1.1.4 - xaa: ^1.7.3 - peerDependencies: - '@xarc/app': ^11.0.0 + _latest: 2.0.0-fynlocal_h + _: + "../../packages/subapp-web,../subapp-web": 2.0.0-fynlocal_h + 2.0.0-fynlocal_h: + top: 1 + $: local + _: ../../packages/subapp-web + dependencies: + "@babel/runtime": ^7.17.9 + history: ^5.3.0 + jsesc: ^3.0.2 + loadjs: ^4.2.0 + lodash: ^4.17.15 + optional-require: ^1.1.8 + request: ^2.88.0 + subapp-util: ^1.1.4 + xaa: ^1.7.3 + peerDependencies: + "@xarc/app": ^11.0.0 sudo-prompt: - _latest: 9.2.1 - _: - ^9.2.1: 9.2.1 - 9.2.1: - $: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw== - _: 'https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz' + _latest: 9.2.1 + _: + ^9.2.1: 9.2.1 + 9.2.1: + $: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw== + _: "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz" supports-color: - _latest: 9.2.3 - _: - ^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 - ^8.0.0: 8.1.1 - 8.1.1: - $: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz' - dependencies: - has-flag: ^4.0.0 - 7.2.0: - $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz' - dependencies: - has-flag: ^4.0.0 - 6.1.0: - $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz' - dependencies: - has-flag: ^3.0.0 - 5.5.0: - $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz' - dependencies: - has-flag: ^3.0.0 - 3.2.3: - $: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz' - dependencies: - has-flag: ^1.0.0 - 2.0.0: - $: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz' + _latest: 9.2.3 + _: + ^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 + ^8.0.0: 8.1.1 + 8.1.1: + $: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + _: "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" + dependencies: + has-flag: ^4.0.0 + 7.2.0: + $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + _: "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + dependencies: + has-flag: ^4.0.0 + 6.1.0: + $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + _: "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz" + dependencies: + has-flag: ^3.0.0 + 5.5.0: + $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + _: "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" + dependencies: + has-flag: ^3.0.0 + 3.2.3: + $: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A== + _: "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz" + dependencies: + has-flag: ^1.0.0 + 2.0.0: + $: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== + _: "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" supports-preserve-symlinks-flag: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - _: 'https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + _: "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.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 + _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 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 + _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' + _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 + _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.15.1 - _: - ^4.6.3: 4.8.0 - ^5.14.1: 5.15.1 - 5.15.1: - $: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw== - _: 'https://registry.npmjs.org/terser/-/terser-5.15.1.tgz' - dependencies: - '@jridgewell/source-map': ^0.3.2 - acorn: ^8.5.0 - commander: ^2.20.0 - source-map-support: ~0.5.20 - 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 + _latest: 5.15.1 + _: + ^4.6.3: 4.8.0 + ^5.14.1: 5.15.1 + 5.15.1: + $: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw== + _: "https://registry.npmjs.org/terser/-/terser-5.15.1.tgz" + dependencies: + "@jridgewell/source-map": ^0.3.2 + acorn: ^8.5.0 + commander: ^2.20.0 + source-map-support: ~0.5.20 + 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.3.6 - _: - ^5.1.3: 5.3.6 - 5.3.6: - $: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ== - _: 'https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz' - dependencies: - '@jridgewell/trace-mapping': ^0.3.14 - jest-worker: ^27.4.5 - schema-utils: ^3.1.1 - serialize-javascript: ^6.0.0 - terser: ^5.14.1 - peerDependencies: - webpack: ^5.1.0 + _latest: 5.3.6 + _: + ^5.1.3: 5.3.6 + 5.3.6: + $: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ== + _: "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz" + dependencies: + "@jridgewell/trace-mapping": ^0.3.14 + jest-worker: ^27.4.5 + schema-utils: ^3.1.1 + serialize-javascript: ^6.0.0 + terser: ^5.14.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 + _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-hex: - _latest: 1.0.0 - _: - 1.0.x: 1.0.0 - 1.0.0: - $: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg== - _: 'https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz' + _latest: 1.0.0 + _: + 1.0.x: 1.0.0 + 1.0.0: + $: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg== + _: "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz" 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' + _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' + _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-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' + _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" 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' + _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-regex-range: - _latest: 5.0.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 + _latest: 5.0.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 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 + _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 triple-beam: - _latest: 1.3.0 - _: - ^1.3.0: 1.3.0 - 1.3.0: - $: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw== - _: 'https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz' + _latest: 1.3.0 + _: + ^1.3.0: 1.3.0 + 1.3.0: + $: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw== + _: "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz" tslib: - _latest: 2.4.1 - _: - ^1.9.0: 1.14.1 - '^2.0.3,^2.1.0,^2.2.0,^2.4.0': 2.4.1 - 2.4.1: - $: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== - _: 'https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz' - 1.14.1: - $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - _: 'https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz' + _latest: 2.4.1 + _: + ^1.9.0: 1.14.1 + "^2.0.3,^2.1.0,^2.2.0,^2.4.0": 2.4.1 + 2.4.1: + $: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + _: "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" + 1.14.1: + $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + _: "https://registry.npmjs.org/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 + _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' + _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 + _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: 3.1.0 - _: - ^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 - ^1.0.2: 1.4.0 - 1.4.0: - $: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz' - 0.20.2: - $: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz' - 0.11.0: - $: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz' - 0.8.1: - $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz' - 0.6.0: - $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz' + _latest: 3.1.0 + _: + ^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 + ^1.0.2: 1.4.0 + 1.4.0: + $: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== + _: "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz" + 0.20.2: + $: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + _: "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" + 0.11.0: + $: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== + _: "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz" + 0.8.1: + $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + _: "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" + 0.6.0: + $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + _: "https://registry.npmjs.org/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 + _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.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== - _: 'https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz' - dependencies: - call-bind: ^1.0.2 - has-bigints: ^1.0.2 - has-symbols: ^1.0.3 - which-boxed-primitive: ^1.0.2 + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== + _: "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" + dependencies: + call-bind: ^1.0.2 + has-bigints: ^1.0.2 + has-symbols: ^1.0.3 + which-boxed-primitive: ^1.0.2 unicode-canonical-property-names-ecmascript: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== - _: 'https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + _: "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz" unicode-match-property-ecmascript: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== - _: 'https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz' - dependencies: - unicode-canonical-property-names-ecmascript: ^2.0.0 - unicode-property-aliases-ecmascript: ^2.0.0 + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + _: "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" + dependencies: + unicode-canonical-property-names-ecmascript: ^2.0.0 + unicode-property-aliases-ecmascript: ^2.0.0 unicode-match-property-value-ecmascript: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== - _: 'https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== + _: "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz" unicode-property-aliases-ecmascript: - _latest: 2.1.0 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== - _: 'https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz' + _latest: 2.1.0 + _: + ^2.0.0: 2.1.0 + 2.1.0: + $: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + _: "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" 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' + _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' + _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 + _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 + _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' + _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' + _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" 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 + _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 update-browserslist-db: - _latest: 1.0.10 - _: - ^1.0.9: 1.0.10 - 1.0.10: - $: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== - _: 'https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz' - dependencies: - escalade: ^3.1.1 - picocolors: ^1.0.0 - peerDependencies: - browserslist: '>= 4.21.0' + _latest: 1.0.10 + _: + ^1.0.9: 1.0.10 + 1.0.10: + $: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== + _: "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz" + dependencies: + escalade: ^3.1.1 + picocolors: ^1.0.0 + peerDependencies: + browserslist: ">= 4.21.0" 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 + _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 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: '*' + _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-sync-external-store: - _latest: 1.2.0 - _: - ^1.0.0: 1.2.0 - 1.2.0: - $: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== - _: 'https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz' - peerDependencies: - react: '^16.8.0 || ^17.0.0 || ^18.0.0' + _latest: 1.2.0 + _: + ^1.0.0: 1.2.0 + 1.2.0: + $: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== + _: "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz" + peerDependencies: + react: "^16.8.0 || ^17.0.0 || ^18.0.0" 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' + _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 + _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' + _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' + _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' + _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' + _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 + _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 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' + _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 + _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 + _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.4.0 - _: - ^2.4.0: 2.4.0 - 2.4.0: - $: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== - _: 'https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz' - dependencies: - glob-to-regexp: ^0.4.1 - graceful-fs: ^4.1.2 + _latest: 2.4.0 + _: + ^2.4.0: 2.4.0 + 2.4.0: + $: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== + _: "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.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 + _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.74.0 - _: - ^5.74.0: 5.74.0 - 5.74.0: - $: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== - _: 'https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz' - dependencies: - '@types/eslint-scope': ^3.7.3 - '@types/estree': ^0.0.51 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: ^8.7.1 - acorn-import-assertions: ^1.7.6 - browserslist: ^4.14.5 - chrome-trace-event: ^1.0.2 - enhanced-resolve: ^5.10.0 - es-module-lexer: ^0.9.0 - eslint-scope: 5.1.1 - events: ^3.2.0 - glob-to-regexp: ^0.4.1 - graceful-fs: ^4.2.9 - json-parse-even-better-errors: ^2.3.1 - loader-runner: ^4.2.0 - mime-types: ^2.1.27 - neo-async: ^2.6.2 - schema-utils: ^3.1.0 - tapable: ^2.1.1 - terser-webpack-plugin: ^5.1.3 - watchpack: ^2.4.0 - webpack-sources: ^3.2.3 + _latest: 5.74.0 + _: + ^5.74.0: 5.74.0 + 5.74.0: + $: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== + _: "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz" + dependencies: + "@types/eslint-scope": ^3.7.3 + "@types/estree": ^0.0.51 + "@webassemblyjs/ast": 1.11.1 + "@webassemblyjs/wasm-edit": 1.11.1 + "@webassemblyjs/wasm-parser": 1.11.1 + acorn: ^8.7.1 + acorn-import-assertions: ^1.7.6 + browserslist: ^4.14.5 + chrome-trace-event: ^1.0.2 + enhanced-resolve: ^5.10.0 + es-module-lexer: ^0.9.0 + eslint-scope: 5.1.1 + events: ^3.2.0 + glob-to-regexp: ^0.4.1 + graceful-fs: ^4.2.9 + json-parse-even-better-errors: ^2.3.1 + loader-runner: ^4.2.0 + mime-types: ^2.1.27 + neo-async: ^2.6.2 + schema-utils: ^3.1.0 + tapable: ^2.1.1 + terser-webpack-plugin: ^5.1.3 + watchpack: ^2.4.0 + webpack-sources: ^3.2.3 webpack-cli: - _latest: 4.10.0 - _: - 4.8.0: 4.8.0 - 4.8.0: - $: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw== - _: 'https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.8.0.tgz' - dependencies: - '@discoveryjs/json-ext': ^0.5.0 - '@webpack-cli/configtest': ^1.0.4 - '@webpack-cli/info': ^1.3.0 - '@webpack-cli/serve': ^1.5.2 - colorette: ^1.2.1 - commander: ^7.0.0 - execa: ^5.0.0 - fastest-levenshtein: ^1.0.12 - import-local: ^3.0.2 - interpret: ^2.2.0 - rechoir: ^0.7.0 - v8-compile-cache: ^2.2.0 - webpack-merge: ^5.7.3 - peerDependencies: - webpack: '4.x.x || 5.x.x' + _latest: 4.10.0 + _: + 4.8.0: 4.8.0 + 4.8.0: + $: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw== + _: "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.8.0.tgz" + dependencies: + "@discoveryjs/json-ext": ^0.5.0 + "@webpack-cli/configtest": ^1.0.4 + "@webpack-cli/info": ^1.3.0 + "@webpack-cli/serve": ^1.5.2 + colorette: ^1.2.1 + commander: ^7.0.0 + execa: ^5.0.0 + fastest-levenshtein: ^1.0.12 + import-local: ^3.0.2 + interpret: ^2.2.0 + rechoir: ^0.7.0 + 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.6-fynlocal_h - _: - ../webpack-config-composer: 1.1.6-fynlocal_h - 1.1.6-fynlocal_h: - $: local - _: ../../packages/webpack-config-composer - dependencies: - lodash: ^4.17.21 - tslib: ^2.2.0 + _latest: 1.1.6-fynlocal_h + _: + ../webpack-config-composer: 1.1.6-fynlocal_h + 1.1.6-fynlocal_h: + $: local + _: ../../packages/webpack-config-composer + dependencies: + lodash: ^4.17.21 + tslib: ^2.2.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' + _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.2 - _: - ^2.25.1: 2.25.2 - 2.25.2: - $: sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A== - _: 'https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.2.tgz' - dependencies: - ansi-html-community: 0.0.8 - html-entities: ^2.1.0 - strip-ansi: ^6.0.0 + _latest: 2.25.2 + _: + ^2.25.1: 2.25.2 + 2.25.2: + $: sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A== + _: "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.2.tgz" + dependencies: + ansi-html-community: 0.0.8 + html-entities: ^2.1.0 + strip-ansi: ^6.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 + _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: 3.2.3 - _: - '^1.1.0,^1.4.3': 1.4.3 - ^2.2.0: 2.2.0 - ^3.2.3: 3.2.3 - 3.2.3: - $: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== - _: 'https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz' - 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 + _latest: 3.2.3 + _: + "^1.1.0,^1.4.3": 1.4.3 + ^2.2.0: 2.2.0 + ^3.2.3: 3.2.3 + 3.2.3: + $: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + _: "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" + 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' + _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 + _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.2: 1.0.2 - 1.0.2: - $: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - _: 'https://registry.npmjs.org/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 + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + _: "https://registry.npmjs.org/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' + _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 + _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' + _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.8.2 - _: - ^2.4.4: 2.4.5 - ^3.7.2: 3.8.2 - 3.8.2: - $: sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew== - _: 'https://registry.npmjs.org/winston/-/winston-3.8.2.tgz' - dependencies: - '@dabh/diagnostics': ^2.0.2 - '@colors/colors': 1.5.0 - async: ^3.2.3 - is-stream: ^2.0.0 - logform: ^2.4.0 - one-time: ^1.0.0 - readable-stream: ^3.4.0 - safe-stable-stringify: ^2.3.1 - stack-trace: 0.0.x - triple-beam: ^1.3.0 - winston-transport: ^4.5.0 - 2.4.5: - $: sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A== - _: 'https://registry.npmjs.org/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 + _latest: 3.8.2 + _: + ^2.4.4: 2.4.5 + ^3.7.2: 3.8.2 + 3.8.2: + $: sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew== + _: "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz" + dependencies: + "@dabh/diagnostics": ^2.0.2 + "@colors/colors": 1.5.0 + async: ^3.2.3 + is-stream: ^2.0.0 + logform: ^2.4.0 + one-time: ^1.0.0 + readable-stream: ^3.4.0 + safe-stable-stringify: ^2.3.1 + stack-trace: 0.0.x + triple-beam: ^1.3.0 + winston-transport: ^4.5.0 + 2.4.5: + $: sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A== + _: "https://registry.npmjs.org/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 winston-transport: - _latest: 4.5.0 - _: - ^4.5.0: 4.5.0 - 4.5.0: - $: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q== - _: 'https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz' - dependencies: - logform: ^2.3.2 - readable-stream: ^3.6.0 - triple-beam: ^1.3.0 + _latest: 4.5.0 + _: + ^4.5.0: 4.5.0 + 4.5.0: + $: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q== + _: "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz" + dependencies: + logform: ^2.3.2 + readable-stream: ^3.6.0 + triple-beam: ^1.3.0 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' + _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: 8.0.1 - _: - ^6.2.0: 6.2.0 - ^7.0.0: 7.0.0 - ^8.0.1: 8.0.1 - 8.0.1: - $: sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g== - _: 'https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.0.1.tgz' - dependencies: - ansi-styles: ^6.1.0 - string-width: ^5.0.1 - strip-ansi: ^7.0.1 - 7.0.0: - $: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz' - dependencies: - ansi-styles: ^4.0.0 - string-width: ^4.1.0 - strip-ansi: ^6.0.0 + _latest: 8.0.1 + _: + ^6.2.0: 6.2.0 + ^7.0.0: 7.0.0 + ^8.0.1: 8.0.1 + 8.0.1: + $: sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g== + _: "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.0.1.tgz" + dependencies: + ansi-styles: ^6.1.0 + string-width: ^5.0.1 + strip-ansi: ^7.0.1 + 7.0.0: + $: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + _: "https://registry.npmjs.org/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://registry.npmjs.org/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' + _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 + _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.3 - _: - 1.7.1: 1.7.1 - '^1.7.0,^1.7.3': 1.7.3 - 1.7.3: - $: sha512-GBA/59U8+INwVb1gfNQ5GEnV8lnBJj+9GUacvqeAWACbdl7v/73qgmdmo+rLkTp6rLU8xSEzFhWX+Akbj6Wh3A== - _: 'https://registry.npmjs.org/xaa/-/xaa-1.7.3.tgz' - 1.7.1: - $: sha512-SLb9sd9sWeQMqyrghmdhXOb4NKHTvRchG34nzVvxP+Cf8UvkGuxu6VM7+fsPbFWSBNfGFsLvHeZf9X6ifbPRrg== - _: 'https://registry.npmjs.org/xaa/-/xaa-1.7.1.tgz' - dependencies: - tslib: ^2.1.0 + _latest: 1.7.3 + _: + 1.7.1: 1.7.1 + "^1.7.0,^1.7.3": 1.7.3 + 1.7.3: + $: sha512-GBA/59U8+INwVb1gfNQ5GEnV8lnBJj+9GUacvqeAWACbdl7v/73qgmdmo+rLkTp6rLU8xSEzFhWX+Akbj6Wh3A== + _: "https://registry.npmjs.org/xaa/-/xaa-1.7.3.tgz" + 1.7.1: + $: sha512-SLb9sd9sWeQMqyrghmdhXOb4NKHTvRchG34nzVvxP+Cf8UvkGuxu6VM7+fsPbFWSBNfGFsLvHeZf9X6ifbPRrg== + _: "https://registry.npmjs.org/xaa/-/xaa-1.7.1.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' + _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 + _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' + _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' + _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 + _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 + _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' + _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 f6929f6e6..3163678bb 100644 --- a/samples/poc-subapp/package.json +++ b/samples/poc-subapp/package.json @@ -42,7 +42,7 @@ "electrode-confippet": "^1.5.0", "history": "^5.3.0", "html-webpack-plugin": "^5.3.1", - "prop-types":"15.8.1", + "prop-types": "15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.4", diff --git a/samples/poc-subapp/src/04.footer/server.jsx b/samples/poc-subapp/src/04.footer/server.jsx index 154c2d00d..0c4ffe226 100644 --- a/samples/poc-subapp/src/04.footer/server.jsx +++ b/samples/poc-subapp/src/04.footer/server.jsx @@ -6,7 +6,7 @@ module.exports = { }, prepare: () => { // console.log("subapp footer server prepare"); - + 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 97139e8d5..264ff99a7 100644 --- a/samples/poc-subapp/src/components/navigation.jsx +++ b/samples/poc-subapp/src/components/navigation.jsx @@ -53,4 +53,4 @@ export const Navigation = () => {
    ); -}; \ No newline at end of file +}; diff --git a/samples/poc-subapp/src/components/products.jsx b/samples/poc-subapp/src/components/products.jsx index ed4d20585..f192dad9a 100644 --- a/samples/poc-subapp/src/components/products.jsx +++ b/samples/poc-subapp/src/components/products.jsx @@ -76,9 +76,6 @@ const mapStateToProps = state => { return { items: state.items, value: state.number.value }; }; -const ReduxProducts = connect( - mapStateToProps, - dispatch => ({ dispatch }) -)(Products); +const ReduxProducts = connect(mapStateToProps, dispatch => ({ dispatch }))(Products); export { ReduxProducts as Products }; diff --git a/samples/poc-subapp/src/subapps/03.bottom/server.jsx b/samples/poc-subapp/src/subapps/03.bottom/server.jsx index 0ee9d5ba5..f671d8377 100644 --- a/samples/poc-subapp/src/subapps/03.bottom/server.jsx +++ b/samples/poc-subapp/src/subapps/03.bottom/server.jsx @@ -25,7 +25,7 @@ export default { imagesData: filterImages }; const store = subApp.reduxCreateStore(initialState); - + return new Promise(resolve => setTimeout(resolve, 50 + Math.random() * 500)).then({ initialState, store diff --git a/samples/poc-subapp/test/client/components/home.spec.jsx b/samples/poc-subapp/test/client/components/home.spec.jsx index 61c8102f1..029ece7e3 100644 --- a/samples/poc-subapp/test/client/components/home.spec.jsx +++ b/samples/poc-subapp/test/client/components/home.spec.jsx @@ -25,7 +25,12 @@ describe("Home", () => { const store = createStore(rootReducer, initialState); - component = ReactDOM.render(, container); + component = ReactDOM.render( + + + , + container + ); expect(component).to.not.be.false; }); diff --git a/samples/react-jest-app/.yo-rc.json b/samples/react-jest-app/.yo-rc.json index 0b4b07821..47ef9f9a8 100644 --- a/samples/react-jest-app/.yo-rc.json +++ b/samples/react-jest-app/.yo-rc.json @@ -2,4 +2,4 @@ "generator-electrode": { "serverType": "HapiJS" } -} \ No newline at end of file +} diff --git a/samples/react-jest-app/config/default.js b/samples/react-jest-app/config/default.js index 9421fef4c..e25e818cb 100644 --- a/samples/react-jest-app/config/default.js +++ b/samples/react-jest-app/config/default.js @@ -36,7 +36,7 @@ module.exports = { // webpack dev middleware options dev: { // user reporter that's called by the archetype's reporter - reporter: reporterOptions => { + reporter: (reporterOptions) => { // For example, you can start app server with `clap devbrk` and attach // to it with chrome://inspect, and then enable this debugger statement // so chrome stop here every time webpack middleware finish compiling diff --git a/samples/react-jest-app/config/production.js b/samples/react-jest-app/config/production.js index 668d4ad20..112919b0a 100644 --- a/samples/react-jest-app/config/production.js +++ b/samples/react-jest-app/config/production.js @@ -12,12 +12,12 @@ const serveStaticFiles = () => { }; module.exports = { - "plugins": { - "inert": { - "enable": serveStaticFiles() + plugins: { + inert: { + enable: serveStaticFiles() }, - "electrodeStaticPaths": { - "enable": serveStaticFiles() + electrodeStaticPaths: { + enable: serveStaticFiles() } } }; diff --git a/samples/react-jest-app/src/client/actions/index.jsx b/samples/react-jest-app/src/client/actions/index.jsx index 11d667efa..089f60b83 100644 --- a/samples/react-jest-app/src/client/actions/index.jsx +++ b/samples/react-jest-app/src/client/actions/index.jsx @@ -16,21 +16,21 @@ export const decNumber = () => { }; }; -export const inputName = value => { +export const inputName = (value) => { return { type: "INPUT_NAME", value }; }; -export const inputTextarea = value => { +export const inputTextarea = (value) => { return { type: "INPUT_TEXT_AREA", value }; }; -export const selectOption = value => { +export const selectOption = (value) => { return { type: "SELECT_OPTION", value diff --git a/samples/react-jest-app/src/client/app.jsx b/samples/react-jest-app/src/client/app.jsx index 0a30a2a48..8b12ece4b 100644 --- a/samples/react-jest-app/src/client/app.jsx +++ b/samples/react-jest-app/src/client/app.jsx @@ -22,7 +22,7 @@ import { notify } from "react-notify-toast"; // DOM is created. require.ensure( ["./sw-registration"], - require => { + (require) => { require("./sw-registration")(notify); }, "sw-registration" @@ -32,7 +32,7 @@ require.ensure( // // Redux configure store with Hot Module Reload // -const configureStore = initialState => { +const configureStore = (initialState) => { const store = createStore(rootReducer, initialState); if (module.hot) { @@ -47,7 +47,7 @@ const configureStore = initialState => { const store = configureStore(window.__PRELOADED_STATE__); -const start = App => { +const start = (App) => { const jsContent = document.querySelector(".js-content"); const reactStart = window.__PRELOADED_STATE__ && jsContent.innerHTML ? hydrate : render; diff --git a/samples/react-jest-app/src/client/components/home.jsx b/samples/react-jest-app/src/client/components/home.jsx index 7f4eda791..9feee6b00 100644 --- a/samples/react-jest-app/src/client/components/home.jsx +++ b/samples/react-jest-app/src/client/components/home.jsx @@ -55,7 +55,4 @@ const mapStateToProps = () => { return {}; }; -export default connect( - mapStateToProps, - dispatch => ({ dispatch }) -)(Home); +export default connect(mapStateToProps, (dispatch) => ({ dispatch }))(Home); diff --git a/samples/react-jest-app/src/client/styles/raleway.css b/samples/react-jest-app/src/client/styles/raleway.css index 630b751e1..ead72d308 100644 --- a/samples/react-jest-app/src/client/styles/raleway.css +++ b/samples/react-jest-app/src/client/styles/raleway.css @@ -1,96 +1,63 @@ /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } diff --git a/samples/react-jest-app/src/client/sw-registration.js b/samples/react-jest-app/src/client/sw-registration.js index af5f18131..b16988efb 100644 --- a/samples/react-jest-app/src/client/sw-registration.js +++ b/samples/react-jest-app/src/client/sw-registration.js @@ -1,7 +1,7 @@ /* eslint-env browser */ /* eslint-disable no-console */ -module.exports = notify => { +module.exports = (notify) => { // Exit early if the navigator isn't available if (typeof navigator === "undefined") { return; @@ -11,15 +11,15 @@ module.exports = notify => { navigator.serviceWorker .register("sw.js", { scope: "./" }) // Service worker registration was successful - .then(registration => { + .then((registration) => { // The updatefound event is dispatched when the installing // worker changes. This new worker will potentially become // the active worker if the install process completes. - registration.onupdatefound = function() { + registration.onupdatefound = function () { const installingWorker = registration.installing; // Listen for state changes on the installing worker so // we know when it has completed. - installingWorker.onstatechange = function() { + installingWorker.onstatechange = function () { switch (installingWorker.state) { case "installing": console.log("Installing a new service worker..."); @@ -49,7 +49,7 @@ module.exports = notify => { }; }) // Service worker registration failed - .catch(err => { + .catch((err) => { console.log("Service worker registration failed: ", err); }); } diff --git a/samples/react-jest-app/src/server/index.js b/samples/react-jest-app/src/server/index.js index bb241200c..5dc893be0 100644 --- a/samples/react-jest-app/src/server/index.js +++ b/samples/react-jest-app/src/server/index.js @@ -28,7 +28,7 @@ function setupElectrodeServerEvents(emitter) { } // -const startServer = config => { +const startServer = (config) => { // const decor = staticPathsDecor(); if (!config.listener) config.listener = setupElectrodeServerEvents; diff --git a/samples/react-jest-app/src/server/plugins/pwa.js b/samples/react-jest-app/src/server/plugins/pwa.js index 754c91883..88cf4ee1d 100644 --- a/samples/react-jest-app/src/server/plugins/pwa.js +++ b/samples/react-jest-app/src/server/plugins/pwa.js @@ -3,7 +3,7 @@ /*eslint-env es6*/ const plugin = {}; -plugin.register = function(server, options, next) { +plugin.register = function (server, options, next) { server.route({ method: "GET", path: "/sw.js", diff --git a/samples/react-jest-app/src/server/views/index-view.jsx b/samples/react-jest-app/src/server/views/index-view.jsx index 50c9a3dec..e8baa8e52 100644 --- a/samples/react-jest-app/src/server/views/index-view.jsx +++ b/samples/react-jest-app/src/server/views/index-view.jsx @@ -17,7 +17,7 @@ import { routes } from "../../client/routes"; let routesEngine; -module.exports = req => { +module.exports = (req) => { if (!routesEngine) { routesEngine = new ReduxRouterEngine({ routes }); } diff --git a/samples/react-jest-app/test/server/server.spec.js b/samples/react-jest-app/test/server/server.spec.js index 99d0218b5..d22f59e14 100644 --- a/samples/react-jest-app/test/server/server.spec.js +++ b/samples/react-jest-app/test/server/server.spec.js @@ -7,6 +7,6 @@ * Unit Testing Server Side Rendering of the React code is not supported yet. */ -describe("server", function() { +describe("server", function () { it("write some unit test for server code", () => {}); }); diff --git a/samples/react-jest-app/xclap.js b/samples/react-jest-app/xclap.js index 49105dbe9..60535e564 100644 --- a/samples/react-jest-app/xclap.js +++ b/samples/react-jest-app/xclap.js @@ -36,7 +36,6 @@ process.env.ENABLE_SHORTEN_CSS_NAMES = true; const { loadDevTasks, xrun } = require("@xarc/app-dev"); - loadDevTasks(xrun); // diff --git a/samples/react-vendor-dll/fyn-lock.yaml b/samples/react-vendor-dll/fyn-lock.yaml index da97a4aaf..0cfa64abc 100644 --- a/samples/react-vendor-dll/fyn-lock.yaml +++ b/samples/react-vendor-dll/fyn-lock.yaml @@ -1,4106 +1,4106 @@ $pkg: - dev: - electrode-archetype-webpack-dll: ../../packages/electrode-archetype-webpack-dll - electrode-archetype-webpack-dll-dev: ../../packages/electrode-archetype-webpack-dll-dev - react: ^16.6.3 - react-dom: ^16.6.3 - react-redux: ^5.1.1 - react-router: ^5.1.2 - redux: ^4.0.1 -'@babel/code-frame': - _latest: 7.10.4 - _: - ^7.0.0: 7.10.4 - 7.10.4: - $: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - _: 'https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz' - dependencies: - '@babel/highlight': ^7.10.4 -'@babel/helper-validator-identifier': - _latest: 7.10.4 - _: - ^7.10.4: 7.10.4 - 7.10.4: - $: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - _: 'https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz' -'@babel/highlight': - _latest: 7.10.4 - _: - ^7.10.4: 7.10.4 - 7.10.4: - $: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - _: 'https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz' - dependencies: - '@babel/helper-validator-identifier': ^7.10.4 - chalk: ^2.0.0 - js-tokens: ^4.0.0 -'@babel/runtime': - _latest: 7.12.1 - _: - '^7.1.2,^7.12.1': 7.12.1 - 7.12.1: - $: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== - _: 'https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz' - dependencies: - regenerator-runtime: ^0.13.4 -'@types/normalize-package-data': - _latest: 2.4.0 - _: - ^2.4.0: 2.4.0 - 2.4.0: - $: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - _: 'https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz' -'@webassemblyjs/ast': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - _: 'https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz' - dependencies: - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 -'@webassemblyjs/floating-point-hex-parser': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - _: 'https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz' -'@webassemblyjs/helper-api-error': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz' -'@webassemblyjs/helper-buffer': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz' -'@webassemblyjs/helper-code-frame': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz' - dependencies: - '@webassemblyjs/wast-printer': 1.9.0 -'@webassemblyjs/helper-fsm': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz' -'@webassemblyjs/helper-module-context': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.9.0 -'@webassemblyjs/helper-wasm-bytecode': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz' -'@webassemblyjs/helper-wasm-section': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz' - 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 -'@webassemblyjs/ieee754': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== - _: 'https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz' - dependencies: - '@xtuc/ieee754': ^1.2.0 -'@webassemblyjs/leb128': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== - _: 'https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz' - dependencies: - '@xtuc/long': 4.2.2 -'@webassemblyjs/utf8': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - _: 'https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz' -'@webassemblyjs/wasm-edit': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz' - 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 -'@webassemblyjs/wasm-gen': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz' - 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 -'@webassemblyjs/wasm-opt': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 -'@webassemblyjs/wasm-parser': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz' - 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 -'@webassemblyjs/wast-parser': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - _: 'https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz' - 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 -'@webassemblyjs/wast-printer': - _latest: 1.9.1 - _: - 1.9.0: 1.9.0 - 1.9.0: - $: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - _: 'https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz' - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - '@xtuc/long': 4.2.2 -'@xarc/run': - _latest: 1.0.3 - _: - ^1.0.2: 1.0.3 - 1.0.3: - $: sha512-E3oIW1IfNI9hnV6JMdbPkS1AatGfDnHA6eZ5eZF6qdcB1wDoN0qlOKnra3+02Uus/z/JYfYKKkU2oyiTi0+s4g== - _: 'https://registry.npmjs.org/@xarc/run/-/run-1.0.3.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.4 - string-array: ^1.0.1 - unwrap-npm-cmd: ^1.1.1 - xsh: ^0.4.5 -'@xtuc/ieee754': - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - _: 'https://registry.npmjs.org/@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://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz' + dev: + electrode-archetype-webpack-dll: ../../packages/electrode-archetype-webpack-dll + electrode-archetype-webpack-dll-dev: ../../packages/electrode-archetype-webpack-dll-dev + react: ^16.6.3 + react-dom: ^16.6.3 + react-redux: ^5.1.1 + react-router: ^5.1.2 + redux: ^4.0.1 +"@babel/code-frame": + _latest: 7.10.4 + _: + ^7.0.0: 7.10.4 + 7.10.4: + $: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== + _: "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz" + dependencies: + "@babel/highlight": ^7.10.4 +"@babel/helper-validator-identifier": + _latest: 7.10.4 + _: + ^7.10.4: 7.10.4 + 7.10.4: + $: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== + _: "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz" +"@babel/highlight": + _latest: 7.10.4 + _: + ^7.10.4: 7.10.4 + 7.10.4: + $: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== + _: "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz" + dependencies: + "@babel/helper-validator-identifier": ^7.10.4 + chalk: ^2.0.0 + js-tokens: ^4.0.0 +"@babel/runtime": + _latest: 7.12.1 + _: + "^7.1.2,^7.12.1": 7.12.1 + 7.12.1: + $: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== + _: "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz" + dependencies: + regenerator-runtime: ^0.13.4 +"@types/normalize-package-data": + _latest: 2.4.0 + _: + ^2.4.0: 2.4.0 + 2.4.0: + $: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== + _: "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz" +"@webassemblyjs/ast": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== + _: "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz" + dependencies: + "@webassemblyjs/helper-module-context": 1.9.0 + "@webassemblyjs/helper-wasm-bytecode": 1.9.0 + "@webassemblyjs/wast-parser": 1.9.0 +"@webassemblyjs/floating-point-hex-parser": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== + _: "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz" +"@webassemblyjs/helper-api-error": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== + _: "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz" +"@webassemblyjs/helper-buffer": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== + _: "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz" +"@webassemblyjs/helper-code-frame": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== + _: "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz" + dependencies: + "@webassemblyjs/wast-printer": 1.9.0 +"@webassemblyjs/helper-fsm": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== + _: "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz" +"@webassemblyjs/helper-module-context": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== + _: "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz" + dependencies: + "@webassemblyjs/ast": 1.9.0 +"@webassemblyjs/helper-wasm-bytecode": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== + _: "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz" +"@webassemblyjs/helper-wasm-section": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== + _: "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz" + 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 +"@webassemblyjs/ieee754": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== + _: "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz" + dependencies: + "@xtuc/ieee754": ^1.2.0 +"@webassemblyjs/leb128": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== + _: "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz" + dependencies: + "@xtuc/long": 4.2.2 +"@webassemblyjs/utf8": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== + _: "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz" +"@webassemblyjs/wasm-edit": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz" + 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 +"@webassemblyjs/wasm-gen": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz" + 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 +"@webassemblyjs/wasm-opt": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz" + dependencies: + "@webassemblyjs/ast": 1.9.0 + "@webassemblyjs/helper-buffer": 1.9.0 + "@webassemblyjs/wasm-gen": 1.9.0 + "@webassemblyjs/wasm-parser": 1.9.0 +"@webassemblyjs/wasm-parser": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== + _: "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz" + 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 +"@webassemblyjs/wast-parser": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== + _: "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz" + 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 +"@webassemblyjs/wast-printer": + _latest: 1.9.1 + _: + 1.9.0: 1.9.0 + 1.9.0: + $: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== + _: "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz" + dependencies: + "@webassemblyjs/ast": 1.9.0 + "@webassemblyjs/wast-parser": 1.9.0 + "@xtuc/long": 4.2.2 +"@xarc/run": + _latest: 1.0.3 + _: + ^1.0.2: 1.0.3 + 1.0.3: + $: sha512-E3oIW1IfNI9hnV6JMdbPkS1AatGfDnHA6eZ5eZF6qdcB1wDoN0qlOKnra3+02Uus/z/JYfYKKkU2oyiTi0+s4g== + _: "https://registry.npmjs.org/@xarc/run/-/run-1.0.3.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.4 + string-array: ^1.0.1 + unwrap-npm-cmd: ^1.1.1 + xsh: ^0.4.5 +"@xtuc/ieee754": + _latest: 1.2.0 + _: + ^1.2.0: 1.2.0 + 1.2.0: + $: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== + _: "https://registry.npmjs.org/@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://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" acorn: - _latest: 8.0.4 - _: - ^6.4.1: 6.4.2 - 6.4.2: - $: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== - _: 'https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz' + _latest: 8.0.4 + _: + ^6.4.1: 6.4.2 + 6.4.2: + $: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + _: "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz" ajv: - _latest: 6.12.6 - _: - '^6.1.0,^6.10.2': 6.12.6 - 6.12.6: - $: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - _: 'https://registry.npmjs.org/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 + _latest: 6.12.6 + _: + "^6.1.0,^6.10.2": 6.12.6 + 6.12.6: + $: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + _: "https://registry.npmjs.org/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-errors: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - _: 'https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz' - peerDependencies: - ajv: '>=5.0.0' + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== + _: "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz" + peerDependencies: + ajv: ">=5.0.0" ajv-keywords: - _latest: 3.5.2 - _: - '^3.1.0,^3.4.1': 3.5.2 - 3.5.2: - $: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - _: 'https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz' - peerDependencies: - ajv: ^6.9.1 + _latest: 3.5.2 + _: + "^3.1.0,^3.4.1": 3.5.2 + 3.5.2: + $: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== + _: "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" + peerDependencies: + ajv: ^6.9.1 ansi-regex: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - ^4.1.0: 4.1.0 - 4.1.0: - $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz' - 3.0.0: - $: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz' + _latest: 5.0.0 + _: + ^3.0.0: 3.0.0 + ^4.1.0: 4.1.0 + 4.1.0: + $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz" + 3.0.0: + $: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + _: "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz" ansi-styles: - _latest: 4.3.0 - _: - '^3.2.0,^3.2.1': 3.2.1 - ^4.1.0: 4.3.0 - 4.3.0: - $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz' - dependencies: - color-convert: ^1.9.0 + _latest: 4.3.0 + _: + "^3.2.0,^3.2.1": 3.2.1 + ^4.1.0: 4.3.0 + 4.3.0: + $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" + dependencies: + color-convert: ^1.9.0 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://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz' - dependencies: - normalize-path: ^3.0.0 - picomatch: ^2.0.4 - 2.0.0: - $: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - _: 'https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz' - dependencies: - micromatch: ^3.1.4 - normalize-path: ^2.1.1 + _latest: 3.1.1 + _: + ^2.0.0: 2.0.0 + ~3.1.1: 3.1.1 + 3.1.1: + $: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== + _: "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz" + dependencies: + normalize-path: ^3.0.0 + picomatch: ^2.0.4 + 2.0.0: + $: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + _: "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz" + dependencies: + micromatch: ^3.1.4 + normalize-path: ^2.1.1 aproba: - _latest: 2.0.0 - _: - ^1.1.1: 1.2.0 - 1.2.0: - $: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - _: 'https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz' + _latest: 2.0.0 + _: + ^1.1.1: 1.2.0 + 1.2.0: + $: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + _: "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz" arr-diff: - _latest: 4.0.0 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - _: 'https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz' + _latest: 4.0.0 + _: + ^4.0.0: 4.0.0 + 4.0.0: + $: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + _: "https://registry.npmjs.org/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://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz' + _latest: 1.1.0 + _: + ^1.1.0: 1.1.0 + 1.1.0: + $: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz' + _latest: 3.1.0 + _: + ^3.1.0: 3.1.0 + 3.1.0: + $: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + _: "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz" array-unique: - _latest: 0.3.2 - _: - ^0.3.2: 0.3.2 - 0.3.2: - $: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - _: 'https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz' + _latest: 0.3.2 + _: + ^0.3.2: 0.3.2 + 0.3.2: + $: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + _: "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz" asn1.js: - _latest: 5.4.1 - _: - ^5.2.0: 5.4.1 - 5.4.1: - $: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - _: 'https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz' - dependencies: - bn.js: ^4.0.0 - inherits: ^2.0.1 - minimalistic-assert: ^1.0.0 - safer-buffer: ^2.1.0 + _latest: 5.4.1 + _: + ^5.2.0: 5.4.1 + 5.4.1: + $: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== + _: "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz" + dependencies: + bn.js: ^4.0.0 + inherits: ^2.0.1 + minimalistic-assert: ^1.0.0 + safer-buffer: ^2.1.0 assert: - _latest: 2.0.0 - _: - ^1.1.1: 1.5.0 - 1.5.0: - $: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - _: 'https://registry.npmjs.org/assert/-/assert-1.5.0.tgz' - dependencies: - object-assign: ^4.1.1 - util: 0.10.3 + _latest: 2.0.0 + _: + ^1.1.1: 1.5.0 + 1.5.0: + $: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== + _: "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz" + dependencies: + object-assign: ^4.1.1 + util: 0.10.3 assign-symbols: - _latest: 2.0.2 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - _: 'https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz' + _latest: 2.0.2 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + _: "https://registry.npmjs.org/assign-symbols/-/assign-symbols-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://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz' + _latest: 1.0.3 + _: + ^1.0.1: 1.0.3 + 1.0.3: + $: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + _: "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz" atob: - _latest: 2.1.2 - _: - ^2.1.2: 2.1.2 - 2.1.2: - $: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - _: 'https://registry.npmjs.org/atob/-/atob-2.1.2.tgz' + _latest: 2.1.2 + _: + ^2.1.2: 2.1.2 + 2.1.2: + $: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + _: "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz" balanced-match: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - _: 'https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + _: "https://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 3.0.0 + _: + ^0.11.1: 0.11.2 + 0.11.2: + $: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + _: "https://registry.npmjs.org/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 base64-js: - _latest: 1.3.1 - _: - ^1.0.2: 1.3.1 - 1.3.1: - $: sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - _: 'https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz' + _latest: 1.3.1 + _: + ^1.0.2: 1.3.1 + 1.3.1: + $: sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== + _: "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz" big.js: - _latest: 6.0.1 - _: - ^5.2.2: 5.2.2 - 5.2.2: - $: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - _: 'https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz' + _latest: 6.0.1 + _: + ^5.2.2: 5.2.2 + 5.2.2: + $: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== + _: "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz" binary-extensions: - _latest: 2.1.0 - _: - ^1.0.0: 1.13.1 - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - _: 'https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz' - 1.13.1: - $: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - _: 'https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz' + _latest: 2.1.0 + _: + ^1.0.0: 1.13.1 + ^2.0.0: 2.1.0 + 2.1.0: + $: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== + _: "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz" + 1.13.1: + $: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + _: "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz" bindings: - _latest: 1.5.0 - _: - ^1.5.0: 1.5.0 - 1.5.0: - $: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - _: 'https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz' - dependencies: - file-uri-to-path: 1.0.0 + _latest: 1.5.0 + _: + ^1.5.0: 1.5.0 + 1.5.0: + $: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + _: "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" + dependencies: + file-uri-to-path: 1.0.0 bluebird: - _latest: 3.7.2 - _: - '^3.5.3,^3.5.5': 3.7.2 - 3.7.2: - $: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - _: 'https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz' + _latest: 3.7.2 + _: + "^3.5.3,^3.5.5": 3.7.2 + 3.7.2: + $: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + _: "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz" bn.js: - _latest: 5.1.3 - _: - '^4.0.0,^4.1.0,^4.4.0': 4.11.9 - ^5.1.1: 5.1.3 - 5.1.3: - $: sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== - _: 'https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz' - 4.11.9: - $: sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== - _: 'https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz' + _latest: 5.1.3 + _: + "^4.0.0,^4.1.0,^4.4.0": 4.11.9 + ^5.1.1: 5.1.3 + 5.1.3: + $: sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== + _: "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz" + 4.11.9: + $: sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== + _: "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz" brace-expansion: - _latest: 2.0.0 - _: - ^1.1.7: 1.1.11 - 1.1.11: - $: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - _: 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz' - dependencies: - balanced-match: ^1.0.0 - concat-map: 0.0.1 + _latest: 2.0.0 + _: + ^1.1.7: 1.1.11 + 1.1.11: + $: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/braces/-/braces-3.0.2.tgz' - dependencies: - fill-range: ^7.0.1 - 2.3.2: - $: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - _: 'https://registry.npmjs.org/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 + _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://registry.npmjs.org/braces/-/braces-3.0.2.tgz" + dependencies: + fill-range: ^7.0.1 + 2.3.2: + $: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + _: "https://registry.npmjs.org/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 brorand: - _latest: 1.1.0 - _: - ^1.0.1: 1.1.0 - 1.1.0: - $: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - _: 'https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz' + _latest: 1.1.0 + _: + ^1.0.1: 1.1.0 + 1.1.0: + $: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= + _: "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz" browserify-aes: - _latest: 1.2.0 - _: - '^1.0.0,^1.0.4': 1.2.0 - 1.2.0: - $: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - _: 'https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz' - dependencies: - buffer-xor: ^1.0.3 - cipher-base: ^1.0.0 - create-hash: ^1.1.0 - evp_bytestokey: ^1.0.3 - inherits: ^2.0.1 - safe-buffer: ^5.0.1 + _latest: 1.2.0 + _: + "^1.0.0,^1.0.4": 1.2.0 + 1.2.0: + $: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== + _: "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz" + dependencies: + buffer-xor: ^1.0.3 + cipher-base: ^1.0.0 + create-hash: ^1.1.0 + evp_bytestokey: ^1.0.3 + inherits: ^2.0.1 + safe-buffer: ^5.0.1 browserify-cipher: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - _: 'https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz' - dependencies: - browserify-aes: ^1.0.4 - browserify-des: ^1.0.0 - evp_bytestokey: ^1.0.0 + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== + _: "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz" + dependencies: + browserify-aes: ^1.0.4 + browserify-des: ^1.0.0 + evp_bytestokey: ^1.0.0 browserify-des: - _latest: 1.0.2 - _: - ^1.0.0: 1.0.2 - 1.0.2: - $: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - _: 'https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz' - dependencies: - cipher-base: ^1.0.1 - des.js: ^1.0.0 - inherits: ^2.0.1 - safe-buffer: ^5.1.2 + _latest: 1.0.2 + _: + ^1.0.0: 1.0.2 + 1.0.2: + $: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== + _: "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz" + dependencies: + cipher-base: ^1.0.1 + des.js: ^1.0.0 + inherits: ^2.0.1 + safe-buffer: ^5.1.2 browserify-rsa: - _latest: 4.0.1 - _: - '^4.0.0,^4.0.1': 4.0.1 - 4.0.1: - $: sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - _: 'https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz' - dependencies: - bn.js: ^4.1.0 - randombytes: ^2.0.1 + _latest: 4.0.1 + _: + "^4.0.0,^4.0.1": 4.0.1 + 4.0.1: + $: sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= + _: "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz" + dependencies: + bn.js: ^4.1.0 + randombytes: ^2.0.1 browserify-sign: - _latest: 4.2.1 - _: - ^4.0.0: 4.2.1 - 4.2.1: - $: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - _: 'https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz' - dependencies: - bn.js: ^5.1.1 - browserify-rsa: ^4.0.1 - create-hash: ^1.2.0 - create-hmac: ^1.1.7 - elliptic: ^6.5.3 - inherits: ^2.0.4 - parse-asn1: ^5.1.5 - readable-stream: ^3.6.0 - safe-buffer: ^5.2.0 + _latest: 4.2.1 + _: + ^4.0.0: 4.2.1 + 4.2.1: + $: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== + _: "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz" + dependencies: + bn.js: ^5.1.1 + browserify-rsa: ^4.0.1 + create-hash: ^1.2.0 + create-hmac: ^1.1.7 + elliptic: ^6.5.3 + inherits: ^2.0.4 + parse-asn1: ^5.1.5 + readable-stream: ^3.6.0 + safe-buffer: ^5.2.0 browserify-zlib: - _latest: 0.2.0 - _: - ^0.2.0: 0.2.0 - 0.2.0: - $: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - _: 'https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz' - dependencies: - pako: ~1.0.5 + _latest: 0.2.0 + _: + ^0.2.0: 0.2.0 + 0.2.0: + $: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== + _: "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz" + dependencies: + pako: ~1.0.5 btoa: - _latest: 1.2.1 - _: - ^1.2.1: 1.2.1 - 1.2.1: - $: sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g== - _: 'https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz' + _latest: 1.2.1 + _: + ^1.2.1: 1.2.1 + 1.2.1: + $: sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g== + _: "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz" buffer: - _latest: 5.7.0 - _: - ^4.3.0: 4.9.2 - 4.9.2: - $: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - _: 'https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz' - dependencies: - base64-js: ^1.0.2 - ieee754: ^1.1.4 - isarray: ^1.0.0 + _latest: 5.7.0 + _: + ^4.3.0: 4.9.2 + 4.9.2: + $: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== + _: "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz" + dependencies: + base64-js: ^1.0.2 + ieee754: ^1.1.4 + isarray: ^1.0.0 buffer-from: - _latest: 1.1.1 - _: - ^1.0.0: 1.1.1 - 1.1.1: - $: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - _: 'https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz' + _latest: 1.1.1 + _: + ^1.0.0: 1.1.1 + 1.1.1: + $: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + _: "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz" buffer-xor: - _latest: 2.0.2 - _: - ^1.0.3: 1.0.3 - 1.0.3: - $: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - _: 'https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz' + _latest: 2.0.2 + _: + ^1.0.3: 1.0.3 + 1.0.3: + $: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= + _: "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz" builtin-status-codes: - _latest: 3.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - _: 'https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz' + _latest: 3.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= + _: "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz" cacache: - _latest: 15.0.5 - _: - ^12.0.2: 12.0.4 - 12.0.4: - $: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - _: 'https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz' - dependencies: - bluebird: ^3.5.5 - chownr: ^1.1.1 - figgy-pudding: ^3.5.1 - glob: ^7.1.4 - graceful-fs: ^4.1.15 - infer-owner: ^1.0.3 - lru-cache: ^5.1.1 - mississippi: ^3.0.0 - mkdirp: ^0.5.1 - move-concurrently: ^1.0.1 - promise-inflight: ^1.0.1 - rimraf: ^2.6.3 - ssri: ^6.0.1 - unique-filename: ^1.1.1 - y18n: ^4.0.0 + _latest: 15.0.5 + _: + ^12.0.2: 12.0.4 + 12.0.4: + $: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== + _: "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz" + dependencies: + bluebird: ^3.5.5 + chownr: ^1.1.1 + figgy-pudding: ^3.5.1 + glob: ^7.1.4 + graceful-fs: ^4.1.15 + infer-owner: ^1.0.3 + lru-cache: ^5.1.1 + mississippi: ^3.0.0 + mkdirp: ^0.5.1 + move-concurrently: ^1.0.1 + promise-inflight: ^1.0.1 + rimraf: ^2.6.3 + ssri: ^6.0.1 + unique-filename: ^1.1.1 + y18n: ^4.0.0 cache-base: - _latest: 4.0.0 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - _: 'https://registry.npmjs.org/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 + _latest: 4.0.0 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + _: "https://registry.npmjs.org/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 camelcase: - _latest: 6.2.0 - _: - ^5.0.0: 5.3.1 - 5.3.1: - $: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz' + _latest: 6.2.0 + _: + ^5.0.0: 5.3.1 + 5.3.1: + $: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + _: "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" chalk: - _latest: 4.1.0 - _: - '^2.0.0,^2.4.2': 2.4.2 - '^4.0.0,^4.1.0': 4.1.0 - 4.1.0: - $: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz' - dependencies: - ansi-styles: ^3.2.1 - escape-string-regexp: ^1.0.5 - supports-color: ^5.3.0 + _latest: 4.1.0 + _: + "^2.0.0,^2.4.2": 2.4.2 + "^4.0.0,^4.1.0": 4.1.0 + 4.1.0: + $: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== + _: "https://registry.npmjs.org/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://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" + dependencies: + ansi-styles: ^3.2.1 + escape-string-regexp: ^1.0.5 + supports-color: ^5.3.0 chalker: - _latest: 1.2.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-Cag6asQV/lK6AQGBWGGDt5bu+FSzo4OlLHQVrd4Io1cJCGNXIvKcaxx6JH0+iL1azQ4Bs1i7qkvzlkH2Vwo2OQ== - _: 'https://registry.npmjs.org/chalker/-/chalker-1.2.0.tgz' - dependencies: - chalk: ^4.0.0 + _latest: 1.2.0 + _: + ^1.2.0: 1.2.0 + 1.2.0: + $: sha512-Cag6asQV/lK6AQGBWGGDt5bu+FSzo4OlLHQVrd4Io1cJCGNXIvKcaxx6JH0+iL1azQ4Bs1i7qkvzlkH2Vwo2OQ== + _: "https://registry.npmjs.org/chalker/-/chalker-1.2.0.tgz" + dependencies: + chalk: ^4.0.0 chokidar: - _latest: 3.4.3 - _: - ^2.1.8: 2.1.8 - ^3.4.1: 3.4.3 - 3.4.3: - $: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== - _: 'https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.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.1.2 - 2.1.8: - $: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - _: 'https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.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 - optionalDependencies: - fsevents: ^1.2.7 - deprecated: 'Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.' + _latest: 3.4.3 + _: + ^2.1.8: 2.1.8 + ^3.4.1: 3.4.3 + 3.4.3: + $: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== + _: "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.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.1.2 + 2.1.8: + $: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + _: "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.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 + optionalDependencies: + fsevents: ^1.2.7 + deprecated: "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies." chownr: - _latest: 2.0.0 - _: - ^1.1.1: 1.1.4 - 1.1.4: - $: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - _: 'https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz' + _latest: 2.0.0 + _: + ^1.1.1: 1.1.4 + 1.1.4: + $: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + _: "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" chrome-trace-event: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - _: 'https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz' - dependencies: - tslib: ^1.9.0 + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== + _: "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz" + dependencies: + tslib: ^1.9.0 cipher-base: - _latest: 1.0.4 - _: - '^1.0.0,^1.0.1,^1.0.3': 1.0.4 - 1.0.4: - $: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - _: 'https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz' - dependencies: - inherits: ^2.0.1 - safe-buffer: ^5.0.1 + _latest: 1.0.4 + _: + "^1.0.0,^1.0.1,^1.0.3": 1.0.4 + 1.0.4: + $: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== + _: "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz" + dependencies: + inherits: ^2.0.1 + safe-buffer: ^5.0.1 class-utils: - _latest: 0.3.6 - _: - ^0.3.5: 0.3.6 - 0.3.6: - $: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - _: 'https://registry.npmjs.org/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 + _latest: 0.3.6 + _: + ^0.3.5: 0.3.6 + 0.3.6: + $: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + _: "https://registry.npmjs.org/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 cliui: - _latest: 7.0.3 - _: - ^5.0.0: 5.0.0 - 5.0.0: - $: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - _: 'https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz' - dependencies: - string-width: ^3.1.0 - strip-ansi: ^5.2.0 - wrap-ansi: ^5.1.0 + _latest: 7.0.3 + _: + ^5.0.0: 5.0.0 + 5.0.0: + $: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + _: "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz" + dependencies: + string-width: ^3.1.0 + strip-ansi: ^5.2.0 + wrap-ansi: ^5.1.0 collection-visit: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - _: 'https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz' - dependencies: - map-visit: ^1.0.0 - object-visit: ^1.0.0 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + _: "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz" + dependencies: + map-visit: ^1.0.0 + object-visit: ^1.0.0 color-convert: - _latest: 2.0.1 - _: - ^1.9.0: 1.9.3 - ^2.0.1: 2.0.1 - 2.0.1: - $: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - _: 'https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz' - dependencies: - color-name: ~1.1.4 - 1.9.3: - $: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - _: 'https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz' - dependencies: - color-name: 1.1.3 + _latest: 2.0.1 + _: + ^1.9.0: 1.9.3 + ^2.0.1: 2.0.1 + 2.0.1: + $: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + _: "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" + dependencies: + color-name: ~1.1.4 + 1.9.3: + $: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + _: "https://registry.npmjs.org/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.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' + _latest: 1.1.4 + _: + 1.1.3: 1.1.3 + ~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" commander: - _latest: 6.2.0 - _: - ^2.20.0: 2.20.3 - 2.20.3: - $: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - _: 'https://registry.npmjs.org/commander/-/commander-2.20.3.tgz' + _latest: 6.2.0 + _: + ^2.20.0: 2.20.3 + 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://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= + _: "https://registry.npmjs.org/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://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz' + _latest: 1.3.0 + _: + ^1.2.1: 1.3.0 + 1.3.0: + $: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz' + _latest: 0.0.1 + _: + 0.0.1: 0.0.1 + 0.0.1: + $: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + _: "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" concat-stream: - _latest: 2.0.0 - _: - ^1.5.0: 1.6.2 - 1.6.2: - $: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - _: 'https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz' - dependencies: - buffer-from: ^1.0.0 - inherits: ^2.0.3 - readable-stream: ^2.2.2 - typedarray: ^0.0.6 + _latest: 2.0.0 + _: + ^1.5.0: 1.6.2 + 1.6.2: + $: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + _: "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz" + dependencies: + buffer-from: ^1.0.0 + inherits: ^2.0.3 + readable-stream: ^2.2.2 + typedarray: ^0.0.6 console-browserify: - _latest: 1.2.0 - _: - ^1.1.0: 1.2.0 - 1.2.0: - $: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - _: 'https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz' + _latest: 1.2.0 + _: + ^1.1.0: 1.2.0 + 1.2.0: + $: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== + _: "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz" constants-browserify: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - _: 'https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= + _: "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz" convert-source-map: - _latest: 1.7.0 - _: - ^1.6.0: 1.7.0 - 1.7.0: - $: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - _: 'https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz' - dependencies: - safe-buffer: ~5.1.1 + _latest: 1.7.0 + _: + ^1.6.0: 1.7.0 + 1.7.0: + $: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== + _: "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz" + dependencies: + safe-buffer: ~5.1.1 copy-concurrently: - _latest: 1.0.5 - _: - ^1.0.0: 1.0.5 - 1.0.5: - $: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - _: 'https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz' - dependencies: - aproba: ^1.1.1 - fs-write-stream-atomic: ^1.0.8 - iferr: ^0.1.5 - mkdirp: ^0.5.1 - rimraf: ^2.5.4 - run-queue: ^1.0.0 + _latest: 1.0.5 + _: + ^1.0.0: 1.0.5 + 1.0.5: + $: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== + _: "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz" + dependencies: + aproba: ^1.1.1 + fs-write-stream-atomic: ^1.0.8 + iferr: ^0.1.5 + mkdirp: ^0.5.1 + rimraf: ^2.5.4 + run-queue: ^1.0.0 copy-descriptor: - _latest: 0.1.1 - _: - ^0.1.0: 0.1.1 - 0.1.1: - $: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - _: 'https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz' + _latest: 0.1.1 + _: + ^0.1.0: 0.1.1 + 0.1.1: + $: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + _: "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz" core-util-is: - _latest: 1.0.2 - _: - ~1.0.0: 1.0.2 - 1.0.2: - $: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - _: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz' + _latest: 1.0.2 + _: + ~1.0.0: 1.0.2 + 1.0.2: + $: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + _: "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" create-ecdh: - _latest: 4.0.4 - _: - ^4.0.0: 4.0.4 - 4.0.4: - $: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - _: 'https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz' - dependencies: - bn.js: ^4.1.0 - elliptic: ^6.5.3 + _latest: 4.0.4 + _: + ^4.0.0: 4.0.4 + 4.0.4: + $: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== + _: "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz" + dependencies: + bn.js: ^4.1.0 + elliptic: ^6.5.3 create-hash: - _latest: 1.2.0 - _: - '^1.1.0,^1.1.2,^1.2.0': 1.2.0 - 1.2.0: - $: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - _: 'https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz' - dependencies: - cipher-base: ^1.0.1 - inherits: ^2.0.1 - md5.js: ^1.3.4 - ripemd160: ^2.0.1 - sha.js: ^2.4.0 + _latest: 1.2.0 + _: + "^1.1.0,^1.1.2,^1.2.0": 1.2.0 + 1.2.0: + $: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== + _: "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz" + dependencies: + cipher-base: ^1.0.1 + inherits: ^2.0.1 + md5.js: ^1.3.4 + ripemd160: ^2.0.1 + sha.js: ^2.4.0 create-hmac: - _latest: 1.1.7 - _: - '^1.1.0,^1.1.4,^1.1.7': 1.1.7 - 1.1.7: - $: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - _: 'https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz' - dependencies: - cipher-base: ^1.0.3 - create-hash: ^1.1.0 - inherits: ^2.0.1 - ripemd160: ^2.0.0 - safe-buffer: ^5.0.1 - sha.js: ^2.4.8 + _latest: 1.1.7 + _: + "^1.1.0,^1.1.4,^1.1.7": 1.1.7 + 1.1.7: + $: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== + _: "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz" + dependencies: + cipher-base: ^1.0.3 + create-hash: ^1.1.0 + inherits: ^2.0.1 + ripemd160: ^2.0.0 + safe-buffer: ^5.0.1 + sha.js: ^2.4.8 cross-spawn: - _latest: 7.0.3 - _: - ^6.0.5: 6.0.5 - 6.0.5: - $: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - _: 'https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz' - dependencies: - nice-try: ^1.0.4 - path-key: ^2.0.1 - semver: ^5.5.0 - shebang-command: ^1.2.0 - which: ^1.2.9 + _latest: 7.0.3 + _: + ^6.0.5: 6.0.5 + 6.0.5: + $: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + _: "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz" + dependencies: + nice-try: ^1.0.4 + path-key: ^2.0.1 + semver: ^5.5.0 + shebang-command: ^1.2.0 + which: ^1.2.9 crypto-browserify: - _latest: 3.12.0 - _: - ^3.11.0: 3.12.0 - 3.12.0: - $: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - _: 'https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz' - dependencies: - browserify-cipher: ^1.0.0 - browserify-sign: ^4.0.0 - create-ecdh: ^4.0.0 - create-hash: ^1.1.0 - create-hmac: ^1.1.0 - diffie-hellman: ^5.0.0 - inherits: ^2.0.1 - pbkdf2: ^3.0.3 - public-encrypt: ^4.0.0 - randombytes: ^2.0.0 - randomfill: ^1.0.3 + _latest: 3.12.0 + _: + ^3.11.0: 3.12.0 + 3.12.0: + $: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== + _: "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz" + dependencies: + browserify-cipher: ^1.0.0 + browserify-sign: ^4.0.0 + create-ecdh: ^4.0.0 + create-hash: ^1.1.0 + create-hmac: ^1.1.0 + diffie-hellman: ^5.0.0 + inherits: ^2.0.1 + pbkdf2: ^3.0.3 + public-encrypt: ^4.0.0 + randombytes: ^2.0.0 + randomfill: ^1.0.3 cyclist: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - _: 'https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= + _: "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz" debug: - _latest: 4.2.0 - _: - '^2.2.0,^2.3.3': 2.6.9 - 2.6.9: - $: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - _: 'https://registry.npmjs.org/debug/-/debug-2.6.9.tgz' - dependencies: - ms: 2.0.0 + _latest: 4.2.0 + _: + "^2.2.0,^2.3.3": 2.6.9 + 2.6.9: + $: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + _: "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" + dependencies: + ms: 2.0.0 decamelize: - _latest: 4.0.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - _: 'https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz' + _latest: 4.0.0 + _: + ^1.2.0: 1.2.0 + 1.2.0: + $: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + _: "https://registry.npmjs.org/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://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz' + _latest: 0.2.0 + _: + ^0.2.0: 0.2.0 + 0.2.0: + $: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + _: "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz" 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://registry.npmjs.org/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://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz' - dependencies: - is-descriptor: ^1.0.0 - 0.2.5: - $: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - _: 'https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz' - dependencies: - is-descriptor: ^0.1.0 + _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://registry.npmjs.org/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://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz" + dependencies: + is-descriptor: ^1.0.0 + 0.2.5: + $: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + _: "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" + dependencies: + is-descriptor: ^0.1.0 des.js: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - _: 'https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz' - dependencies: - inherits: ^2.0.1 - minimalistic-assert: ^1.0.0 + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + _: "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz" + dependencies: + inherits: ^2.0.1 + minimalistic-assert: ^1.0.0 detect-file: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - _: 'https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= + _: "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz" diffie-hellman: - _latest: 5.0.3 - _: - ^5.0.0: 5.0.3 - 5.0.3: - $: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - _: 'https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz' - dependencies: - bn.js: ^4.1.0 - miller-rabin: ^4.0.0 - randombytes: ^2.0.0 + _latest: 5.0.3 + _: + ^5.0.0: 5.0.3 + 5.0.3: + $: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== + _: "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz" + dependencies: + bn.js: ^4.1.0 + miller-rabin: ^4.0.0 + randombytes: ^2.0.0 docopt: - _latest: 0.6.2 - _: - ^0.6.2: 0.6.2 - 0.6.2: - $: sha1-so6eIiDaXsSffqW7JKR3h0Be6xE= - _: 'https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz' + _latest: 0.6.2 + _: + ^0.6.2: 0.6.2 + 0.6.2: + $: sha1-so6eIiDaXsSffqW7JKR3h0Be6xE= + _: "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz" domain-browser: - _latest: 4.19.0 - _: - ^1.1.1: 1.2.0 - 1.2.0: - $: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - _: 'https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz' + _latest: 4.19.0 + _: + ^1.1.1: 1.2.0 + 1.2.0: + $: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== + _: "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz" duplexify: - _latest: 4.1.1 - _: - '^3.4.2,^3.6.0': 3.7.1 - 3.7.1: - $: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - _: 'https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz' - dependencies: - end-of-stream: ^1.0.0 - inherits: ^2.0.1 - readable-stream: ^2.0.0 - stream-shift: ^1.0.0 + _latest: 4.1.1 + _: + "^3.4.2,^3.6.0": 3.7.1 + 3.7.1: + $: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== + _: "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz" + dependencies: + end-of-stream: ^1.0.0 + inherits: ^2.0.1 + readable-stream: ^2.0.0 + stream-shift: ^1.0.0 ejs: - _latest: 3.1.5 - _: - ^2.6.1: 2.7.4 - 2.7.4: - hasI: 1 - $: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - _: 'https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz' + _latest: 3.1.5 + _: + ^2.6.1: 2.7.4 + 2.7.4: + hasI: 1 + $: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== + _: "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz" electrode-archetype-webpack-dll: - _latest: 2.0.2-fynlocal_h - _: - ../../packages/electrode-archetype-webpack-dll: 2.0.2-fynlocal_h - 2.0.2-fynlocal_h: - top: 1 - $: local - _: ../../packages/electrode-archetype-webpack-dll - dependencies: - optional-require: ^1.0.0 + _latest: 2.0.2-fynlocal_h + _: + ../../packages/electrode-archetype-webpack-dll: 2.0.2-fynlocal_h + 2.0.2-fynlocal_h: + top: 1 + $: local + _: ../../packages/electrode-archetype-webpack-dll + dependencies: + optional-require: ^1.0.0 electrode-archetype-webpack-dll-dev: - _latest: 2.0.2-fynlocal_h - _: - ../../packages/electrode-archetype-webpack-dll-dev: 2.0.2-fynlocal_h - 2.0.2-fynlocal_h: - top: 1 - $: local - _: ../../packages/electrode-archetype-webpack-dll-dev - dependencies: - bluebird: ^3.5.3 - glob: ^7.1.3 - optional-require: '*' - 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-config-composer: ^1.1.2 - webpack-stats-plugin: ^0.2.1 - xclap: ^0.2.53 - xsh: ^0.4.4 - peerDependencies: - electrode-archetype-webpack-dll: 1.1.0 + _latest: 2.0.2-fynlocal_h + _: + ../../packages/electrode-archetype-webpack-dll-dev: 2.0.2-fynlocal_h + 2.0.2-fynlocal_h: + top: 1 + $: local + _: ../../packages/electrode-archetype-webpack-dll-dev + dependencies: + bluebird: ^3.5.3 + glob: ^7.1.3 + optional-require: "*" + 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-config-composer: ^1.1.2 + webpack-stats-plugin: ^0.2.1 + xclap: ^0.2.53 + xsh: ^0.4.4 + peerDependencies: + electrode-archetype-webpack-dll: 1.1.0 elliptic: - _latest: 6.5.3 - _: - ^6.5.3: 6.5.3 - 6.5.3: - $: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== - _: 'https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz' - dependencies: - bn.js: ^4.4.0 - brorand: ^1.0.1 - hash.js: ^1.0.0 - hmac-drbg: ^1.0.0 - inherits: ^2.0.1 - minimalistic-assert: ^1.0.0 - minimalistic-crypto-utils: ^1.0.0 + _latest: 6.5.3 + _: + ^6.5.3: 6.5.3 + 6.5.3: + $: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== + _: "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz" + dependencies: + bn.js: ^4.4.0 + brorand: ^1.0.1 + hash.js: ^1.0.0 + hmac-drbg: ^1.0.0 + inherits: ^2.0.1 + minimalistic-assert: ^1.0.0 + minimalistic-crypto-utils: ^1.0.0 emoji-regex: - _latest: 9.2.0 - _: - ^7.0.1: 7.0.3 - 7.0.3: - $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz' + _latest: 9.2.0 + _: + ^7.0.1: 7.0.3 + 7.0.3: + $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz' + _latest: 3.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== + _: "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz" end-of-stream: - _latest: 1.4.4 - _: - '^1.0.0,^1.1.0': 1.4.4 - 1.4.4: - $: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - _: 'https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz' - dependencies: - once: ^1.4.0 + _latest: 1.4.4 + _: + "^1.0.0,^1.1.0": 1.4.4 + 1.4.4: + $: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + _: "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" + dependencies: + once: ^1.4.0 enhanced-resolve: - _latest: 5.3.1 - _: - '^4.1.1,^4.3.0': 4.3.0 - 4.3.0: - $: sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== - _: 'https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz' - dependencies: - graceful-fs: ^4.1.2 - memory-fs: ^0.5.0 - tapable: ^1.0.0 + _latest: 5.3.1 + _: + "^4.1.1,^4.3.0": 4.3.0 + 4.3.0: + $: sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== + _: "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz" + dependencies: + graceful-fs: ^4.1.2 + memory-fs: ^0.5.0 + tapable: ^1.0.0 errno: - _latest: 0.1.7 - _: - '^0.1.3,~0.1.7': 0.1.7 - 0.1.7: - $: sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - _: 'https://registry.npmjs.org/errno/-/errno-0.1.7.tgz' - dependencies: - prr: ~1.0.1 + _latest: 0.1.7 + _: + "^0.1.3,~0.1.7": 0.1.7 + 0.1.7: + $: sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== + _: "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz" + dependencies: + prr: ~1.0.1 error-ex: - _latest: 1.3.2 - _: - ^1.3.1: 1.3.2 - 1.3.2: - $: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - _: 'https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz' - dependencies: - is-arrayish: ^0.2.1 + _latest: 1.3.2 + _: + ^1.3.1: 1.3.2 + 1.3.2: + $: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + _: "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" + dependencies: + is-arrayish: ^0.2.1 escape-string-regexp: - _latest: 4.0.0 - _: - ^1.0.5: 1.0.5 - 1.0.5: - $: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - _: 'https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz' + _latest: 4.0.0 + _: + ^1.0.5: 1.0.5 + 1.0.5: + $: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + _: "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" eslint-scope: - _latest: 5.1.1 - _: - ^4.0.3: 4.0.3 - 4.0.3: - $: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - _: 'https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz' - dependencies: - esrecurse: ^4.1.0 - estraverse: ^4.1.1 + _latest: 5.1.1 + _: + ^4.0.3: 4.0.3 + 4.0.3: + $: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== + _: "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz" + dependencies: + esrecurse: ^4.1.0 + estraverse: ^4.1.1 esrecurse: - _latest: 4.3.0 - _: - ^4.1.0: 4.3.0 - 4.3.0: - $: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - _: 'https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz' - dependencies: - estraverse: ^5.2.0 + _latest: 4.3.0 + _: + ^4.1.0: 4.3.0 + 4.3.0: + $: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + _: "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" + dependencies: + estraverse: ^5.2.0 estraverse: - _latest: 5.2.0 - _: - ^4.1.1: 4.3.0 - ^5.2.0: 5.2.0 - 5.2.0: - $: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz' - 4.3.0: - $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz' + _latest: 5.2.0 + _: + ^4.1.1: 4.3.0 + ^5.2.0: 5.2.0 + 5.2.0: + $: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + _: "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz" + 4.3.0: + $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + _: "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" events: - _latest: 3.2.0 - _: - ^3.0.0: 3.2.0 - 3.2.0: - $: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - _: 'https://registry.npmjs.org/events/-/events-3.2.0.tgz' + _latest: 3.2.0 + _: + ^3.0.0: 3.2.0 + 3.2.0: + $: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== + _: "https://registry.npmjs.org/events/-/events-3.2.0.tgz" evp_bytestokey: - _latest: 1.0.3 - _: - '^1.0.0,^1.0.3': 1.0.3 - 1.0.3: - $: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - _: 'https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz' - dependencies: - md5.js: ^1.3.4 - safe-buffer: ^5.1.1 + _latest: 1.0.3 + _: + "^1.0.0,^1.0.3": 1.0.3 + 1.0.3: + $: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== + _: "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz" + dependencies: + md5.js: ^1.3.4 + safe-buffer: ^5.1.1 expand-brackets: - _latest: 4.0.0 - _: - ^2.1.4: 2.1.4 - 2.1.4: - $: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - _: 'https://registry.npmjs.org/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 + _latest: 4.0.0 + _: + ^2.1.4: 2.1.4 + 2.1.4: + $: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + _: "https://registry.npmjs.org/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 expand-tilde: - _latest: 2.0.2 - _: - '^2.0.0,^2.0.2': 2.0.2 - 2.0.2: - $: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - _: 'https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz' - dependencies: - homedir-polyfill: ^1.0.1 + _latest: 2.0.2 + _: + "^2.0.0,^2.0.2": 2.0.2 + 2.0.2: + $: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= + _: "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz" + dependencies: + homedir-polyfill: ^1.0.1 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://registry.npmjs.org/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://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz' - dependencies: - is-extendable: ^0.1.0 + _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://registry.npmjs.org/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://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 3.0.0 + _: + ^2.0.4: 2.0.4 + 2.0.4: + $: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + _: "https://registry.npmjs.org/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 fast-deep-equal: - _latest: 3.1.3 - _: - ^3.1.1: 3.1.3 - 3.1.3: - $: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - _: 'https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz' + _latest: 3.1.3 + _: + ^3.1.1: 3.1.3 + 3.1.3: + $: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + _: "https://registry.npmjs.org/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://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz' + _latest: 2.1.0 + _: + ^2.0.0: 2.1.0 + 2.1.0: + $: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + _: "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" figgy-pudding: - _latest: 3.5.2 - _: - ^3.5.1: 3.5.2 - 3.5.2: - $: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - _: 'https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz' + _latest: 3.5.2 + _: + ^3.5.1: 3.5.2 + 3.5.2: + $: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== + _: "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz" file-uri-to-path: - _latest: 2.0.0 - _: - 1.0.0: 1.0.0 - 1.0.0: - $: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - _: 'https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz' + _latest: 2.0.0 + _: + 1.0.0: 1.0.0 + 1.0.0: + $: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + _: "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" 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://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz' - dependencies: - to-regex-range: ^5.0.1 - 4.0.0: - $: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - _: 'https://registry.npmjs.org/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 + _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://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" + dependencies: + to-regex-range: ^5.0.1 + 4.0.0: + $: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + _: "https://registry.npmjs.org/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 find-cache-dir: - _latest: 3.3.1 - _: - ^2.1.0: 2.1.0 - 2.1.0: - $: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - _: 'https://registry.npmjs.org/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 + _latest: 3.3.1 + _: + ^2.1.0: 2.1.0 + 2.1.0: + $: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== + _: "https://registry.npmjs.org/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-up: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - ^4.1.0: 4.1.0 - 4.1.0: - $: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz' - dependencies: - locate-path: ^3.0.0 + _latest: 5.0.0 + _: + ^3.0.0: 3.0.0 + ^4.1.0: 4.1.0 + 4.1.0: + $: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + _: "https://registry.npmjs.org/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://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz" + dependencies: + locate-path: ^3.0.0 findup-sync: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - _: 'https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz' - dependencies: - detect-file: ^1.0.0 - is-glob: ^4.0.0 - micromatch: ^3.0.4 - resolve-dir: ^1.0.1 + _latest: 4.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== + _: "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz" + dependencies: + detect-file: ^1.0.0 + is-glob: ^4.0.0 + micromatch: ^3.0.4 + resolve-dir: ^1.0.1 flush-write-stream: - _latest: 2.0.0 - _: - ^1.0.0: 1.1.1 - 1.1.1: - $: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - _: 'https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz' - dependencies: - inherits: ^2.0.3 - readable-stream: ^2.3.6 + _latest: 2.0.0 + _: + ^1.0.0: 1.1.1 + 1.1.1: + $: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== + _: "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz" + dependencies: + inherits: ^2.0.3 + readable-stream: ^2.3.6 for-in: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - _: 'https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + _: "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz" fragment-cache: - _latest: 0.2.1 - _: - ^0.2.1: 0.2.1 - 0.2.1: - $: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - _: 'https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz' - dependencies: - map-cache: ^0.2.2 + _latest: 0.2.1 + _: + ^0.2.1: 0.2.1 + 0.2.1: + $: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + _: "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz" + dependencies: + map-cache: ^0.2.2 from2: - _latest: 2.3.0 - _: - ^2.1.0: 2.3.0 - 2.3.0: - $: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - _: 'https://registry.npmjs.org/from2/-/from2-2.3.0.tgz' - dependencies: - inherits: ^2.0.1 - readable-stream: ^2.0.0 + _latest: 2.3.0 + _: + ^2.1.0: 2.3.0 + 2.3.0: + $: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + _: "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz" + dependencies: + inherits: ^2.0.1 + readable-stream: ^2.0.0 fs-extra: - _latest: 9.0.1 - _: - ^7.0.1: 7.0.1 - 7.0.1: - $: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - _: 'https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz' - dependencies: - graceful-fs: ^4.1.2 - jsonfile: ^4.0.0 - universalify: ^0.1.0 + _latest: 9.0.1 + _: + ^7.0.1: 7.0.1 + 7.0.1: + $: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + _: "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz" + dependencies: + graceful-fs: ^4.1.2 + jsonfile: ^4.0.0 + universalify: ^0.1.0 fs-write-stream-atomic: - _latest: 1.0.10 - _: - ^1.0.8: 1.0.10 - 1.0.10: - $: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - _: 'https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz' - dependencies: - graceful-fs: ^4.1.2 - iferr: ^0.1.5 - imurmurhash: ^0.1.4 - readable-stream: '1 || 2' + _latest: 1.0.10 + _: + ^1.0.8: 1.0.10 + 1.0.10: + $: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + _: "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz" + dependencies: + graceful-fs: ^4.1.2 + iferr: ^0.1.5 + imurmurhash: ^0.1.4 + readable-stream: "1 || 2" fs.realpath: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - _: 'https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + _: "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" fsevents: - _latest: 2.1.3 - _: - ^1.2.7: 1.2.13 - ~2.1.2: 2.1.3 - 2.1.3: - $: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - _: 'https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz' - os: - - darwin - 1.2.13: - hasI: 1 - $: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - _: 'https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz' - dependencies: - bindings: ^1.5.0 - nan: ^2.12.1 - deprecated: 'fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.' - os: - - darwin + _latest: 2.1.3 + _: + ^1.2.7: 1.2.13 + ~2.1.2: 2.1.3 + 2.1.3: + $: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + _: "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz" + os: + - darwin + 1.2.13: + hasI: 1 + $: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + _: "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz" + dependencies: + bindings: ^1.5.0 + nan: ^2.12.1 + deprecated: "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2." + os: + - darwin function-bind: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - _: 'https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz' + _latest: 1.1.1 + _: + ^1.1.1: 1.1.1 + 1.1.1: + $: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + _: "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" get-caller-file: - _latest: 2.0.5 - _: - ^2.0.1: 2.0.5 - 2.0.5: - $: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - _: 'https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz' + _latest: 2.0.5 + _: + ^2.0.1: 2.0.5 + 2.0.5: + $: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + _: "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" get-value: - _latest: 3.0.1 - _: - '^2.0.3,^2.0.6': 2.0.6 - 2.0.6: - $: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - _: 'https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz' + _latest: 3.0.1 + _: + "^2.0.3,^2.0.6": 2.0.6 + 2.0.6: + $: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + _: "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz" glob: - _latest: 7.1.6 - _: - '^7.0.0,^7.1.3,^7.1.4': 7.1.6 - 7.1.6: - $: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - _: 'https://registry.npmjs.org/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 + _latest: 7.1.6 + _: + "^7.0.0,^7.1.3,^7.1.4": 7.1.6 + 7.1.6: + $: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + _: "https://registry.npmjs.org/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.1 - _: - ^3.1.0: 3.1.0 - ~5.1.0: 5.1.1 - 5.1.1: - $: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - _: 'https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz' - dependencies: - is-glob: ^4.0.1 - 3.1.0: - $: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - _: 'https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz' - dependencies: - is-glob: ^3.1.0 - path-dirname: ^1.0.0 + _latest: 5.1.1 + _: + ^3.1.0: 3.1.0 + ~5.1.0: 5.1.1 + 5.1.1: + $: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + _: "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz" + dependencies: + is-glob: ^4.0.1 + 3.1.0: + $: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + _: "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz" + dependencies: + is-glob: ^3.1.0 + path-dirname: ^1.0.0 global-modules: - _latest: 2.0.0 - _: - ^1.0.0: 1.0.0 - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - _: 'https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz' - dependencies: - global-prefix: ^3.0.0 - 1.0.0: - $: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - _: 'https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz' - dependencies: - global-prefix: ^1.0.1 - is-windows: ^1.0.1 - resolve-dir: ^1.0.0 + _latest: 2.0.0 + _: + ^1.0.0: 1.0.0 + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== + _: "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" + dependencies: + global-prefix: ^3.0.0 + 1.0.0: + $: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== + _: "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz" + dependencies: + global-prefix: ^1.0.1 + is-windows: ^1.0.1 + resolve-dir: ^1.0.0 global-prefix: - _latest: 3.0.0 - _: - ^1.0.1: 1.0.2 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - _: 'https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz' - dependencies: - ini: ^1.3.5 - kind-of: ^6.0.2 - which: ^1.3.1 - 1.0.2: - $: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - _: 'https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz' - dependencies: - expand-tilde: ^2.0.2 - homedir-polyfill: ^1.0.1 - ini: ^1.3.4 - is-windows: ^1.0.1 - which: ^1.2.14 + _latest: 3.0.0 + _: + ^1.0.1: 1.0.2 + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== + _: "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz" + dependencies: + ini: ^1.3.5 + kind-of: ^6.0.2 + which: ^1.3.1 + 1.0.2: + $: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= + _: "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz" + dependencies: + expand-tilde: ^2.0.2 + homedir-polyfill: ^1.0.1 + ini: ^1.3.4 + is-windows: ^1.0.1 + which: ^1.2.14 graceful-fs: - _latest: 4.2.4 - _: - '^4.1.11,^4.1.15,^4.1.2,^4.1.6': 4.2.4 - 4.2.4: - $: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - _: 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz' + _latest: 4.2.4 + _: + "^4.1.11,^4.1.15,^4.1.2,^4.1.6": 4.2.4 + 4.2.4: + $: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + _: "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz" has: - _latest: 1.0.3 - _: - ^1.0.3: 1.0.3 - 1.0.3: - $: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - _: 'https://registry.npmjs.org/has/-/has-1.0.3.tgz' - dependencies: - function-bind: ^1.1.1 + _latest: 1.0.3 + _: + ^1.0.3: 1.0.3 + 1.0.3: + $: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + _: "https://registry.npmjs.org/has/-/has-1.0.3.tgz" + dependencies: + function-bind: ^1.1.1 has-flag: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.0 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - _: 'https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz' - 3.0.0: - $: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - _: 'https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz' + _latest: 4.0.0 + _: + ^3.0.0: 3.0.0 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + _: "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" + 3.0.0: + $: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + _: "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.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://registry.npmjs.org/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://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz' - dependencies: - get-value: ^2.0.3 - has-values: ^0.1.4 - isobject: ^2.0.0 + _latest: 2.0.2 + _: + ^0.3.1: 0.3.1 + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + _: "https://registry.npmjs.org/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://registry.npmjs.org/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://registry.npmjs.org/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://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz' + _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://registry.npmjs.org/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://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz" hash-base: - _latest: 3.1.0 - _: - ^3.0.0: 3.1.0 - 3.1.0: - $: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - _: 'https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz' - dependencies: - inherits: ^2.0.4 - readable-stream: ^3.6.0 - safe-buffer: ^5.2.0 + _latest: 3.1.0 + _: + ^3.0.0: 3.1.0 + 3.1.0: + $: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== + _: "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz" + dependencies: + inherits: ^2.0.4 + readable-stream: ^3.6.0 + safe-buffer: ^5.2.0 hash.js: - _latest: 1.1.7 - _: - '^1.0.0,^1.0.3': 1.1.7 - 1.1.7: - $: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - _: 'https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz' - dependencies: - inherits: ^2.0.3 - minimalistic-assert: ^1.0.1 + _latest: 1.1.7 + _: + "^1.0.0,^1.0.3": 1.1.7 + 1.1.7: + $: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== + _: "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz" + dependencies: + inherits: ^2.0.3 + minimalistic-assert: ^1.0.1 history: - _latest: 5.0.0 - _: - ^4.9.0: 4.10.1 - 4.10.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 + _latest: 5.0.0 + _: + ^4.9.0: 4.10.1 + 4.10.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 hmac-drbg: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - _: 'https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz' - dependencies: - hash.js: ^1.0.3 - minimalistic-assert: ^1.0.0 - minimalistic-crypto-utils: ^1.0.1 + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= + _: "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz" + dependencies: + hash.js: ^1.0.3 + minimalistic-assert: ^1.0.0 + minimalistic-crypto-utils: ^1.0.1 hoist-non-react-statics: - _latest: 3.3.2 - _: - '^3.1.0,^3.3.0': 3.3.2 - 3.3.2: - $: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - _: 'https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz' - dependencies: - react-is: ^16.7.0 + _latest: 3.3.2 + _: + "^3.1.0,^3.3.0": 3.3.2 + 3.3.2: + $: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== + _: "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" + dependencies: + react-is: ^16.7.0 homedir-polyfill: - _latest: 1.0.3 - _: - ^1.0.1: 1.0.3 - 1.0.3: - $: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - _: 'https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz' - dependencies: - parse-passwd: ^1.0.0 + _latest: 1.0.3 + _: + ^1.0.1: 1.0.3 + 1.0.3: + $: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== + _: "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz" + dependencies: + parse-passwd: ^1.0.0 hosted-git-info: - _latest: 3.0.7 - _: - ^2.1.4: 2.8.8 - 2.8.8: - $: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - _: 'https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz' + _latest: 3.0.7 + _: + ^2.1.4: 2.8.8 + 2.8.8: + $: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== + _: "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz" https-browserify: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - _: 'https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= + _: "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz" ieee754: - _latest: 1.2.1 - _: - ^1.1.4: 1.2.1 - 1.2.1: - $: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - _: 'https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz' + _latest: 1.2.1 + _: + ^1.1.4: 1.2.1 + 1.2.1: + $: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + _: "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" iferr: - _latest: 1.0.2 - _: - ^0.1.5: 0.1.5 - 0.1.5: - $: sha1-xg7taebY/bazEEofy8ocGS3FtQE= - _: 'https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz' + _latest: 1.0.2 + _: + ^0.1.5: 0.1.5 + 0.1.5: + $: sha1-xg7taebY/bazEEofy8ocGS3FtQE= + _: "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz" import-local: - _latest: 3.0.2 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - _: 'https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz' - dependencies: - pkg-dir: ^3.0.0 - resolve-cwd: ^2.0.0 + _latest: 3.0.2 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== + _: "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz" + dependencies: + pkg-dir: ^3.0.0 + resolve-cwd: ^2.0.0 imurmurhash: - _latest: 0.1.4 - _: - ^0.1.4: 0.1.4 - 0.1.4: - $: sha1-khi5srkoojixPcT7a21XbyMUU+o= - _: 'https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz' + _latest: 0.1.4 + _: + ^0.1.4: 0.1.4 + 0.1.4: + $: sha1-khi5srkoojixPcT7a21XbyMUU+o= + _: "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" infer-owner: - _latest: 1.0.4 - _: - ^1.0.3: 1.0.4 - 1.0.4: - $: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - _: 'https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz' + _latest: 1.0.4 + _: + ^1.0.3: 1.0.4 + 1.0.4: + $: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + _: "https://registry.npmjs.org/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://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz' - dependencies: - once: ^1.3.0 - wrappy: '1' + _latest: 1.0.6 + _: + ^1.0.4: 1.0.6 + 1.0.6: + $: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + _: "https://registry.npmjs.org/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.4,~2.0.1,~2.0.3': 2.0.4 - 2.0.1: 2.0.1 - 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' - 2.0.1: - $: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' + _latest: 2.0.4 + _: + "2,^2.0.1,^2.0.3,^2.0.4,~2.0.1,~2.0.3": 2.0.4 + 2.0.1: 2.0.1 + 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" + 2.0.1: + $: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= + _: "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" ini: - _latest: 1.3.5 - _: - '^1.3.4,^1.3.5': 1.3.5 - 1.3.5: - $: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - _: 'https://registry.npmjs.org/ini/-/ini-1.3.5.tgz' + _latest: 1.3.5 + _: + "^1.3.4,^1.3.5": 1.3.5 + 1.3.5: + $: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + _: "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz" insync: - _latest: 2.1.1 - _: - ^2.1.1: 2.1.1 - 2.1.1: - $: sha1-IuJsYRITA8BvUdNaPM9tj8HpFMQ= - _: 'https://registry.npmjs.org/insync/-/insync-2.1.1.tgz' + _latest: 2.1.1 + _: + ^2.1.1: 2.1.1 + 2.1.1: + $: sha1-IuJsYRITA8BvUdNaPM9tj8HpFMQ= + _: "https://registry.npmjs.org/insync/-/insync-2.1.1.tgz" interpret: - _latest: 2.2.0 - _: - ^1.4.0: 1.4.0 - 1.4.0: - $: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - _: 'https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz' + _latest: 2.2.0 + _: + ^1.4.0: 1.4.0 + 1.4.0: + $: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== + _: "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz" invariant: - _latest: 2.2.4 - _: - ^2.2.4: 2.2.4 - 2.2.4: - $: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - _: 'https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz' - dependencies: - loose-envify: ^1.0.0 + _latest: 2.2.4 + _: + ^2.2.4: 2.2.4 + 2.2.4: + $: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== + _: "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" + dependencies: + loose-envify: ^1.0.0 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://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz' - dependencies: - kind-of: ^6.0.0 - 0.1.6: - $: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - _: 'https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz' - dependencies: - kind-of: ^3.0.2 + _latest: 3.0.1 + _: + ^0.1.6: 0.1.6 + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + _: "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz" + dependencies: + kind-of: ^6.0.0 + 0.1.6: + $: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + _: "https://registry.npmjs.org/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.2.1: - $: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - _: 'https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz' + _latest: 0.3.2 + _: + ^0.2.1: 0.2.1 + 0.2.1: + $: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + _: "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.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://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz' - dependencies: - binary-extensions: ^2.0.0 - 1.0.1: - $: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - _: 'https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz' - dependencies: - binary-extensions: ^1.0.0 + _latest: 2.1.0 + _: + ^1.0.0: 1.0.1 + ~2.1.0: 2.1.0 + 2.1.0: + $: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + _: "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" + dependencies: + binary-extensions: ^2.0.0 + 1.0.1: + $: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + _: "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz" + dependencies: + binary-extensions: ^1.0.0 is-buffer: - _latest: 2.0.4 - _: - ^1.1.5: 1.1.6 - 1.1.6: - $: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - _: 'https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz' + _latest: 2.0.4 + _: + ^1.1.5: 1.1.6 + 1.1.6: + $: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + _: "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" is-core-module: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw== - _: 'https://registry.npmjs.org/is-core-module/-/is-core-module-2.0.0.tgz' - dependencies: - has: ^1.0.3 + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw== + _: "https://registry.npmjs.org/is-core-module/-/is-core-module-2.0.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://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz' - dependencies: - kind-of: ^6.0.0 - 0.1.4: - $: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - _: 'https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz' - dependencies: - kind-of: ^3.0.2 + _latest: 2.0.0 + _: + ^0.1.4: 0.1.4 + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + _: "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz" + dependencies: + kind-of: ^6.0.0 + 0.1.4: + $: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + _: "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz" + dependencies: + kind-of: ^3.0.2 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://registry.npmjs.org/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://registry.npmjs.org/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 + _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://registry.npmjs.org/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://registry.npmjs.org/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-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://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz' - dependencies: - is-plain-object: ^2.0.4 - 0.1.1: - $: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - _: 'https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz' + _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://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz" + dependencies: + is-plain-object: ^2.0.4 + 0.1.1: + $: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + _: "https://registry.npmjs.org/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://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz' + _latest: 2.1.1 + _: + "^2.1.0,^2.1.1": 2.1.1 + 2.1.1: + $: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + _: "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" is-fullwidth-code-point: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz' + _latest: 3.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + _: "https://registry.npmjs.org/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://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz' - dependencies: - is-extglob: ^2.1.1 - 3.1.0: - $: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - _: 'https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz' - dependencies: - is-extglob: ^2.1.0 + _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://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz" + dependencies: + is-extglob: ^2.1.1 + 3.1.0: + $: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + _: "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz" + dependencies: + is-extglob: ^2.1.0 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://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz' - 3.0.0: - $: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - _: 'https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz' - dependencies: - kind-of: ^3.0.2 + _latest: 7.0.0 + _: + ^3.0.0: 3.0.0 + ^7.0.0: 7.0.0 + 7.0.0: + $: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + _: "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" + 3.0.0: + $: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + _: "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" + dependencies: + kind-of: ^3.0.2 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://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz' - dependencies: - isobject: ^3.0.1 + _latest: 5.0.0 + _: + "^2.0.3,^2.0.4": 2.0.4 + 2.0.4: + $: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + _: "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" + dependencies: + isobject: ^3.0.1 is-windows: - _latest: 1.0.2 - _: - '^1.0.1,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - _: 'https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz' + _latest: 1.0.2 + _: + "^1.0.1,^1.0.2": 1.0.2 + 1.0.2: + $: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + _: "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" is-wsl: - _latest: 2.2.0 - _: - ^1.1.0: 1.1.0 - 1.1.0: - $: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - _: 'https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz' + _latest: 2.2.0 + _: + ^1.1.0: 1.1.0 + 1.1.0: + $: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + _: "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz" isarray: - _latest: 2.0.5 - _: - 0.0.1: 0.0.1 - '1.0.0,^1.0.0,~1.0.0': 1.0.0 - 1.0.0: - $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - _: 'https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz' - 0.0.1: - $: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - _: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz' + _latest: 2.0.5 + _: + 0.0.1: 0.0.1 + "1.0.0,^1.0.0,~1.0.0": 1.0.0 + 1.0.0: + $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + _: "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" + 0.0.1: + $: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= + _: "https://registry.npmjs.org/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://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + _: "https://registry.npmjs.org/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://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz' - 2.1.0: - $: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - _: 'https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz' - dependencies: - isarray: 1.0.0 + _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://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" + 2.1.0: + $: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + _: "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz" + dependencies: + isarray: 1.0.0 jaro-winkler: - _latest: 0.2.8 - _: - ^0.2.8: 0.2.8 - 0.2.8: - $: sha1-Zyfg0LcJHiQ2+TVt6b+I+tI+U0o= - _: 'https://registry.npmjs.org/jaro-winkler/-/jaro-winkler-0.2.8.tgz' + _latest: 0.2.8 + _: + ^0.2.8: 0.2.8 + 0.2.8: + $: sha1-Zyfg0LcJHiQ2+TVt6b+I+tI+U0o= + _: "https://registry.npmjs.org/jaro-winkler/-/jaro-winkler-0.2.8.tgz" js-tokens: - _latest: 6.0.0 - _: - '^3.0.0 || ^4.0.0,^4.0.0': 4.0.0 - 4.0.0: - $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - _: 'https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz' + _latest: 6.0.0 + _: + "^3.0.0 || ^4.0.0,^4.0.0": 4.0.0 + 4.0.0: + $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + _: "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" json-parse-better-errors: - _latest: 1.0.2 - _: - ^1.0.2: 1.0.2 - 1.0.2: - $: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - _: 'https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + _: "https://registry.npmjs.org/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://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz' + _latest: 2.3.1 + _: + ^2.3.0: 2.3.1 + 2.3.1: + $: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + _: "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" json-schema-traverse: - _latest: 0.5.0 - _: - ^0.4.1: 0.4.1 - 0.4.1: - $: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - _: 'https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz' + _latest: 0.5.0 + _: + ^0.4.1: 0.4.1 + 0.4.1: + $: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + _: "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" json5: - _latest: 2.1.3 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - _: 'https://registry.npmjs.org/json5/-/json5-1.0.1.tgz' - dependencies: - minimist: ^1.2.0 + _latest: 2.1.3 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + _: "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz" + dependencies: + minimist: ^1.2.0 jsonfile: - _latest: 6.0.1 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - _: 'https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz' - optionalDependencies: - graceful-fs: ^4.1.6 + _latest: 6.0.1 + _: + ^4.0.0: 4.0.0 + 4.0.0: + $: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= + _: "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" + optionalDependencies: + graceful-fs: ^4.1.6 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://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz' - 5.1.0: - $: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - _: 'https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz' - 4.0.0: - $: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - _: 'https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz' - dependencies: - is-buffer: ^1.1.5 - 3.2.2: - $: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - _: 'https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz' - dependencies: - is-buffer: ^1.1.5 + _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://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" + 5.1.0: + $: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + _: "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz" + 4.0.0: + $: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + _: "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz" + dependencies: + is-buffer: ^1.1.5 + 3.2.2: + $: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + _: "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" + dependencies: + is-buffer: ^1.1.5 lines-and-columns: - _latest: 1.1.6 - _: - ^1.1.6: 1.1.6 - 1.1.6: - $: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - _: 'https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz' + _latest: 1.1.6 + _: + ^1.1.6: 1.1.6 + 1.1.6: + $: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= + _: "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" loader-runner: - _latest: 4.1.0 - _: - ^2.4.0: 2.4.0 - 2.4.0: - $: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - _: 'https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz' + _latest: 4.1.0 + _: + ^2.4.0: 2.4.0 + 2.4.0: + $: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== + _: "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz" loader-utils: - _latest: 2.0.0 - _: - '^1.2.3,^1.4.0': 1.4.0 - 1.4.0: - $: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - _: 'https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz' - dependencies: - big.js: ^5.2.2 - emojis-list: ^3.0.0 - json5: ^1.0.1 + _latest: 2.0.0 + _: + "^1.2.3,^1.4.0": 1.4.0 + 1.4.0: + $: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== + _: "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz" + dependencies: + big.js: ^5.2.2 + emojis-list: ^3.0.0 + json5: ^1.0.1 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://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz' - dependencies: - p-locate: ^4.1.0 - 3.0.0: - $: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - _: 'https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz' - dependencies: - p-locate: ^3.0.0 - path-exists: ^3.0.0 + _latest: 6.0.0 + _: + ^3.0.0: 3.0.0 + ^5.0.0: 5.0.0 + 5.0.0: + $: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + _: "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" + dependencies: + p-locate: ^4.1.0 + 3.0.0: + $: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + _: "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz" + dependencies: + p-locate: ^3.0.0 + path-exists: ^3.0.0 lodash: - _latest: 4.17.20 - _: - ^4.13.1: 4.17.20 - 4.17.20: - $: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - _: 'https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz' + _latest: 4.17.20 + _: + ^4.13.1: 4.17.20 + 4.17.20: + $: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + _: "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz" lodash.foreach: - _latest: 4.5.0 - _: - ^4.5.0: 4.5.0 - 4.5.0: - $: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= - _: 'https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz' + _latest: 4.5.0 + _: + ^4.5.0: 4.5.0 + 4.5.0: + $: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= + _: "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz" loose-envify: - _latest: 1.4.0 - _: - '^1.0.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://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz' - dependencies: - js-tokens: '^3.0.0 || ^4.0.0' + _latest: 1.4.0 + _: + "^1.0.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://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" + dependencies: + js-tokens: "^3.0.0 || ^4.0.0" lru-cache: - _latest: 6.0.0 - _: - ^5.1.1: 5.1.1 - 5.1.1: - $: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - _: 'https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz' - dependencies: - yallist: ^3.0.2 + _latest: 6.0.0 + _: + ^5.1.1: 5.1.1 + 5.1.1: + $: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + _: "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" + dependencies: + yallist: ^3.0.2 make-dir: - _latest: 3.1.0 - _: - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - _: 'https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz' - dependencies: - pify: ^4.0.1 - semver: ^5.6.0 + _latest: 3.1.0 + _: + ^2.0.0: 2.1.0 + 2.1.0: + $: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + _: "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz" + dependencies: + pify: ^4.0.1 + semver: ^5.6.0 map-cache: - _latest: 0.2.2 - _: - ^0.2.2: 0.2.2 - 0.2.2: - $: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - _: 'https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz' + _latest: 0.2.2 + _: + ^0.2.2: 0.2.2 + 0.2.2: + $: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + _: "https://registry.npmjs.org/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://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz' - dependencies: - object-visit: ^1.0.0 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + _: "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz" + dependencies: + object-visit: ^1.0.0 md5.js: - _latest: 1.3.5 - _: - ^1.3.4: 1.3.5 - 1.3.5: - $: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - _: 'https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz' - dependencies: - hash-base: ^3.0.0 - inherits: ^2.0.1 - safe-buffer: ^5.1.2 + _latest: 1.3.5 + _: + ^1.3.4: 1.3.5 + 1.3.5: + $: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== + _: "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz" + dependencies: + hash-base: ^3.0.0 + inherits: ^2.0.1 + safe-buffer: ^5.1.2 memory-fs: - _latest: 0.5.0 - _: - ^0.4.1: 0.4.1 - ^0.5.0: 0.5.0 - 0.5.0: - $: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - _: 'https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz' - dependencies: - errno: ^0.1.3 - readable-stream: ^2.0.1 - 0.4.1: - $: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - _: 'https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz' - dependencies: - errno: ^0.1.3 - readable-stream: ^2.0.1 + _latest: 0.5.0 + _: + ^0.4.1: 0.4.1 + ^0.5.0: 0.5.0 + 0.5.0: + $: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== + _: "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz" + dependencies: + errno: ^0.1.3 + readable-stream: ^2.0.1 + 0.4.1: + $: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= + _: "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz" + dependencies: + errno: ^0.1.3 + readable-stream: ^2.0.1 micromatch: - _latest: 4.0.2 - _: - '^3.0.4,^3.1.10,^3.1.4': 3.1.10 - 3.1.10: - $: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - _: 'https://registry.npmjs.org/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 + _latest: 4.0.2 + _: + "^3.0.4,^3.1.10,^3.1.4": 3.1.10 + 3.1.10: + $: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + _: "https://registry.npmjs.org/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 miller-rabin: - _latest: 4.0.1 - _: - ^4.0.0: 4.0.1 - 4.0.1: - $: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - _: 'https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz' - dependencies: - bn.js: ^4.0.0 - brorand: ^1.0.1 + _latest: 4.0.1 + _: + ^4.0.0: 4.0.1 + 4.0.1: + $: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== + _: "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz" + dependencies: + bn.js: ^4.0.0 + brorand: ^1.0.1 mini-create-react-context: - _latest: 0.4.1 - _: - ^0.4.0: 0.4.1 - 0.4.1: - $: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ== - _: 'https://registry.npmjs.org/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' + _latest: 0.4.1 + _: + ^0.4.0: 0.4.1 + 0.4.1: + $: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ== + _: "https://registry.npmjs.org/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" minimalistic-assert: - _latest: 1.0.1 - _: - '^1.0.0,^1.0.1': 1.0.1 - 1.0.1: - $: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - _: 'https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz' + _latest: 1.0.1 + _: + "^1.0.0,^1.0.1": 1.0.1 + 1.0.1: + $: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== + _: "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz" minimalistic-crypto-utils: - _latest: 1.0.1 - _: - '^1.0.0,^1.0.1': 1.0.1 - 1.0.1: - $: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - _: 'https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz' + _latest: 1.0.1 + _: + "^1.0.0,^1.0.1": 1.0.1 + 1.0.1: + $: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= + _: "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz" minimatch: - _latest: 3.0.4 - _: - ^3.0.4: 3.0.4 - 3.0.4: - $: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - _: 'https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz' - dependencies: - brace-expansion: ^1.1.7 + _latest: 3.0.4 + _: + ^3.0.4: 3.0.4 + 3.0.4: + $: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz' + _latest: 1.2.5 + _: + "^1.2.0,^1.2.5": 1.2.5 + 1.2.5: + $: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + _: "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz" mississippi: - _latest: 4.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - _: 'https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz' - dependencies: - concat-stream: ^1.5.0 - duplexify: ^3.4.2 - end-of-stream: ^1.1.0 - flush-write-stream: ^1.0.0 - from2: ^2.1.0 - parallel-transform: ^1.1.0 - pump: ^3.0.0 - pumpify: ^1.3.3 - stream-each: ^1.1.0 - through2: ^2.0.0 + _latest: 4.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== + _: "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz" + dependencies: + concat-stream: ^1.5.0 + duplexify: ^3.4.2 + end-of-stream: ^1.1.0 + flush-write-stream: ^1.0.0 + from2: ^2.1.0 + parallel-transform: ^1.1.0 + pump: ^3.0.0 + pumpify: ^1.3.3 + stream-each: ^1.1.0 + through2: ^2.0.0 mixin-deep: - _latest: 2.0.1 - _: - ^1.2.0: 1.3.2 - 1.3.2: - $: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - _: 'https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz' - dependencies: - for-in: ^1.0.2 - is-extendable: ^1.0.1 + _latest: 2.0.1 + _: + ^1.2.0: 1.3.2 + 1.3.2: + $: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + _: "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz" + dependencies: + for-in: ^1.0.2 + is-extendable: ^1.0.1 mkdirp: - _latest: 1.0.4 - _: - '^0.5.1,^0.5.3': 0.5.5 - 0.5.5: - $: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - _: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz' - dependencies: - minimist: ^1.2.5 + _latest: 1.0.4 + _: + "^0.5.1,^0.5.3": 0.5.5 + 0.5.5: + $: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + _: "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz" + dependencies: + minimist: ^1.2.5 move-concurrently: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - _: 'https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz' - dependencies: - copy-concurrently: ^1.0.0 - aproba: ^1.1.1 - fs-write-stream-atomic: ^1.0.8 - mkdirp: ^0.5.1 - rimraf: ^2.5.4 - run-queue: ^1.0.3 + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + _: "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz" + dependencies: + copy-concurrently: ^1.0.0 + aproba: ^1.1.1 + fs-write-stream-atomic: ^1.0.8 + mkdirp: ^0.5.1 + rimraf: ^2.5.4 + run-queue: ^1.0.3 ms: - _latest: 2.1.2 - _: - 2.0.0: 2.0.0 - 2.0.0: - $: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - _: 'https://registry.npmjs.org/ms/-/ms-2.0.0.tgz' + _latest: 2.1.2 + _: + 2.0.0: 2.0.0 + 2.0.0: + $: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + _: "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" nan: - _latest: 2.14.2 - _: - ^2.12.1: 2.14.2 - 2.14.2: - $: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== - _: 'https://registry.npmjs.org/nan/-/nan-2.14.2.tgz' + _latest: 2.14.2 + _: + ^2.12.1: 2.14.2 + 2.14.2: + $: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== + _: "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz" nanomatch: - _latest: 1.2.13 - _: - ^1.2.9: 1.2.13 - 1.2.13: - $: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - _: 'https://registry.npmjs.org/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 + _latest: 1.2.13 + _: + ^1.2.9: 1.2.13 + 1.2.13: + $: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + _: "https://registry.npmjs.org/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 neo-async: - _latest: 2.6.2 - _: - '^2.5.0,^2.6.1': 2.6.2 - 2.6.2: - $: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - _: 'https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz' + _latest: 2.6.2 + _: + "^2.5.0,^2.6.1": 2.6.2 + 2.6.2: + $: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== + _: "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" nice-try: - _latest: 2.1.0 - _: - ^1.0.4: 1.0.5 - 1.0.5: - $: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - _: 'https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz' + _latest: 2.1.0 + _: + ^1.0.4: 1.0.5 + 1.0.5: + $: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + _: "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" nix-clap: - _latest: 1.3.12 - _: - ^1.3.12: 1.3.12 - 1.3.12: - $: sha512-aNAjM41Cb95Csdn//aKQGfuunIAfgXdHkwtr9dpGfihLquyux2UYcWqj5wTC2cS3XQeQMLavc9kj67ptWbtQMw== - _: 'https://registry.npmjs.org/nix-clap/-/nix-clap-1.3.12.tgz' - dependencies: - strip-ansi: ^4.0.0 + _latest: 1.3.12 + _: + ^1.3.12: 1.3.12 + 1.3.12: + $: sha512-aNAjM41Cb95Csdn//aKQGfuunIAfgXdHkwtr9dpGfihLquyux2UYcWqj5wTC2cS3XQeQMLavc9kj67ptWbtQMw== + _: "https://registry.npmjs.org/nix-clap/-/nix-clap-1.3.12.tgz" + dependencies: + strip-ansi: ^4.0.0 node-libs-browser: - _latest: 2.2.1 - _: - ^2.2.1: 2.2.1 - 2.2.1: - $: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - _: 'https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz' - dependencies: - assert: ^1.1.1 - browserify-zlib: ^0.2.0 - buffer: ^4.3.0 - console-browserify: ^1.1.0 - constants-browserify: ^1.0.0 - crypto-browserify: ^3.11.0 - domain-browser: ^1.1.1 - events: ^3.0.0 - https-browserify: ^1.0.0 - os-browserify: ^0.3.0 - path-browserify: 0.0.1 - process: ^0.11.10 - punycode: ^1.2.4 - querystring-es3: ^0.2.0 - readable-stream: ^2.3.3 - stream-browserify: ^2.0.1 - stream-http: ^2.7.2 - string_decoder: ^1.0.0 - timers-browserify: ^2.0.4 - tty-browserify: 0.0.0 - url: ^0.11.0 - util: ^0.11.0 - vm-browserify: ^1.0.1 + _latest: 2.2.1 + _: + ^2.2.1: 2.2.1 + 2.2.1: + $: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== + _: "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz" + dependencies: + assert: ^1.1.1 + browserify-zlib: ^0.2.0 + buffer: ^4.3.0 + console-browserify: ^1.1.0 + constants-browserify: ^1.0.0 + crypto-browserify: ^3.11.0 + domain-browser: ^1.1.1 + events: ^3.0.0 + https-browserify: ^1.0.0 + os-browserify: ^0.3.0 + path-browserify: 0.0.1 + process: ^0.11.10 + punycode: ^1.2.4 + querystring-es3: ^0.2.0 + readable-stream: ^2.3.3 + stream-browserify: ^2.0.1 + stream-http: ^2.7.2 + string_decoder: ^1.0.0 + timers-browserify: ^2.0.4 + tty-browserify: 0.0.0 + url: ^0.11.0 + util: ^0.11.0 + vm-browserify: ^1.0.1 normalize-package-data: - _latest: 3.0.0 - _: - ^2.5.0: 2.5.0 - 2.5.0: - $: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - _: 'https://registry.npmjs.org/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 + _latest: 3.0.0 + _: + ^2.5.0: 2.5.0 + 2.5.0: + $: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz' - 2.1.1: - $: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - _: 'https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz' - dependencies: - remove-trailing-separator: ^1.0.1 + _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://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" + 2.1.1: + $: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + _: "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz" + dependencies: + remove-trailing-separator: ^1.0.1 object-assign: - _latest: 4.1.1 - _: - ^4.1.1: 4.1.1 - 4.1.1: - $: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - _: 'https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz' + _latest: 4.1.1 + _: + ^4.1.1: 4.1.1 + 4.1.1: + $: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + _: "https://registry.npmjs.org/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://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz' - dependencies: - copy-descriptor: ^0.1.0 - define-property: ^0.2.5 - kind-of: ^3.0.3 + _latest: 1.0.0 + _: + ^0.1.0: 0.1.0 + 0.1.0: + $: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + _: "https://registry.npmjs.org/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-visit: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - _: 'https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz' - dependencies: - isobject: ^3.0.0 + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + _: "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz" + dependencies: + isobject: ^3.0.0 object.pick: - _latest: 1.3.0 - _: - ^1.3.0: 1.3.0 - 1.3.0: - $: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - _: 'https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz' - dependencies: - isobject: ^3.0.1 + _latest: 1.3.0 + _: + ^1.3.0: 1.3.0 + 1.3.0: + $: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + _: "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz" + dependencies: + isobject: ^3.0.1 once: - _latest: 1.4.0 - _: - '^1.3.0,^1.3.1,^1.4.0': 1.4.0 - 1.4.0: - $: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - _: 'https://registry.npmjs.org/once/-/once-1.4.0.tgz' - dependencies: - wrappy: '1' + _latest: 1.4.0 + _: + "^1.3.0,^1.3.1,^1.4.0": 1.4.0 + 1.4.0: + $: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + _: "https://registry.npmjs.org/once/-/once-1.4.0.tgz" + dependencies: + wrappy: "1" opn: - _latest: 6.0.0 - _: - ^5.5.0: 5.5.0 - 5.5.0: - $: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== - _: 'https://registry.npmjs.org/opn/-/opn-5.5.0.tgz' - dependencies: - is-wsl: ^1.1.0 + _latest: 6.0.0 + _: + ^5.5.0: 5.5.0 + 5.5.0: + $: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== + _: "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz" + dependencies: + is-wsl: ^1.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://registry.npmjs.org/optional-require/-/optional-require-1.0.2.tgz' + _latest: 1.0.2 + _: + "*,^1.0.0,^1.0.2": 1.0.2 + 1.0.2: + $: sha512-HZubVd6IfHsbnpdNF/ICaSAzBUEW1TievpkjY3tB4Jnk8L7+pJ3conPzUt3Mn/6OZx9uzTDOHYPGA8/AxYHBOg== + _: "https://registry.npmjs.org/optional-require/-/optional-require-1.0.2.tgz" os-browserify: - _latest: 0.3.0 - _: - ^0.3.0: 0.3.0 - 0.3.0: - $: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - _: 'https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz' + _latest: 0.3.0 + _: + ^0.3.0: 0.3.0 + 0.3.0: + $: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= + _: "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz" p-limit: - _latest: 3.0.2 - _: - '^2.0.0,^2.2.0': 2.3.0 - 2.3.0: - $: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - _: 'https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz' - dependencies: - p-try: ^2.0.0 + _latest: 3.0.2 + _: + "^2.0.0,^2.2.0": 2.3.0 + 2.3.0: + $: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + _: "https://registry.npmjs.org/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://registry.npmjs.org/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://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz' - dependencies: - p-limit: ^2.0.0 + _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://registry.npmjs.org/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://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz" + dependencies: + p-limit: ^2.0.0 p-try: - _latest: 2.2.0 - _: - ^2.0.0: 2.2.0 - 2.2.0: - $: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - _: 'https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz' + _latest: 2.2.0 + _: + ^2.0.0: 2.2.0 + 2.2.0: + $: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + _: "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" pako: - _latest: 1.0.11 - _: - ~1.0.5: 1.0.11 - 1.0.11: - $: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - _: 'https://registry.npmjs.org/pako/-/pako-1.0.11.tgz' + _latest: 1.0.11 + _: + ~1.0.5: 1.0.11 + 1.0.11: + $: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== + _: "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" parallel-transform: - _latest: 1.2.0 - _: - ^1.1.0: 1.2.0 - 1.2.0: - $: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - _: 'https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz' - dependencies: - cyclist: ^1.0.1 - inherits: ^2.0.3 - readable-stream: ^2.1.5 + _latest: 1.2.0 + _: + ^1.1.0: 1.2.0 + 1.2.0: + $: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== + _: "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz" + dependencies: + cyclist: ^1.0.1 + inherits: ^2.0.3 + readable-stream: ^2.1.5 parse-asn1: - _latest: 5.1.6 - _: - '^5.0.0,^5.1.5': 5.1.6 - 5.1.6: - $: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - _: 'https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz' - dependencies: - asn1.js: ^5.2.0 - browserify-aes: ^1.0.0 - evp_bytestokey: ^1.0.0 - pbkdf2: ^3.0.3 - safe-buffer: ^5.1.1 + _latest: 5.1.6 + _: + "^5.0.0,^5.1.5": 5.1.6 + 5.1.6: + $: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== + _: "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz" + dependencies: + asn1.js: ^5.2.0 + browserify-aes: ^1.0.0 + evp_bytestokey: ^1.0.0 + pbkdf2: ^3.0.3 + safe-buffer: ^5.1.1 parse-json: - _latest: 5.1.0 - _: - ^5.0.0: 5.1.0 - 5.1.0: - $: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== - _: 'https://registry.npmjs.org/parse-json/-/parse-json-5.1.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 + _latest: 5.1.0 + _: + ^5.0.0: 5.1.0 + 5.1.0: + $: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== + _: "https://registry.npmjs.org/parse-json/-/parse-json-5.1.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 parse-passwd: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - _: 'https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz' + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= + _: "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz" pascalcase: - _latest: 1.0.0 - _: - ^0.1.1: 0.1.1 - 0.1.1: - $: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - _: 'https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz' + _latest: 1.0.0 + _: + ^0.1.1: 0.1.1 + 0.1.1: + $: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + _: "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz" path-browserify: - _latest: 1.0.1 - _: - 0.0.1: 0.0.1 - 0.0.1: - $: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - _: 'https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz' + _latest: 1.0.1 + _: + 0.0.1: 0.0.1 + 0.0.1: + $: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== + _: "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz" path-dirname: - _latest: 1.0.2 - _: - ^1.0.0: 1.0.2 - 1.0.2: - $: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - _: 'https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.0: 1.0.2 + 1.0.2: + $: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + _: "https://registry.npmjs.org/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://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz' - 3.0.0: - $: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - _: 'https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz' + _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://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" + 3.0.0: + $: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + _: "https://registry.npmjs.org/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://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz' + _latest: 2.0.0 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + _: "https://registry.npmjs.org/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://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz' + _latest: 1.0.2 + _: + ^1.0.2: 1.0.2 + 1.0.2: + $: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + _: "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz" path-key: - _latest: 3.1.1 - _: - ^2.0.1: 2.0.1 - 2.0.1: - $: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - _: 'https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz' + _latest: 3.1.1 + _: + ^2.0.1: 2.0.1 + 2.0.1: + $: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + _: "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" path-parse: - _latest: 1.0.6 - _: - ^1.0.6: 1.0.6 - 1.0.6: - $: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - _: 'https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz' + _latest: 1.0.6 + _: + ^1.0.6: 1.0.6 + 1.0.6: + $: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + _: "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz" path-to-regexp: - _latest: 6.2.0 - _: - ^1.7.0: 1.8.0 - 1.8.0: - $: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - _: 'https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz' - dependencies: - isarray: 0.0.1 + _latest: 6.2.0 + _: + ^1.7.0: 1.8.0 + 1.8.0: + $: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== + _: "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz" + dependencies: + isarray: 0.0.1 pbkdf2: - _latest: 3.1.1 - _: - ^3.0.3: 3.1.1 - 3.1.1: - $: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - _: 'https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz' - dependencies: - create-hash: ^1.1.2 - create-hmac: ^1.1.4 - ripemd160: ^2.0.1 - safe-buffer: ^5.0.1 - sha.js: ^2.4.8 + _latest: 3.1.1 + _: + ^3.0.3: 3.1.1 + 3.1.1: + $: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== + _: "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz" + dependencies: + create-hash: ^1.1.2 + create-hmac: ^1.1.4 + ripemd160: ^2.0.1 + safe-buffer: ^5.0.1 + sha.js: ^2.4.8 picomatch: - _latest: 2.2.2 - _: - '^2.0.4,^2.2.1': 2.2.2 - 2.2.2: - $: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - _: 'https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz' + _latest: 2.2.2 + _: + "^2.0.4,^2.2.1": 2.2.2 + 2.2.2: + $: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/pify/-/pify-4.0.1.tgz' + _latest: 5.0.0 + _: + ^4.0.1: 4.0.1 + 4.0.1: + $: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + _: "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" pkg-dir: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - _: 'https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz' - dependencies: - find-up: ^3.0.0 + _latest: 5.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== + _: "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.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://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz' + _latest: 1.0.0 + _: + ^0.1.0: 0.1.1 + 0.1.1: + $: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + _: "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz" process: - _latest: 0.11.10 - _: - ^0.11.10: 0.11.10 - 0.11.10: - $: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - _: 'https://registry.npmjs.org/process/-/process-0.11.10.tgz' + _latest: 0.11.10 + _: + ^0.11.10: 0.11.10 + 0.11.10: + $: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= + _: "https://registry.npmjs.org/process/-/process-0.11.10.tgz" process-nextick-args: - _latest: 2.0.1 - _: - ~2.0.0: 2.0.1 - 2.0.1: - $: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - _: 'https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz' + _latest: 2.0.1 + _: + ~2.0.0: 2.0.1 + 2.0.1: + $: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + _: "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" promise-inflight: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - _: 'https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha1-mEcocL8igTL8vdhoEputEsPAKeM= + _: "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" prop-types: - _latest: 15.7.2 - _: - '^15.6.1,^15.6.2': 15.7.2 - 15.7.2: - $: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - _: 'https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz' - dependencies: - loose-envify: ^1.4.0 - object-assign: ^4.1.1 - react-is: ^16.8.1 + _latest: 15.7.2 + _: + "^15.6.1,^15.6.2": 15.7.2 + 15.7.2: + $: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== + _: "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz" + dependencies: + loose-envify: ^1.4.0 + object-assign: ^4.1.1 + react-is: ^16.8.1 prr: - _latest: 1.0.1 - _: - ~1.0.1: 1.0.1 - 1.0.1: - $: sha1-0/wRS6BplaRexok/SEzrHXj19HY= - _: 'https://registry.npmjs.org/prr/-/prr-1.0.1.tgz' + _latest: 1.0.1 + _: + ~1.0.1: 1.0.1 + 1.0.1: + $: sha1-0/wRS6BplaRexok/SEzrHXj19HY= + _: "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" public-encrypt: - _latest: 4.0.3 - _: - ^4.0.0: 4.0.3 - 4.0.3: - $: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - _: 'https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz' - dependencies: - bn.js: ^4.1.0 - browserify-rsa: ^4.0.0 - create-hash: ^1.1.0 - parse-asn1: ^5.0.0 - randombytes: ^2.0.1 - safe-buffer: ^5.1.2 + _latest: 4.0.3 + _: + ^4.0.0: 4.0.3 + 4.0.3: + $: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== + _: "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz" + dependencies: + bn.js: ^4.1.0 + browserify-rsa: ^4.0.0 + create-hash: ^1.1.0 + parse-asn1: ^5.0.0 + randombytes: ^2.0.1 + safe-buffer: ^5.1.2 pump: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.1 - ^3.0.0: 3.0.0 - 3.0.0: - $: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - _: 'https://registry.npmjs.org/pump/-/pump-3.0.0.tgz' - dependencies: - end-of-stream: ^1.1.0 - once: ^1.3.1 - 2.0.1: - $: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - _: 'https://registry.npmjs.org/pump/-/pump-2.0.1.tgz' - dependencies: - end-of-stream: ^1.1.0 - once: ^1.3.1 + _latest: 3.0.0 + _: + ^2.0.0: 2.0.1 + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + _: "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" + dependencies: + end-of-stream: ^1.1.0 + once: ^1.3.1 + 2.0.1: + $: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + _: "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz" + dependencies: + end-of-stream: ^1.1.0 + once: ^1.3.1 pumpify: - _latest: 2.0.1 - _: - ^1.3.3: 1.5.1 - 1.5.1: - $: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - _: 'https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz' - dependencies: - duplexify: ^3.6.0 - inherits: ^2.0.3 - pump: ^2.0.0 + _latest: 2.0.1 + _: + ^1.3.3: 1.5.1 + 1.5.1: + $: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + _: "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz" + dependencies: + duplexify: ^3.6.0 + inherits: ^2.0.3 + pump: ^2.0.0 punycode: - _latest: 2.1.1 - _: - 1.3.2: 1.3.2 - ^1.2.4: 1.4.1 - ^2.1.0: 2.1.1 - 2.1.1: - $: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - _: 'https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz' - 1.4.1: - $: sha1-wNWmOycYgArY4esPpSachN1BhF4= - _: 'https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz' - 1.3.2: - $: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - _: 'https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz' + _latest: 2.1.1 + _: + 1.3.2: 1.3.2 + ^1.2.4: 1.4.1 + ^2.1.0: 2.1.1 + 2.1.1: + $: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + _: "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" + 1.4.1: + $: sha1-wNWmOycYgArY4esPpSachN1BhF4= + _: "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz" + 1.3.2: + $: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= + _: "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" querystring: - _latest: 0.2.0 - _: - 0.2.0: 0.2.0 - 0.2.0: - $: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - _: 'https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz' + _latest: 0.2.0 + _: + 0.2.0: 0.2.0 + 0.2.0: + $: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= + _: "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz" querystring-es3: - _latest: 0.2.1 - _: - ^0.2.0: 0.2.1 - 0.2.1: - $: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - _: 'https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz' + _latest: 0.2.1 + _: + ^0.2.0: 0.2.1 + 0.2.1: + $: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= + _: "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz" randombytes: - _latest: 2.1.0 - _: - '^2.0.0,^2.0.1,^2.0.5,^2.1.0': 2.1.0 - 2.1.0: - $: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - _: 'https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz' - dependencies: - safe-buffer: ^5.1.0 + _latest: 2.1.0 + _: + "^2.0.0,^2.0.1,^2.0.5,^2.1.0": 2.1.0 + 2.1.0: + $: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + _: "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" + dependencies: + safe-buffer: ^5.1.0 randomfill: - _latest: 1.0.4 - _: - ^1.0.3: 1.0.4 - 1.0.4: - $: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - _: 'https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz' - dependencies: - randombytes: ^2.0.5 - safe-buffer: ^5.1.0 + _latest: 1.0.4 + _: + ^1.0.3: 1.0.4 + 1.0.4: + $: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== + _: "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz" + dependencies: + randombytes: ^2.0.5 + safe-buffer: ^5.1.0 react: - _latest: 17.0.1 - _: - ^16.6.3: 16.14.0 - 16.14.0: - top: 1 - $: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== - _: 'https://registry.npmjs.org/react/-/react-16.14.0.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 - prop-types: ^15.6.2 + _latest: 17.0.1 + _: + ^16.6.3: 16.14.0 + 16.14.0: + top: 1 + $: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== + _: "https://registry.npmjs.org/react/-/react-16.14.0.tgz" + dependencies: + loose-envify: ^1.1.0 + object-assign: ^4.1.1 + prop-types: ^15.6.2 react-dom: - _latest: 17.0.1 - _: - ^16.6.3: 16.14.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 + _latest: 17.0.1 + _: + ^16.6.3: 16.14.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 react-is: - _latest: 17.0.1 - _: - '^16.6.0,^16.7.0,^16.8.1': 16.13.1 - 16.13.1: - $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - _: 'https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz' + _latest: 17.0.1 + _: + "^16.6.0,^16.7.0,^16.8.1": 16.13.1 + 16.13.1: + $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + _: "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" react-lifecycles-compat: - _latest: 3.0.4 - _: - ^3.0.0: 3.0.4 - 3.0.4: - $: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - _: 'https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz' + _latest: 3.0.4 + _: + ^3.0.0: 3.0.4 + 3.0.4: + $: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== + _: "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz" react-redux: - _latest: 7.2.2 - _: - ^5.1.1: 5.1.2 - 5.1.2: - top: 1 - $: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q== - _: 'https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz' - dependencies: - '@babel/runtime': ^7.1.2 - hoist-non-react-statics: ^3.3.0 - invariant: ^2.2.4 - loose-envify: ^1.1.0 - prop-types: ^15.6.1 - react-is: ^16.6.0 - react-lifecycles-compat: ^3.0.0 - peerDependencies: - react: '^0.14.0 || ^15.0.0-0 || ^16.0.0-0' - redux: '^2.0.0 || ^3.0.0 || ^4.0.0-0' + _latest: 7.2.2 + _: + ^5.1.1: 5.1.2 + 5.1.2: + top: 1 + $: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q== + _: "https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz" + dependencies: + "@babel/runtime": ^7.1.2 + hoist-non-react-statics: ^3.3.0 + invariant: ^2.2.4 + loose-envify: ^1.1.0 + prop-types: ^15.6.1 + react-is: ^16.6.0 + react-lifecycles-compat: ^3.0.0 + peerDependencies: + react: "^0.14.0 || ^15.0.0-0 || ^16.0.0-0" + redux: "^2.0.0 || ^3.0.0 || ^4.0.0-0" react-router: - _latest: 5.2.0 - _: - ^5.1.2: 5.2.0 - 5.2.0: - top: 1 - $: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== - _: 'https://registry.npmjs.org/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' + _latest: 5.2.0 + _: + ^5.1.2: 5.2.0 + 5.2.0: + top: 1 + $: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== + _: "https://registry.npmjs.org/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" read-pkg: - _latest: 5.2.0 - _: - ^5.2.0: 5.2.0 - 5.2.0: - $: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - _: 'https://registry.npmjs.org/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 + _latest: 5.2.0 + _: + ^5.2.0: 5.2.0 + 5.2.0: + $: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 7.0.1 + _: + ^7.0.1: 7.0.1 + 7.0.1: + $: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== + _: "https://registry.npmjs.org/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 - _: - '1 || 2,^2.0.0,^2.0.1,^2.0.2,^2.1.5,^2.2.2,^2.3.3,^2.3.6,~2.3.6': 2.3.7 - ^3.6.0: 3.6.0 - 3.6.0: - $: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - _: 'https://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 3.6.0 + _: + "1 || 2,^2.0.0,^2.0.1,^2.0.2,^2.1.5,^2.2.2,^2.3.3,^2.3.6,~2.3.6": 2.3.7 + ^3.6.0: 3.6.0 + 3.6.0: + $: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + _: "https://registry.npmjs.org/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://registry.npmjs.org/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.5.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://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz' - dependencies: - picomatch: ^2.2.1 - 2.2.1: - $: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - _: 'https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz' - dependencies: - graceful-fs: ^4.1.11 - micromatch: ^3.1.10 - readable-stream: ^2.0.2 + _latest: 3.5.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://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz" + dependencies: + picomatch: ^2.2.1 + 2.2.1: + $: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + _: "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz" + dependencies: + graceful-fs: ^4.1.11 + micromatch: ^3.1.10 + readable-stream: ^2.0.2 redux: - _latest: 4.0.5 - _: - ^4.0.1: 4.0.5 - 4.0.5: - top: 1 - $: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - _: 'https://registry.npmjs.org/redux/-/redux-4.0.5.tgz' - dependencies: - loose-envify: ^1.4.0 - symbol-observable: ^1.2.0 + _latest: 4.0.5 + _: + ^4.0.1: 4.0.5 + 4.0.5: + top: 1 + $: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== + _: "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz" + dependencies: + loose-envify: ^1.4.0 + symbol-observable: ^1.2.0 regenerator-runtime: - _latest: 0.13.7 - _: - ^0.13.4: 0.13.7 - 0.13.7: - $: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - _: 'https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz' + _latest: 0.13.7 + _: + ^0.13.4: 0.13.7 + 0.13.7: + $: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== + _: "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz" regex-not: - _latest: 1.0.2 - _: - '^1.0.0,^1.0.2': 1.0.2 - 1.0.2: - $: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - _: 'https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz' - dependencies: - extend-shallow: ^3.0.2 - safe-regex: ^1.1.0 + _latest: 1.0.2 + _: + "^1.0.0,^1.0.2": 1.0.2 + 1.0.2: + $: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + _: "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz" + dependencies: + extend-shallow: ^3.0.2 + safe-regex: ^1.1.0 remove-trailing-separator: - _latest: 1.1.0 - _: - ^1.0.1: 1.1.0 - 1.1.0: - $: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - _: 'https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz' + _latest: 1.1.0 + _: + ^1.0.1: 1.1.0 + 1.1.0: + $: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + _: "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz" repeat-element: - _latest: 1.1.3 - _: - ^1.1.2: 1.1.3 - 1.1.3: - $: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - _: 'https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz' + _latest: 1.1.3 + _: + ^1.1.2: 1.1.3 + 1.1.3: + $: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + _: "https://registry.npmjs.org/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://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz' + _latest: 1.6.1 + _: + ^1.6.1: 1.6.1 + 1.6.1: + $: sha1-jcrkcOHIirwtYA//Sndihtp15jc= + _: "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" require-at: - _latest: 1.0.6 - _: - ^1.0.4: 1.0.4 - ^1.0.6: 1.0.6 - 1.0.6: - $: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g== - _: 'https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz' - 1.0.4: - $: sha512-6CL3iL+yh6Zq5Rakldl0EgtmMkqnEUOrUPTYtOmEbtaks/sR/E4Vgx6LEsRzJ9RbEy2oH3DpZmHYV/h0y3Oj4g== - _: 'https://registry.npmjs.org/require-at/-/require-at-1.0.4.tgz' + _latest: 1.0.6 + _: + ^1.0.4: 1.0.4 + ^1.0.6: 1.0.6 + 1.0.6: + $: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g== + _: "https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz" + 1.0.4: + $: sha512-6CL3iL+yh6Zq5Rakldl0EgtmMkqnEUOrUPTYtOmEbtaks/sR/E4Vgx6LEsRzJ9RbEy2oH3DpZmHYV/h0y3Oj4g== + _: "https://registry.npmjs.org/require-at/-/require-at-1.0.4.tgz" require-directory: - _latest: 2.1.1 - _: - ^2.1.1: 2.1.1 - 2.1.1: - $: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - _: 'https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz' + _latest: 2.1.1 + _: + ^2.1.1: 2.1.1 + 2.1.1: + $: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + _: "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" require-main-filename: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - _: 'https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + _: "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz" resolve: - _latest: 1.18.1 - _: - ^1.10.0: 1.18.1 - 1.18.1: - $: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== - _: 'https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz' - dependencies: - is-core-module: ^2.0.0 - path-parse: ^1.0.6 + _latest: 1.18.1 + _: + ^1.10.0: 1.18.1 + 1.18.1: + $: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== + _: "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz" + dependencies: + is-core-module: ^2.0.0 + path-parse: ^1.0.6 resolve-cwd: - _latest: 3.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - _: 'https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz' - dependencies: - resolve-from: ^3.0.0 + _latest: 3.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= + _: "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz" + dependencies: + resolve-from: ^3.0.0 resolve-dir: - _latest: 1.0.1 - _: - '^1.0.0,^1.0.1': 1.0.1 - 1.0.1: - $: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - _: 'https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz' - dependencies: - expand-tilde: ^2.0.0 - global-modules: ^1.0.0 + _latest: 1.0.1 + _: + "^1.0.0,^1.0.1": 1.0.1 + 1.0.1: + $: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= + _: "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz" + dependencies: + expand-tilde: ^2.0.0 + global-modules: ^1.0.0 resolve-from: - _latest: 5.0.0 - _: - ^3.0.0: 3.0.0 - 3.0.0: - $: sha1-six699nWiBvItuZTM17rywoYh0g= - _: 'https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz' + _latest: 5.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha1-six699nWiBvItuZTM17rywoYh0g= + _: "https://registry.npmjs.org/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://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz' + _latest: 3.0.0 + _: + ^3.0.0: 3.0.0 + 3.0.0: + $: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== + _: "https://registry.npmjs.org/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://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz' - deprecated: 'https://github.com/lydell/resolve-url#deprecated' + _latest: 0.2.1 + _: + ^0.2.1: 0.2.1 + 0.2.1: + $: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + _: "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" + deprecated: "https://github.com/lydell/resolve-url#deprecated" ret: - _latest: 0.3.1 - _: - ~0.1.10: 0.1.15 - 0.1.15: - $: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - _: 'https://registry.npmjs.org/ret/-/ret-0.1.15.tgz' + _latest: 0.3.1 + _: + ~0.1.10: 0.1.15 + 0.1.15: + $: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + _: "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz" rimraf: - _latest: 3.0.2 - _: - '^2.5.4,^2.6.3,~2.6.2': 2.6.3 - 2.6.3: - $: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - _: 'https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz' - dependencies: - glob: ^7.1.3 + _latest: 3.0.2 + _: + "^2.5.4,^2.6.3,~2.6.2": 2.6.3 + 2.6.3: + $: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== + _: "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz" + dependencies: + glob: ^7.1.3 ripemd160: - _latest: 2.0.2 - _: - '^2.0.0,^2.0.1': 2.0.2 - 2.0.2: - $: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - _: 'https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz' - dependencies: - hash-base: ^3.0.0 - inherits: ^2.0.1 + _latest: 2.0.2 + _: + "^2.0.0,^2.0.1": 2.0.2 + 2.0.2: + $: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== + _: "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz" + dependencies: + hash-base: ^3.0.0 + inherits: ^2.0.1 run-queue: - _latest: 2.0.1 - _: - '^1.0.0,^1.0.3': 1.0.3 - 1.0.3: - $: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - _: 'https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz' - dependencies: - aproba: ^1.1.1 + _latest: 2.0.1 + _: + "^1.0.0,^1.0.3": 1.0.3 + 1.0.3: + $: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + _: "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz" + dependencies: + aproba: ^1.1.1 safe-buffer: - _latest: 5.2.1 - _: - '^5.0.1,^5.1.0,^5.1.2,~5.1.0,~5.1.1': 5.1.2 - ^5.1.1: - - 5.1.2 - - 5.2.1 - '^5.2.0,~5.2.0': 5.2.1 - 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' + _latest: 5.2.1 + _: + "^5.0.1,^5.1.0,^5.1.2,~5.1.0,~5.1.1": 5.1.2 + ^5.1.1: + - 5.1.2 + - 5.2.1 + "^5.2.0,~5.2.0": 5.2.1 + 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://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz' - dependencies: - ret: ~0.1.10 + _latest: 2.1.1 + _: + ^1.1.0: 1.1.0 + 1.1.0: + $: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + _: "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz" + dependencies: + ret: ~0.1.10 safer-buffer: - _latest: 2.1.2 - _: - ^2.1.0: 2.1.2 - 2.1.2: - $: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - _: 'https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz' + _latest: 2.1.2 + _: + ^2.1.0: 2.1.2 + 2.1.2: + $: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + _: "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" scheduler: - _latest: 0.20.1 - _: - ^0.19.1: 0.19.1 - 0.19.1: - $: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - _: 'https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz' - dependencies: - loose-envify: ^1.1.0 - object-assign: ^4.1.1 + _latest: 0.20.1 + _: + ^0.19.1: 0.19.1 + 0.19.1: + $: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== + _: "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz" + dependencies: + loose-envify: ^1.1.0 + object-assign: ^4.1.1 schema-utils: - _latest: 3.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz' - dependencies: - ajv: ^6.1.0 - ajv-errors: ^1.0.0 - ajv-keywords: ^3.1.0 + _latest: 3.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== + _: "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz" + dependencies: + ajv: ^6.1.0 + ajv-errors: ^1.0.0 + ajv-keywords: ^3.1.0 semver: - _latest: 7.3.2 - _: - '2 || 3 || 4 || 5,^5.5.0,^5.6.0': 5.7.1 - 5.7.1: - $: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - _: 'https://registry.npmjs.org/semver/-/semver-5.7.1.tgz' + _latest: 7.3.2 + _: + "2 || 3 || 4 || 5,^5.5.0,^5.6.0": 5.7.1 + 5.7.1: + $: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + _: "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" serialize-javascript: - _latest: 5.0.1 - _: - ^1.7.0: 1.9.1 - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== - _: 'https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz' - dependencies: - randombytes: ^2.1.0 - 1.9.1: - $: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== - _: 'https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz' + _latest: 5.0.1 + _: + ^1.7.0: 1.9.1 + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== + _: "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz" + dependencies: + randombytes: ^2.1.0 + 1.9.1: + $: sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== + _: "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz" set-blocking: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - _: 'https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + _: "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.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://registry.npmjs.org/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 + _latest: 3.0.2 + _: + "^2.0.0,^2.0.1": 2.0.1 + 2.0.1: + $: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + _: "https://registry.npmjs.org/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 setimmediate: - _latest: 1.0.5 - _: - ^1.0.4: 1.0.5 - 1.0.5: - $: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - _: 'https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz' + _latest: 1.0.5 + _: + ^1.0.4: 1.0.5 + 1.0.5: + $: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + _: "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" sha.js: - _latest: 2.4.11 - _: - '^2.4.0,^2.4.8': 2.4.11 - 2.4.11: - $: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - _: 'https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz' - dependencies: - inherits: ^2.0.1 - safe-buffer: ^5.0.1 + _latest: 2.4.11 + _: + "^2.4.0,^2.4.8": 2.4.11 + 2.4.11: + $: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== + _: "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz" + dependencies: + inherits: ^2.0.1 + safe-buffer: ^5.0.1 shcmd: - _latest: 0.8.4 - _: - ^0.8.4: 0.8.4 - 0.8.4: - $: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw== - _: 'https://registry.npmjs.org/shcmd/-/shcmd-0.8.4.tgz' - dependencies: - glob: ^7.0.0 + _latest: 0.8.4 + _: + ^0.8.4: 0.8.4 + 0.8.4: + $: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw== + _: "https://registry.npmjs.org/shcmd/-/shcmd-0.8.4.tgz" + dependencies: + glob: ^7.0.0 shebang-command: - _latest: 2.0.0 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - _: 'https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz' - dependencies: - shebang-regex: ^1.0.0 + _latest: 2.0.0 + _: + ^1.2.0: 1.2.0 + 1.2.0: + $: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + _: "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" + dependencies: + shebang-regex: ^1.0.0 shebang-regex: - _latest: 3.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - _: 'https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz' + _latest: 3.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + _: "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" snapdragon: - _latest: 0.12.0 - _: - ^0.8.1: 0.8.2 - 0.8.2: - $: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - _: 'https://registry.npmjs.org/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 + _latest: 0.12.0 + _: + ^0.8.1: 0.8.2 + 0.8.2: + $: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + _: "https://registry.npmjs.org/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://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz' - dependencies: - define-property: ^1.0.0 - isobject: ^3.0.0 - snapdragon-util: ^3.0.1 + _latest: 3.0.0 + _: + ^2.0.1: 2.1.1 + 2.1.1: + $: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + _: "https://registry.npmjs.org/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://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz' - dependencies: - kind-of: ^3.2.0 + _latest: 5.0.1 + _: + ^3.0.1: 3.0.1 + 3.0.1: + $: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + _: "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz" + dependencies: + kind-of: ^3.2.0 source-list-map: - _latest: 2.0.1 - _: - ^2.0.0: 2.0.1 - 2.0.1: - $: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - _: 'https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz' + _latest: 2.0.1 + _: + ^2.0.0: 2.0.1 + 2.0.1: + $: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== + _: "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz" source-map: - _latest: 0.7.3 - _: - '^0.5.1,^0.5.6': 0.5.7 - '^0.6.0,^0.6.1,~0.6.1': 0.6.1 - 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' + _latest: 0.7.3 + _: + "^0.5.1,^0.5.6": 0.5.7 + "^0.6.0,^0.6.1,~0.6.1": 0.6.1 + 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-explorer: - _latest: 2.5.0 - _: - ^1.6.0: 1.8.0 - 1.8.0: - $: sha512-1Q0lNSw5J7pChKmjqniOCLbvLFi4KJfrtixk99CzvRcqFiGBJvRHMrw0PjLwKOvbuAo8rNOukJhEPA0Nj85xDw== - _: 'https://registry.npmjs.org/source-map-explorer/-/source-map-explorer-1.8.0.tgz' - dependencies: - btoa: ^1.2.1 - convert-source-map: ^1.6.0 - docopt: ^0.6.2 - ejs: ^2.6.1 - fs-extra: ^7.0.1 - glob: ^7.1.3 - opn: ^5.5.0 - source-map: ^0.5.1 - temp: ^0.9.0 + _latest: 2.5.0 + _: + ^1.6.0: 1.8.0 + 1.8.0: + $: sha512-1Q0lNSw5J7pChKmjqniOCLbvLFi4KJfrtixk99CzvRcqFiGBJvRHMrw0PjLwKOvbuAo8rNOukJhEPA0Nj85xDw== + _: "https://registry.npmjs.org/source-map-explorer/-/source-map-explorer-1.8.0.tgz" + dependencies: + btoa: ^1.2.1 + convert-source-map: ^1.6.0 + docopt: ^0.6.2 + ejs: ^2.6.1 + fs-extra: ^7.0.1 + glob: ^7.1.3 + opn: ^5.5.0 + source-map: ^0.5.1 + temp: ^0.9.0 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://registry.npmjs.org/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 + _latest: 0.6.0 + _: + ^0.5.0: 0.5.3 + 0.5.3: + $: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + _: "https://registry.npmjs.org/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.12: 0.5.19 - 0.5.19: - $: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - _: 'https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz' - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 + _latest: 0.5.19 + _: + ~0.5.12: 0.5.19 + 0.5.19: + $: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== + _: "https://registry.npmjs.org/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.0 - _: - ^0.4.0: 0.4.0 - 0.4.0: - $: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - _: 'https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz' + _latest: 0.4.0 + _: + ^0.4.0: 0.4.0 + 0.4.0: + $: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + _: "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz" spdx-correct: - _latest: 3.1.1 - _: - ^3.0.0: 3.1.1 - 3.1.1: - $: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - _: 'https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz' - dependencies: - spdx-expression-parse: ^3.0.0 - spdx-license-ids: ^3.0.0 + _latest: 3.1.1 + _: + ^3.0.0: 3.1.1 + 3.1.1: + $: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + _: "https://registry.npmjs.org/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://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz' + _latest: 2.3.0 + _: + ^2.1.0: 2.3.0 + 2.3.0: + $: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== + _: "https://registry.npmjs.org/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://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz' - dependencies: - spdx-exceptions: ^2.1.0 - spdx-license-ids: ^3.0.0 + _latest: 3.0.1 + _: + ^3.0.0: 3.0.1 + 3.0.1: + $: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + _: "https://registry.npmjs.org/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.6 - _: - ^3.0.0: 3.0.6 - 3.0.6: - $: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw== - _: 'https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz' + _latest: 3.0.6 + _: + ^3.0.0: 3.0.6 + 3.0.6: + $: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw== + _: "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz" 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://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz' - dependencies: - extend-shallow: ^3.0.0 + _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://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz" + dependencies: + extend-shallow: ^3.0.0 ssri: - _latest: 8.0.0 - _: - ^6.0.1: 6.0.1 - 6.0.1: - $: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - _: 'https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz' - dependencies: - figgy-pudding: ^3.5.1 + _latest: 8.0.0 + _: + ^6.0.1: 6.0.1 + 6.0.1: + $: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + _: "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz" + dependencies: + figgy-pudding: ^3.5.1 static-extend: - _latest: 0.1.2 - _: - ^0.1.1: 0.1.2 - 0.1.2: - $: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - _: 'https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz' - dependencies: - define-property: ^0.2.5 - object-copy: ^0.1.0 + _latest: 0.1.2 + _: + ^0.1.1: 0.1.2 + 0.1.2: + $: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + _: "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz" + dependencies: + define-property: ^0.2.5 + object-copy: ^0.1.0 stream-browserify: - _latest: 3.0.0 - _: - ^2.0.1: 2.0.2 - 2.0.2: - $: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - _: 'https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz' - dependencies: - inherits: ~2.0.1 - readable-stream: ^2.0.2 + _latest: 3.0.0 + _: + ^2.0.1: 2.0.2 + 2.0.2: + $: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== + _: "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz" + dependencies: + inherits: ~2.0.1 + readable-stream: ^2.0.2 stream-each: - _latest: 1.2.3 - _: - ^1.1.0: 1.2.3 - 1.2.3: - $: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - _: 'https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz' - dependencies: - end-of-stream: ^1.1.0 - stream-shift: ^1.0.0 + _latest: 1.2.3 + _: + ^1.1.0: 1.2.3 + 1.2.3: + $: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== + _: "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz" + dependencies: + end-of-stream: ^1.1.0 + stream-shift: ^1.0.0 stream-http: - _latest: 3.1.1 - _: - ^2.7.2: 2.8.3 - 2.8.3: - $: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - _: 'https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz' - dependencies: - builtin-status-codes: ^3.0.0 - inherits: ^2.0.1 - readable-stream: ^2.3.6 - to-arraybuffer: ^1.0.0 - xtend: ^4.0.0 + _latest: 3.1.1 + _: + ^2.7.2: 2.8.3 + 2.8.3: + $: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== + _: "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz" + dependencies: + builtin-status-codes: ^3.0.0 + inherits: ^2.0.1 + readable-stream: ^2.3.6 + to-arraybuffer: ^1.0.0 + xtend: ^4.0.0 stream-shift: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - _: 'https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + _: "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz" string-array: - _latest: 1.0.1 - _: - ^1.0.1: 1.0.1 - 1.0.1: - $: sha512-IHgqBWTsXuE27ZL7N9/XBIzWWrSwr9tKJw6qdIOMGIM2sxxJRvJe9vQMPW37MHrxidXlyJD8w61mQ6qLvnjqvg== - _: 'https://registry.npmjs.org/string-array/-/string-array-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha512-IHgqBWTsXuE27ZL7N9/XBIzWWrSwr9tKJw6qdIOMGIM2sxxJRvJe9vQMPW37MHrxidXlyJD8w61mQ6qLvnjqvg== + _: "https://registry.npmjs.org/string-array/-/string-array-1.0.1.tgz" string-width: - _latest: 4.2.0 - _: - '^3.0.0,^3.1.0': 3.1.0 - 3.1.0: - $: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - _: 'https://registry.npmjs.org/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 + _latest: 4.2.0 + _: + "^3.0.0,^3.1.0": 3.1.0 + 3.1.0: + $: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + _: "https://registry.npmjs.org/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_decoder: - _latest: 1.3.0 - _: - '^1.0.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 + _latest: 1.3.0 + _: + "^1.0.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 - _: - ^4.0.0: 4.0.0 - '^5.0.0,^5.1.0,^5.2.0': 5.2.0 - 5.2.0: - $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz' - dependencies: - ansi-regex: ^4.1.0 - 4.0.0: - $: sha1-qEeQIusaw2iocTibY1JixQXuNo8= - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz' - dependencies: - ansi-regex: ^3.0.0 + _latest: 6.0.0 + _: + ^4.0.0: 4.0.0 + "^5.0.0,^5.1.0,^5.2.0": 5.2.0 + 5.2.0: + $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz" + dependencies: + ansi-regex: ^4.1.0 + 4.0.0: + $: sha1-qEeQIusaw2iocTibY1JixQXuNo8= + _: "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" + dependencies: + ansi-regex: ^3.0.0 supports-color: - _latest: 7.2.0 - _: - ^5.3.0: 5.5.0 - ^6.1.0: 6.1.0 - ^7.1.0: 7.2.0 - 7.2.0: - $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz' - dependencies: - has-flag: ^4.0.0 - 6.1.0: - $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz' - dependencies: - has-flag: ^3.0.0 - 5.5.0: - $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz' - dependencies: - has-flag: ^3.0.0 + _latest: 7.2.0 + _: + ^5.3.0: 5.5.0 + ^6.1.0: 6.1.0 + ^7.1.0: 7.2.0 + 7.2.0: + $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + _: "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + dependencies: + has-flag: ^4.0.0 + 6.1.0: + $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + _: "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz" + dependencies: + has-flag: ^3.0.0 + 5.5.0: + $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + _: "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" + dependencies: + has-flag: ^3.0.0 symbol-observable: - _latest: 2.0.3 - _: - ^1.2.0: 1.2.0 - 1.2.0: - $: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - _: 'https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz' + _latest: 2.0.3 + _: + ^1.2.0: 1.2.0 + 1.2.0: + $: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== + _: "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz" tapable: - _latest: 2.0.0 - _: - '^1.0.0,^1.1.3': 1.1.3 - 1.1.3: - $: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - _: 'https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz' + _latest: 2.0.0 + _: + "^1.0.0,^1.1.3": 1.1.3 + 1.1.3: + $: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== + _: "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz" temp: - _latest: 0.9.2 - _: - ^0.9.0: 0.9.2 - 0.9.2: - $: sha512-KLVd6CXeUYsqmI/LBWDLg3bFkdZPg0Xr/Gn79GUuPNiISzp6v/EKUaCOrxqeH1w/wVNmrljyDRgKxhZV9JzyJA== - _: 'https://registry.npmjs.org/temp/-/temp-0.9.2.tgz' - dependencies: - rimraf: ~2.6.2 - mkdirp: ^0.5.1 + _latest: 0.9.2 + _: + ^0.9.0: 0.9.2 + 0.9.2: + $: sha512-KLVd6CXeUYsqmI/LBWDLg3bFkdZPg0Xr/Gn79GUuPNiISzp6v/EKUaCOrxqeH1w/wVNmrljyDRgKxhZV9JzyJA== + _: "https://registry.npmjs.org/temp/-/temp-0.9.2.tgz" + dependencies: + rimraf: ~2.6.2 + mkdirp: ^0.5.1 terser: - _latest: 5.3.8 - _: - ^4.1.2: 4.8.0 - 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 + _latest: 5.3.8 + _: + ^4.1.2: 4.8.0 + 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.0.3 - _: - ^1.4.3: 1.4.5 - 1.4.5: - $: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - _: 'https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz' - dependencies: - cacache: ^12.0.2 - 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.1.2 - webpack-sources: ^1.4.0 - worker-farm: ^1.7.0 - peerDependencies: - webpack: ^4.0.0 + _latest: 5.0.3 + _: + ^1.4.3: 1.4.5 + 1.4.5: + $: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== + _: "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz" + dependencies: + cacache: ^12.0.2 + 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.1.2 + webpack-sources: ^1.4.0 + worker-farm: ^1.7.0 + peerDependencies: + webpack: ^4.0.0 through2: - _latest: 4.0.2 - _: - ^2.0.0: 2.0.5 - 2.0.5: - $: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - _: 'https://registry.npmjs.org/through2/-/through2-2.0.5.tgz' - dependencies: - readable-stream: ~2.3.6 - xtend: ~4.0.1 + _latest: 4.0.2 + _: + ^2.0.0: 2.0.5 + 2.0.5: + $: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + _: "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz" + dependencies: + readable-stream: ~2.3.6 + xtend: ~4.0.1 timers-browserify: - _latest: 2.0.12 - _: - ^2.0.4: 2.0.12 - 2.0.12: - $: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== - _: 'https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz' - dependencies: - setimmediate: ^1.0.4 + _latest: 2.0.12 + _: + ^2.0.4: 2.0.12 + 2.0.12: + $: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== + _: "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz" + dependencies: + setimmediate: ^1.0.4 tiny-invariant: - _latest: 1.1.0 - _: - ^1.0.2: 1.1.0 - 1.1.0: - $: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - _: 'https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz' + _latest: 1.1.0 + _: + ^1.0.2: 1.1.0 + 1.1.0: + $: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== + _: "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.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://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz' + _latest: 1.0.3 + _: + "^1.0.0,^1.0.3": 1.0.3 + 1.0.3: + $: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== + _: "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz" to-arraybuffer: - _latest: 1.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - _: 'https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= + _: "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz" to-object-path: - _latest: 0.3.0 - _: - ^0.3.0: 0.3.0 - 0.3.0: - $: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - _: 'https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz' - dependencies: - kind-of: ^3.0.2 + _latest: 0.3.0 + _: + ^0.3.0: 0.3.0 + 0.3.0: + $: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + _: "https://registry.npmjs.org/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://registry.npmjs.org/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 + _latest: 3.0.2 + _: + "^3.0.1,^3.0.2": 3.0.2 + 3.0.2: + $: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + _: "https://registry.npmjs.org/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://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz' - dependencies: - is-number: ^7.0.0 - 2.1.1: - $: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - _: 'https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz' - dependencies: - is-number: ^3.0.0 - repeat-string: ^1.6.1 + _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://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" + dependencies: + is-number: ^7.0.0 + 2.1.1: + $: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + _: "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz" + dependencies: + is-number: ^3.0.0 + repeat-string: ^1.6.1 tslib: - _latest: 2.0.3 - _: - ^1.9.0: 1.14.1 - 1.14.1: - $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - _: 'https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz' + _latest: 2.0.3 + _: + ^1.9.0: 1.14.1 + 1.14.1: + $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + _: "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" tty-browserify: - _latest: 0.0.1 - _: - 0.0.0: 0.0.0 - 0.0.0: - $: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - _: 'https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz' + _latest: 0.0.1 + _: + 0.0.0: 0.0.0 + 0.0.0: + $: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= + _: "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz" type-fest: - _latest: 0.18.0 - _: - ^0.6.0: 0.6.0 - ^0.8.1: 0.8.1 - 0.8.1: - $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz' - 0.6.0: - $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz' + _latest: 0.18.0 + _: + ^0.6.0: 0.6.0 + ^0.8.1: 0.8.1 + 0.8.1: + $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + _: "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" + 0.6.0: + $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + _: "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" typedarray: - _latest: 0.0.6 - _: - ^0.0.6: 0.0.6 - 0.0.6: - $: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - _: 'https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz' + _latest: 0.0.6 + _: + ^0.0.6: 0.0.6 + 0.0.6: + $: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + _: "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" uglify-js: - _latest: 3.11.4 - _: - ^3.6.0: 3.11.4 - 3.11.4: - $: sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw== - _: 'https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.4.tgz' + _latest: 3.11.4 + _: + ^3.6.0: 3.11.4 + 3.11.4: + $: sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw== + _: "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.4.tgz" uglifyjs-webpack-plugin: - _latest: 2.2.0 - _: - ^2.0.1: 2.2.0 - 2.2.0: - $: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg== - _: 'https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-2.2.0.tgz' - dependencies: - cacache: ^12.0.2 - find-cache-dir: ^2.1.0 - is-wsl: ^1.1.0 - schema-utils: ^1.0.0 - serialize-javascript: ^1.7.0 - source-map: ^0.6.1 - uglify-js: ^3.6.0 - webpack-sources: ^1.4.0 - worker-farm: ^1.7.0 - peerDependencies: - webpack: ^4.0.0 + _latest: 2.2.0 + _: + ^2.0.1: 2.2.0 + 2.2.0: + $: sha512-mHSkufBmBuJ+KHQhv5H0MXijtsoA1lynJt1lXOaotja8/I0pR4L9oGaPIZw+bQBOFittXZg9OC1sXSGO9D9ZYg== + _: "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-2.2.0.tgz" + dependencies: + cacache: ^12.0.2 + find-cache-dir: ^2.1.0 + is-wsl: ^1.1.0 + schema-utils: ^1.0.0 + serialize-javascript: ^1.7.0 + source-map: ^0.6.1 + uglify-js: ^3.6.0 + webpack-sources: ^1.4.0 + worker-farm: ^1.7.0 + peerDependencies: + webpack: ^4.0.0 union-value: - _latest: 2.0.1 - _: - ^1.0.0: 1.0.1 - 1.0.1: - $: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - _: 'https://registry.npmjs.org/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 + _latest: 2.0.1 + _: + ^1.0.0: 1.0.1 + 1.0.1: + $: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + _: "https://registry.npmjs.org/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 unique-filename: - _latest: 1.1.1 - _: - ^1.1.1: 1.1.1 - 1.1.1: - $: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - _: 'https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz' - dependencies: - unique-slug: ^2.0.0 + _latest: 1.1.1 + _: + ^1.1.1: 1.1.1 + 1.1.1: + $: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + _: "https://registry.npmjs.org/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://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz' - dependencies: - imurmurhash: ^0.1.4 + _latest: 2.0.2 + _: + ^2.0.0: 2.0.2 + 2.0.2: + $: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== + _: "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" + dependencies: + imurmurhash: ^0.1.4 universalify: - _latest: 2.0.0 - _: - ^0.1.0: 0.1.2 - 0.1.2: - $: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - _: 'https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz' + _latest: 2.0.0 + _: + ^0.1.0: 0.1.2 + 0.1.2: + $: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + _: "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" unset-value: - _latest: 1.0.0 - _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - _: 'https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz' - dependencies: - has-value: ^0.3.1 - isobject: ^3.0.0 + _latest: 1.0.0 + _: + ^1.0.0: 1.0.0 + 1.0.0: + $: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + _: "https://registry.npmjs.org/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://registry.npmjs.org/unwrap-npm-cmd/-/unwrap-npm-cmd-1.1.1.tgz' - dependencies: - which: ^1.3.1 + _latest: 1.1.1 + _: + ^1.1.1: 1.1.1 + 1.1.1: + $: sha512-Y0PFhW+X6oahjV/e4yBxThgq0k9Ymh3RwUh6P/rMiGp55X5qa2mQghZAHKyJ9tDPinZntD0Z+5DHFzlx9/UNbg== + _: "https://registry.npmjs.org/unwrap-npm-cmd/-/unwrap-npm-cmd-1.1.1.tgz" + dependencies: + which: ^1.3.1 upath: - _latest: 2.0.0 - _: - ^1.1.1: 1.2.0 - 1.2.0: - $: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - _: 'https://registry.npmjs.org/upath/-/upath-1.2.0.tgz' + _latest: 2.0.0 + _: + ^1.1.1: 1.2.0 + 1.2.0: + $: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + _: "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz" uri-js: - _latest: 4.4.0 - _: - ^4.2.2: 4.4.0 - 4.4.0: - $: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== - _: 'https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz' - dependencies: - punycode: ^2.1.0 + _latest: 4.4.0 + _: + ^4.2.2: 4.4.0 + 4.4.0: + $: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== + _: "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.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://registry.npmjs.org/urix/-/urix-0.1.0.tgz' - deprecated: 'Please see https://github.com/lydell/urix#deprecated' + _latest: 0.1.0 + _: + ^0.1.0: 0.1.0 + 0.1.0: + $: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + _: "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz" + deprecated: "Please see https://github.com/lydell/urix#deprecated" url: - _latest: 0.11.0 - _: - ^0.11.0: 0.11.0 - 0.11.0: - $: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - _: 'https://registry.npmjs.org/url/-/url-0.11.0.tgz' - dependencies: - punycode: 1.3.2 - querystring: 0.2.0 + _latest: 0.11.0 + _: + ^0.11.0: 0.11.0 + 0.11.0: + $: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= + _: "https://registry.npmjs.org/url/-/url-0.11.0.tgz" + dependencies: + punycode: 1.3.2 + querystring: 0.2.0 use: - _latest: 3.1.1 - _: - ^3.1.0: 3.1.1 - 3.1.1: - $: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - _: 'https://registry.npmjs.org/use/-/use-3.1.1.tgz' + _latest: 3.1.1 + _: + ^3.1.0: 3.1.1 + 3.1.1: + $: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + _: "https://registry.npmjs.org/use/-/use-3.1.1.tgz" util: - _latest: 0.12.3 - _: - 0.10.3: 0.10.3 - ^0.11.0: 0.11.1 - 0.11.1: - $: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - _: 'https://registry.npmjs.org/util/-/util-0.11.1.tgz' - dependencies: - inherits: 2.0.3 - 0.10.3: - $: sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - _: 'https://registry.npmjs.org/util/-/util-0.10.3.tgz' - dependencies: - inherits: 2.0.1 + _latest: 0.12.3 + _: + 0.10.3: 0.10.3 + ^0.11.0: 0.11.1 + 0.11.1: + $: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== + _: "https://registry.npmjs.org/util/-/util-0.11.1.tgz" + dependencies: + inherits: 2.0.3 + 0.10.3: + $: sha1-evsa/lCAUkZInj23/g7TeTNqwPk= + _: "https://registry.npmjs.org/util/-/util-0.10.3.tgz" + dependencies: + inherits: 2.0.1 util-deprecate: - _latest: 1.0.2 - _: - '^1.0.1,~1.0.1': 1.0.2 - 1.0.2: - $: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - _: 'https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz' + _latest: 1.0.2 + _: + "^1.0.1,~1.0.1": 1.0.2 + 1.0.2: + $: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + _: "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" v8-compile-cache: - _latest: 2.2.0 - _: - ^2.1.1: 2.2.0 - 2.2.0: - $: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== - _: 'https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz' + _latest: 2.2.0 + _: + ^2.1.1: 2.2.0 + 2.2.0: + $: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== + _: "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz" validate-npm-package-license: - _latest: 3.0.4 - _: - ^3.0.1: 3.0.4 - 3.0.4: - $: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - _: 'https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz' - dependencies: - spdx-correct: ^3.0.0 - spdx-expression-parse: ^3.0.0 + _latest: 3.0.4 + _: + ^3.0.1: 3.0.4 + 3.0.4: + $: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + _: "https://registry.npmjs.org/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://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz' + _latest: 1.0.1 + _: + ^1.0.1: 1.0.1 + 1.0.1: + $: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== + _: "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz" vm-browserify: - _latest: 1.1.2 - _: - ^1.0.1: 1.1.2 - 1.1.2: - $: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - _: 'https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz' + _latest: 1.1.2 + _: + ^1.0.1: 1.1.2 + 1.1.2: + $: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== + _: "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz" watchpack: - _latest: 2.0.0 - _: - ^1.7.4: 1.7.4 - 1.7.4: - $: sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== - _: 'https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz' - dependencies: - graceful-fs: ^4.1.2 - neo-async: ^2.5.0 - optionalDependencies: - chokidar: ^3.4.1 - watchpack-chokidar2: ^2.0.0 + _latest: 2.0.0 + _: + ^1.7.4: 1.7.4 + 1.7.4: + $: sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== + _: "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz" + dependencies: + graceful-fs: ^4.1.2 + neo-async: ^2.5.0 + optionalDependencies: + chokidar: ^3.4.1 + watchpack-chokidar2: ^2.0.0 watchpack-chokidar2: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== - _: 'https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz' - dependencies: - chokidar: ^2.1.8 + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== + _: "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz" + dependencies: + chokidar: ^2.1.8 webpack: - _latest: 5.3.1 - _: - ^4.26.0: 4.44.2 - 4.44.2: - $: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== - _: 'https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz' - 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.1 - ajv: ^6.10.2 - ajv-keywords: ^3.4.1 - chrome-trace-event: ^1.0.2 - enhanced-resolve: ^4.3.0 - eslint-scope: ^4.0.3 - json-parse-better-errors: ^1.0.2 - loader-runner: ^2.4.0 - loader-utils: ^1.2.3 - memory-fs: ^0.4.1 - micromatch: ^3.1.10 - mkdirp: ^0.5.3 - neo-async: ^2.6.1 - node-libs-browser: ^2.2.1 - schema-utils: ^1.0.0 - tapable: ^1.1.3 - terser-webpack-plugin: ^1.4.3 - watchpack: ^1.7.4 - webpack-sources: ^1.4.1 + _latest: 5.3.1 + _: + ^4.26.0: 4.44.2 + 4.44.2: + $: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== + _: "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz" + 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.1 + ajv: ^6.10.2 + ajv-keywords: ^3.4.1 + chrome-trace-event: ^1.0.2 + enhanced-resolve: ^4.3.0 + eslint-scope: ^4.0.3 + json-parse-better-errors: ^1.0.2 + loader-runner: ^2.4.0 + loader-utils: ^1.2.3 + memory-fs: ^0.4.1 + micromatch: ^3.1.10 + mkdirp: ^0.5.3 + neo-async: ^2.6.1 + node-libs-browser: ^2.2.1 + schema-utils: ^1.0.0 + tapable: ^1.1.3 + terser-webpack-plugin: ^1.4.3 + watchpack: ^1.7.4 + webpack-sources: ^1.4.1 webpack-cli: - _latest: 4.1.0 - _: - ^3.1.2: 3.3.12 - 3.3.12: - $: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== - _: 'https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz' - dependencies: - chalk: ^2.4.2 - cross-spawn: ^6.0.5 - enhanced-resolve: ^4.1.1 - findup-sync: ^3.0.0 - global-modules: ^2.0.0 - import-local: ^2.0.0 - interpret: ^1.4.0 - loader-utils: ^1.4.0 - supports-color: ^6.1.0 - v8-compile-cache: ^2.1.1 - yargs: ^13.3.2 - peerDependencies: - webpack: 4.x.x + _latest: 4.1.0 + _: + ^3.1.2: 3.3.12 + 3.3.12: + $: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== + _: "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz" + dependencies: + chalk: ^2.4.2 + cross-spawn: ^6.0.5 + enhanced-resolve: ^4.1.1 + findup-sync: ^3.0.0 + global-modules: ^2.0.0 + import-local: ^2.0.0 + interpret: ^1.4.0 + loader-utils: ^1.4.0 + supports-color: ^6.1.0 + v8-compile-cache: ^2.1.1 + yargs: ^13.3.2 + peerDependencies: + webpack: 4.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 + _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 webpack-sources: - _latest: 2.1.1 - _: - '^1.4.0,^1.4.1': 1.4.3 - 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 + _latest: 2.1.1 + _: + "^1.4.0,^1.4.1": 1.4.3 + 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.1 - _: - ^0.2.1: 0.2.1 - 0.2.1: - $: sha512-OYMZLpZrK/qLA79NE4kC4DCt85h/5ipvWJcsefKe9MMw0qU4/ck/IJg+4OmWA+5EfrZZpHXDq92IptfYDWVfkw== - _: 'https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.2.1.tgz' + _latest: 1.0.1 + _: + ^0.2.1: 0.2.1 + 0.2.1: + $: sha512-OYMZLpZrK/qLA79NE4kC4DCt85h/5ipvWJcsefKe9MMw0qU4/ck/IJg+4OmWA+5EfrZZpHXDq92IptfYDWVfkw== + _: "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.2.1.tgz" which: - _latest: 2.0.2 - _: - '^1.2.14,^1.2.9,^1.3.1': 1.3.1 - 1.3.1: - $: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - _: 'https://registry.npmjs.org/which/-/which-1.3.1.tgz' - dependencies: - isexe: ^2.0.0 + _latest: 2.0.2 + _: + "^1.2.14,^1.2.9,^1.3.1": 1.3.1 + 1.3.1: + $: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + _: "https://registry.npmjs.org/which/-/which-1.3.1.tgz" + dependencies: + isexe: ^2.0.0 which-module: - _latest: 2.0.0 - _: - ^2.0.0: 2.0.0 - 2.0.0: - $: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - _: 'https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz' + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + _: "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz" worker-farm: - _latest: 1.7.0 - _: - ^1.7.0: 1.7.0 - 1.7.0: - $: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - _: 'https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz' - dependencies: - errno: ~0.1.7 + _latest: 1.7.0 + _: + ^1.7.0: 1.7.0 + 1.7.0: + $: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== + _: "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz" + dependencies: + errno: ~0.1.7 wrap-ansi: - _latest: 7.0.0 - _: - ^5.1.0: 5.1.0 - 5.1.0: - $: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - _: 'https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz' - dependencies: - ansi-styles: ^3.2.0 - string-width: ^3.0.0 - strip-ansi: ^5.0.0 + _latest: 7.0.0 + _: + ^5.1.0: 5.1.0 + 5.1.0: + $: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + _: "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz" + dependencies: + ansi-styles: ^3.2.0 + string-width: ^3.0.0 + strip-ansi: ^5.0.0 wrappy: - _latest: 1.0.2 - _: - '1': 1.0.2 - 1.0.2: - $: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - _: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz' + _latest: 1.0.2 + _: + "1": 1.0.2 + 1.0.2: + $: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + _: "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" xclap: - _latest: 0.2.53 - _: - ^0.2.53: 0.2.53 - 0.2.53: - $: sha512-sKGFvLhZySDy4zBxzgcFu9a5+01ma6S/E8rQNMSbTuaWegdpD2leB5GzqIxktmzdkSjSJ5XjI2MGM0OGcyf2HA== - _: 'https://registry.npmjs.org/xclap/-/xclap-0.2.53.tgz' - dependencies: - '@xarc/run': ^1.0.2 + _latest: 0.2.53 + _: + ^0.2.53: 0.2.53 + 0.2.53: + $: sha512-sKGFvLhZySDy4zBxzgcFu9a5+01ma6S/E8rQNMSbTuaWegdpD2leB5GzqIxktmzdkSjSJ5XjI2MGM0OGcyf2HA== + _: "https://registry.npmjs.org/xclap/-/xclap-0.2.53.tgz" + dependencies: + "@xarc/run": ^1.0.2 xsh: - _latest: 0.4.5 - _: - '^0.4.4,^0.4.5': 0.4.5 - 0.4.5: - $: sha512-Tkmj2v1+Uik0zaTU/0+Qwbv8b/NEnPwHgSfnhPIjlSoIb2dRW8HlJMrJb4x232LoITzZATKr7fhdMR4renzhzg== - _: 'https://registry.npmjs.org/xsh/-/xsh-0.4.5.tgz' - dependencies: - shcmd: ^0.8.4 + _latest: 0.4.5 + _: + "^0.4.4,^0.4.5": 0.4.5 + 0.4.5: + $: sha512-Tkmj2v1+Uik0zaTU/0+Qwbv8b/NEnPwHgSfnhPIjlSoIb2dRW8HlJMrJb4x232LoITzZATKr7fhdMR4renzhzg== + _: "https://registry.npmjs.org/xsh/-/xsh-0.4.5.tgz" + dependencies: + shcmd: ^0.8.4 xtend: - _latest: 4.0.2 - _: - '^4.0.0,~4.0.1': 4.0.2 - 4.0.2: - $: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - _: 'https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz' + _latest: 4.0.2 + _: + "^4.0.0,~4.0.1": 4.0.2 + 4.0.2: + $: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + _: "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" y18n: - _latest: 5.0.5 - _: - ^4.0.0: 4.0.0 - 4.0.0: - $: sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - _: 'https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz' + _latest: 5.0.5 + _: + ^4.0.0: 4.0.0 + 4.0.0: + $: sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + _: "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz" yallist: - _latest: 4.0.0 - _: - ^3.0.2: 3.1.1 - 3.1.1: - $: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - _: 'https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz' + _latest: 4.0.0 + _: + ^3.0.2: 3.1.1 + 3.1.1: + $: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + _: "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" yargs: - _latest: 16.1.0 - _: - ^13.3.2: 13.3.2 - 13.3.2: - $: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - _: 'https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz' - dependencies: - cliui: ^5.0.0 - find-up: ^3.0.0 - get-caller-file: ^2.0.1 - require-directory: ^2.1.1 - require-main-filename: ^2.0.0 - set-blocking: ^2.0.0 - string-width: ^3.0.0 - which-module: ^2.0.0 - y18n: ^4.0.0 - yargs-parser: ^13.1.2 + _latest: 16.1.0 + _: + ^13.3.2: 13.3.2 + 13.3.2: + $: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + _: "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz" + dependencies: + cliui: ^5.0.0 + find-up: ^3.0.0 + get-caller-file: ^2.0.1 + require-directory: ^2.1.1 + require-main-filename: ^2.0.0 + set-blocking: ^2.0.0 + string-width: ^3.0.0 + which-module: ^2.0.0 + y18n: ^4.0.0 + yargs-parser: ^13.1.2 yargs-parser: - _latest: 20.2.3 - _: - ^13.1.2: 13.1.2 - 13.1.2: - $: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - _: 'https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz' - dependencies: - camelcase: ^5.0.0 - decamelize: ^1.2.0 + _latest: 20.2.3 + _: + ^13.1.2: 13.1.2 + 13.1.2: + $: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + _: "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz" + dependencies: + camelcase: ^5.0.0 + decamelize: ^1.2.0 diff --git a/samples/react-vendor-dll/src/dll-react.js b/samples/react-vendor-dll/src/dll-react.js index 2f861025e..a16774af4 100644 --- a/samples/react-vendor-dll/src/dll-react.js +++ b/samples/react-vendor-dll/src/dll-react.js @@ -3,4 +3,3 @@ require("react-dom"); require("react-router"); require("react-redux"); require("redux"); - diff --git a/samples/stylus-sample/.yo-rc.json b/samples/stylus-sample/.yo-rc.json index 0b4b07821..47ef9f9a8 100644 --- a/samples/stylus-sample/.yo-rc.json +++ b/samples/stylus-sample/.yo-rc.json @@ -2,4 +2,4 @@ "generator-electrode": { "serverType": "HapiJS" } -} \ No newline at end of file +} diff --git a/samples/stylus-sample/archetype/config/index.js b/samples/stylus-sample/archetype/config/index.js index e0043c704..51e1bd205 100644 --- a/samples/stylus-sample/archetype/config/index.js +++ b/samples/stylus-sample/archetype/config/index.js @@ -5,4 +5,3 @@ module.exports = { sass: false } }; - diff --git a/samples/stylus-sample/config/default.js b/samples/stylus-sample/config/default.js index 039d5455b..204684910 100644 --- a/samples/stylus-sample/config/default.js +++ b/samples/stylus-sample/config/default.js @@ -23,7 +23,7 @@ module.exports = { // webpack dev middleware options dev: { // user reporter that's called by the archetype's reporter - reporter: reporterOptions => { + reporter: (reporterOptions) => { // For example, you can start app server with `clap devbrk` and attach // to it with chrome://inspect, and then enable this debugger statement // so chrome stop here every time webpack middleware finish compiling diff --git a/samples/stylus-sample/src/client/app.jsx b/samples/stylus-sample/src/client/app.jsx index 2d48ef141..a3548879e 100644 --- a/samples/stylus-sample/src/client/app.jsx +++ b/samples/stylus-sample/src/client/app.jsx @@ -17,7 +17,7 @@ import "milligram-stylus"; // // Redux configure store with Hot Module Reload // -const configureStore = initialState => { +const configureStore = (initialState) => { const store = createStore(rootReducer, initialState); if (module.hot) { @@ -32,7 +32,7 @@ const configureStore = initialState => { const store = configureStore(window.__PRELOADED_STATE__); -const start = App => { +const start = (App) => { const jsContent = document.querySelector(".js-content"); const reactStart = window.__PRELOADED_STATE__ && jsContent.innerHTML ? hydrate : render; diff --git a/samples/stylus-sample/src/client/components/demo-pure-states.jsx b/samples/stylus-sample/src/client/components/demo-pure-states.jsx index 40af05e90..925016c84 100644 --- a/samples/stylus-sample/src/client/components/demo-pure-states.jsx +++ b/samples/stylus-sample/src/client/components/demo-pure-states.jsx @@ -8,7 +8,7 @@ import PropTypes from "prop-types"; import { connect } from "react-redux"; import { toggleCheck, incNumber, decNumber } from "../actions"; -const DemoPureStates = props => { +const DemoPureStates = (props) => { const { checked, value, dispatch } = props; /*eslint-disable */ return ( @@ -27,9 +27,7 @@ const DemoPureStates = props => {
    -
    - {value} -
    +
    {value}
    @@ -43,11 +41,11 @@ DemoPureStates.propTypes = { dispatch: PropTypes.func.isRequired }; -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { checked: state.checkBox.checked, value: state.number.value }; }; -export default connect(mapStateToProps, dispatch => ({ dispatch }))(DemoPureStates); +export default connect(mapStateToProps, (dispatch) => ({ dispatch }))(DemoPureStates); diff --git a/samples/stylus-sample/src/client/components/demo-states.jsx b/samples/stylus-sample/src/client/components/demo-states.jsx index 613f02ebf..44173d4f9 100644 --- a/samples/stylus-sample/src/client/components/demo-states.jsx +++ b/samples/stylus-sample/src/client/components/demo-states.jsx @@ -23,9 +23,7 @@ class DemoStates extends React.Component {
    -
    - {value} -
    +
    {value}
    @@ -40,11 +38,11 @@ DemoStates.propTypes = { dispatch: PropTypes.func.isRequired }; -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { checked: state.checkBox.checked, value: state.number.value }; }; -export default connect(mapStateToProps, dispatch => ({ dispatch }))(DemoStates); +export default connect(mapStateToProps, (dispatch) => ({ dispatch }))(DemoStates); diff --git a/samples/stylus-sample/src/server/index.js b/samples/stylus-sample/src/server/index.js index 88d62f2a4..964bdb572 100644 --- a/samples/stylus-sample/src/server/index.js +++ b/samples/stylus-sample/src/server/index.js @@ -28,7 +28,7 @@ function setupElectrodeServerEvents(emitter) { } // -const startServer = config => { +const startServer = (config) => { // const decor = staticPathsDecor(); if (!config.listener) config.listener = setupElectrodeServerEvents; diff --git a/samples/stylus-sample/src/server/plugins/pwa.js b/samples/stylus-sample/src/server/plugins/pwa.js index 754c91883..88cf4ee1d 100644 --- a/samples/stylus-sample/src/server/plugins/pwa.js +++ b/samples/stylus-sample/src/server/plugins/pwa.js @@ -3,7 +3,7 @@ /*eslint-env es6*/ const plugin = {}; -plugin.register = function(server, options, next) { +plugin.register = function (server, options, next) { server.route({ method: "GET", path: "/sw.js", diff --git a/samples/stylus-sample/src/server/views/index-view.jsx b/samples/stylus-sample/src/server/views/index-view.jsx index 50c9a3dec..e8baa8e52 100644 --- a/samples/stylus-sample/src/server/views/index-view.jsx +++ b/samples/stylus-sample/src/server/views/index-view.jsx @@ -17,7 +17,7 @@ import { routes } from "../../client/routes"; let routesEngine; -module.exports = req => { +module.exports = (req) => { if (!routesEngine) { routesEngine = new ReduxRouterEngine({ routes }); } diff --git a/samples/stylus-sample/test/server/server.spec.js b/samples/stylus-sample/test/server/server.spec.js index 99d0218b5..d22f59e14 100644 --- a/samples/stylus-sample/test/server/server.spec.js +++ b/samples/stylus-sample/test/server/server.spec.js @@ -7,6 +7,6 @@ * Unit Testing Server Side Rendering of the React code is not supported yet. */ -describe("server", function() { +describe("server", function () { it("write some unit test for server code", () => {}); }); diff --git a/samples/subapp1-online-store/archetype/config/index.js b/samples/subapp1-online-store/archetype/config/index.js index 2bed5e77c..0cf2e1fa7 100644 --- a/samples/subapp1-online-store/archetype/config/index.js +++ b/samples/subapp1-online-store/archetype/config/index.js @@ -1,5 +1,5 @@ module.exports = { options: { - subapp: true - } + subapp: true, + }, }; diff --git a/samples/subapp1-online-store/babel.config.js b/samples/subapp1-online-store/babel.config.js index fb1d6601e..fbc7c5aec 100644 --- a/samples/subapp1-online-store/babel.config.js +++ b/samples/subapp1-online-store/babel.config.js @@ -1,4 +1,4 @@ "use strict"; module.exports = { - extends: "@xarc/app-dev/config/babel/babelrc.js" + extends: "@xarc/app-dev/config/babel/babelrc.js", }; diff --git a/samples/subapp1-online-store/config/default.js b/samples/subapp1-online-store/config/default.js index 7c085cacb..f8ffd5700 100644 --- a/samples/subapp1-online-store/config/default.js +++ b/samples/subapp1-online-store/config/default.js @@ -11,9 +11,9 @@ const portFromEnv = () => { module.exports = { plugins: { "@xarc/app-dev": { - enable: process.env.WEBPACK_DEV === "true" + enable: process.env.WEBPACK_DEV === "true", }, - "subapp-server": { options: { insertTokenIds: true } } + "subapp-server": { options: { insertTokenIds: true } }, }, connections: { default: { @@ -21,11 +21,11 @@ module.exports = { address: process.env.HOST_IP || "0.0.0.0", port: portFromEnv(), routes: { - cors: false + cors: false, }, state: { - ignoreErrors: true - } - } - } + ignoreErrors: true, + }, + }, + }, }; diff --git a/samples/subapp1-online-store/config/production.js b/samples/subapp1-online-store/config/production.js index 8bc69dd8f..ab0961284 100644 --- a/samples/subapp1-online-store/config/production.js +++ b/samples/subapp1-online-store/config/production.js @@ -3,8 +3,8 @@ module.exports = { "subapp-server": { options: { insertTokenIds: false, - cdn: { enable: true } - } - } - } + cdn: { enable: true }, + }, + }, + }, }; diff --git a/samples/subapp1-online-store/package.json b/samples/subapp1-online-store/package.json index 947cfc1da..8a52f79a9 100644 --- a/samples/subapp1-online-store/package.json +++ b/samples/subapp1-online-store/package.json @@ -33,10 +33,10 @@ "test": "clap check", "build": "clap build" }, - "dependencies": { + "dependencies": { "@babel/runtime": "^7.17.9", "@module-federation/concat-runtime": "^0.0.1", - "@xarc/fastify-server": "^3.3.0", + "@xarc/fastify-server": "^3.3.0", "electrode-confippet": "^1.7.1", "history": "^5.3.0", "html-webpack-plugin": "^5.5.0", diff --git a/samples/subapp1-online-store/src/.eslintrc.js b/samples/subapp1-online-store/src/.eslintrc.js index 741028a4c..17a0769e5 100644 --- a/samples/subapp1-online-store/src/.eslintrc.js +++ b/samples/subapp1-online-store/src/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintReactRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintReactRc + extends: eslintReactRc, }; diff --git a/samples/subapp1-online-store/src/01.header/subapp-header.jsx b/samples/subapp1-online-store/src/01.header/subapp-header.jsx index 2c4a8fd75..662271580 100644 --- a/samples/subapp1-online-store/src/01.header/subapp-header.jsx +++ b/samples/subapp1-online-store/src/01.header/subapp-header.jsx @@ -4,9 +4,7 @@ import { loadSubApp, React } from "subapp-react"; const Header = () => { return (
    -

    - SubApp Version 1 with React v18 -

    +

    SubApp Version 1 with React v18

    ); }; diff --git a/samples/subapp1-online-store/src/02.main-body/reducers.jsx b/samples/subapp1-online-store/src/02.main-body/reducers.jsx index 5546a5337..4c4326b06 100644 --- a/samples/subapp1-online-store/src/02.main-body/reducers.jsx +++ b/samples/subapp1-online-store/src/02.main-body/reducers.jsx @@ -9,23 +9,23 @@ const number = (number = 100, action = {}) => { return number; }; -const items = s => { +const items = (s) => { return s || { items: [] }; }; export default { number, - items + items, }; // Action function for easy of use. export const incNumber = () => { return { - type: "INC_NUMBER" + type: "INC_NUMBER", }; }; export const decNumber = () => { return { - type: "DEC_NUMBER" + type: "DEC_NUMBER", }; -}; \ No newline at end of file +}; diff --git a/samples/subapp1-online-store/src/02.main-body/server.jsx b/samples/subapp1-online-store/src/02.main-body/server.jsx index 3e5dbb079..4ecb70b70 100644 --- a/samples/subapp1-online-store/src/02.main-body/server.jsx +++ b/samples/subapp1-online-store/src/02.main-body/server.jsx @@ -2,7 +2,13 @@ import React from "react"; import subApp from "./main-body"; import Promise from "bluebird"; import { StaticRouter } from "react-router-dom/server"; -import {unstable_HistoryRouter as HistoryRouter, Routes, Router, BrowserRouter, Link} from "react-router-dom"; +import { + unstable_HistoryRouter as HistoryRouter, + Routes, + Router, + BrowserRouter, + Link, +} from "react-router-dom"; module.exports = { prepare: async ({ request, context }) => { @@ -15,34 +21,34 @@ module.exports = { imageUrl: "https://i5.walmartimages.com/asr/eb17a965-39fc-4f78-9512-ed9e8535cb3f_2.a3bc9a314bb6bf1d7c323ea038f181b8.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", footer: `VIZIO 50” Class 4K Ultra HD LED TV`, - type: "danger" + type: "danger", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://i5.walmartimages.com/asr/7da972fa-166b-4e32-a59e-eb99d932f97e_1.98742f6c14fb6ecc1feed8c1b2c7d340.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", footer: `Sharp 40" Class FHD (1080p) LED TV`, - type: "success" + type: "success", }, { heading: "BLACK FRIDAY DEAL", imageUrl: "https://i5.walmartimages.com/asr/38ee580a-8e54-48fa-8f0d-4ca6be5b4c29_3.57548f072dc4d4eb3833b7b2837c5f35.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF", - footer: `Sceptre 32" Class HD (720P) LED TV` - } - ] + footer: `Sceptre 32" Class HD (720P) LED TV`, + }, + ], }) - .then(initialState => { + .then((initialState) => { return { initialState }; }); }, - StartComponent: props => { + StartComponent: (props) => { return ( ); - } + }, }; console.log("hello from main-body server.jsx"); diff --git a/samples/subapp1-online-store/src/02.main-body/subapp-manifest.js b/samples/subapp1-online-store/src/02.main-body/subapp-manifest.js index 243851d85..ae7e917d1 100644 --- a/samples/subapp1-online-store/src/02.main-body/subapp-manifest.js +++ b/samples/subapp1-online-store/src/02.main-body/subapp-manifest.js @@ -2,5 +2,5 @@ module.exports = { type: "app", name: "MainBody", entry: "main-body", - serverEntry: "./server" + serverEntry: "./server", }; diff --git a/samples/subapp1-online-store/src/03.footer/server.jsx b/samples/subapp1-online-store/src/03.footer/server.jsx index fa7f85526..8d856879e 100644 --- a/samples/subapp1-online-store/src/03.footer/server.jsx +++ b/samples/subapp1-online-store/src/03.footer/server.jsx @@ -8,8 +8,8 @@ module.exports = { prepare: () => { // console.log("subapp footer server prepare"); return Promise.delay(50 + Math.random() * 1000).return({ - title: "Your Online Store Copyright" + title: "Your Online Store Copyright", }); }, - StartComponent: Component + StartComponent: Component, }; diff --git a/samples/subapp1-online-store/src/03.footer/subapp-footer.jsx b/samples/subapp1-online-store/src/03.footer/subapp-footer.jsx index 41674ef54..df1340142 100644 --- a/samples/subapp1-online-store/src/03.footer/subapp-footer.jsx +++ b/samples/subapp1-online-store/src/03.footer/subapp-footer.jsx @@ -28,7 +28,7 @@ const Footer = (props) => { return (
    -

    Redux State Change Demo

    +

    Redux State Change Demo

    import("../components/Users")); - const SuspenseDemo = () => { const [showComments, setShowComments] = useState(true); // New React 18 hook to work with transitions - const [isPending, startTransition] = useTransition(); + const [isPending, startTransition] = useTransition(); // isPending indicates when a transition is active to show a pending state const handleClick = () => { @@ -30,13 +29,14 @@ const SuspenseDemo = () => {

    Suspense Demo

    This subapp demonstrates React 18 Suspense feature.

    -
    +
    {/* Here we are checking isPending value when the transition starts. If true, it changes div's opacity. isPending goes back to false when transition completes and opacity switches back to value of 1 */}
    }> -
    + +
    {showComments ? : }
    diff --git a/samples/subapp1-online-store/src/components/Comments.jsx b/samples/subapp1-online-store/src/components/Comments.jsx index a52b8d8b2..b5423e358 100644 --- a/samples/subapp1-online-store/src/components/Comments.jsx +++ b/samples/subapp1-online-store/src/components/Comments.jsx @@ -2,7 +2,6 @@ import { React } from "subapp-react"; import commentsData from "../data/commentsData"; import fetchFakeData from "../data/utils"; - const resource = fetchFakeData(commentsData, 2500); export default function Comments() { diff --git a/samples/subapp1-online-store/src/components/Navigation.jsx b/samples/subapp1-online-store/src/components/Navigation.jsx index f0ac3c409..6fe23a56e 100644 --- a/samples/subapp1-online-store/src/components/Navigation.jsx +++ b/samples/subapp1-online-store/src/components/Navigation.jsx @@ -10,7 +10,9 @@ const navRoutes = [ const NavItem = ({ to, children }) => { return (
  • - {children} + + {children} +
  • ); }; @@ -28,7 +30,9 @@ export const Navigation = () => { diff --git a/samples/subapp1-online-store/src/components/Products.jsx b/samples/subapp1-online-store/src/components/Products.jsx index 1b72f600c..4b87b342d 100644 --- a/samples/subapp1-online-store/src/components/Products.jsx +++ b/samples/subapp1-online-store/src/components/Products.jsx @@ -3,11 +3,11 @@ import { connect } from "react-redux"; const Products = (props) => { const { items } = props; - - return ( -
    -

    Products

    -
    + + return ( +
    +

    Products

    +
    Spinner...
    }> {items.map((item, i) => (
    @@ -18,10 +18,10 @@ const Products = (props) => {
    ))} - -
    +
    - ) +
    + ); }; const mapStateToProps = (state) => { diff --git a/samples/subapp1-online-store/src/components/Users.jsx b/samples/subapp1-online-store/src/components/Users.jsx index fdd23f4cd..8622152fb 100644 --- a/samples/subapp1-online-store/src/components/Users.jsx +++ b/samples/subapp1-online-store/src/components/Users.jsx @@ -11,9 +11,12 @@ const Users = () => {
      {users.map((user, i) => (
    • - ID: {user.id}
      - Name: {user.name}
      - Email: {user.email}
      + ID: {user.id} +
      + Name: {user.name} +
      + Email: {user.email} +

    • ))} @@ -21,4 +24,4 @@ const Users = () => { ); }; -export default Users; \ No newline at end of file +export default Users; diff --git a/samples/subapp1-online-store/src/data/commentsData.js b/samples/subapp1-online-store/src/data/commentsData.js index e217ce5ad..ac529c333 100644 --- a/samples/subapp1-online-store/src/data/commentsData.js +++ b/samples/subapp1-online-store/src/data/commentsData.js @@ -4,4 +4,4 @@ const commentsData = [ "This too... I like marshmallows.", ]; -export default commentsData; \ No newline at end of file +export default commentsData; diff --git a/samples/subapp1-online-store/src/data/usersData.js b/samples/subapp1-online-store/src/data/usersData.js index 046290876..28bbb845b 100644 --- a/samples/subapp1-online-store/src/data/usersData.js +++ b/samples/subapp1-online-store/src/data/usersData.js @@ -1,7 +1,7 @@ const usersData = [ - {id: 1, name: "John", email: "john@example.com"}, - {id: 2, name: "Cindy", email: "cindy@example.com"}, - {id: 3, name: "Sam", email: "sam@example.com"} + { id: 1, name: "John", email: "john@example.com" }, + { id: 2, name: "Cindy", email: "cindy@example.com" }, + { id: 3, name: "Sam", email: "sam@example.com" }, ]; -export default usersData; \ No newline at end of file +export default usersData; diff --git a/samples/subapp1-online-store/src/data/utils.js b/samples/subapp1-online-store/src/data/utils.js index 787cb6408..742637f9d 100644 --- a/samples/subapp1-online-store/src/data/utils.js +++ b/samples/subapp1-online-store/src/data/utils.js @@ -1,5 +1,5 @@ const fetchFakeData = (fakeData, delay) => { - let status = "pending" + let status = "pending"; let result; let suspender = new Promise((resolve, reject) => { setTimeout(() => { @@ -16,9 +16,9 @@ const fetchFakeData = (fakeData, delay) => { } if (status === "success") { return result; - } + } }, }; }; -export default fetchFakeData; \ No newline at end of file +export default fetchFakeData; diff --git a/samples/subapp1-online-store/src/server-routes/.eslintrc.js b/samples/subapp1-online-store/src/server-routes/.eslintrc.js index 6e9a41dcc..c236e19cf 100644 --- a/samples/subapp1-online-store/src/server-routes/.eslintrc.js +++ b/samples/subapp1-online-store/src/server-routes/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintNodeRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintNodeRc + extends: eslintNodeRc, }; diff --git a/samples/subapp1-online-store/src/server-routes/default/index.js b/samples/subapp1-online-store/src/server-routes/default/index.js index 544def1a2..d0d14e0d6 100644 --- a/samples/subapp1-online-store/src/server-routes/default/index.js +++ b/samples/subapp1-online-store/src/server-routes/default/index.js @@ -42,7 +42,7 @@ const Template = ( serverSideRendering inlineScript /> - + + /> - + - +
    - + diff --git a/samples/subapp1-online-store/src/server-routes/default/route.js b/samples/subapp1-online-store/src/server-routes/default/route.js index d101ff9e0..94827f84e 100644 --- a/samples/subapp1-online-store/src/server-routes/default/route.js +++ b/samples/subapp1-online-store/src/server-routes/default/route.js @@ -1,17 +1,12 @@ "use strict"; module.exports = { - path: [ - "/", - { "/home": ["post"] }, - "/products", - "/deals" - ], + path: ["/", { "/home": ["post"] }, "/products", "/deals"], pageTitle: "Online Store Home", // Specify the HTML index generation template // since using JSX template, don't include the extension // because babel transpiled it to .js in prod mode // but in dev mode we still need to be able to load the // .jsx version directly through @babel/register. - templateFile: "index" + templateFile: "index", }; diff --git a/samples/subapp1-online-store/src/server-routes/default/style.css b/samples/subapp1-online-store/src/server-routes/default/style.css index ed5893d11..ab56c16a5 100644 --- a/samples/subapp1-online-store/src/server-routes/default/style.css +++ b/samples/subapp1-online-store/src/server-routes/default/style.css @@ -24,19 +24,25 @@ -webkit-animation: spin 1s ease-in-out infinite; } @keyframes spin { - to { -webkit-transform: rotate(360deg); } + to { + -webkit-transform: rotate(360deg); + } } @-webkit-keyframes spin { - to { -webkit-transform: rotate(360deg); } + to { + -webkit-transform: rotate(360deg); + } } -#comment-box, #user-box { +#comment-box, +#user-box { border: 1px solid #000; display: inline-block; padding: 20px 40px 20px; margin: 20px; text-align: left; } -.comment, .user { +.comment, +.user { font-size: 18px; } .navbar { @@ -45,26 +51,29 @@ .navbar .container-fluid { max-width: 900px; } -#subapp-header01, #subapp-mainbody, #subapp-bottom, -#subapp-suspense-demo, #subapp-footer { +#subapp-header01, +#subapp-mainbody, +#subapp-bottom, +#subapp-suspense-demo, +#subapp-footer { overflow: auto; padding: 20px; } #subapp-header01 { - background: #143F6B; + background: #143f6b; color: #fff; } #subapp-mainbody { - background: #F55353; + background: #f55353; padding: 0 0 20px; } #subapp-footer { - background: #FEB139; + background: #feb139; } #subapp-suspense-demo { - background: #F6F54D; + background: #f6f54d; } footer form { max-width: 500px; margin: auto; -} \ No newline at end of file +} diff --git a/samples/subapp1-online-store/src/server/.eslintrc.js b/samples/subapp1-online-store/src/server/.eslintrc.js index 6e9a41dcc..c236e19cf 100644 --- a/samples/subapp1-online-store/src/server/.eslintrc.js +++ b/samples/subapp1-online-store/src/server/.eslintrc.js @@ -1,5 +1,5 @@ const { eslintNodeRc } = require("@xarc/app-dev"); module.exports = { - extends: eslintNodeRc + extends: eslintNodeRc, }; diff --git a/samples/subapp1-online-store/src/server/index.js b/samples/subapp1-online-store/src/server/index.js index 25d9e67cc..5bb2667ec 100644 --- a/samples/subapp1-online-store/src/server/index.js +++ b/samples/subapp1-online-store/src/server/index.js @@ -26,7 +26,7 @@ function setupElectrodeServerEvents(emitter) { emitter.on("complete", (data, next) => next()); } -const startServer = config => { +const startServer = (config) => { if (!config.listener) { config.listener = setupElectrodeServerEvents; } diff --git a/samples/subapp1-online-store/xclap.js b/samples/subapp1-online-store/xclap.js index 5a252f9b3..c46c2f636 100644 --- a/samples/subapp1-online-store/xclap.js +++ b/samples/subapp1-online-store/xclap.js @@ -5,7 +5,7 @@ exports.xrun = xrun; xrun.updateEnv( { WEBPACK_DEV_PORT: 0, - APP_SERVER_PORT: 0 + APP_SERVER_PORT: 0, }, { override: false } ); @@ -14,6 +14,6 @@ const deps = require("./package.json").dependencies; loadDevTasks(xrun, { webpackOptions: { - minify: true - } + minify: true, + }, }); diff --git a/samples/subapp2-basic/package.json b/samples/subapp2-basic/package.json index 20baf7a50..788bc838b 100644 --- a/samples/subapp2-basic/package.json +++ b/samples/subapp2-basic/package.json @@ -32,7 +32,7 @@ "printWidth": 100 }, "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.12.5", "@xarc/fastify-server": "^3.3.0" }, "devDependencies": { diff --git a/samples/subapp2-basic/src/components/Home.tsx b/samples/subapp2-basic/src/components/Home.tsx index 5a7b3287c..136d5ef22 100644 --- a/samples/subapp2-basic/src/components/Home.tsx +++ b/samples/subapp2-basic/src/components/Home.tsx @@ -1,7 +1,7 @@ import { React } from "@xarc/react"; const Home = () => { - return

    This is Dynamically Loaded Home Page Component!

    ; -} + return

    This is Dynamically Loaded Home Page Component!

    ; +}; -export default Home; \ No newline at end of file +export default Home; diff --git a/samples/subapp2-basic/src/components/Navigation.tsx b/samples/subapp2-basic/src/components/Navigation.tsx index 2caaa5ccb..fa3b2d5e2 100644 --- a/samples/subapp2-basic/src/components/Navigation.tsx +++ b/samples/subapp2-basic/src/components/Navigation.tsx @@ -1,17 +1,21 @@ import { React } from "@xarc/react"; -import { Link } from "@xarc/react-router" +import { Link } from "@xarc/react-router"; -const listStyle = { display: "inline-block", fontSize: "20px", margin: "10px" } +const listStyle = { display: "inline-block", fontSize: "20px", margin: "10px" }; - const Navigation = () => { - return ( - - ) - } +const Navigation = () => { + return ( + + ); +}; -export default Navigation; \ No newline at end of file +export default Navigation; diff --git a/samples/subapp2-basic/src/components/products/index.tsx b/samples/subapp2-basic/src/components/products/index.tsx index 17e42a6b6..e4c453ddb 100644 --- a/samples/subapp2-basic/src/components/products/index.tsx +++ b/samples/subapp2-basic/src/components/products/index.tsx @@ -5,9 +5,9 @@ import { Product } from "./product"; const Products = () => { const [products, setProducts] = React.useState([]); React.useEffect(() => { - setProducts(data) + setProducts(data); }, []); - + if (products) { return (
    { }; export const subapp: ReactSubApp = { - Component: Products + Component: Products, }; - diff --git a/samples/subapp2-basic/src/components/products/product.tsx b/samples/subapp2-basic/src/components/products/product.tsx index a77681b5d..5681de46c 100644 --- a/samples/subapp2-basic/src/components/products/product.tsx +++ b/samples/subapp2-basic/src/components/products/product.tsx @@ -5,4 +5,4 @@ export const Product = ({ heading, imageUrl }) => (

    {heading}

    {heading}
    -); \ No newline at end of file +); diff --git a/samples/subapp2-basic/src/server/routes.ts b/samples/subapp2-basic/src/server/routes.ts index 64c22ba10..bb8f5aef9 100644 --- a/samples/subapp2-basic/src/server/routes.ts +++ b/samples/subapp2-basic/src/server/routes.ts @@ -17,11 +17,11 @@ const subApps = [ export async function fastifyPlugin(server: ElectrodeFastifyInstance) { const homeRenderer: PageRenderer = new PageRenderer({ pageTitle: "Xarc React 18 - Home", - subApps + subApps, }); const productRenderer: PageRenderer = new PageRenderer({ pageTitle: "Xarc React 18 - Product", - subApps + subApps, }); server.route({ diff --git a/samples/subapp2-basic/src/subapps/header/index.tsx b/samples/subapp2-basic/src/subapps/header/index.tsx index 571f35870..092a6b0f7 100644 --- a/samples/subapp2-basic/src/subapps/header/index.tsx +++ b/samples/subapp2-basic/src/subapps/header/index.tsx @@ -6,7 +6,7 @@ import Navigation from "../../components/Navigation"; const Header = () => { return (
    { >

    - Electrode - Subapp Version 2 (with React 18) + Electrode - Subapp Version 2{" "} + (with React 18)

    @@ -25,7 +26,5 @@ const Header = () => { export const subapp: ReactSubApp = { Component: Header, - wantFeatures: [ - reactRouterFeature({ React }) - ], + wantFeatures: [reactRouterFeature({ React })], }; diff --git a/samples/subapp2-basic/src/subapps/main-body/index.tsx b/samples/subapp2-basic/src/subapps/main-body/index.tsx index 9091e4596..baa388e11 100644 --- a/samples/subapp2-basic/src/subapps/main-body/index.tsx +++ b/samples/subapp2-basic/src/subapps/main-body/index.tsx @@ -56,7 +56,7 @@ const MainBody = (props) => { } /> } /> -
    +
    ); }; @@ -75,6 +75,7 @@ export const subapp: ReactSubApp = { prepare: async (initialState) => { return { initialState: initialState || { number: { value: 999 } } }; }, - }), reactRouterFeature({ React }) + }), + reactRouterFeature({ React }), ], }; diff --git a/samples/subapp2-poc/src/demo1.tsx b/samples/subapp2-poc/src/demo1.tsx index 45d166993..56a591d5f 100644 --- a/samples/subapp2-poc/src/demo1.tsx +++ b/samples/subapp2-poc/src/demo1.tsx @@ -1,7 +1,7 @@ import { React, ReactSubApp, AppContext } from "@xarc/react"; import { message } from "./message"; -const Demo1 = props => { +const Demo1 = (props) => { return ( {({ isSsr, ssr }) => { diff --git a/samples/subapp2-poc/src/demo2.tsx b/samples/subapp2-poc/src/demo2.tsx index f24219fd3..f88d8a772 100644 --- a/samples/subapp2-poc/src/demo2.tsx +++ b/samples/subapp2-poc/src/demo2.tsx @@ -1,6 +1,6 @@ import { React } from "@xarc/react"; -export const Demo2 = props => { +export const Demo2 = (props) => { return (

    abc subapp demo2

    diff --git a/samples/subapp2-poc/src/demo3-static-props.ts b/samples/subapp2-poc/src/demo3-static-props.ts index a7aab124c..bf2e7ba9a 100644 --- a/samples/subapp2-poc/src/demo3-static-props.ts +++ b/samples/subapp2-poc/src/demo3-static-props.ts @@ -2,7 +2,7 @@ const maxDelay = 50; export const getStaticProps = async () => { const delay = Math.floor(Math.random() * maxDelay); - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(resolve, delay); }).then(() => { return { diff --git a/samples/subapp2-poc/src/demo3.tsx b/samples/subapp2-poc/src/demo3.tsx index b30265ffa..ea145b89f 100644 --- a/samples/subapp2-poc/src/demo3.tsx +++ b/samples/subapp2-poc/src/demo3.tsx @@ -1,6 +1,6 @@ import { React, ReactSubApp, staticPropsFeature } from "@xarc/react"; -const Demo3 = props => { +const Demo3 = (props) => { return (

    abc subapp demo3

    diff --git a/samples/subapp2-poc/src/demo4-react-query.ts b/samples/subapp2-poc/src/demo4-react-query.ts index 14304cf97..d3ec6bf7e 100644 --- a/samples/subapp2-poc/src/demo4-react-query.ts +++ b/samples/subapp2-poc/src/demo4-react-query.ts @@ -7,7 +7,7 @@ export const demo4QueryFn = async ({ queryKey }) => { console.debug("demo4 react-query getting data, delay:", delay); - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(resolve, delay); }).then(() => { return { msg: "react-query", queryKey, delay }; diff --git a/samples/subapp2-poc/src/home.tsx b/samples/subapp2-poc/src/home.tsx index 72cb2df0c..fcd6ccb91 100644 --- a/samples/subapp2-poc/src/home.tsx +++ b/samples/subapp2-poc/src/home.tsx @@ -55,7 +55,7 @@ const decNumber = () => { }; }; -const Home = props => { +const Home = (props) => { // TODO: Problem with typescript only. Need this dummy var assign to reference custom // import else something drops it. const y = custom; // eslint-disable-line @@ -91,7 +91,7 @@ Home.propTypes = { dispatch: PropTypes.func }; -export const reload = msg => { +export const reload = (msg) => { console.log("reload", msg, message); // eslint-disable-line }; @@ -99,11 +99,11 @@ export const reload = msg => { // REDUX // -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { value: state.number.value }; }; -const ReduxHome = connect(mapStateToProps, dispatch => ({ dispatch }))(Home); +const ReduxHome = connect(mapStateToProps, (dispatch) => ({ dispatch }))(Home); // // ROUTING @@ -126,7 +126,7 @@ export const subapp: ReactSubApp = { shareStore: true, reducers: true, // provider({ Component, props }) {} - prepare: async initialState => { + prepare: async (initialState) => { xarcV2.debug("Home (home.tsx) subapp redux prepare, initialState:", initialState); if (initialState) { return { initialState }; diff --git a/samples/subapp2-poc/src/recoil-character-counter.tsx b/samples/subapp2-poc/src/recoil-character-counter.tsx index 5106834eb..a61415015 100644 --- a/samples/subapp2-poc/src/recoil-character-counter.tsx +++ b/samples/subapp2-poc/src/recoil-character-counter.tsx @@ -3,7 +3,7 @@ import { React, ReactSubApp, xarcV2, AppContext } from "@xarc/react"; import { recoilFeature, Recoil } from "@xarc/react-recoil"; const selectorsMap = new Map(); -const charCountState = store => { +const charCountState = (store) => { if (selectorsMap.get("charCountState") === undefined) { const selector = Recoil.selector({ key: "charCountState", // unique ID (with respect to other atoms/selectors) @@ -38,7 +38,7 @@ function TextInput(props) { const { store } = props; const [text, setText] = Recoil.useRecoilState(store.get("textState")); - const onChange = event => { + const onChange = (event) => { setText(event.target.value); }; @@ -51,7 +51,7 @@ function TextInput(props) { ); } -const CharacterCounterApp = props => { +const CharacterCounterApp = (props) => { return ( {({ isSsr, ssr }) => { @@ -82,7 +82,7 @@ export const subapp: ReactSubApp = { wantFeatures: [ recoilFeature({ React, - prepare: async initialState => { + prepare: async (initialState) => { xarcV2.debug("Recoil subapp recoil prepare, initialState:", initialState); if (initialState) { return { initialState }; diff --git a/samples/subapp2-poc/src/recoil-todo-app.tsx b/samples/subapp2-poc/src/recoil-todo-app.tsx index 4cfed4fbc..30a9104e0 100644 --- a/samples/subapp2-poc/src/recoil-todo-app.tsx +++ b/samples/subapp2-poc/src/recoil-todo-app.tsx @@ -3,7 +3,7 @@ import { recoilFeature, Recoil } from "@xarc/react-recoil"; const selectorsMap = new Map(); -const filteredTodoListState = store => { +const filteredTodoListState = (store) => { if (selectorsMap.get("filteredTodoListState") === undefined) { const selector = Recoil.selector({ key: "filteredTodoListState", @@ -13,9 +13,9 @@ const filteredTodoListState = store => { switch (filter) { case "Show Completed": - return list.filter(item => item.isComplete); + return list.filter((item) => item.isComplete); case "Show Uncompleted": - return list.filter(item => !item.isComplete); + return list.filter((item) => !item.isComplete); default: return list; } @@ -29,14 +29,14 @@ const filteredTodoListState = store => { }; }; -const todoListStatsState = store => { +const todoListStatsState = (store) => { if (selectorsMap.get("todoListStatsState") === undefined) { const selector = Recoil.selector({ key: "todoListStatsState", get: ({ get }) => { const todoList = get(store.get("todoListState")); const totalNum = todoList.length; - const totalCompletedNum = todoList.filter(item => item.isComplete).length; + const totalCompletedNum = todoList.filter((item) => item.isComplete).length; const totalUncompletedNum = totalNum - totalCompletedNum; const percentCompleted = totalNum === 0 ? 0 : (totalCompletedNum / totalNum) * 100; @@ -61,7 +61,7 @@ function TodoItemCreator(props) { const setTodoList = Recoil.useSetRecoilState(store.get("todoListState")); const addItem = () => { - setTodoList(oldTodoList => [ + setTodoList((oldTodoList) => [ ...oldTodoList, { id: getId(), @@ -93,7 +93,7 @@ function getId() { function TodoItem(props) { const { item, store } = props; const [todoList, setTodoList] = Recoil.useRecoilState(store.get("todoListState")); - const index = todoList.findIndex(listItem => listItem === item); + const index = todoList.findIndex((listItem) => listItem === item); const editItemText = ({ target: { value } }) => { const newList = replaceItemAtIndex(todoList, index, { @@ -158,12 +158,8 @@ function TodoListFilters(props) { function TodoListStats(props) { const { store } = props; - const { - totalNum, - totalCompletedNum, - totalUncompletedNum, - percentCompleted - } = Recoil.useRecoilValue(todoListStatsState(store)()); + const { totalNum, totalCompletedNum, totalUncompletedNum, percentCompleted } = + Recoil.useRecoilValue(todoListStatsState(store)()); const formattedPercentCompleted = Math.round(percentCompleted); @@ -183,7 +179,7 @@ function TodoItems(props) { const todoList = Recoil.useRecoilValue(filteredTodoListState(store)()); return (
    - {todoList.map(todoItem => ( + {todoList.map((todoItem) => ( ))}
    @@ -206,7 +202,7 @@ const TodoListApp = (props: any) => { return ; }; -const RecoilTodoApp = props => { +const RecoilTodoApp = (props) => { const { store } = props; return ( @@ -238,7 +234,7 @@ export const subapp: ReactSubApp = { wantFeatures: [ recoilFeature({ React, - prepare: async initialState => { + prepare: async (initialState) => { xarcV2.debug("Recoil subapp recoil prepare, initialState:", initialState); if (initialState) { return { initialState }; diff --git a/samples/subapp2-poc/src/server/routes.tsx b/samples/subapp2-poc/src/server/routes.tsx index 35b4cfe1d..be9ecc5f7 100644 --- a/samples/subapp2-poc/src/server/routes.tsx +++ b/samples/subapp2-poc/src/server/routes.tsx @@ -106,7 +106,7 @@ ${s} templateInserts: { head: { begin: cTT``, - contextReady: cTT`${context => { + contextReady: cTT`${(context) => { return ``; }}` }, diff --git a/samples/subapp2-poc/src/static-props.ts b/samples/subapp2-poc/src/static-props.ts index 49cf99d2d..05d666de3 100644 --- a/samples/subapp2-poc/src/static-props.ts +++ b/samples/subapp2-poc/src/static-props.ts @@ -2,7 +2,7 @@ const maxDelay = 50; export const getStaticProps = async () => { const delay = Math.floor(Math.random() * maxDelay); - return new Promise(resolve => { + return new Promise((resolve) => { setTimeout(resolve, delay); }).then(() => { return { diff --git a/samples/subapp2-poc/src/static.tsx b/samples/subapp2-poc/src/static.tsx index 69547838c..9044ebaca 100644 --- a/samples/subapp2-poc/src/static.tsx +++ b/samples/subapp2-poc/src/static.tsx @@ -7,7 +7,7 @@ import custom from "./styles/custom.module.css"; // eslint-disable-line no-unuse const Demo1 = createDynamicComponent(demo1, { ssr: true }); xarcV2.debug("static.tsx"); -const StaticHome = props => { +const StaticHome = (props) => { // TODO: Problem with typescript only. Need this dummy var assign to reference custom // import else something drops it. const y = custom; // eslint-disable-line diff --git a/samples/subapp2-poc/src/styles/raleway.css b/samples/subapp2-poc/src/styles/raleway.css index 630b751e1..ead72d308 100644 --- a/samples/subapp2-poc/src/styles/raleway.css +++ b/samples/subapp2-poc/src/styles/raleway.css @@ -1,96 +1,63 @@ /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 300; - src: local('Raleway Light'), - local('Raleway-Light'), + src: local("Raleway Light"), local("Raleway-Light"), url(http://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 400; - src: local('Raleway'), - local('Raleway-Regular'), + src: local("Raleway"), local("Raleway-Regular"), url(http://fonts.gstatic.com/s/raleway/v11/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2) - format('woff2'); + format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { - font-family: 'Raleway'; + font-family: "Raleway"; font-style: normal; font-weight: 600; - src: local('Raleway SemiBold'), - local('Raleway-SemiBold'), + src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(http://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, - U+0152-0153, - U+02C6, - U+02DA, - U+02DC, - U+2000-206F, - U+2074, - U+20AC, - U+2212, - U+2215; + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, + U+20AC, U+2212, U+2215; } diff --git a/samples/subapp2-react-query-todoapp/src/todo/component/todo-input.tsx b/samples/subapp2-react-query-todoapp/src/todo/component/todo-input.tsx index b51a6e168..12075eb8c 100644 --- a/samples/subapp2-react-query-todoapp/src/todo/component/todo-input.tsx +++ b/samples/subapp2-react-query-todoapp/src/todo/component/todo-input.tsx @@ -8,7 +8,7 @@ const TodoInput = () => { const [input, setInput] = React.useState(""); const mutation: any = useMutation("test", { - onMutate: variables => { + onMutate: (variables) => { create(variables as any); return mockTodos.todos; }, @@ -27,12 +27,12 @@ const TodoInput = () => {
    { + onChange={(e) => { e.preventDefault(); setInput((e.target as any).value); }} value={input} - onKeyDown={e => { + onKeyDown={(e) => { if (e.key === "Enter" && input) { mutation.mutate({ content: input }); setInput(""); diff --git a/samples/subapp2-react-query-todoapp/src/todo/component/todo.tsx b/samples/subapp2-react-query-todoapp/src/todo/component/todo.tsx index c37c65d1e..a2fa7c6b2 100644 --- a/samples/subapp2-react-query-todoapp/src/todo/component/todo.tsx +++ b/samples/subapp2-react-query-todoapp/src/todo/component/todo.tsx @@ -3,7 +3,7 @@ import { useMutation, useQuery } from "@xarc/react-query"; import { update, fetch, mockTodos } from "../mock-fetch"; const custom = require("../styles/bootstrap.css"); -export const Todo = props => { +export const Todo = (props) => { const { todo } = props; const mutation: any = useMutation(update); diff --git a/samples/subapp2-react-query-todoapp/src/todo/component/todoapp.tsx b/samples/subapp2-react-query-todoapp/src/todo/component/todoapp.tsx index 6327f5f32..71545ca23 100644 --- a/samples/subapp2-react-query-todoapp/src/todo/component/todoapp.tsx +++ b/samples/subapp2-react-query-todoapp/src/todo/component/todoapp.tsx @@ -17,7 +17,7 @@ function TodoApp() { let todos = []; if (data) { - todos = data.todos.filter(e => { + todos = data.todos.filter((e) => { if (data.filter === VISIBILITY_FILTERS.ALL) { return true; } else if (data.filter === VISIBILITY_FILTERS.COMPLETED) { diff --git a/samples/subapp2-react-query-todoapp/src/todo/component/todolist.tsx b/samples/subapp2-react-query-todoapp/src/todo/component/todolist.tsx index a431db941..85ccc7e6c 100644 --- a/samples/subapp2-react-query-todoapp/src/todo/component/todolist.tsx +++ b/samples/subapp2-react-query-todoapp/src/todo/component/todolist.tsx @@ -14,7 +14,7 @@ const TodoList = ({ status, todos, error }) => { return (
      {todos && todos.length ? ( - todos.map(todo => { + todos.map((todo) => { return ; }) ) : ( diff --git a/samples/subapp2-react-query-todoapp/src/todo/component/visibility-filters.tsx b/samples/subapp2-react-query-todoapp/src/todo/component/visibility-filters.tsx index cf27863f8..35c2d29ef 100644 --- a/samples/subapp2-react-query-todoapp/src/todo/component/visibility-filters.tsx +++ b/samples/subapp2-react-query-todoapp/src/todo/component/visibility-filters.tsx @@ -14,7 +14,7 @@ const VisibilityFilters = () => { style={{ width: "600px" }} className={classNames(custom["center-block"], custom["btn-group"])} > - {Object.keys(VISIBILITY_FILTERS).map(filterKey => { + {Object.keys(VISIBILITY_FILTERS).map((filterKey) => { const currentFilter = VISIBILITY_FILTERS[filterKey]; return ( -
    - ); + const [inputValue, setInputValue] = React.useState(""); + const setTodoList = useSetRecoilState(todoListState); + + const addItem = () => { + setTodoList((oldTodoList) => [ + ...oldTodoList, + { + id: getId(), + text: inputValue, + isComplete: false + } + ]); + setInputValue(""); + }; + + const onChange = ({ target: { value } }) => { + setInputValue(value); + }; + + return ( +
    + + +
    + ); } // utility for creating unique Id let id = 0; function getId() { - return id++; + return id++; } function TodoItem({ item }) { - const [todoList, setTodoList] = useRecoilState(todoListState); - const index = todoList.findIndex((listItem) => listItem === item); - - const editItemText = ({ target: { value } }) => { - const newList = replaceItemAtIndex(todoList, index, { - ...item, - text: value, - }); - - setTodoList(newList); - }; - - const toggleItemCompletion = () => { - const newList = replaceItemAtIndex(todoList, index, { - ...item, - isComplete: !item.isComplete, - }); - - setTodoList(newList); - }; - - const deleteItem = () => { - const newList = removeItemAtIndex(todoList, index); - - setTodoList(newList); - }; - - return ( -
    - - - -
    - ); + const [todoList, setTodoList] = useRecoilState(todoListState); + const index = todoList.findIndex((listItem) => listItem === item); + + const editItemText = ({ target: { value } }) => { + const newList = replaceItemAtIndex(todoList, index, { + ...item, + text: value + }); + + setTodoList(newList); + }; + + const toggleItemCompletion = () => { + const newList = replaceItemAtIndex(todoList, index, { + ...item, + isComplete: !item.isComplete + }); + + setTodoList(newList); + }; + + const deleteItem = () => { + const newList = removeItemAtIndex(todoList, index); + + setTodoList(newList); + }; + + return ( +
    + + + +
    + ); } function replaceItemAtIndex(arr, index, newValue) { - return [...arr.slice(0, index), newValue, ...arr.slice(index + 1)]; + return [...arr.slice(0, index), newValue, ...arr.slice(index + 1)]; } function removeItemAtIndex(arr, index) { - return [...arr.slice(0, index), ...arr.slice(index + 1)]; + return [...arr.slice(0, index), ...arr.slice(index + 1)]; } - function TodoListFilters() { - const [filter, setFilter] = useRecoilState(todoListFilterState); - - const updateFilter = ({ target: { value } }) => { - setFilter(value); - }; - - return ( - <> - Filter: - - - ); + const [filter, setFilter] = useRecoilState(todoListFilterState); + + const updateFilter = ({ target: { value } }) => { + setFilter(value); + }; + + return ( + <> + Filter: + + + ); } const todoListStatsState = selector({ - key: 'todoListStatsState', - get: ({ get }) => { - const todoList = get(todoListState); - const totalNum = todoList.length; - const totalCompletedNum = todoList.filter((item) => item.isComplete).length; - const totalUncompletedNum = totalNum - totalCompletedNum; - const percentCompleted = totalNum === 0 ? 0 : totalCompletedNum / totalNum * 100; - - return { - totalNum, - totalCompletedNum, - totalUncompletedNum, - percentCompleted, - }; - }, + key: "todoListStatsState", + get: ({ get }) => { + const todoList = get(todoListState); + const totalNum = todoList.length; + const totalCompletedNum = todoList.filter((item) => item.isComplete).length; + const totalUncompletedNum = totalNum - totalCompletedNum; + const percentCompleted = totalNum === 0 ? 0 : (totalCompletedNum / totalNum) * 100; + + return { + totalNum, + totalCompletedNum, + totalUncompletedNum, + percentCompleted + }; + } }); function TodoListStats() { - const { - totalNum, - totalCompletedNum, - totalUncompletedNum, - percentCompleted, - } = useRecoilValue(todoListStatsState); - - const formattedPercentCompleted = Math.round(percentCompleted); - - return ( -
      -
    • Total items: {totalNum}
    • -
    • Items completed: {totalCompletedNum}
    • -
    • Items not completed: {totalUncompletedNum}
    • -
    • Percent completed: {formattedPercentCompleted}
    • -
    - ); + const { totalNum, totalCompletedNum, totalUncompletedNum, percentCompleted } = + useRecoilValue(todoListStatsState); + + const formattedPercentCompleted = Math.round(percentCompleted); + + return ( +
      +
    • Total items: {totalNum}
    • +
    • Items completed: {totalCompletedNum}
    • +
    • Items not completed: {totalUncompletedNum}
    • +
    • Percent completed: {formattedPercentCompleted}
    • +
    + ); } - function TodoList() { - // changed from todoListState to filteredTodoListState - const todoList = useRecoilValue(filteredTodoListState); - - return ( - <> - - - - - {todoList.map((todoItem) => ( - - ))} - - ); + // changed from todoListState to filteredTodoListState + const todoList = useRecoilValue(filteredTodoListState); + + return ( + <> + + + + + {todoList.map((todoItem) => ( + + ))} + + ); } - - -const RecoilTodoApp = props => { - return ( - - {({ isSsr, ssr }) => { - return - - ; - }} - - ); +const RecoilTodoApp = (props) => { + return ( + + {({ isSsr, ssr }) => { + return ( + + + + ); + }} + + ); }; -const mapStateToProps = state => { - return { deals: state.deals.value }; +const mapStateToProps = (state) => { + return { deals: state.deals.value }; }; -const RecoilApp = connect(mapStateToProps, dispatch => ({ dispatch }))(RecoilTodoApp); +const RecoilApp = connect(mapStateToProps, (dispatch) => ({ dispatch }))(RecoilTodoApp); export { RecoilApp as Component }; export const subapp: ReactSubApp = { - Component: RecoilApp, - wantFeatures: [ - reduxFeature({ - React, - shareStore: true, - reducers: true, - prepare: async initialState => { - xarcV2.debug("Deal (deal.tsx) subapp redux prepare, initialState:", initialState); - if (initialState) { - return { initialState }; - } else { - return { initialState: { deal: { value: "My Special Deals" } } }; - } - } - }), - - ] + Component: RecoilApp, + wantFeatures: [ + reduxFeature({ + React, + shareStore: true, + reducers: true, + prepare: async (initialState) => { + xarcV2.debug("Deal (deal.tsx) subapp redux prepare, initialState:", initialState); + if (initialState) { + return { initialState }; + } else { + return { initialState: { deal: { value: "My Special Deals" } } }; + } + } + }) + ] }; diff --git a/samples/subapp2-store/src/subapps/suspense-demo.tsx b/samples/subapp2-store/src/subapps/suspense-demo.tsx index c8bb69b96..777011849 100644 --- a/samples/subapp2-store/src/subapps/suspense-demo.tsx +++ b/samples/subapp2-store/src/subapps/suspense-demo.tsx @@ -11,7 +11,7 @@ class Data1 extends React.Component { render() { if (!data) { - throw new Promise(resolve => { + throw new Promise((resolve) => { setTimeout(() => { data = "demo data received from async call"; resolve(data); diff --git a/samples/subapp2-todo-app/src/todo/component/todo-input.tsx b/samples/subapp2-todo-app/src/todo/component/todo-input.tsx index 76ffd003d..b6a0f5fa4 100644 --- a/samples/subapp2-todo-app/src/todo/component/todo-input.tsx +++ b/samples/subapp2-todo-app/src/todo/component/todo-input.tsx @@ -4,15 +4,15 @@ import { addTodo } from "../redux/action"; import classNames from "classnames"; const custom = require("../styles/bootstrap.css"); -const TodoInput = props => { +const TodoInput = (props) => { const [input, setInput] = React.useState(""); const { dispatch } = props; return (
    setInput(e.target.value)} - onKeyDown={e => { + onChange={(e) => setInput(e.target.value)} + onKeyDown={(e) => { if (e.key === "Enter" && input) { dispatch(addTodo(input)); setInput(""); @@ -38,5 +38,5 @@ const TodoInput = props => { }; export const subapp: ReactSubApp = { - Component: connect(null, dispatch => ({ dispatch }))(TodoInput) + Component: connect(null, (dispatch) => ({ dispatch }))(TodoInput) }; diff --git a/samples/subapp2-todo-app/src/todo/component/todo.tsx b/samples/subapp2-todo-app/src/todo/component/todo.tsx index f07f714dd..4a6977173 100644 --- a/samples/subapp2-todo-app/src/todo/component/todo.tsx +++ b/samples/subapp2-todo-app/src/todo/component/todo.tsx @@ -2,7 +2,7 @@ import { React } from "@xarc/react"; import { toggleTodo } from "../redux/action"; const custom = require("../styles/bootstrap.css"); -export const Todo = props => { +export const Todo = (props) => { const { todo, dispatch } = props; return ( diff --git a/samples/subapp2-todo-app/src/todo/component/todolist.tsx b/samples/subapp2-todo-app/src/todo/component/todolist.tsx index 551b89926..30129c74a 100644 --- a/samples/subapp2-todo-app/src/todo/component/todolist.tsx +++ b/samples/subapp2-todo-app/src/todo/component/todolist.tsx @@ -8,7 +8,7 @@ const TodoList = ({ todos, dispatch }) => { return (