Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(workspace): Set up publish with npm provenance (#3180)

authored by

Phil Pluckthun and committed by
GitHub
3417255c f892e099

+3080 -3225
+21
.changeset/gold-pumpkins-type.md
··· 1 + --- 2 + '@urql/exchange-request-policy': patch 3 + '@urql/introspection': patch 4 + '@urql/exchange-graphcache': patch 5 + '@urql/preact': patch 6 + '@urql/svelte': patch 7 + '@urql/exchange-persisted': patch 8 + 'urql': patch 9 + '@urql/storage-rn': patch 10 + '@urql/exchange-populate': patch 11 + 'next-urql': patch 12 + '@urql/exchange-context': patch 13 + '@urql/exchange-execute': patch 14 + '@urql/exchange-refocus': patch 15 + '@urql/vue': patch 16 + '@urql/exchange-retry': patch 17 + '@urql/exchange-auth': patch 18 + '@urql/core': patch 19 + --- 20 + 21 + Publish with npm provenance
+9 -1
.github/workflows/release.yml
··· 8 8 name: Release 9 9 runs-on: ubuntu-20.04 10 10 timeout-minutes: 20 11 + permissions: 12 + contents: write 13 + id-token: write 14 + issues: write 15 + repository-projects: write 16 + deployments: write 17 + packages: write 18 + pull-requests: write 11 19 steps: 12 20 - name: Checkout Repo 13 21 uses: actions/checkout@v3 ··· 22 30 - name: Setup pnpm 23 31 uses: pnpm/action-setup@v2.2.4 24 32 with: 25 - version: 7 33 + version: 8 26 34 run_install: false 27 35 28 36 - name: Get pnpm store directory
+3 -2
exchanges/auth/package.json
··· 49 49 }, 50 50 "dependencies": { 51 51 "@urql/core": ">=4.0.0", 52 - "wonka": "^6.3.0" 52 + "wonka": "^6.3.2" 53 53 }, 54 54 "devDependencies": { 55 55 "@urql/core": "workspace:*", 56 56 "graphql": "^16.0.0" 57 57 }, 58 58 "publishConfig": { 59 - "access": "public" 59 + "access": "public", 60 + "provenance": true 60 61 } 61 62 }
+3 -2
exchanges/context/package.json
··· 48 48 }, 49 49 "dependencies": { 50 50 "@urql/core": ">=4.0.0", 51 - "wonka": "^6.3.0" 51 + "wonka": "^6.3.2" 52 52 }, 53 53 "devDependencies": { 54 54 "@urql/core": "workspace:*", 55 55 "graphql": "^16.0.0" 56 56 }, 57 57 "publishConfig": { 58 - "access": "public" 58 + "access": "public", 59 + "provenance": true 59 60 } 60 61 }
+3 -2
exchanges/execute/package.json
··· 49 49 }, 50 50 "dependencies": { 51 51 "@urql/core": ">=4.0.0", 52 - "wonka": "^6.3.0" 52 + "wonka": "^6.3.2" 53 53 }, 54 54 "peerDependencies": { 55 55 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ··· 59 59 "graphql": "^16.0.0" 60 60 }, 61 61 "publishConfig": { 62 - "access": "public" 62 + "access": "public", 63 + "provenance": true 63 64 } 64 65 }
+4 -3
exchanges/graphcache/package.json
··· 62 62 "prepublishOnly": "run-s clean build" 63 63 }, 64 64 "dependencies": { 65 - "@0no-co/graphql.web": "^1.0.0", 65 + "@0no-co/graphql.web": "^1.0.1", 66 66 "@urql/core": ">=4.0.0", 67 - "wonka": "^6.3.0" 67 + "wonka": "^6.3.2" 68 68 }, 69 69 "devDependencies": { 70 70 "@cypress/react": "^7.0.2", ··· 78 78 "urql": "workspace:*" 79 79 }, 80 80 "publishConfig": { 81 - "access": "public" 81 + "access": "public", 82 + "provenance": true 82 83 } 83 84 }
+3 -2
exchanges/persisted/package.json
··· 47 47 }, 48 48 "dependencies": { 49 49 "@urql/core": ">=4.0.0", 50 - "wonka": "^6.3.0" 50 + "wonka": "^6.3.2" 51 51 }, 52 52 "devDependencies": { 53 53 "@urql/core": "workspace:*", 54 54 "graphql": "^16.0.0" 55 55 }, 56 56 "publishConfig": { 57 - "access": "public" 57 + "access": "public", 58 + "provenance": true 58 59 } 59 60 }
+3 -2
exchanges/populate/package.json
··· 47 47 }, 48 48 "dependencies": { 49 49 "@urql/core": ">=4.0.0", 50 - "wonka": "^6.3.0" 50 + "wonka": "^6.3.2" 51 51 }, 52 52 "peerDependencies": { 53 53 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ··· 57 57 "graphql": "^16.0.0" 58 58 }, 59 59 "publishConfig": { 60 - "access": "public" 60 + "access": "public", 61 + "provenance": true 61 62 } 62 63 }
+3 -2
exchanges/refocus/package.json
··· 54 54 }, 55 55 "dependencies": { 56 56 "@urql/core": ">=4.0.0", 57 - "wonka": "^6.3.0" 57 + "wonka": "^6.3.2" 58 58 }, 59 59 "publishConfig": { 60 - "access": "public" 60 + "access": "public", 61 + "provenance": true 61 62 } 62 63 }
+3 -2
exchanges/request-policy/package.json
··· 52 52 }, 53 53 "dependencies": { 54 54 "@urql/core": ">=4.0.0", 55 - "wonka": "^6.3.0" 55 + "wonka": "^6.3.2" 56 56 }, 57 57 "publishConfig": { 58 - "access": "public" 58 + "access": "public", 59 + "provenance": true 59 60 } 60 61 }
+3 -2
exchanges/retry/package.json
··· 52 52 }, 53 53 "dependencies": { 54 54 "@urql/core": ">=4.0.0", 55 - "wonka": "^6.3.0" 55 + "wonka": "^6.3.2" 56 56 }, 57 57 "publishConfig": { 58 - "access": "public" 58 + "access": "public", 59 + "provenance": true 59 60 } 60 61 }
+2 -2
package.json
··· 51 51 "react-is": "^17.0.2", 52 52 "styled-components": "^5.2.3", 53 53 "vite": "^3.2.4", 54 - "wonka": "^6.3.0" 54 + "wonka": "^6.3.2" 55 55 } 56 56 }, 57 57 "devDependencies": { 58 - "@0no-co/graphql.web": "^1.0.0", 58 + "@0no-co/graphql.web": "^1.0.1", 59 59 "@actions/artifact": "^1.1.1", 60 60 "@actions/core": "^1.10.0", 61 61 "@babel/core": "^7.21.3",
+4 -3
packages/core/package.json
··· 53 53 "prepublishOnly": "run-s clean build" 54 54 }, 55 55 "dependencies": { 56 - "@0no-co/graphql.web": "^1.0.0", 57 - "wonka": "^6.3.0" 56 + "@0no-co/graphql.web": "^1.0.1", 57 + "wonka": "^6.3.2" 58 58 }, 59 59 "publishConfig": { 60 - "access": "public" 60 + "access": "public", 61 + "provenance": true 61 62 } 62 63 }
+2 -1
packages/introspection/package.json
··· 52 52 }, 53 53 "dependencies": {}, 54 54 "publishConfig": { 55 - "access": "public" 55 + "access": "public", 56 + "provenance": true 56 57 } 57 58 }
+3
packages/next-urql/package.json
··· 52 52 "peerDependencies": { 53 53 "react": ">=16.8.0", 54 54 "urql": "^4.0.0" 55 + }, 56 + "publishConfig": { 57 + "provenance": true 55 58 } 56 59 }
+3 -2
packages/preact-urql/package.json
··· 58 58 }, 59 59 "dependencies": { 60 60 "@urql/core": "^4.0.0", 61 - "wonka": "^6.3.0" 61 + "wonka": "^6.3.2" 62 62 }, 63 63 "publishConfig": { 64 - "access": "public" 64 + "access": "public", 65 + "provenance": true 65 66 } 66 67 }
+4 -1
packages/react-urql/package.json
··· 61 61 }, 62 62 "dependencies": { 63 63 "@urql/core": "^4.0.0", 64 - "wonka": "^6.3.0" 64 + "wonka": "^6.3.2" 65 + }, 66 + "publishConfig": { 67 + "provenance": true 65 68 } 66 69 }
+2 -1
packages/storage-rn/package.json
··· 59 59 "@react-native-community/netinfo": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" 60 60 }, 61 61 "publishConfig": { 62 - "access": "public" 62 + "access": "public", 63 + "provenance": true 63 64 } 64 65 }
+3 -2
packages/svelte-urql/package.json
··· 52 52 }, 53 53 "dependencies": { 54 54 "@urql/core": "^4.0.0", 55 - "wonka": "^6.3.0" 55 + "wonka": "^6.3.2" 56 56 }, 57 57 "devDependencies": { 58 58 "@urql/core": "workspace:*", ··· 60 60 "svelte": "^3.20.0" 61 61 }, 62 62 "publishConfig": { 63 - "access": "public" 63 + "access": "public", 64 + "provenance": true 64 65 } 65 66 }
+3 -2
packages/vue-urql/package.json
··· 58 58 }, 59 59 "dependencies": { 60 60 "@urql/core": "^4.0.0", 61 - "wonka": "^6.3.0" 61 + "wonka": "^6.3.2" 62 62 }, 63 63 "publishConfig": { 64 - "access": "public" 64 + "access": "public", 65 + "provenance": true 65 66 } 66 67 }
+2991 -3191
pnpm-lock.yaml
··· 1 - lockfileVersion: 5.4 1 + lockfileVersion: '6.0' 2 2 3 3 overrides: 4 4 '@types/react': ^17.0.39 ··· 8 8 react-is: ^17.0.2 9 9 styled-components: ^5.2.3 10 10 vite: ^3.2.4 11 - wonka: ^6.3.0 11 + wonka: ^6.3.2 12 12 13 13 importers: 14 14 15 15 .: 16 - specifiers: 17 - '@0no-co/graphql.web': ^1.0.0 18 - '@actions/artifact': ^1.1.1 19 - '@actions/core': ^1.10.0 20 - '@actions/github': ^5.1.1 21 - '@babel/core': ^7.21.3 22 - '@babel/plugin-transform-block-scoping': ^7.21.0 23 - '@babel/plugin-transform-react-jsx': ^7.21.0 24 - '@changesets/cli': ^2.26.0 25 - '@changesets/get-github-info': 0.5.2 26 - '@npmcli/arborist': ^6.2.5 27 - '@rollup/plugin-babel': ^6.0.3 28 - '@rollup/plugin-commonjs': ^24.0.1 29 - '@rollup/plugin-node-resolve': ^15.0.1 30 - '@rollup/plugin-replace': ^5.0.2 31 - '@rollup/plugin-sucrase': ^5.0.1 32 - '@rollup/plugin-terser': ^0.4.0 33 - '@rollup/pluginutils': ^5.0.2 34 - '@types/node': ^18.15.3 35 - '@typescript-eslint/eslint-plugin': ^5.55.0 36 - '@typescript-eslint/parser': ^5.55.0 37 - cypress: ^12.8.1 38 - dotenv: ^16.0.3 39 - eslint: ^8.36.0 40 - eslint-config-prettier: ^8.7.0 41 - eslint-plugin-es5: ^1.5.0 42 - eslint-plugin-prettier: ^4.2.1 43 - eslint-plugin-react: ^7.32.2 44 - eslint-plugin-react-hooks: ^4.6.0 45 - execa: ^7.1.1 46 - glob: ^9.3.0 47 - graphql: ^16.6.0 48 - husky-v4: ^4.3.8 49 - invariant: ^2.2.4 50 - jsdom: ^21.1.1 51 - lint-staged: ^13.2.0 52 - node-fetch: ^3.3.1 53 - npm-packlist: ^7.0.4 54 - npm-run-all: ^4.1.5 55 - prettier: ^2.8.4 56 - react: ^17.0.2 57 - react-dom: ^17.0.2 58 - react-is: ^17.0.2 59 - rimraf: ^4.4.0 60 - rollup: ^3.19.1 61 - rollup-plugin-cjs-check: ^1.0.2 62 - rollup-plugin-dts: ^5.2.0 63 - rollup-plugin-generate-package-json: ^3.2.0 64 - rollup-plugin-visualizer: ^5.9.0 65 - tar: ^6.1.13 66 - terser: ^5.16.6 67 - typescript: ^4.9.5 68 - vite: ^3.2.4 69 - vite-tsconfig-paths: ^4.0.7 70 - vitest: ^0.30.1 71 16 dependencies: 72 - '@actions/github': 5.1.1 73 - node-fetch: 3.3.1 17 + '@actions/github': 18 + specifier: ^5.1.1 19 + version: 5.1.1 20 + node-fetch: 21 + specifier: ^3.3.1 22 + version: 3.3.1 74 23 devDependencies: 75 - '@0no-co/graphql.web': 1.0.0_graphql@16.6.0 76 - '@actions/artifact': 1.1.1 77 - '@actions/core': 1.10.0 78 - '@babel/core': 7.21.3 79 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.3 80 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.3 81 - '@changesets/cli': 2.26.0 82 - '@changesets/get-github-info': 0.5.2 83 - '@npmcli/arborist': 6.2.5 84 - '@rollup/plugin-babel': 6.0.3_juvh72w4ry7wdzu3k4tlty4ke4 85 - '@rollup/plugin-commonjs': 24.0.1_rollup@3.19.1 86 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.19.1 87 - '@rollup/plugin-replace': 5.0.2_rollup@3.19.1 88 - '@rollup/plugin-sucrase': 5.0.1_rollup@3.19.1 89 - '@rollup/plugin-terser': 0.4.0_rollup@3.19.1 90 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 91 - '@types/node': 18.15.3 92 - '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri 93 - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m 94 - cypress: 12.8.1 95 - dotenv: 16.0.3 96 - eslint: 8.36.0 97 - eslint-config-prettier: 8.7.0_eslint@8.36.0 98 - eslint-plugin-es5: 1.5.0_eslint@8.36.0 99 - eslint-plugin-prettier: 4.2.1_eqzx3hpkgx5nnvxls3azrcc7dm 100 - eslint-plugin-react: 7.32.2_eslint@8.36.0 101 - eslint-plugin-react-hooks: 4.6.0_eslint@8.36.0 102 - execa: 7.1.1 103 - glob: 9.3.0 104 - graphql: 16.6.0 105 - husky-v4: 4.3.8 106 - invariant: 2.2.4 107 - jsdom: 21.1.1 108 - lint-staged: 13.2.0 109 - npm-packlist: 7.0.4 110 - npm-run-all: 4.1.5 111 - prettier: 2.8.4 112 - react: 17.0.2 113 - react-dom: 17.0.2_react@17.0.2 114 - react-is: 17.0.2 115 - rimraf: 4.4.0 116 - rollup: 3.19.1 117 - rollup-plugin-cjs-check: 1.0.2_rollup@3.19.1 118 - rollup-plugin-dts: 5.2.0_h4kaxwm6ctjivrsm4cpxaz7nqu 119 - rollup-plugin-generate-package-json: 3.2.0_rollup@3.19.1 120 - rollup-plugin-visualizer: 5.9.0_rollup@3.19.1 121 - tar: 6.1.13 122 - terser: 5.16.6 123 - typescript: 4.9.5 124 - vite: 3.2.5_67ayhxtn77ihpqz7ip4pro4g64 125 - vite-tsconfig-paths: 4.0.7_mmfldfnusamjexuwtlvii3fpxu 126 - vitest: 0.30.1_jsdom@21.1.1+terser@5.16.6 24 + '@0no-co/graphql.web': 25 + specifier: ^1.0.1 26 + version: 1.0.1(graphql@16.6.0) 27 + '@actions/artifact': 28 + specifier: ^1.1.1 29 + version: 1.1.1 30 + '@actions/core': 31 + specifier: ^1.10.0 32 + version: 1.10.0 33 + '@babel/core': 34 + specifier: ^7.21.3 35 + version: 7.21.3 36 + '@babel/plugin-transform-block-scoping': 37 + specifier: ^7.21.0 38 + version: 7.21.0(@babel/core@7.21.3) 39 + '@babel/plugin-transform-react-jsx': 40 + specifier: ^7.21.0 41 + version: 7.21.0(@babel/core@7.21.3) 42 + '@changesets/cli': 43 + specifier: ^2.26.0 44 + version: 2.26.0 45 + '@changesets/get-github-info': 46 + specifier: 0.5.2 47 + version: 0.5.2 48 + '@npmcli/arborist': 49 + specifier: ^6.2.5 50 + version: 6.2.5 51 + '@rollup/plugin-babel': 52 + specifier: ^6.0.3 53 + version: 6.0.3(@babel/core@7.21.3)(rollup@3.19.1) 54 + '@rollup/plugin-commonjs': 55 + specifier: ^24.0.1 56 + version: 24.0.1(rollup@3.19.1) 57 + '@rollup/plugin-node-resolve': 58 + specifier: ^15.0.1 59 + version: 15.0.1(rollup@3.19.1) 60 + '@rollup/plugin-replace': 61 + specifier: ^5.0.2 62 + version: 5.0.2(rollup@3.19.1) 63 + '@rollup/plugin-sucrase': 64 + specifier: ^5.0.1 65 + version: 5.0.1(rollup@3.19.1) 66 + '@rollup/plugin-terser': 67 + specifier: ^0.4.0 68 + version: 0.4.0(rollup@3.19.1) 69 + '@rollup/pluginutils': 70 + specifier: ^5.0.2 71 + version: 5.0.2(rollup@3.19.1) 72 + '@types/node': 73 + specifier: ^18.15.3 74 + version: 18.15.3 75 + '@typescript-eslint/eslint-plugin': 76 + specifier: ^5.55.0 77 + version: 5.55.0(@typescript-eslint/parser@5.55.0)(eslint@8.36.0)(typescript@4.9.5) 78 + '@typescript-eslint/parser': 79 + specifier: ^5.55.0 80 + version: 5.55.0(eslint@8.36.0)(typescript@4.9.5) 81 + cypress: 82 + specifier: ^12.8.1 83 + version: 12.8.1 84 + dotenv: 85 + specifier: ^16.0.3 86 + version: 16.0.3 87 + eslint: 88 + specifier: ^8.36.0 89 + version: 8.36.0 90 + eslint-config-prettier: 91 + specifier: ^8.7.0 92 + version: 8.7.0(eslint@8.36.0) 93 + eslint-plugin-es5: 94 + specifier: ^1.5.0 95 + version: 1.5.0(eslint@8.36.0) 96 + eslint-plugin-prettier: 97 + specifier: ^4.2.1 98 + version: 4.2.1(eslint-config-prettier@8.7.0)(eslint@8.36.0)(prettier@2.8.4) 99 + eslint-plugin-react: 100 + specifier: ^7.32.2 101 + version: 7.32.2(eslint@8.36.0) 102 + eslint-plugin-react-hooks: 103 + specifier: ^4.6.0 104 + version: 4.6.0(eslint@8.36.0) 105 + execa: 106 + specifier: ^7.1.1 107 + version: 7.1.1 108 + glob: 109 + specifier: ^9.3.0 110 + version: 9.3.0 111 + graphql: 112 + specifier: ^16.6.0 113 + version: 16.6.0 114 + husky-v4: 115 + specifier: ^4.3.8 116 + version: 4.3.8 117 + invariant: 118 + specifier: ^2.2.4 119 + version: 2.2.4 120 + jsdom: 121 + specifier: ^21.1.1 122 + version: 21.1.1 123 + lint-staged: 124 + specifier: ^13.2.0 125 + version: 13.2.0 126 + npm-packlist: 127 + specifier: ^7.0.4 128 + version: 7.0.4 129 + npm-run-all: 130 + specifier: ^4.1.5 131 + version: 4.1.5 132 + prettier: 133 + specifier: ^2.8.4 134 + version: 2.8.4 135 + react: 136 + specifier: ^17.0.2 137 + version: 17.0.2 138 + react-dom: 139 + specifier: ^17.0.2 140 + version: 17.0.2(react@17.0.2) 141 + react-is: 142 + specifier: ^17.0.2 143 + version: 17.0.2 144 + rimraf: 145 + specifier: ^4.4.0 146 + version: 4.4.0 147 + rollup: 148 + specifier: ^3.19.1 149 + version: 3.19.1 150 + rollup-plugin-cjs-check: 151 + specifier: ^1.0.2 152 + version: 1.0.2(rollup@3.19.1) 153 + rollup-plugin-dts: 154 + specifier: ^5.2.0 155 + version: 5.2.0(rollup@3.19.1)(typescript@4.9.5) 156 + rollup-plugin-generate-package-json: 157 + specifier: ^3.2.0 158 + version: 3.2.0(rollup@3.19.1) 159 + rollup-plugin-visualizer: 160 + specifier: ^5.9.0 161 + version: 5.9.0(rollup@3.19.1) 162 + tar: 163 + specifier: ^6.1.13 164 + version: 6.1.13 165 + terser: 166 + specifier: ^5.16.6 167 + version: 5.16.6 168 + typescript: 169 + specifier: ^4.9.5 170 + version: 4.9.5 171 + vite: 172 + specifier: ^3.2.4 173 + version: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 174 + vite-tsconfig-paths: 175 + specifier: ^4.0.7 176 + version: 4.0.7(typescript@4.9.5)(vite@3.2.5) 177 + vitest: 178 + specifier: ^0.30.1 179 + version: 0.30.1(jsdom@21.1.1)(terser@5.16.6) 127 180 128 181 exchanges/auth: 129 - specifiers: 130 - '@urql/core': '>=4.0.0' 131 - graphql: ^16.6.0 132 - wonka: ^6.3.0 133 182 dependencies: 134 - '@urql/core': link:../../packages/core 135 - wonka: 6.3.0 183 + '@urql/core': 184 + specifier: '>=4.0.0' 185 + version: link:../../packages/core 186 + wonka: 187 + specifier: ^6.3.2 188 + version: 6.3.2 136 189 devDependencies: 137 - graphql: 16.6.0 190 + graphql: 191 + specifier: ^16.6.0 192 + version: 16.6.0 138 193 139 194 exchanges/context: 140 - specifiers: 141 - '@urql/core': '>=4.0.0' 142 - graphql: ^16.6.0 143 - wonka: ^6.3.0 144 195 dependencies: 145 - '@urql/core': link:../../packages/core 146 - wonka: 6.3.0 196 + '@urql/core': 197 + specifier: '>=4.0.0' 198 + version: link:../../packages/core 199 + wonka: 200 + specifier: ^6.3.2 201 + version: 6.3.2 147 202 devDependencies: 148 - graphql: 16.6.0 203 + graphql: 204 + specifier: ^16.6.0 205 + version: 16.6.0 149 206 150 207 exchanges/execute: 151 - specifiers: 152 - '@urql/core': '>=4.0.0' 153 - graphql: ^16.6.0 154 - wonka: ^6.3.0 155 208 dependencies: 156 - '@urql/core': link:../../packages/core 157 - wonka: 6.3.0 209 + '@urql/core': 210 + specifier: '>=4.0.0' 211 + version: link:../../packages/core 212 + wonka: 213 + specifier: ^6.3.2 214 + version: 6.3.2 158 215 devDependencies: 159 - graphql: 16.6.0 216 + graphql: 217 + specifier: ^16.6.0 218 + version: 16.6.0 160 219 161 220 exchanges/graphcache: 162 - specifiers: 163 - '@0no-co/graphql.web': ^1.0.0 164 - '@cypress/react': ^7.0.2 165 - '@urql/core': '>=4.0.0' 166 - '@urql/exchange-execute': workspace:* 167 - '@urql/introspection': workspace:* 168 - cypress: ^12.8.1 169 - graphql: ^16.6.0 170 - react: ^17.0.2 171 - react-dom: ^17.0.2 172 - urql: workspace:* 173 - wonka: ^6.3.0 174 221 dependencies: 175 - '@0no-co/graphql.web': 1.0.0_graphql@16.6.0 176 - '@urql/core': link:../../packages/core 177 - wonka: 6.3.0 222 + '@0no-co/graphql.web': 223 + specifier: ^1.0.1 224 + version: 1.0.1(graphql@16.6.0) 225 + '@urql/core': 226 + specifier: '>=4.0.0' 227 + version: link:../../packages/core 228 + wonka: 229 + specifier: ^6.3.2 230 + version: 6.3.2 178 231 devDependencies: 179 - '@cypress/react': 7.0.2_kxqn2c7raunyx4zfzvxjupflne 180 - '@urql/exchange-execute': link:../execute 181 - '@urql/introspection': link:../../packages/introspection 182 - cypress: 12.8.1 183 - graphql: 16.6.0 184 - react: 17.0.2 185 - react-dom: 17.0.2_react@17.0.2 186 - urql: link:../../packages/react-urql 232 + '@cypress/react': 233 + specifier: ^7.0.2 234 + version: 7.0.2(@types/react@17.0.52)(cypress@12.8.1)(react-dom@17.0.2)(react@17.0.2) 235 + '@urql/exchange-execute': 236 + specifier: workspace:* 237 + version: link:../execute 238 + '@urql/introspection': 239 + specifier: workspace:* 240 + version: link:../../packages/introspection 241 + cypress: 242 + specifier: ^12.8.1 243 + version: 12.8.1 244 + graphql: 245 + specifier: ^16.6.0 246 + version: 16.6.0 247 + react: 248 + specifier: ^17.0.2 249 + version: 17.0.2 250 + react-dom: 251 + specifier: ^17.0.2 252 + version: 17.0.2(react@17.0.2) 253 + urql: 254 + specifier: workspace:* 255 + version: link:../../packages/react-urql 187 256 188 257 exchanges/persisted: 189 - specifiers: 190 - '@urql/core': '>=4.0.0' 191 - graphql: ^16.6.0 192 - wonka: ^6.3.0 193 258 dependencies: 194 - '@urql/core': link:../../packages/core 195 - wonka: 6.3.0 259 + '@urql/core': 260 + specifier: '>=4.0.0' 261 + version: link:../../packages/core 262 + wonka: 263 + specifier: ^6.3.2 264 + version: 6.3.2 196 265 devDependencies: 197 - graphql: 16.6.0 266 + graphql: 267 + specifier: ^16.6.0 268 + version: 16.6.0 198 269 199 270 exchanges/populate: 200 - specifiers: 201 - '@urql/core': '>=4.0.0' 202 - graphql: ^16.6.0 203 - wonka: ^6.3.0 204 271 dependencies: 205 - '@urql/core': link:../../packages/core 206 - wonka: 6.3.0 272 + '@urql/core': 273 + specifier: '>=4.0.0' 274 + version: link:../../packages/core 275 + wonka: 276 + specifier: ^6.3.2 277 + version: 6.3.2 207 278 devDependencies: 208 - graphql: 16.6.0 279 + graphql: 280 + specifier: ^16.6.0 281 + version: 16.6.0 209 282 210 283 exchanges/refocus: 211 - specifiers: 212 - '@types/react': ^17.0.39 213 - '@urql/core': '>=4.0.0' 214 - graphql: ^16.6.0 215 - wonka: ^6.3.0 216 284 dependencies: 217 - '@urql/core': link:../../packages/core 218 - wonka: 6.3.0 285 + '@urql/core': 286 + specifier: '>=4.0.0' 287 + version: link:../../packages/core 288 + wonka: 289 + specifier: ^6.3.2 290 + version: 6.3.2 219 291 devDependencies: 220 - '@types/react': 17.0.52 221 - graphql: 16.6.0 292 + '@types/react': 293 + specifier: ^17.0.39 294 + version: 17.0.52 295 + graphql: 296 + specifier: ^16.6.0 297 + version: 16.6.0 222 298 223 299 exchanges/request-policy: 224 - specifiers: 225 - '@urql/core': '>=4.0.0' 226 - graphql: ^16.6.0 227 - wonka: ^6.3.0 228 300 dependencies: 229 - '@urql/core': link:../../packages/core 230 - wonka: 6.3.0 301 + '@urql/core': 302 + specifier: '>=4.0.0' 303 + version: link:../../packages/core 304 + wonka: 305 + specifier: ^6.3.2 306 + version: 6.3.2 231 307 devDependencies: 232 - graphql: 16.6.0 308 + graphql: 309 + specifier: ^16.6.0 310 + version: 16.6.0 233 311 234 312 exchanges/retry: 235 - specifiers: 236 - '@urql/core': '>=4.0.0' 237 - graphql: ^16.6.0 238 - wonka: ^6.3.0 239 313 dependencies: 240 - '@urql/core': link:../../packages/core 241 - wonka: 6.3.0 314 + '@urql/core': 315 + specifier: '>=4.0.0' 316 + version: link:../../packages/core 317 + wonka: 318 + specifier: ^6.3.2 319 + version: 6.3.2 242 320 devDependencies: 243 - graphql: 16.6.0 321 + graphql: 322 + specifier: ^16.6.0 323 + version: 16.6.0 244 324 245 325 packages/core: 246 - specifiers: 247 - '@0no-co/graphql.web': ^1.0.0 248 - wonka: ^6.3.0 249 326 dependencies: 250 - '@0no-co/graphql.web': 1.0.0 251 - wonka: 6.3.0 327 + '@0no-co/graphql.web': 328 + specifier: ^1.0.1 329 + version: 1.0.1(graphql@16.6.0) 330 + wonka: 331 + specifier: ^6.3.2 332 + version: 6.3.2 252 333 253 334 packages/introspection: 254 - specifiers: 255 - graphql: ^16.6.0 256 335 devDependencies: 257 - graphql: 16.6.0 336 + graphql: 337 + specifier: ^16.6.0 338 + version: 16.6.0 258 339 259 340 packages/next-urql: 260 - specifiers: 261 - '@types/enzyme': ^3.10.3 262 - '@types/enzyme-adapter-react-16': ^1.0.5 263 - '@types/node-fetch': ^2.5.4 264 - '@types/react': ^17.0.39 265 - '@types/react-dom': ^17.0.3 266 - '@urql/core': workspace:* 267 - enzyme: ^3.11.0 268 - enzyme-adapter-react-16: ^1.15.2 269 - graphql: ^16.6.0 270 - next: ^11.0.1 271 - react: ^17.0.2 272 - react-dom: ^17.0.2 273 - react-is: ^17.0.2 274 - react-ssr-prepass: ^1.4.0 275 - urql: workspace:* 276 341 dependencies: 277 - react-ssr-prepass: 1.4.0_react@17.0.2 342 + react-ssr-prepass: 343 + specifier: ^1.4.0 344 + version: 1.4.0(react@17.0.2) 278 345 devDependencies: 279 - '@types/enzyme': 3.10.8 280 - '@types/enzyme-adapter-react-16': 1.0.6 281 - '@types/node-fetch': 2.5.10 282 - '@types/react': 17.0.52 283 - '@types/react-dom': 17.0.18 284 - '@urql/core': link:../core 285 - enzyme: 3.11.0 286 - enzyme-adapter-react-16: 1.15.6_7ltvq4e2railvf5uya4ffxpe2a 287 - graphql: 16.6.0 288 - next: 11.0.1_sfoxds7t5ydpegc3knd667wn6m 289 - react: 17.0.2 290 - react-dom: 17.0.2_react@17.0.2 291 - react-is: 17.0.2 292 - urql: link:../react-urql 346 + '@types/enzyme': 347 + specifier: ^3.10.3 348 + version: 3.10.8 349 + '@types/enzyme-adapter-react-16': 350 + specifier: ^1.0.5 351 + version: 1.0.6 352 + '@types/node-fetch': 353 + specifier: ^2.5.4 354 + version: 2.5.10 355 + '@types/react': 356 + specifier: ^17.0.39 357 + version: 17.0.52 358 + '@types/react-dom': 359 + specifier: ^17.0.3 360 + version: 17.0.18 361 + '@urql/core': 362 + specifier: workspace:* 363 + version: link:../core 364 + enzyme: 365 + specifier: ^3.11.0 366 + version: 3.11.0 367 + enzyme-adapter-react-16: 368 + specifier: ^1.15.2 369 + version: 1.15.6(enzyme@3.11.0)(react-dom@17.0.2)(react@17.0.2) 370 + graphql: 371 + specifier: ^16.6.0 372 + version: 16.6.0 373 + next: 374 + specifier: ^11.0.1 375 + version: 11.0.1(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) 376 + react: 377 + specifier: ^17.0.2 378 + version: 17.0.2 379 + react-dom: 380 + specifier: ^17.0.2 381 + version: 17.0.2(react@17.0.2) 382 + react-is: 383 + specifier: ^17.0.2 384 + version: 17.0.2 385 + urql: 386 + specifier: workspace:* 387 + version: link:../react-urql 293 388 294 389 packages/preact-urql: 295 - specifiers: 296 - '@testing-library/preact': ^2.0.0 297 - '@urql/core': ^4.0.0 298 - graphql: ^16.6.0 299 - preact: ^10.13.0 300 - wonka: ^6.3.0 301 390 dependencies: 302 - '@urql/core': link:../core 303 - wonka: 6.3.0 391 + '@urql/core': 392 + specifier: ^4.0.0 393 + version: link:../core 394 + wonka: 395 + specifier: ^6.3.2 396 + version: 6.3.2 304 397 devDependencies: 305 - '@testing-library/preact': 2.0.1_preact@10.13.1 306 - graphql: 16.6.0 307 - preact: 10.13.1 398 + '@testing-library/preact': 399 + specifier: ^2.0.0 400 + version: 2.0.1(preact@10.13.1) 401 + graphql: 402 + specifier: ^16.6.0 403 + version: 16.6.0 404 + preact: 405 + specifier: ^10.13.0 406 + version: 10.13.1 308 407 309 408 packages/react-urql: 310 - specifiers: 311 - '@cypress/react': ^7.0.2 312 - '@cypress/vite-dev-server': ^5.0.4 313 - '@testing-library/react': ^11.1.1 314 - '@testing-library/react-hooks': ^5.1.2 315 - '@types/react': ^17.0.39 316 - '@types/react-test-renderer': ^17.0.1 317 - '@urql/core': ^4.0.0 318 - cypress: ^12.8.1 319 - graphql: ^16.6.0 320 - react: ^17.0.2 321 - react-dom: ^17.0.2 322 - react-is: ^17.0.2 323 - react-ssr-prepass: ^1.1.2 324 - react-test-renderer: ^17.0.1 325 - vite: ^3.2.4 326 - wonka: ^6.3.0 327 409 dependencies: 328 - '@urql/core': link:../core 329 - wonka: 6.3.0 410 + '@urql/core': 411 + specifier: ^4.0.0 412 + version: link:../core 413 + wonka: 414 + specifier: ^6.3.2 415 + version: 6.3.2 330 416 devDependencies: 331 - '@cypress/react': 7.0.2_omnm57pgrvq3mbg7qqmuk7p7le 332 - '@cypress/vite-dev-server': 5.0.4 333 - '@testing-library/react': 11.2.6_sfoxds7t5ydpegc3knd667wn6m 334 - '@testing-library/react-hooks': 5.1.2_7qv3rjnqa3j7exc7qtvho7thru 335 - '@types/react': 17.0.52 336 - '@types/react-test-renderer': 17.0.1 337 - cypress: 12.8.1 338 - graphql: 16.6.0 339 - react: 17.0.2 340 - react-dom: 17.0.2_react@17.0.2 341 - react-is: 17.0.2 342 - react-ssr-prepass: 1.4.0_react@17.0.2 343 - react-test-renderer: 17.0.2_react@17.0.2 344 - vite: 3.2.5 417 + '@cypress/react': 418 + specifier: ^7.0.2 419 + version: 7.0.2(@types/react@17.0.52)(cypress@12.8.1)(react-dom@17.0.2)(react@17.0.2) 420 + '@cypress/vite-dev-server': 421 + specifier: ^5.0.4 422 + version: 5.0.4 423 + '@testing-library/react': 424 + specifier: ^11.1.1 425 + version: 11.2.6(react-dom@17.0.2)(react@17.0.2) 426 + '@testing-library/react-hooks': 427 + specifier: ^5.1.2 428 + version: 5.1.2(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2) 429 + '@types/react': 430 + specifier: ^17.0.39 431 + version: 17.0.52 432 + '@types/react-test-renderer': 433 + specifier: ^17.0.1 434 + version: 17.0.1 435 + cypress: 436 + specifier: ^12.8.1 437 + version: 12.8.1 438 + graphql: 439 + specifier: ^16.6.0 440 + version: 16.6.0 441 + react: 442 + specifier: ^17.0.2 443 + version: 17.0.2 444 + react-dom: 445 + specifier: ^17.0.2 446 + version: 17.0.2(react@17.0.2) 447 + react-is: 448 + specifier: ^17.0.2 449 + version: 17.0.2 450 + react-ssr-prepass: 451 + specifier: ^1.1.2 452 + version: 1.4.0(react@17.0.2) 453 + react-test-renderer: 454 + specifier: ^17.0.1 455 + version: 17.0.2(react@17.0.2) 456 + vite: 457 + specifier: ^3.2.4 458 + version: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 345 459 346 460 packages/site: 347 - specifiers: 348 - '@babel/core': ^7.2.0 349 - '@babel/runtime': ^7.20.1 350 - '@mdx-js/mdx': ^1.5.7 351 - '@mdx-js/react': ^1.6.22 352 - '@octokit/plugin-request-log': 1.0.0 353 - babel-plugin-universal-import: ^3.1.3 354 - formidable-oss-badges: 0.3.5 355 - formideploy: ^0.4.2 356 - fuse.js: ^6.4.6 357 - history: ^4.7.2 358 - lodash: ^4.17.19 359 - path: ^0.12.7 360 - preact: ^10.5.13 361 - prism-react-renderer: ^1.1.0 362 - prop-types: ^15.6.2 363 - react: ^17.0.2 364 - react-dom: ^17.0.2 365 - react-ga: ^3.3.0 366 - react-gtm-module: ^2.0.11 367 - react-hot-loader: ^4.12.20 368 - react-inlinesvg: ^1.2.0 369 - react-is: ^17.0.2 370 - react-router: ^5.2.0 371 - react-router-dom: ^5.2.0 372 - react-router-ga: ^1.2.3 373 - react-scroll: ^1.8.1 374 - react-static: 7.3.0 375 - react-static-plugin-md-pages: ^0.3.3 376 - react-static-plugin-sitemap: 7.2.2 377 - react-static-plugin-styled-components: 7.2.2 378 - resolve-from: ^3.0.0 379 - styled-components: ^5.2.3 380 - surge: ^0.21.3 381 - webpack: '>=4.4.6' 382 461 dependencies: 383 - '@babel/runtime': 7.21.0 384 - '@mdx-js/react': 1.6.22_react@17.0.2 385 - formidable-oss-badges: 0.3.5_styled-components@5.2.3 386 - fuse.js: 6.4.6 387 - history: 4.10.1 388 - path: 0.12.7 389 - preact: 10.13.1 390 - prism-react-renderer: 1.2.0_react@17.0.2 391 - prop-types: 15.8.1 392 - react: 17.0.2 393 - react-dom: 17.0.2_react@17.0.2 394 - react-ga: 3.3.0_at7mkepldmzoo6silmqc5bca74 395 - react-gtm-module: 2.0.11 396 - react-inlinesvg: 1.2.0_react@17.0.2 397 - react-is: 17.0.2 398 - react-router: 5.2.0_react@17.0.2 399 - react-router-dom: 5.2.0_react@17.0.2 400 - react-router-ga: 1.2.3_kif4pc2luqdf47h6j7sqnbsxne 401 - react-scroll: 1.8.2_sfoxds7t5ydpegc3knd667wn6m 402 - react-static: 7.3.0_react-hot-loader@4.13.0 403 - react-static-plugin-md-pages: 0.3.3_xgkhbco6atghv75bh5wsakkl2e 404 - styled-components: 5.2.3_fane7jikarojcev26y27hpbhu4 462 + '@babel/runtime': 463 + specifier: ^7.20.1 464 + version: 7.21.0 465 + '@mdx-js/react': 466 + specifier: ^1.6.22 467 + version: 1.6.22(react@17.0.2) 468 + formidable-oss-badges: 469 + specifier: 0.3.5 470 + version: 0.3.5(styled-components@5.2.3) 471 + fuse.js: 472 + specifier: ^6.4.6 473 + version: 6.4.6 474 + history: 475 + specifier: ^4.7.2 476 + version: 4.10.1 477 + path: 478 + specifier: ^0.12.7 479 + version: 0.12.7 480 + preact: 481 + specifier: ^10.5.13 482 + version: 10.13.1 483 + prism-react-renderer: 484 + specifier: ^1.1.0 485 + version: 1.2.0(react@17.0.2) 486 + prop-types: 487 + specifier: ^15.6.2 488 + version: 15.8.1 489 + react: 490 + specifier: ^17.0.2 491 + version: 17.0.2 492 + react-dom: 493 + specifier: ^17.0.2 494 + version: 17.0.2(react@17.0.2) 495 + react-ga: 496 + specifier: ^3.3.0 497 + version: 3.3.0(prop-types@15.8.1)(react@17.0.2) 498 + react-gtm-module: 499 + specifier: ^2.0.11 500 + version: 2.0.11 501 + react-inlinesvg: 502 + specifier: ^1.2.0 503 + version: 1.2.0(react@17.0.2) 504 + react-is: 505 + specifier: ^17.0.2 506 + version: 17.0.2 507 + react-router: 508 + specifier: ^5.2.0 509 + version: 5.2.0(react@17.0.2) 510 + react-router-dom: 511 + specifier: ^5.2.0 512 + version: 5.2.0(react@17.0.2) 513 + react-router-ga: 514 + specifier: ^1.2.3 515 + version: 1.2.3(react-router-dom@5.2.0)(react@17.0.2) 516 + react-scroll: 517 + specifier: ^1.8.1 518 + version: 1.8.2(react-dom@17.0.2)(react@17.0.2) 519 + react-static: 520 + specifier: 7.3.0 521 + version: 7.3.0(react-hot-loader@4.13.0) 522 + react-static-plugin-md-pages: 523 + specifier: ^0.3.3 524 + version: 0.3.3(react-static@7.3.0)(react@17.0.2) 525 + styled-components: 526 + specifier: ^5.2.3 527 + version: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) 405 528 devDependencies: 406 - '@babel/core': 7.21.3 407 - '@mdx-js/mdx': 1.6.22 408 - '@octokit/plugin-request-log': 1.0.0 409 - babel-plugin-universal-import: 3.1.3_webpack@4.46.0 410 - formideploy: 0.4.2 411 - lodash: 4.17.21 412 - react-hot-loader: 4.13.0_sfoxds7t5ydpegc3knd667wn6m 413 - react-static-plugin-sitemap: 7.2.2_react-static@7.3.0 414 - react-static-plugin-styled-components: 7.2.2_fayjhbjxuiggpd6pbyt74m547u 415 - resolve-from: 3.0.0 416 - surge: 0.21.7 417 - webpack: 4.46.0 529 + '@babel/core': 530 + specifier: ^7.2.0 531 + version: 7.21.3 532 + '@mdx-js/mdx': 533 + specifier: ^1.5.7 534 + version: 1.6.22 535 + '@octokit/plugin-request-log': 536 + specifier: 1.0.0 537 + version: 1.0.0 538 + babel-plugin-universal-import: 539 + specifier: ^3.1.3 540 + version: 3.1.3(webpack@4.46.0) 541 + formideploy: 542 + specifier: ^0.4.2 543 + version: 0.4.2 544 + lodash: 545 + specifier: ^4.17.19 546 + version: 4.17.21 547 + react-hot-loader: 548 + specifier: ^4.12.20 549 + version: 4.13.0(react-dom@17.0.2)(react@17.0.2) 550 + react-static-plugin-sitemap: 551 + specifier: 7.2.2 552 + version: 7.2.2(react-static@7.3.0) 553 + react-static-plugin-styled-components: 554 + specifier: 7.2.2 555 + version: 7.2.2(react@17.0.2)(styled-components@5.2.3) 556 + resolve-from: 557 + specifier: ^3.0.0 558 + version: 3.0.0 559 + surge: 560 + specifier: ^0.21.3 561 + version: 0.21.7 562 + webpack: 563 + specifier: '>=4.4.6' 564 + version: 4.46.0 418 565 419 566 packages/storage-rn: 420 - specifiers: 421 - '@react-native-async-storage/async-storage': ^1.15.5 422 - '@react-native-community/netinfo': ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 423 - '@urql/core': workspace:* 424 - '@urql/exchange-graphcache': workspace:* 425 567 devDependencies: 426 - '@react-native-async-storage/async-storage': 1.15.5 427 - '@react-native-community/netinfo': 6.0.0 428 - '@urql/core': link:../core 429 - '@urql/exchange-graphcache': link:../../exchanges/graphcache 568 + '@react-native-async-storage/async-storage': 569 + specifier: ^1.15.5 570 + version: 1.15.5 571 + '@react-native-community/netinfo': 572 + specifier: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 573 + version: 6.0.0 574 + '@urql/core': 575 + specifier: workspace:* 576 + version: link:../core 577 + '@urql/exchange-graphcache': 578 + specifier: workspace:* 579 + version: link:../../exchanges/graphcache 430 580 431 581 packages/svelte-urql: 432 - specifiers: 433 - '@urql/core': ^4.0.0 434 - graphql: ^16.6.0 435 - svelte: ^3.20.0 436 - wonka: ^6.3.0 437 582 dependencies: 438 - '@urql/core': link:../core 439 - wonka: 6.3.0 583 + '@urql/core': 584 + specifier: ^4.0.0 585 + version: link:../core 586 + wonka: 587 + specifier: ^6.3.2 588 + version: 6.3.2 440 589 devDependencies: 441 - graphql: 16.6.0 442 - svelte: 3.37.0 590 + graphql: 591 + specifier: ^16.6.0 592 + version: 16.6.0 593 + svelte: 594 + specifier: ^3.20.0 595 + version: 3.37.0 443 596 444 597 packages/vue-urql: 445 - specifiers: 446 - '@urql/core': ^4.0.0 447 - '@vue/test-utils': ^2.3.0 448 - graphql: ^16.6.0 449 - vue: ^3.2.47 450 - wonka: ^6.3.0 451 598 dependencies: 452 - '@urql/core': link:../core 453 - wonka: 6.3.0 599 + '@urql/core': 600 + specifier: ^4.0.0 601 + version: link:../core 602 + wonka: 603 + specifier: ^6.3.2 604 + version: 6.3.2 454 605 devDependencies: 455 - '@vue/test-utils': 2.3.0_vue@3.2.47 456 - graphql: 16.6.0 457 - vue: 3.2.47 606 + '@vue/test-utils': 607 + specifier: ^2.3.0 608 + version: 2.3.0(vue@3.2.47) 609 + graphql: 610 + specifier: ^16.6.0 611 + version: 16.6.0 612 + vue: 613 + specifier: ^3.2.47 614 + version: 3.2.47 458 615 459 616 packages: 460 617 461 - /@0no-co/graphql.web/1.0.0: 462 - resolution: {integrity: sha512-JBq2pWyDchE1vVjj/+c4dzZ8stbpew4RrzpZ3vYdn1WJFGHfYg6YIX1fDdMKtSXJJM9FUlsoDOxemr9WMM2p+A==} 463 - peerDependencies: 464 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 465 - peerDependenciesMeta: 466 - graphql: 467 - optional: true 468 - dev: false 469 - 470 - /@0no-co/graphql.web/1.0.0_graphql@16.6.0: 471 - resolution: {integrity: sha512-JBq2pWyDchE1vVjj/+c4dzZ8stbpew4RrzpZ3vYdn1WJFGHfYg6YIX1fDdMKtSXJJM9FUlsoDOxemr9WMM2p+A==} 618 + /@0no-co/graphql.web@1.0.1(graphql@16.6.0): 619 + resolution: {integrity: sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==} 472 620 peerDependencies: 473 621 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 474 622 peerDependenciesMeta: ··· 477 625 dependencies: 478 626 graphql: 16.6.0 479 627 480 - /@actions/artifact/1.1.1: 628 + /@actions/artifact@1.1.1: 481 629 resolution: {integrity: sha512-Vv4y0EW0ptEkU+Pjs5RGS/0EryTvI6s79LjSV9Gg/h+O3H/ddpjhuX/Bi/HZE4pbNPyjGtQjbdFWphkZhmgabA==} 482 630 dependencies: 483 631 '@actions/core': 1.10.0 ··· 486 634 tmp-promise: 3.0.3 487 635 dev: true 488 636 489 - /@actions/core/1.10.0: 637 + /@actions/core@1.10.0: 490 638 resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==} 491 639 dependencies: 492 640 '@actions/http-client': 2.1.0 493 641 uuid: 8.3.2 494 642 dev: true 495 643 496 - /@actions/github/5.1.1: 644 + /@actions/github@5.1.1: 497 645 resolution: {integrity: sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==} 498 646 dependencies: 499 647 '@actions/http-client': 2.1.0 500 648 '@octokit/core': 3.6.0 501 - '@octokit/plugin-paginate-rest': 2.21.3_@octokit+core@3.6.0 502 - '@octokit/plugin-rest-endpoint-methods': 5.16.2_@octokit+core@3.6.0 649 + '@octokit/plugin-paginate-rest': 2.21.3(@octokit/core@3.6.0) 650 + '@octokit/plugin-rest-endpoint-methods': 5.16.2(@octokit/core@3.6.0) 503 651 transitivePeerDependencies: 504 652 - encoding 505 653 dev: false 506 654 507 - /@actions/http-client/2.1.0: 655 + /@actions/http-client@2.1.0: 508 656 resolution: {integrity: sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==} 509 657 dependencies: 510 658 tunnel: 0.0.6 511 659 512 - /@ampproject/remapping/2.2.0: 660 + /@ampproject/remapping@2.2.0: 513 661 resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} 514 662 engines: {node: '>=6.0.0'} 515 663 dependencies: 516 664 '@jridgewell/gen-mapping': 0.1.1 517 665 '@jridgewell/trace-mapping': 0.3.17 518 666 519 - /@babel/cli/7.13.16_@babel+core@7.21.3: 667 + /@babel/cli@7.13.16(@babel/core@7.21.3): 520 668 resolution: {integrity: sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==} 521 669 hasBin: true 522 670 peerDependencies: ··· 536 684 transitivePeerDependencies: 537 685 - supports-color 538 686 539 - /@babel/code-frame/7.12.11: 687 + /@babel/code-frame@7.12.11: 540 688 resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} 541 689 dependencies: 542 690 '@babel/highlight': 7.18.6 543 691 dev: true 544 692 545 - /@babel/code-frame/7.21.4: 693 + /@babel/code-frame@7.21.4: 546 694 resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} 547 695 engines: {node: '>=6.9.0'} 548 696 dependencies: 549 697 '@babel/highlight': 7.18.6 550 698 551 - /@babel/compat-data/7.21.0: 699 + /@babel/compat-data@7.21.0: 552 700 resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} 553 701 engines: {node: '>=6.9.0'} 554 702 555 - /@babel/core/7.12.9: 703 + /@babel/core@7.12.9: 556 704 resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} 557 705 engines: {node: '>=6.9.0'} 558 706 dependencies: ··· 562 710 '@babel/helpers': 7.21.0 563 711 '@babel/parser': 7.21.3 564 712 '@babel/template': 7.20.7 565 - '@babel/traverse': 7.21.3 713 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 566 714 '@babel/types': 7.21.3 567 715 convert-source-map: 1.9.0 568 - debug: 4.3.4 716 + debug: 4.3.4(supports-color@5.5.0) 569 717 gensync: 1.0.0-beta.2 570 718 json5: 2.2.3 571 719 lodash: 4.17.21 ··· 575 723 transitivePeerDependencies: 576 724 - supports-color 577 725 578 - /@babel/core/7.21.3: 726 + /@babel/core@7.21.3: 579 727 resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} 580 728 engines: {node: '>=6.9.0'} 581 729 dependencies: 582 730 '@ampproject/remapping': 2.2.0 583 731 '@babel/code-frame': 7.21.4 584 732 '@babel/generator': 7.21.3 585 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.3 733 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 586 734 '@babel/helper-module-transforms': 7.21.2 587 735 '@babel/helpers': 7.21.0 588 736 '@babel/parser': 7.21.3 589 737 '@babel/template': 7.20.7 590 - '@babel/traverse': 7.21.3 738 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 591 739 '@babel/types': 7.21.3 592 740 convert-source-map: 1.9.0 593 - debug: 4.3.4 741 + debug: 4.3.4(supports-color@5.5.0) 594 742 gensync: 1.0.0-beta.2 595 743 json5: 2.2.3 596 744 semver: 6.3.0 597 745 transitivePeerDependencies: 598 746 - supports-color 599 747 600 - /@babel/generator/7.21.3: 748 + /@babel/generator@7.21.3: 601 749 resolution: {integrity: sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==} 602 750 engines: {node: '>=6.9.0'} 603 751 dependencies: ··· 606 754 '@jridgewell/trace-mapping': 0.3.17 607 755 jsesc: 2.5.2 608 756 609 - /@babel/helper-annotate-as-pure/7.18.6: 757 + /@babel/helper-annotate-as-pure@7.18.6: 610 758 resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} 611 759 engines: {node: '>=6.9.0'} 612 760 dependencies: 613 761 '@babel/types': 7.21.3 614 762 615 - /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: 763 + /@babel/helper-builder-binary-assignment-operator-visitor@7.12.13: 616 764 resolution: {integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==} 617 765 dependencies: 618 766 '@babel/helper-explode-assignable-expression': 7.13.0 619 767 '@babel/types': 7.21.3 620 768 621 - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.21.3: 769 + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): 622 770 resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} 623 771 engines: {node: '>=6.9.0'} 624 772 peerDependencies: ··· 631 779 lru-cache: 5.1.1 632 780 semver: 6.3.0 633 781 634 - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.21.3: 782 + /@babel/helper-create-class-features-plugin@7.13.11(@babel/core@7.21.3): 635 783 resolution: {integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==} 636 784 peerDependencies: 637 785 '@babel/core': ^7.0.0 ··· 645 793 transitivePeerDependencies: 646 794 - supports-color 647 795 648 - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.21.3: 796 + /@babel/helper-create-regexp-features-plugin@7.12.17(@babel/core@7.21.3): 649 797 resolution: {integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==} 650 798 peerDependencies: 651 799 '@babel/core': ^7.0.0 ··· 654 802 '@babel/helper-annotate-as-pure': 7.18.6 655 803 regexpu-core: 4.7.1 656 804 657 - /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.21.3: 805 + /@babel/helper-define-polyfill-provider@0.2.0(@babel/core@7.21.3): 658 806 resolution: {integrity: sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==} 659 807 peerDependencies: 660 808 '@babel/core': ^7.4.0-0 661 809 dependencies: 662 810 '@babel/core': 7.21.3 663 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.3 811 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 664 812 '@babel/helper-module-imports': 7.18.6 665 813 '@babel/helper-plugin-utils': 7.20.2 666 - '@babel/traverse': 7.21.3 667 - debug: 4.3.4 814 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 815 + debug: 4.3.4(supports-color@5.5.0) 668 816 lodash.debounce: 4.0.8 669 817 resolve: 1.22.1 670 818 semver: 6.3.0 671 819 transitivePeerDependencies: 672 820 - supports-color 673 821 674 - /@babel/helper-environment-visitor/7.18.9: 822 + /@babel/helper-environment-visitor@7.18.9: 675 823 resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} 676 824 engines: {node: '>=6.9.0'} 677 825 678 - /@babel/helper-explode-assignable-expression/7.13.0: 826 + /@babel/helper-explode-assignable-expression@7.13.0: 679 827 resolution: {integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==} 680 828 dependencies: 681 829 '@babel/types': 7.21.3 682 830 683 - /@babel/helper-function-name/7.21.0: 831 + /@babel/helper-function-name@7.21.0: 684 832 resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} 685 833 engines: {node: '>=6.9.0'} 686 834 dependencies: 687 835 '@babel/template': 7.20.7 688 836 '@babel/types': 7.21.3 689 837 690 - /@babel/helper-hoist-variables/7.18.6: 838 + /@babel/helper-hoist-variables@7.18.6: 691 839 resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} 692 840 engines: {node: '>=6.9.0'} 693 841 dependencies: 694 842 '@babel/types': 7.21.3 695 843 696 - /@babel/helper-member-expression-to-functions/7.13.12: 844 + /@babel/helper-member-expression-to-functions@7.13.12: 697 845 resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} 698 846 dependencies: 699 847 '@babel/types': 7.21.3 700 848 701 - /@babel/helper-module-imports/7.18.6: 849 + /@babel/helper-module-imports@7.18.6: 702 850 resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} 703 851 engines: {node: '>=6.9.0'} 704 852 dependencies: 705 853 '@babel/types': 7.21.3 706 854 707 - /@babel/helper-module-transforms/7.21.2: 855 + /@babel/helper-module-transforms@7.21.2: 708 856 resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} 709 857 engines: {node: '>=6.9.0'} 710 858 dependencies: ··· 714 862 '@babel/helper-split-export-declaration': 7.18.6 715 863 '@babel/helper-validator-identifier': 7.19.1 716 864 '@babel/template': 7.20.7 717 - '@babel/traverse': 7.21.3 865 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 718 866 '@babel/types': 7.21.3 719 867 transitivePeerDependencies: 720 868 - supports-color 721 869 722 - /@babel/helper-optimise-call-expression/7.12.13: 870 + /@babel/helper-optimise-call-expression@7.12.13: 723 871 resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} 724 872 dependencies: 725 873 '@babel/types': 7.21.3 726 874 727 - /@babel/helper-plugin-utils/7.10.4: 875 + /@babel/helper-plugin-utils@7.10.4: 728 876 resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} 729 877 730 - /@babel/helper-plugin-utils/7.20.2: 878 + /@babel/helper-plugin-utils@7.20.2: 731 879 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} 732 880 engines: {node: '>=6.9.0'} 733 881 734 - /@babel/helper-remap-async-to-generator/7.13.0: 882 + /@babel/helper-remap-async-to-generator@7.13.0: 735 883 resolution: {integrity: sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==} 736 884 dependencies: 737 885 '@babel/helper-annotate-as-pure': 7.18.6 ··· 740 888 transitivePeerDependencies: 741 889 - supports-color 742 890 743 - /@babel/helper-replace-supers/7.13.12: 891 + /@babel/helper-replace-supers@7.13.12: 744 892 resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} 745 893 dependencies: 746 894 '@babel/helper-member-expression-to-functions': 7.13.12 747 895 '@babel/helper-optimise-call-expression': 7.12.13 748 - '@babel/traverse': 7.21.3 896 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 749 897 '@babel/types': 7.21.3 750 898 transitivePeerDependencies: 751 899 - supports-color 752 900 753 - /@babel/helper-simple-access/7.20.2: 901 + /@babel/helper-simple-access@7.20.2: 754 902 resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} 755 903 engines: {node: '>=6.9.0'} 756 904 dependencies: 757 905 '@babel/types': 7.21.3 758 906 759 - /@babel/helper-skip-transparent-expression-wrappers/7.12.1: 907 + /@babel/helper-skip-transparent-expression-wrappers@7.12.1: 760 908 resolution: {integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==} 761 909 dependencies: 762 910 '@babel/types': 7.21.3 763 911 764 - /@babel/helper-split-export-declaration/7.18.6: 912 + /@babel/helper-split-export-declaration@7.18.6: 765 913 resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} 766 914 engines: {node: '>=6.9.0'} 767 915 dependencies: 768 916 '@babel/types': 7.21.3 769 917 770 - /@babel/helper-string-parser/7.19.4: 918 + /@babel/helper-string-parser@7.19.4: 771 919 resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} 772 920 engines: {node: '>=6.9.0'} 773 921 774 - /@babel/helper-validator-identifier/7.19.1: 922 + /@babel/helper-validator-identifier@7.19.1: 775 923 resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} 776 924 engines: {node: '>=6.9.0'} 777 925 778 - /@babel/helper-validator-option/7.21.0: 926 + /@babel/helper-validator-option@7.21.0: 779 927 resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} 780 928 engines: {node: '>=6.9.0'} 781 929 782 - /@babel/helper-wrap-function/7.13.0: 930 + /@babel/helper-wrap-function@7.13.0: 783 931 resolution: {integrity: sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==} 784 932 dependencies: 785 933 '@babel/helper-function-name': 7.21.0 786 934 '@babel/template': 7.20.7 787 - '@babel/traverse': 7.21.3 935 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 788 936 '@babel/types': 7.21.3 789 937 transitivePeerDependencies: 790 938 - supports-color 791 939 792 - /@babel/helpers/7.21.0: 940 + /@babel/helpers@7.21.0: 793 941 resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} 794 942 engines: {node: '>=6.9.0'} 795 943 dependencies: 796 944 '@babel/template': 7.20.7 797 - '@babel/traverse': 7.21.3 945 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 798 946 '@babel/types': 7.21.3 799 947 transitivePeerDependencies: 800 948 - supports-color 801 949 802 - /@babel/highlight/7.18.6: 950 + /@babel/highlight@7.18.6: 803 951 resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} 804 952 engines: {node: '>=6.9.0'} 805 953 dependencies: ··· 807 955 chalk: 2.4.2 808 956 js-tokens: 4.0.0 809 957 810 - /@babel/parser/7.21.3: 958 + /@babel/parser@7.21.3: 811 959 resolution: {integrity: sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==} 812 960 engines: {node: '>=6.0.0'} 813 961 hasBin: true 814 962 dependencies: 815 963 '@babel/types': 7.21.3 816 964 817 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.21.3: 965 + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12(@babel/core@7.21.3): 818 966 resolution: {integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==} 819 967 peerDependencies: 820 968 '@babel/core': ^7.13.0 ··· 822 970 '@babel/core': 7.21.3 823 971 '@babel/helper-plugin-utils': 7.20.2 824 972 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 825 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.21.3 973 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 826 974 827 - /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.21.3: 975 + /@babel/plugin-proposal-async-generator-functions@7.13.15(@babel/core@7.21.3): 828 976 resolution: {integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==} 829 977 peerDependencies: 830 978 '@babel/core': ^7.0.0-0 ··· 832 980 '@babel/core': 7.21.3 833 981 '@babel/helper-plugin-utils': 7.20.2 834 982 '@babel/helper-remap-async-to-generator': 7.13.0 835 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.3 983 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) 836 984 transitivePeerDependencies: 837 985 - supports-color 838 986 839 - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.21.3: 987 + /@babel/plugin-proposal-class-properties@7.13.0(@babel/core@7.21.3): 840 988 resolution: {integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==} 841 989 peerDependencies: 842 990 '@babel/core': ^7.0.0-0 843 991 dependencies: 844 992 '@babel/core': 7.21.3 845 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.21.3 993 + '@babel/helper-create-class-features-plugin': 7.13.11(@babel/core@7.21.3) 846 994 '@babel/helper-plugin-utils': 7.20.2 847 995 transitivePeerDependencies: 848 996 - supports-color 849 997 850 - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.21.3: 998 + /@babel/plugin-proposal-dynamic-import@7.13.8(@babel/core@7.21.3): 851 999 resolution: {integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==} 852 1000 peerDependencies: 853 1001 '@babel/core': ^7.0.0-0 854 1002 dependencies: 855 1003 '@babel/core': 7.21.3 856 1004 '@babel/helper-plugin-utils': 7.20.2 857 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.3 1005 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 858 1006 859 - /@babel/plugin-proposal-export-default-from/7.12.13_@babel+core@7.21.3: 1007 + /@babel/plugin-proposal-export-default-from@7.12.13(@babel/core@7.21.3): 860 1008 resolution: {integrity: sha512-idIsBT+DGXdOHL82U+8bwX4goHm/z10g8sGGrQroh+HCRcm7mDv/luaGdWJQMTuCX2FsdXS7X0Nyyzp4znAPJA==} 861 1009 peerDependencies: 862 1010 '@babel/core': ^7.0.0-0 863 1011 dependencies: 864 1012 '@babel/core': 7.21.3 865 1013 '@babel/helper-plugin-utils': 7.20.2 866 - '@babel/plugin-syntax-export-default-from': 7.12.13_@babel+core@7.21.3 1014 + '@babel/plugin-syntax-export-default-from': 7.12.13(@babel/core@7.21.3) 867 1015 868 - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.21.3: 1016 + /@babel/plugin-proposal-export-namespace-from@7.12.13(@babel/core@7.21.3): 869 1017 resolution: {integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==} 870 1018 peerDependencies: 871 1019 '@babel/core': ^7.0.0-0 872 1020 dependencies: 873 1021 '@babel/core': 7.21.3 874 1022 '@babel/helper-plugin-utils': 7.20.2 875 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.3 1023 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) 876 1024 877 - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.21.3: 1025 + /@babel/plugin-proposal-json-strings@7.13.8(@babel/core@7.21.3): 878 1026 resolution: {integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==} 879 1027 peerDependencies: 880 1028 '@babel/core': ^7.0.0-0 881 1029 dependencies: 882 1030 '@babel/core': 7.21.3 883 1031 '@babel/helper-plugin-utils': 7.20.2 884 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.3 1032 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) 885 1033 886 - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.21.3: 1034 + /@babel/plugin-proposal-logical-assignment-operators@7.13.8(@babel/core@7.21.3): 887 1035 resolution: {integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==} 888 1036 peerDependencies: 889 1037 '@babel/core': ^7.0.0-0 890 1038 dependencies: 891 1039 '@babel/core': 7.21.3 892 1040 '@babel/helper-plugin-utils': 7.20.2 893 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.3 1041 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) 894 1042 895 - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.21.3: 1043 + /@babel/plugin-proposal-nullish-coalescing-operator@7.13.8(@babel/core@7.21.3): 896 1044 resolution: {integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==} 897 1045 peerDependencies: 898 1046 '@babel/core': ^7.0.0-0 899 1047 dependencies: 900 1048 '@babel/core': 7.21.3 901 1049 '@babel/helper-plugin-utils': 7.20.2 902 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.3 1050 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) 903 1051 904 - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.21.3: 1052 + /@babel/plugin-proposal-numeric-separator@7.12.13(@babel/core@7.21.3): 905 1053 resolution: {integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==} 906 1054 peerDependencies: 907 1055 '@babel/core': ^7.0.0-0 908 1056 dependencies: 909 1057 '@babel/core': 7.21.3 910 1058 '@babel/helper-plugin-utils': 7.20.2 911 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.3 1059 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) 912 1060 913 - /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: 1061 + /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): 914 1062 resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} 915 1063 peerDependencies: 916 1064 '@babel/core': ^7.0.0-0 917 1065 dependencies: 918 1066 '@babel/core': 7.12.9 919 1067 '@babel/helper-plugin-utils': 7.20.2 920 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 921 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.12.9 1068 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) 1069 + '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.12.9) 922 1070 923 - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.21.3: 1071 + /@babel/plugin-proposal-object-rest-spread@7.13.8(@babel/core@7.21.3): 924 1072 resolution: {integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==} 925 1073 peerDependencies: 926 1074 '@babel/core': ^7.0.0-0 927 1075 dependencies: 928 1076 '@babel/compat-data': 7.21.0 929 1077 '@babel/core': 7.21.3 930 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.3 1078 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 931 1079 '@babel/helper-plugin-utils': 7.20.2 932 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.3 933 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.21.3 1080 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) 1081 + '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.3) 934 1082 935 - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.21.3: 1083 + /@babel/plugin-proposal-optional-catch-binding@7.13.8(@babel/core@7.21.3): 936 1084 resolution: {integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==} 937 1085 peerDependencies: 938 1086 '@babel/core': ^7.0.0-0 939 1087 dependencies: 940 1088 '@babel/core': 7.21.3 941 1089 '@babel/helper-plugin-utils': 7.20.2 942 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.3 1090 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) 943 1091 944 - /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.21.3: 1092 + /@babel/plugin-proposal-optional-chaining@7.13.12(@babel/core@7.21.3): 945 1093 resolution: {integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==} 946 1094 peerDependencies: 947 1095 '@babel/core': ^7.0.0-0 ··· 949 1097 '@babel/core': 7.21.3 950 1098 '@babel/helper-plugin-utils': 7.20.2 951 1099 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 952 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.3 1100 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) 953 1101 954 - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.21.3: 1102 + /@babel/plugin-proposal-private-methods@7.13.0(@babel/core@7.21.3): 955 1103 resolution: {integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==} 956 1104 peerDependencies: 957 1105 '@babel/core': ^7.0.0-0 958 1106 dependencies: 959 1107 '@babel/core': 7.21.3 960 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.21.3 1108 + '@babel/helper-create-class-features-plugin': 7.13.11(@babel/core@7.21.3) 961 1109 '@babel/helper-plugin-utils': 7.20.2 962 1110 transitivePeerDependencies: 963 1111 - supports-color 964 1112 965 - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.21.3: 1113 + /@babel/plugin-proposal-unicode-property-regex@7.12.13(@babel/core@7.21.3): 966 1114 resolution: {integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==} 967 1115 engines: {node: '>=4'} 968 1116 peerDependencies: 969 1117 '@babel/core': ^7.0.0-0 970 1118 dependencies: 971 1119 '@babel/core': 7.21.3 972 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.21.3 1120 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 973 1121 '@babel/helper-plugin-utils': 7.20.2 974 1122 975 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.3: 1123 + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.3): 976 1124 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 977 1125 peerDependencies: 978 1126 '@babel/core': ^7.0.0-0 ··· 980 1128 '@babel/core': 7.21.3 981 1129 '@babel/helper-plugin-utils': 7.20.2 982 1130 983 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.3: 1131 + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.3): 984 1132 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} 985 1133 peerDependencies: 986 1134 '@babel/core': ^7.0.0-0 ··· 988 1136 '@babel/core': 7.21.3 989 1137 '@babel/helper-plugin-utils': 7.20.2 990 1138 991 - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.3: 1139 + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.3): 992 1140 resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} 993 1141 peerDependencies: 994 1142 '@babel/core': ^7.0.0-0 ··· 996 1144 '@babel/core': 7.21.3 997 1145 '@babel/helper-plugin-utils': 7.20.2 998 1146 999 - /@babel/plugin-syntax-export-default-from/7.12.13_@babel+core@7.21.3: 1147 + /@babel/plugin-syntax-export-default-from@7.12.13(@babel/core@7.21.3): 1000 1148 resolution: {integrity: sha512-gVry0zqoums0hA+EniCYK3gABhjYSLX1dVuwYpPw9DrLNA4/GovXySHVg4FGRsZht09ON/5C2NVx3keq+qqVGQ==} 1001 1149 peerDependencies: 1002 1150 '@babel/core': ^7.0.0-0 ··· 1004 1152 '@babel/core': 7.21.3 1005 1153 '@babel/helper-plugin-utils': 7.20.2 1006 1154 1007 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.3: 1155 + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.3): 1008 1156 resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} 1009 1157 peerDependencies: 1010 1158 '@babel/core': ^7.0.0-0 ··· 1012 1160 '@babel/core': 7.21.3 1013 1161 '@babel/helper-plugin-utils': 7.20.2 1014 1162 1015 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.3: 1163 + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.3): 1016 1164 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} 1017 1165 peerDependencies: 1018 1166 '@babel/core': ^7.0.0-0 ··· 1020 1168 '@babel/core': 7.21.3 1021 1169 '@babel/helper-plugin-utils': 7.20.2 1022 1170 1023 - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: 1171 + /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): 1024 1172 resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} 1025 1173 peerDependencies: 1026 1174 '@babel/core': ^7.0.0-0 ··· 1028 1176 '@babel/core': 7.12.9 1029 1177 '@babel/helper-plugin-utils': 7.20.2 1030 1178 1031 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.3: 1179 + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.3): 1032 1180 resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} 1033 1181 engines: {node: '>=6.9.0'} 1034 1182 peerDependencies: ··· 1037 1185 '@babel/core': 7.21.3 1038 1186 '@babel/helper-plugin-utils': 7.20.2 1039 1187 1040 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.3: 1188 + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.3): 1041 1189 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} 1042 1190 peerDependencies: 1043 1191 '@babel/core': ^7.0.0-0 ··· 1045 1193 '@babel/core': 7.21.3 1046 1194 '@babel/helper-plugin-utils': 7.20.2 1047 1195 1048 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.3: 1196 + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.3): 1049 1197 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} 1050 1198 peerDependencies: 1051 1199 '@babel/core': ^7.0.0-0 ··· 1053 1201 '@babel/core': 7.21.3 1054 1202 '@babel/helper-plugin-utils': 7.20.2 1055 1203 1056 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.3: 1204 + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.3): 1057 1205 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} 1058 1206 peerDependencies: 1059 1207 '@babel/core': ^7.0.0-0 ··· 1061 1209 '@babel/core': 7.21.3 1062 1210 '@babel/helper-plugin-utils': 7.20.2 1063 1211 1064 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: 1212 + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): 1065 1213 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 1066 1214 peerDependencies: 1067 1215 '@babel/core': ^7.0.0-0 ··· 1069 1217 '@babel/core': 7.12.9 1070 1218 '@babel/helper-plugin-utils': 7.20.2 1071 1219 1072 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.3: 1220 + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.3): 1073 1221 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 1074 1222 peerDependencies: 1075 1223 '@babel/core': ^7.0.0-0 ··· 1077 1225 '@babel/core': 7.21.3 1078 1226 '@babel/helper-plugin-utils': 7.20.2 1079 1227 1080 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.3: 1228 + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.3): 1081 1229 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} 1082 1230 peerDependencies: 1083 1231 '@babel/core': ^7.0.0-0 ··· 1085 1233 '@babel/core': 7.21.3 1086 1234 '@babel/helper-plugin-utils': 7.20.2 1087 1235 1088 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.3: 1236 + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.3): 1089 1237 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} 1090 1238 peerDependencies: 1091 1239 '@babel/core': ^7.0.0-0 ··· 1093 1241 '@babel/core': 7.21.3 1094 1242 '@babel/helper-plugin-utils': 7.20.2 1095 1243 1096 - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.21.3: 1244 + /@babel/plugin-syntax-top-level-await@7.12.13(@babel/core@7.21.3): 1097 1245 resolution: {integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==} 1098 1246 peerDependencies: 1099 1247 '@babel/core': ^7.0.0-0 ··· 1101 1249 '@babel/core': 7.21.3 1102 1250 '@babel/helper-plugin-utils': 7.20.2 1103 1251 1104 - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.21.3: 1252 + /@babel/plugin-transform-arrow-functions@7.13.0(@babel/core@7.21.3): 1105 1253 resolution: {integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==} 1106 1254 peerDependencies: 1107 1255 '@babel/core': ^7.0.0-0 ··· 1109 1257 '@babel/core': 7.21.3 1110 1258 '@babel/helper-plugin-utils': 7.20.2 1111 1259 1112 - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.21.3: 1260 + /@babel/plugin-transform-async-to-generator@7.13.0(@babel/core@7.21.3): 1113 1261 resolution: {integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==} 1114 1262 peerDependencies: 1115 1263 '@babel/core': ^7.0.0-0 ··· 1121 1269 transitivePeerDependencies: 1122 1270 - supports-color 1123 1271 1124 - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.21.3: 1272 + /@babel/plugin-transform-block-scoped-functions@7.12.13(@babel/core@7.21.3): 1125 1273 resolution: {integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==} 1126 1274 peerDependencies: 1127 1275 '@babel/core': ^7.0.0-0 ··· 1129 1277 '@babel/core': 7.21.3 1130 1278 '@babel/helper-plugin-utils': 7.20.2 1131 1279 1132 - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.3: 1280 + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.3): 1133 1281 resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} 1134 1282 engines: {node: '>=6.9.0'} 1135 1283 peerDependencies: ··· 1138 1286 '@babel/core': 7.21.3 1139 1287 '@babel/helper-plugin-utils': 7.20.2 1140 1288 1141 - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.21.3: 1289 + /@babel/plugin-transform-classes@7.13.0(@babel/core@7.21.3): 1142 1290 resolution: {integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==} 1143 1291 peerDependencies: 1144 1292 '@babel/core': ^7.0.0-0 ··· 1154 1302 transitivePeerDependencies: 1155 1303 - supports-color 1156 1304 1157 - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.21.3: 1305 + /@babel/plugin-transform-computed-properties@7.13.0(@babel/core@7.21.3): 1158 1306 resolution: {integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==} 1159 1307 peerDependencies: 1160 1308 '@babel/core': ^7.0.0-0 ··· 1162 1310 '@babel/core': 7.21.3 1163 1311 '@babel/helper-plugin-utils': 7.20.2 1164 1312 1165 - /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.21.3: 1313 + /@babel/plugin-transform-destructuring@7.13.17(@babel/core@7.21.3): 1166 1314 resolution: {integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==} 1167 1315 peerDependencies: 1168 1316 '@babel/core': ^7.0.0-0 ··· 1170 1318 '@babel/core': 7.21.3 1171 1319 '@babel/helper-plugin-utils': 7.20.2 1172 1320 1173 - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.21.3: 1321 + /@babel/plugin-transform-dotall-regex@7.12.13(@babel/core@7.21.3): 1174 1322 resolution: {integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==} 1175 1323 peerDependencies: 1176 1324 '@babel/core': ^7.0.0-0 1177 1325 dependencies: 1178 1326 '@babel/core': 7.21.3 1179 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.21.3 1327 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1180 1328 '@babel/helper-plugin-utils': 7.20.2 1181 1329 1182 - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.21.3: 1330 + /@babel/plugin-transform-duplicate-keys@7.12.13(@babel/core@7.21.3): 1183 1331 resolution: {integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==} 1184 1332 peerDependencies: 1185 1333 '@babel/core': ^7.0.0-0 ··· 1187 1335 '@babel/core': 7.21.3 1188 1336 '@babel/helper-plugin-utils': 7.20.2 1189 1337 1190 - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.21.3: 1338 + /@babel/plugin-transform-exponentiation-operator@7.12.13(@babel/core@7.21.3): 1191 1339 resolution: {integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==} 1192 1340 peerDependencies: 1193 1341 '@babel/core': ^7.0.0-0 ··· 1196 1344 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 1197 1345 '@babel/helper-plugin-utils': 7.20.2 1198 1346 1199 - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.21.3: 1347 + /@babel/plugin-transform-for-of@7.13.0(@babel/core@7.21.3): 1200 1348 resolution: {integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==} 1201 1349 peerDependencies: 1202 1350 '@babel/core': ^7.0.0-0 ··· 1204 1352 '@babel/core': 7.21.3 1205 1353 '@babel/helper-plugin-utils': 7.20.2 1206 1354 1207 - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.21.3: 1355 + /@babel/plugin-transform-function-name@7.12.13(@babel/core@7.21.3): 1208 1356 resolution: {integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==} 1209 1357 peerDependencies: 1210 1358 '@babel/core': ^7.0.0-0 ··· 1213 1361 '@babel/helper-function-name': 7.21.0 1214 1362 '@babel/helper-plugin-utils': 7.20.2 1215 1363 1216 - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.21.3: 1364 + /@babel/plugin-transform-literals@7.12.13(@babel/core@7.21.3): 1217 1365 resolution: {integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==} 1218 1366 peerDependencies: 1219 1367 '@babel/core': ^7.0.0-0 ··· 1221 1369 '@babel/core': 7.21.3 1222 1370 '@babel/helper-plugin-utils': 7.20.2 1223 1371 1224 - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.21.3: 1372 + /@babel/plugin-transform-member-expression-literals@7.12.13(@babel/core@7.21.3): 1225 1373 resolution: {integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==} 1226 1374 peerDependencies: 1227 1375 '@babel/core': ^7.0.0-0 ··· 1229 1377 '@babel/core': 7.21.3 1230 1378 '@babel/helper-plugin-utils': 7.20.2 1231 1379 1232 - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.21.3: 1380 + /@babel/plugin-transform-modules-amd@7.13.0(@babel/core@7.21.3): 1233 1381 resolution: {integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==} 1234 1382 peerDependencies: 1235 1383 '@babel/core': ^7.0.0-0 ··· 1241 1389 transitivePeerDependencies: 1242 1390 - supports-color 1243 1391 1244 - /@babel/plugin-transform-modules-commonjs/7.14.0_@babel+core@7.21.3: 1392 + /@babel/plugin-transform-modules-commonjs@7.14.0(@babel/core@7.21.3): 1245 1393 resolution: {integrity: sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==} 1246 1394 peerDependencies: 1247 1395 '@babel/core': ^7.0.0-0 ··· 1254 1402 transitivePeerDependencies: 1255 1403 - supports-color 1256 1404 1257 - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.21.3: 1405 + /@babel/plugin-transform-modules-systemjs@7.13.8(@babel/core@7.21.3): 1258 1406 resolution: {integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==} 1259 1407 peerDependencies: 1260 1408 '@babel/core': ^7.0.0-0 ··· 1268 1416 transitivePeerDependencies: 1269 1417 - supports-color 1270 1418 1271 - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.21.3: 1419 + /@babel/plugin-transform-modules-umd@7.13.0(@babel/core@7.21.3): 1272 1420 resolution: {integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==} 1273 1421 peerDependencies: 1274 1422 '@babel/core': ^7.0.0-0 ··· 1279 1427 transitivePeerDependencies: 1280 1428 - supports-color 1281 1429 1282 - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.21.3: 1430 + /@babel/plugin-transform-named-capturing-groups-regex@7.12.13(@babel/core@7.21.3): 1283 1431 resolution: {integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==} 1284 1432 peerDependencies: 1285 1433 '@babel/core': ^7.0.0 1286 1434 dependencies: 1287 1435 '@babel/core': 7.21.3 1288 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.21.3 1436 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1289 1437 1290 - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.21.3: 1438 + /@babel/plugin-transform-new-target@7.12.13(@babel/core@7.21.3): 1291 1439 resolution: {integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==} 1292 1440 peerDependencies: 1293 1441 '@babel/core': ^7.0.0-0 ··· 1295 1443 '@babel/core': 7.21.3 1296 1444 '@babel/helper-plugin-utils': 7.20.2 1297 1445 1298 - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.21.3: 1446 + /@babel/plugin-transform-object-super@7.12.13(@babel/core@7.21.3): 1299 1447 resolution: {integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==} 1300 1448 peerDependencies: 1301 1449 '@babel/core': ^7.0.0-0 ··· 1306 1454 transitivePeerDependencies: 1307 1455 - supports-color 1308 1456 1309 - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.12.9: 1457 + /@babel/plugin-transform-parameters@7.13.0(@babel/core@7.12.9): 1310 1458 resolution: {integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==} 1311 1459 peerDependencies: 1312 1460 '@babel/core': ^7.0.0-0 ··· 1314 1462 '@babel/core': 7.12.9 1315 1463 '@babel/helper-plugin-utils': 7.20.2 1316 1464 1317 - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.21.3: 1465 + /@babel/plugin-transform-parameters@7.13.0(@babel/core@7.21.3): 1318 1466 resolution: {integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==} 1319 1467 peerDependencies: 1320 1468 '@babel/core': ^7.0.0-0 ··· 1322 1470 '@babel/core': 7.21.3 1323 1471 '@babel/helper-plugin-utils': 7.20.2 1324 1472 1325 - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.21.3: 1473 + /@babel/plugin-transform-property-literals@7.12.13(@babel/core@7.21.3): 1326 1474 resolution: {integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==} 1327 1475 peerDependencies: 1328 1476 '@babel/core': ^7.0.0-0 ··· 1330 1478 '@babel/core': 7.21.3 1331 1479 '@babel/helper-plugin-utils': 7.20.2 1332 1480 1333 - /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.21.3: 1481 + /@babel/plugin-transform-react-display-name@7.12.13(@babel/core@7.21.3): 1334 1482 resolution: {integrity: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==} 1335 1483 peerDependencies: 1336 1484 '@babel/core': ^7.0.0-0 ··· 1338 1486 '@babel/core': 7.21.3 1339 1487 '@babel/helper-plugin-utils': 7.20.2 1340 1488 1341 - /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.21.3: 1489 + /@babel/plugin-transform-react-jsx-development@7.12.17(@babel/core@7.21.3): 1342 1490 resolution: {integrity: sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==} 1343 1491 peerDependencies: 1344 1492 '@babel/core': ^7.0.0-0 1345 1493 dependencies: 1346 1494 '@babel/core': 7.21.3 1347 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.3 1495 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) 1348 1496 1349 - /@babel/plugin-transform-react-jsx/7.21.0_@babel+core@7.21.3: 1497 + /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.3): 1350 1498 resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} 1351 1499 engines: {node: '>=6.9.0'} 1352 1500 peerDependencies: ··· 1356 1504 '@babel/helper-annotate-as-pure': 7.18.6 1357 1505 '@babel/helper-module-imports': 7.18.6 1358 1506 '@babel/helper-plugin-utils': 7.20.2 1359 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.3 1507 + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.3) 1360 1508 '@babel/types': 7.21.3 1361 1509 1362 - /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.21.3: 1510 + /@babel/plugin-transform-react-pure-annotations@7.12.1(@babel/core@7.21.3): 1363 1511 resolution: {integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==} 1364 1512 peerDependencies: 1365 1513 '@babel/core': ^7.0.0-0 ··· 1368 1516 '@babel/helper-annotate-as-pure': 7.18.6 1369 1517 '@babel/helper-plugin-utils': 7.20.2 1370 1518 1371 - /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.21.3: 1519 + /@babel/plugin-transform-regenerator@7.13.15(@babel/core@7.21.3): 1372 1520 resolution: {integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==} 1373 1521 peerDependencies: 1374 1522 '@babel/core': ^7.0.0-0 ··· 1376 1524 '@babel/core': 7.21.3 1377 1525 regenerator-transform: 0.14.5 1378 1526 1379 - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.21.3: 1527 + /@babel/plugin-transform-reserved-words@7.12.13(@babel/core@7.21.3): 1380 1528 resolution: {integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==} 1381 1529 peerDependencies: 1382 1530 '@babel/core': ^7.0.0-0 ··· 1384 1532 '@babel/core': 7.21.3 1385 1533 '@babel/helper-plugin-utils': 7.20.2 1386 1534 1387 - /@babel/plugin-transform-runtime/7.13.15_@babel+core@7.21.3: 1535 + /@babel/plugin-transform-runtime@7.13.15(@babel/core@7.21.3): 1388 1536 resolution: {integrity: sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==} 1389 1537 peerDependencies: 1390 1538 '@babel/core': ^7.0.0-0 ··· 1392 1540 '@babel/core': 7.21.3 1393 1541 '@babel/helper-module-imports': 7.18.6 1394 1542 '@babel/helper-plugin-utils': 7.20.2 1395 - babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.21.3 1396 - babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.21.3 1397 - babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.21.3 1543 + babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.3) 1544 + babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.3) 1545 + babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.3) 1398 1546 semver: 6.3.0 1399 1547 transitivePeerDependencies: 1400 1548 - supports-color 1401 1549 1402 - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.21.3: 1550 + /@babel/plugin-transform-shorthand-properties@7.12.13(@babel/core@7.21.3): 1403 1551 resolution: {integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==} 1404 1552 peerDependencies: 1405 1553 '@babel/core': ^7.0.0-0 ··· 1407 1555 '@babel/core': 7.21.3 1408 1556 '@babel/helper-plugin-utils': 7.20.2 1409 1557 1410 - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.21.3: 1558 + /@babel/plugin-transform-spread@7.13.0(@babel/core@7.21.3): 1411 1559 resolution: {integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==} 1412 1560 peerDependencies: 1413 1561 '@babel/core': ^7.0.0-0 ··· 1416 1564 '@babel/helper-plugin-utils': 7.20.2 1417 1565 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 1418 1566 1419 - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.21.3: 1567 + /@babel/plugin-transform-sticky-regex@7.12.13(@babel/core@7.21.3): 1420 1568 resolution: {integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==} 1421 1569 peerDependencies: 1422 1570 '@babel/core': ^7.0.0-0 ··· 1424 1572 '@babel/core': 7.21.3 1425 1573 '@babel/helper-plugin-utils': 7.20.2 1426 1574 1427 - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.21.3: 1575 + /@babel/plugin-transform-template-literals@7.13.0(@babel/core@7.21.3): 1428 1576 resolution: {integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==} 1429 1577 peerDependencies: 1430 1578 '@babel/core': ^7.0.0-0 ··· 1432 1580 '@babel/core': 7.21.3 1433 1581 '@babel/helper-plugin-utils': 7.20.2 1434 1582 1435 - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.21.3: 1583 + /@babel/plugin-transform-typeof-symbol@7.12.13(@babel/core@7.21.3): 1436 1584 resolution: {integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==} 1437 1585 peerDependencies: 1438 1586 '@babel/core': ^7.0.0-0 ··· 1440 1588 '@babel/core': 7.21.3 1441 1589 '@babel/helper-plugin-utils': 7.20.2 1442 1590 1443 - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.21.3: 1591 + /@babel/plugin-transform-unicode-escapes@7.12.13(@babel/core@7.21.3): 1444 1592 resolution: {integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==} 1445 1593 peerDependencies: 1446 1594 '@babel/core': ^7.0.0-0 ··· 1448 1596 '@babel/core': 7.21.3 1449 1597 '@babel/helper-plugin-utils': 7.20.2 1450 1598 1451 - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.21.3: 1599 + /@babel/plugin-transform-unicode-regex@7.12.13(@babel/core@7.21.3): 1452 1600 resolution: {integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==} 1453 1601 peerDependencies: 1454 1602 '@babel/core': ^7.0.0-0 1455 1603 dependencies: 1456 1604 '@babel/core': 7.21.3 1457 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.21.3 1605 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1458 1606 '@babel/helper-plugin-utils': 7.20.2 1459 1607 1460 - /@babel/preset-env/7.13.15_@babel+core@7.21.3: 1608 + /@babel/preset-env@7.13.15(@babel/core@7.21.3): 1461 1609 resolution: {integrity: sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==} 1462 1610 peerDependencies: 1463 1611 '@babel/core': ^7.0.0-0 1464 1612 dependencies: 1465 1613 '@babel/compat-data': 7.21.0 1466 1614 '@babel/core': 7.21.3 1467 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.3 1615 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 1468 1616 '@babel/helper-plugin-utils': 7.20.2 1469 1617 '@babel/helper-validator-option': 7.21.0 1470 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.21.3 1471 - '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.21.3 1472 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.21.3 1473 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.21.3 1474 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.21.3 1475 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.21.3 1476 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.21.3 1477 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.21.3 1478 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.21.3 1479 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.21.3 1480 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.21.3 1481 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.21.3 1482 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.21.3 1483 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.21.3 1484 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.3 1485 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.3 1486 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.3 1487 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.3 1488 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.3 1489 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.3 1490 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.3 1491 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.3 1492 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.3 1493 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.3 1494 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.3 1495 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.21.3 1496 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.21.3 1497 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.21.3 1498 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.21.3 1499 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.3 1500 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.21.3 1501 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.21.3 1502 - '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.21.3 1503 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.21.3 1504 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.21.3 1505 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.21.3 1506 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.21.3 1507 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.21.3 1508 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.21.3 1509 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.21.3 1510 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.21.3 1511 - '@babel/plugin-transform-modules-commonjs': 7.14.0_@babel+core@7.21.3 1512 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.21.3 1513 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.21.3 1514 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.21.3 1515 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.21.3 1516 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.21.3 1517 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.21.3 1518 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.21.3 1519 - '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.21.3 1520 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.21.3 1521 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.21.3 1522 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.21.3 1523 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.21.3 1524 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.21.3 1525 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.21.3 1526 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.21.3 1527 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.21.3 1528 - '@babel/preset-modules': 0.1.4_@babel+core@7.21.3 1618 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12(@babel/core@7.21.3) 1619 + '@babel/plugin-proposal-async-generator-functions': 7.13.15(@babel/core@7.21.3) 1620 + '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.3) 1621 + '@babel/plugin-proposal-dynamic-import': 7.13.8(@babel/core@7.21.3) 1622 + '@babel/plugin-proposal-export-namespace-from': 7.12.13(@babel/core@7.21.3) 1623 + '@babel/plugin-proposal-json-strings': 7.13.8(@babel/core@7.21.3) 1624 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8(@babel/core@7.21.3) 1625 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8(@babel/core@7.21.3) 1626 + '@babel/plugin-proposal-numeric-separator': 7.12.13(@babel/core@7.21.3) 1627 + '@babel/plugin-proposal-object-rest-spread': 7.13.8(@babel/core@7.21.3) 1628 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8(@babel/core@7.21.3) 1629 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 1630 + '@babel/plugin-proposal-private-methods': 7.13.0(@babel/core@7.21.3) 1631 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.3) 1632 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) 1633 + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) 1634 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 1635 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) 1636 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) 1637 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) 1638 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) 1639 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) 1640 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) 1641 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) 1642 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) 1643 + '@babel/plugin-syntax-top-level-await': 7.12.13(@babel/core@7.21.3) 1644 + '@babel/plugin-transform-arrow-functions': 7.13.0(@babel/core@7.21.3) 1645 + '@babel/plugin-transform-async-to-generator': 7.13.0(@babel/core@7.21.3) 1646 + '@babel/plugin-transform-block-scoped-functions': 7.12.13(@babel/core@7.21.3) 1647 + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) 1648 + '@babel/plugin-transform-classes': 7.13.0(@babel/core@7.21.3) 1649 + '@babel/plugin-transform-computed-properties': 7.13.0(@babel/core@7.21.3) 1650 + '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.3) 1651 + '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.3) 1652 + '@babel/plugin-transform-duplicate-keys': 7.12.13(@babel/core@7.21.3) 1653 + '@babel/plugin-transform-exponentiation-operator': 7.12.13(@babel/core@7.21.3) 1654 + '@babel/plugin-transform-for-of': 7.13.0(@babel/core@7.21.3) 1655 + '@babel/plugin-transform-function-name': 7.12.13(@babel/core@7.21.3) 1656 + '@babel/plugin-transform-literals': 7.12.13(@babel/core@7.21.3) 1657 + '@babel/plugin-transform-member-expression-literals': 7.12.13(@babel/core@7.21.3) 1658 + '@babel/plugin-transform-modules-amd': 7.13.0(@babel/core@7.21.3) 1659 + '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.3) 1660 + '@babel/plugin-transform-modules-systemjs': 7.13.8(@babel/core@7.21.3) 1661 + '@babel/plugin-transform-modules-umd': 7.13.0(@babel/core@7.21.3) 1662 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13(@babel/core@7.21.3) 1663 + '@babel/plugin-transform-new-target': 7.12.13(@babel/core@7.21.3) 1664 + '@babel/plugin-transform-object-super': 7.12.13(@babel/core@7.21.3) 1665 + '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.3) 1666 + '@babel/plugin-transform-property-literals': 7.12.13(@babel/core@7.21.3) 1667 + '@babel/plugin-transform-regenerator': 7.13.15(@babel/core@7.21.3) 1668 + '@babel/plugin-transform-reserved-words': 7.12.13(@babel/core@7.21.3) 1669 + '@babel/plugin-transform-shorthand-properties': 7.12.13(@babel/core@7.21.3) 1670 + '@babel/plugin-transform-spread': 7.13.0(@babel/core@7.21.3) 1671 + '@babel/plugin-transform-sticky-regex': 7.12.13(@babel/core@7.21.3) 1672 + '@babel/plugin-transform-template-literals': 7.13.0(@babel/core@7.21.3) 1673 + '@babel/plugin-transform-typeof-symbol': 7.12.13(@babel/core@7.21.3) 1674 + '@babel/plugin-transform-unicode-escapes': 7.12.13(@babel/core@7.21.3) 1675 + '@babel/plugin-transform-unicode-regex': 7.12.13(@babel/core@7.21.3) 1676 + '@babel/preset-modules': 0.1.4(@babel/core@7.21.3) 1529 1677 '@babel/types': 7.21.3 1530 - babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.21.3 1531 - babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.21.3 1532 - babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.21.3 1678 + babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.3) 1679 + babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.3) 1680 + babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.3) 1533 1681 core-js-compat: 3.11.1 1534 1682 semver: 6.3.0 1535 1683 transitivePeerDependencies: 1536 1684 - supports-color 1537 1685 1538 - /@babel/preset-modules/0.1.4_@babel+core@7.21.3: 1686 + /@babel/preset-modules@0.1.4(@babel/core@7.21.3): 1539 1687 resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} 1540 1688 peerDependencies: 1541 1689 '@babel/core': ^7.0.0-0 1542 1690 dependencies: 1543 1691 '@babel/core': 7.21.3 1544 1692 '@babel/helper-plugin-utils': 7.20.2 1545 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.21.3 1546 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.21.3 1693 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.3) 1694 + '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.3) 1547 1695 '@babel/types': 7.21.3 1548 1696 esutils: 2.0.3 1549 1697 1550 - /@babel/preset-react/7.13.13_@babel+core@7.21.3: 1698 + /@babel/preset-react@7.13.13(@babel/core@7.21.3): 1551 1699 resolution: {integrity: sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==} 1552 1700 peerDependencies: 1553 1701 '@babel/core': ^7.0.0-0 ··· 1555 1703 '@babel/core': 7.21.3 1556 1704 '@babel/helper-plugin-utils': 7.20.2 1557 1705 '@babel/helper-validator-option': 7.21.0 1558 - '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.21.3 1559 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.3 1560 - '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.21.3 1561 - '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.21.3 1706 + '@babel/plugin-transform-react-display-name': 7.12.13(@babel/core@7.21.3) 1707 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) 1708 + '@babel/plugin-transform-react-jsx-development': 7.12.17(@babel/core@7.21.3) 1709 + '@babel/plugin-transform-react-pure-annotations': 7.12.1(@babel/core@7.21.3) 1562 1710 1563 - /@babel/preset-stage-0/7.8.3: 1711 + /@babel/preset-stage-0@7.8.3: 1564 1712 resolution: {integrity: sha512-+l6FlG1j73t4wh78W41StbcCz0/9a1/y+vxfnjtHl060kSmcgMfGzK9MEkLvrCOXfhp9RCX+d88sm6rOqxEIEQ==} 1565 1713 1566 - /@babel/register/7.13.16_@babel+core@7.21.3: 1714 + /@babel/register@7.13.16(@babel/core@7.21.3): 1567 1715 resolution: {integrity: sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==} 1568 1716 peerDependencies: 1569 1717 '@babel/core': ^7.0.0-0 ··· 1575 1723 pirates: 4.0.5 1576 1724 source-map-support: 0.5.21 1577 1725 1578 - /@babel/runtime-corejs3/7.13.17: 1726 + /@babel/runtime-corejs3@7.13.17: 1579 1727 resolution: {integrity: sha512-RGXINY1YvduBlGrP+vHjJqd/nK7JVpfM4rmZLGMx77WoL3sMrhheA0qxii9VNn1VHnxJLEyxmvCB+Wqc+x/FMw==} 1580 1728 dependencies: 1581 1729 core-js-pure: 3.11.1 1582 1730 regenerator-runtime: 0.13.11 1583 1731 dev: true 1584 1732 1585 - /@babel/runtime/7.12.5: 1733 + /@babel/runtime@7.12.5: 1586 1734 resolution: {integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==} 1587 1735 dependencies: 1588 1736 regenerator-runtime: 0.13.11 1589 1737 dev: true 1590 1738 1591 - /@babel/runtime/7.21.0: 1739 + /@babel/runtime@7.21.0: 1592 1740 resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} 1593 1741 engines: {node: '>=6.9.0'} 1594 1742 dependencies: 1595 1743 regenerator-runtime: 0.13.11 1596 1744 1597 - /@babel/template/7.20.7: 1745 + /@babel/template@7.20.7: 1598 1746 resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} 1599 1747 engines: {node: '>=6.9.0'} 1600 1748 dependencies: ··· 1602 1750 '@babel/parser': 7.21.3 1603 1751 '@babel/types': 7.21.3 1604 1752 1605 - /@babel/traverse/7.21.3: 1753 + /@babel/traverse@7.21.3(supports-color@5.5.0): 1606 1754 resolution: {integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==} 1607 1755 engines: {node: '>=6.9.0'} 1608 1756 dependencies: ··· 1614 1762 '@babel/helper-split-export-declaration': 7.18.6 1615 1763 '@babel/parser': 7.21.3 1616 1764 '@babel/types': 7.21.3 1617 - debug: 4.3.4 1765 + debug: 4.3.4(supports-color@5.5.0) 1618 1766 globals: 11.12.0 1619 1767 transitivePeerDependencies: 1620 1768 - supports-color 1621 1769 1622 - /@babel/traverse/7.21.3_supports-color@5.5.0: 1623 - resolution: {integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==} 1624 - engines: {node: '>=6.9.0'} 1625 - dependencies: 1626 - '@babel/code-frame': 7.21.4 1627 - '@babel/generator': 7.21.3 1628 - '@babel/helper-environment-visitor': 7.18.9 1629 - '@babel/helper-function-name': 7.21.0 1630 - '@babel/helper-hoist-variables': 7.18.6 1631 - '@babel/helper-split-export-declaration': 7.18.6 1632 - '@babel/parser': 7.21.3 1633 - '@babel/types': 7.21.3 1634 - debug: 4.3.4_supports-color@5.5.0 1635 - globals: 11.12.0 1636 - transitivePeerDependencies: 1637 - - supports-color 1638 - 1639 - /@babel/types/7.21.3: 1770 + /@babel/types@7.21.3: 1640 1771 resolution: {integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==} 1641 1772 engines: {node: '>=6.9.0'} 1642 1773 dependencies: ··· 1644 1775 '@babel/helper-validator-identifier': 7.19.1 1645 1776 to-fast-properties: 2.0.0 1646 1777 1647 - /@babel/types/7.8.3: 1778 + /@babel/types@7.8.3: 1648 1779 resolution: {integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==} 1649 1780 dependencies: 1650 1781 esutils: 2.0.3 ··· 1652 1783 to-fast-properties: 2.0.0 1653 1784 dev: true 1654 1785 1655 - /@changesets/apply-release-plan/6.1.3: 1786 + /@changesets/apply-release-plan@6.1.3: 1656 1787 resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} 1657 1788 dependencies: 1658 1789 '@babel/runtime': 7.21.0 ··· 1670 1801 semver: 5.7.1 1671 1802 dev: true 1672 1803 1673 - /@changesets/assemble-release-plan/5.2.3: 1804 + /@changesets/assemble-release-plan@5.2.3: 1674 1805 resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} 1675 1806 dependencies: 1676 1807 '@babel/runtime': 7.21.0 ··· 1681 1812 semver: 5.7.1 1682 1813 dev: true 1683 1814 1684 - /@changesets/changelog-git/0.1.14: 1815 + /@changesets/changelog-git@0.1.14: 1685 1816 resolution: {integrity: sha512-+vRfnKtXVWsDDxGctOfzJsPhaCdXRYoe+KyWYoq5X/GqoISREiat0l3L8B0a453B2B4dfHGcZaGyowHbp9BSaA==} 1686 1817 dependencies: 1687 1818 '@changesets/types': 5.2.1 1688 1819 dev: true 1689 1820 1690 - /@changesets/cli/2.26.0: 1821 + /@changesets/cli@2.26.0: 1691 1822 resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} 1692 1823 hasBin: true 1693 1824 dependencies: ··· 1726 1857 tty-table: 4.1.6 1727 1858 dev: true 1728 1859 1729 - /@changesets/config/2.3.0: 1860 + /@changesets/config@2.3.0: 1730 1861 resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} 1731 1862 dependencies: 1732 1863 '@changesets/errors': 0.1.4 ··· 1738 1869 micromatch: 4.0.5 1739 1870 dev: true 1740 1871 1741 - /@changesets/errors/0.1.4: 1872 + /@changesets/errors@0.1.4: 1742 1873 resolution: {integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==} 1743 1874 dependencies: 1744 1875 extendable-error: 0.1.7 1745 1876 dev: true 1746 1877 1747 - /@changesets/get-dependents-graph/1.3.5: 1878 + /@changesets/get-dependents-graph@1.3.5: 1748 1879 resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} 1749 1880 dependencies: 1750 1881 '@changesets/types': 5.2.1 ··· 1754 1885 semver: 5.7.1 1755 1886 dev: true 1756 1887 1757 - /@changesets/get-github-info/0.5.2: 1888 + /@changesets/get-github-info@0.5.2: 1758 1889 resolution: {integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==} 1759 1890 dependencies: 1760 1891 dataloader: 1.4.0 ··· 1763 1894 - encoding 1764 1895 dev: true 1765 1896 1766 - /@changesets/get-release-plan/3.0.16: 1897 + /@changesets/get-release-plan@3.0.16: 1767 1898 resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} 1768 1899 dependencies: 1769 1900 '@babel/runtime': 7.21.0 ··· 1775 1906 '@manypkg/get-packages': 1.1.3 1776 1907 dev: true 1777 1908 1778 - /@changesets/get-version-range-type/0.3.2: 1909 + /@changesets/get-version-range-type@0.3.2: 1779 1910 resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} 1780 1911 dev: true 1781 1912 1782 - /@changesets/git/2.0.0: 1913 + /@changesets/git@2.0.0: 1783 1914 resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} 1784 1915 dependencies: 1785 1916 '@babel/runtime': 7.21.0 ··· 1791 1922 spawndamnit: 2.0.0 1792 1923 dev: true 1793 1924 1794 - /@changesets/logger/0.0.5: 1925 + /@changesets/logger@0.0.5: 1795 1926 resolution: {integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==} 1796 1927 dependencies: 1797 1928 chalk: 2.4.2 1798 1929 dev: true 1799 1930 1800 - /@changesets/parse/0.3.16: 1931 + /@changesets/parse@0.3.16: 1801 1932 resolution: {integrity: sha512-127JKNd167ayAuBjUggZBkmDS5fIKsthnr9jr6bdnuUljroiERW7FBTDNnNVyJ4l69PzR57pk6mXQdtJyBCJKg==} 1802 1933 dependencies: 1803 1934 '@changesets/types': 5.2.1 1804 1935 js-yaml: 3.14.1 1805 1936 dev: true 1806 1937 1807 - /@changesets/pre/1.0.14: 1938 + /@changesets/pre@1.0.14: 1808 1939 resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} 1809 1940 dependencies: 1810 1941 '@babel/runtime': 7.21.0 ··· 1814 1945 fs-extra: 7.0.1 1815 1946 dev: true 1816 1947 1817 - /@changesets/read/0.5.9: 1948 + /@changesets/read@0.5.9: 1818 1949 resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} 1819 1950 dependencies: 1820 1951 '@babel/runtime': 7.21.0 ··· 1827 1958 p-filter: 2.1.0 1828 1959 dev: true 1829 1960 1830 - /@changesets/types/4.1.0: 1961 + /@changesets/types@4.1.0: 1831 1962 resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} 1832 1963 dev: true 1833 1964 1834 - /@changesets/types/5.2.1: 1965 + /@changesets/types@5.2.1: 1835 1966 resolution: {integrity: sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==} 1836 1967 dev: true 1837 1968 1838 - /@changesets/write/0.2.3: 1969 + /@changesets/write@0.2.3: 1839 1970 resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} 1840 1971 dependencies: 1841 1972 '@babel/runtime': 7.21.0 ··· 1845 1976 prettier: 2.8.4 1846 1977 dev: true 1847 1978 1848 - /@colors/colors/1.5.0: 1979 + /@colors/colors@1.5.0: 1849 1980 resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} 1850 1981 engines: {node: '>=0.1.90'} 1851 1982 requiresBuild: true 1852 1983 dev: true 1853 1984 optional: true 1854 1985 1855 - /@cypress/react/7.0.2_kxqn2c7raunyx4zfzvxjupflne: 1856 - resolution: {integrity: sha512-TTV7XNMDOO9mZUFWiGbd44Od/jqMVX/QbHYKQmK1XT3nIVFs0EvKJuHJmwN7wxLOR/+6twtyX6vTD8z8XBTliQ==} 1857 - peerDependencies: 1858 - '@types/react': ^16.9.16 || ^17.0.0 1859 - cypress: '*' 1860 - react: ^=16.x || ^=17.x || 17 1861 - react-dom: ^=16.x || ^=17.x || 17 1862 - peerDependenciesMeta: 1863 - '@types/react': 1864 - optional: true 1865 - dependencies: 1866 - cypress: 12.8.1 1867 - react: 17.0.2 1868 - react-dom: 17.0.2_react@17.0.2 1869 - dev: true 1870 - 1871 - /@cypress/react/7.0.2_omnm57pgrvq3mbg7qqmuk7p7le: 1986 + /@cypress/react@7.0.2(@types/react@17.0.52)(cypress@12.8.1)(react-dom@17.0.2)(react@17.0.2): 1872 1987 resolution: {integrity: sha512-TTV7XNMDOO9mZUFWiGbd44Od/jqMVX/QbHYKQmK1XT3nIVFs0EvKJuHJmwN7wxLOR/+6twtyX6vTD8z8XBTliQ==} 1873 1988 peerDependencies: 1874 1989 '@types/react': ^16.9.16 || ^17.0.0 ··· 1882 1997 '@types/react': 17.0.52 1883 1998 cypress: 12.8.1 1884 1999 react: 17.0.2 1885 - react-dom: 17.0.2_react@17.0.2 2000 + react-dom: 17.0.2(react@17.0.2) 1886 2001 dev: true 1887 2002 1888 - /@cypress/request/2.88.11: 2003 + /@cypress/request@2.88.11: 1889 2004 resolution: {integrity: sha512-M83/wfQ1EkspjkE2lNWNV5ui2Cv7UCv1swW1DqljahbzLVWltcsexQh8jYtuS/vzFXP+HySntGM83ZXA9fn17w==} 1890 2005 engines: {node: '>= 6'} 1891 2006 dependencies: ··· 1909 2024 uuid: 8.3.2 1910 2025 dev: true 1911 2026 1912 - /@cypress/vite-dev-server/5.0.4: 2027 + /@cypress/vite-dev-server@5.0.4: 1913 2028 resolution: {integrity: sha512-F9ZkoBcHoILYKEQHDPnsBdzVbnudLoav3iMCOPRvgWfuMlen+zVed1g0nBBYTwfVYMfc9Xqn37ePC3GLSl1aYw==} 1914 2029 dependencies: 1915 - debug: 4.3.4 2030 + debug: 4.3.4(supports-color@5.5.0) 1916 2031 find-up: 6.3.0 1917 2032 node-html-parser: 5.3.3 1918 2033 transitivePeerDependencies: 1919 2034 - supports-color 1920 2035 dev: true 1921 2036 1922 - /@cypress/xvfb/1.2.4_supports-color@8.1.1: 2037 + /@cypress/xvfb@1.2.4(supports-color@8.1.1): 1923 2038 resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} 1924 2039 dependencies: 1925 - debug: 3.2.7_supports-color@8.1.1 2040 + debug: 3.2.7(supports-color@8.1.1) 1926 2041 lodash.once: 4.1.1 1927 2042 transitivePeerDependencies: 1928 2043 - supports-color 1929 2044 dev: true 1930 2045 1931 - /@emotion/is-prop-valid/0.8.8: 2046 + /@emotion/is-prop-valid@0.8.8: 1932 2047 resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} 1933 2048 dependencies: 1934 2049 '@emotion/memoize': 0.7.4 1935 2050 1936 - /@emotion/memoize/0.7.4: 2051 + /@emotion/memoize@0.7.4: 1937 2052 resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} 1938 2053 1939 - /@emotion/stylis/0.8.5: 2054 + /@emotion/stylis@0.8.5: 1940 2055 resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} 1941 2056 1942 - /@emotion/unitless/0.7.5: 2057 + /@emotion/unitless@0.7.5: 1943 2058 resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} 1944 2059 1945 - /@esbuild/android-arm/0.15.18: 2060 + /@esbuild/android-arm@0.15.18: 1946 2061 resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} 1947 2062 engines: {node: '>=12'} 1948 2063 cpu: [arm] ··· 1951 2066 dev: true 1952 2067 optional: true 1953 2068 1954 - /@esbuild/linux-loong64/0.15.18: 2069 + /@esbuild/linux-loong64@0.15.18: 1955 2070 resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} 1956 2071 engines: {node: '>=12'} 1957 2072 cpu: [loong64] ··· 1960 2075 dev: true 1961 2076 optional: true 1962 2077 1963 - /@eslint-community/eslint-utils/4.2.0_eslint@8.36.0: 2078 + /@eslint-community/eslint-utils@4.2.0(eslint@8.36.0): 1964 2079 resolution: {integrity: sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==} 1965 2080 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1966 2081 peerDependencies: ··· 1970 2085 eslint-visitor-keys: 3.3.0 1971 2086 dev: true 1972 2087 1973 - /@eslint-community/regexpp/4.4.0: 2088 + /@eslint-community/regexpp@4.4.0: 1974 2089 resolution: {integrity: sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==} 1975 2090 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 1976 2091 dev: true 1977 2092 1978 - /@eslint/eslintrc/2.0.1: 2093 + /@eslint/eslintrc@2.0.1: 1979 2094 resolution: {integrity: sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==} 1980 2095 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1981 2096 dependencies: 1982 2097 ajv: 6.12.6 1983 - debug: 4.3.4 2098 + debug: 4.3.4(supports-color@5.5.0) 1984 2099 espree: 9.5.0 1985 2100 globals: 13.20.0 1986 2101 ignore: 5.2.4 ··· 1992 2107 - supports-color 1993 2108 dev: true 1994 2109 1995 - /@eslint/js/8.36.0: 2110 + /@eslint/js@8.36.0: 1996 2111 resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} 1997 2112 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1998 2113 dev: true 1999 2114 2000 - /@gar/promisify/1.1.3: 2115 + /@gar/promisify@1.1.3: 2001 2116 resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} 2002 2117 dev: true 2003 2118 2004 - /@hapi/accept/5.0.2: 2119 + /@hapi/accept@5.0.2: 2005 2120 resolution: {integrity: sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==} 2006 2121 dependencies: 2007 2122 '@hapi/boom': 9.1.3 2008 2123 '@hapi/hoek': 9.2.0 2009 2124 dev: true 2010 2125 2011 - /@hapi/boom/9.1.3: 2126 + /@hapi/boom@9.1.3: 2012 2127 resolution: {integrity: sha512-RlrGyZ603hE/eRTZtTltocRm50HHmrmL3kGOP0SQ9MasazlW1mt/fkv4C5P/6rnpFXjwld/POFX1C8tMZE3ldg==} 2013 2128 dependencies: 2014 2129 '@hapi/hoek': 9.2.0 2015 2130 dev: true 2016 2131 2017 - /@hapi/hoek/9.2.0: 2132 + /@hapi/hoek@9.2.0: 2018 2133 resolution: {integrity: sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==} 2019 2134 dev: true 2020 2135 2021 - /@humanwhocodes/config-array/0.11.8: 2136 + /@humanwhocodes/config-array@0.11.8: 2022 2137 resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} 2023 2138 engines: {node: '>=10.10.0'} 2024 2139 dependencies: 2025 2140 '@humanwhocodes/object-schema': 1.2.1 2026 - debug: 4.3.4 2141 + debug: 4.3.4(supports-color@5.5.0) 2027 2142 minimatch: 3.1.2 2028 2143 transitivePeerDependencies: 2029 2144 - supports-color 2030 2145 dev: true 2031 2146 2032 - /@humanwhocodes/module-importer/1.0.1: 2147 + /@humanwhocodes/module-importer@1.0.1: 2033 2148 resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} 2034 2149 engines: {node: '>=12.22'} 2035 2150 dev: true 2036 2151 2037 - /@humanwhocodes/object-schema/1.2.1: 2152 + /@humanwhocodes/object-schema@1.2.1: 2038 2153 resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} 2039 2154 dev: true 2040 2155 2041 - /@isaacs/string-locale-compare/1.1.0: 2156 + /@isaacs/string-locale-compare@1.1.0: 2042 2157 resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==} 2043 2158 dev: true 2044 2159 2045 - /@jest/types/26.6.2: 2160 + /@jest/types@26.6.2: 2046 2161 resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} 2047 2162 engines: {node: '>= 10.14.2'} 2048 2163 dependencies: ··· 2053 2168 chalk: 4.1.2 2054 2169 dev: true 2055 2170 2056 - /@jridgewell/gen-mapping/0.1.1: 2171 + /@jridgewell/gen-mapping@0.1.1: 2057 2172 resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} 2058 2173 engines: {node: '>=6.0.0'} 2059 2174 dependencies: 2060 2175 '@jridgewell/set-array': 1.1.2 2061 2176 '@jridgewell/sourcemap-codec': 1.4.15 2062 2177 2063 - /@jridgewell/gen-mapping/0.3.2: 2178 + /@jridgewell/gen-mapping@0.3.2: 2064 2179 resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} 2065 2180 engines: {node: '>=6.0.0'} 2066 2181 dependencies: ··· 2068 2183 '@jridgewell/sourcemap-codec': 1.4.15 2069 2184 '@jridgewell/trace-mapping': 0.3.17 2070 2185 2071 - /@jridgewell/resolve-uri/3.1.0: 2186 + /@jridgewell/resolve-uri@3.1.0: 2072 2187 resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} 2073 2188 engines: {node: '>=6.0.0'} 2074 2189 2075 - /@jridgewell/set-array/1.1.2: 2190 + /@jridgewell/set-array@1.1.2: 2076 2191 resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} 2077 2192 engines: {node: '>=6.0.0'} 2078 2193 2079 - /@jridgewell/source-map/0.3.2: 2194 + /@jridgewell/source-map@0.3.2: 2080 2195 resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} 2081 2196 dependencies: 2082 2197 '@jridgewell/gen-mapping': 0.3.2 2083 2198 '@jridgewell/trace-mapping': 0.3.17 2084 2199 dev: true 2085 2200 2086 - /@jridgewell/sourcemap-codec/1.4.14: 2201 + /@jridgewell/sourcemap-codec@1.4.14: 2087 2202 resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} 2088 2203 2089 - /@jridgewell/sourcemap-codec/1.4.15: 2204 + /@jridgewell/sourcemap-codec@1.4.15: 2090 2205 resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} 2091 2206 2092 - /@jridgewell/trace-mapping/0.3.17: 2207 + /@jridgewell/trace-mapping@0.3.17: 2093 2208 resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} 2094 2209 dependencies: 2095 2210 '@jridgewell/resolve-uri': 3.1.0 2096 2211 '@jridgewell/sourcemap-codec': 1.4.14 2097 2212 2098 - /@manypkg/find-root/1.1.0: 2213 + /@manypkg/find-root@1.1.0: 2099 2214 resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} 2100 2215 dependencies: 2101 2216 '@babel/runtime': 7.21.0 ··· 2104 2219 fs-extra: 8.1.0 2105 2220 dev: true 2106 2221 2107 - /@manypkg/get-packages/1.1.3: 2222 + /@manypkg/get-packages@1.1.3: 2108 2223 resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} 2109 2224 dependencies: 2110 2225 '@babel/runtime': 7.21.0 ··· 2115 2230 read-yaml-file: 1.1.0 2116 2231 dev: true 2117 2232 2118 - /@mdx-js/mdx/1.6.22: 2233 + /@mdx-js/mdx@1.6.22: 2119 2234 resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==} 2120 2235 dependencies: 2121 2236 '@babel/core': 7.12.9 2122 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 2123 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 2237 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) 2238 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) 2124 2239 '@mdx-js/util': 1.6.22 2125 - babel-plugin-apply-mdx-type-prop: 1.6.22_@babel+core@7.12.9 2240 + babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.12.9) 2126 2241 babel-plugin-extract-import-names: 1.6.22 2127 2242 camelcase-css: 2.0.1 2128 2243 detab: 2.0.4 ··· 2140 2255 transitivePeerDependencies: 2141 2256 - supports-color 2142 2257 2143 - /@mdx-js/react/1.6.22_react@17.0.2: 2258 + /@mdx-js/react@1.6.22(react@17.0.2): 2144 2259 resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} 2145 2260 peerDependencies: 2146 2261 react: ^16.13.1 || ^17.0.0 || 17 ··· 2148 2263 react: 17.0.2 2149 2264 dev: false 2150 2265 2151 - /@mdx-js/util/1.6.22: 2266 + /@mdx-js/util@1.6.22: 2152 2267 resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} 2153 2268 2154 - /@next/env/11.0.1: 2269 + /@next/env@11.0.1: 2155 2270 resolution: {integrity: sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ==} 2156 2271 dev: true 2157 2272 2158 - /@next/polyfill-module/11.0.1: 2273 + /@next/polyfill-module@11.0.1: 2159 2274 resolution: {integrity: sha512-Cjs7rrKCg4CF4Jhri8PCKlBXhszTfOQNl9AjzdNy4K5jXFyxyoSzuX2rK4IuoyE+yGp5A3XJCBEmOQ4xbUp9Mg==} 2160 2275 dev: true 2161 2276 2162 - /@next/react-dev-overlay/11.0.1_sfoxds7t5ydpegc3knd667wn6m: 2277 + /@next/react-dev-overlay@11.0.1(react-dom@17.0.2)(react@17.0.2): 2163 2278 resolution: {integrity: sha512-lvUjMVpLsgzADs9Q8wtC5LNqvfdN+M0BDMSrqr04EDWAyyX0vURHC9hkvLbyEYWyh+WW32pwjKBXdkMnJhoqMg==} 2164 2279 peerDependencies: 2165 2280 react: ^17.0.2 || 17 ··· 2173 2288 data-uri-to-buffer: 3.0.1 2174 2289 platform: 1.3.6 2175 2290 react: 17.0.2 2176 - react-dom: 17.0.2_react@17.0.2 2291 + react-dom: 17.0.2(react@17.0.2) 2177 2292 shell-quote: 1.7.2 2178 2293 source-map: 0.8.0-beta.0 2179 2294 stacktrace-parser: 0.1.10 2180 2295 strip-ansi: 6.0.0 2181 2296 dev: true 2182 2297 2183 - /@next/react-refresh-utils/11.0.1_react-refresh@0.8.3: 2298 + /@next/react-refresh-utils@11.0.1(react-refresh@0.8.3): 2184 2299 resolution: {integrity: sha512-K347DM6Z7gBSE+TfUaTTceWvbj0B6iNAsFZXbFZOlfg3uyz2sbKpzPYYFocCc27yjLaS8OfR8DEdS2mZXi8Saw==} 2185 2300 peerDependencies: 2186 2301 react-refresh: 0.8.3 ··· 2192 2307 react-refresh: 0.8.3 2193 2308 dev: true 2194 2309 2195 - /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents: 2310 + /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents: 2196 2311 resolution: {integrity: sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==} 2197 2312 requiresBuild: true 2198 2313 dependencies: 2199 - anymatch: 2.0.0 2314 + anymatch: 2.0.0(supports-color@6.1.0) 2200 2315 async-each: 1.0.3 2201 - braces: 2.3.2 2316 + braces: 2.3.2(supports-color@6.1.0) 2202 2317 glob-parent: 3.1.0 2203 2318 inherits: 2.0.4 2204 2319 is-binary-path: 1.0.1 2205 2320 is-glob: 4.0.3 2206 2321 normalize-path: 3.0.0 2207 2322 path-is-absolute: 1.0.1 2208 - readdirp: 2.2.1 2323 + readdirp: 2.2.1(supports-color@6.1.0) 2209 2324 upath: 1.2.0 2210 2325 transitivePeerDependencies: 2211 2326 - supports-color 2212 2327 optional: true 2213 2328 2214 - /@nodelib/fs.scandir/2.1.5: 2329 + /@nodelib/fs.scandir@2.1.5: 2215 2330 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 2216 2331 engines: {node: '>= 8'} 2217 2332 dependencies: ··· 2219 2334 run-parallel: 1.2.0 2220 2335 dev: true 2221 2336 2222 - /@nodelib/fs.stat/2.0.5: 2337 + /@nodelib/fs.stat@2.0.5: 2223 2338 resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} 2224 2339 engines: {node: '>= 8'} 2225 2340 dev: true 2226 2341 2227 - /@nodelib/fs.walk/1.2.8: 2342 + /@nodelib/fs.walk@1.2.8: 2228 2343 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 2229 2344 engines: {node: '>= 8'} 2230 2345 dependencies: ··· 2232 2347 fastq: 1.15.0 2233 2348 dev: true 2234 2349 2235 - /@npmcli/arborist/6.2.5: 2350 + /@npmcli/arborist@6.2.5: 2236 2351 resolution: {integrity: sha512-+GPm+9WrDnl9q+LvuMB2W+roVinHTGDdYWOtYzRfpAnuiqaATFbH14skpXjlJ7LvyUcyd1oJhuGq6XXJLGFNng==} 2237 2352 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2238 2353 hasBin: true ··· 2275 2390 - supports-color 2276 2391 dev: true 2277 2392 2278 - /@npmcli/fs/2.1.2: 2393 + /@npmcli/fs@2.1.2: 2279 2394 resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==} 2280 2395 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 2281 2396 dependencies: ··· 2283 2398 semver: 7.5.0 2284 2399 dev: true 2285 2400 2286 - /@npmcli/fs/3.1.0: 2401 + /@npmcli/fs@3.1.0: 2287 2402 resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} 2288 2403 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2289 2404 dependencies: 2290 2405 semver: 7.5.0 2291 2406 dev: true 2292 2407 2293 - /@npmcli/git/4.0.3: 2408 + /@npmcli/git@4.0.3: 2294 2409 resolution: {integrity: sha512-8cXNkDIbnXPVbhXMmQ7/bklCAjtmPaXfI9aEM4iH+xSuEHINLMHhlfESvVwdqmHJRJkR48vNJTSUvoF6GRPSFA==} 2295 2410 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2296 2411 dependencies: ··· 2299 2414 mkdirp: 1.0.4 2300 2415 npm-pick-manifest: 8.0.1 2301 2416 proc-log: 3.0.0 2302 - promise-inflight: 1.0.1 2417 + promise-inflight: 1.0.1(bluebird@3.7.2) 2303 2418 promise-retry: 2.0.1 2304 2419 semver: 7.5.0 2305 2420 which: 3.0.0 ··· 2307 2422 - bluebird 2308 2423 dev: true 2309 2424 2310 - /@npmcli/installed-package-contents/2.0.2: 2425 + /@npmcli/installed-package-contents@2.0.2: 2311 2426 resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} 2312 2427 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2313 2428 hasBin: true ··· 2316 2431 npm-normalize-package-bin: 3.0.0 2317 2432 dev: true 2318 2433 2319 - /@npmcli/map-workspaces/3.0.2: 2434 + /@npmcli/map-workspaces@3.0.2: 2320 2435 resolution: {integrity: sha512-bCEC4PG7HbadtAYkW/TTUVNEOSr5Dhfmv6yGLgByJgCvdCqq7teq09cjvJ1LhzJU/euWjvYMcQxsfj7yDD2ikg==} 2321 2436 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2322 2437 dependencies: ··· 2326 2441 read-package-json-fast: 3.0.2 2327 2442 dev: true 2328 2443 2329 - /@npmcli/metavuln-calculator/5.0.0: 2444 + /@npmcli/metavuln-calculator@5.0.0: 2330 2445 resolution: {integrity: sha512-BBFQx4M12wiEuVwCgtX/Depx0B/+NHMwDWOlXT41/Pdy5W/1Fenk+hibUlMSrFWwASbX+fY90UbILAEIYH02/A==} 2331 2446 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2332 2447 dependencies: ··· 2339 2454 - supports-color 2340 2455 dev: true 2341 2456 2342 - /@npmcli/move-file/2.0.1: 2457 + /@npmcli/move-file@2.0.1: 2343 2458 resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==} 2344 2459 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 2345 2460 deprecated: This functionality has been moved to @npmcli/fs ··· 2348 2463 rimraf: 3.0.2 2349 2464 dev: true 2350 2465 2351 - /@npmcli/name-from-folder/2.0.0: 2466 + /@npmcli/name-from-folder@2.0.0: 2352 2467 resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==} 2353 2468 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2354 2469 dev: true 2355 2470 2356 - /@npmcli/node-gyp/3.0.0: 2471 + /@npmcli/node-gyp@3.0.0: 2357 2472 resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} 2358 2473 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2359 2474 dev: true 2360 2475 2361 - /@npmcli/package-json/3.0.0: 2476 + /@npmcli/package-json@3.0.0: 2362 2477 resolution: {integrity: sha512-NnuPuM97xfiCpbTEJYtEuKz6CFbpUHtaT0+5via5pQeI25omvQDFbp1GcGJ/c4zvL/WX0qbde6YiLgfZbWFgvg==} 2363 2478 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2364 2479 dependencies: 2365 2480 json-parse-even-better-errors: 3.0.0 2366 2481 dev: true 2367 2482 2368 - /@npmcli/promise-spawn/6.0.2: 2483 + /@npmcli/promise-spawn@6.0.2: 2369 2484 resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} 2370 2485 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2371 2486 dependencies: 2372 2487 which: 3.0.0 2373 2488 dev: true 2374 2489 2375 - /@npmcli/query/3.0.0: 2490 + /@npmcli/query@3.0.0: 2376 2491 resolution: {integrity: sha512-MFNDSJNgsLZIEBVZ0Q9w9K7o07j5N4o4yjtdz2uEpuCZlXGMuPENiRaFYk0vRqAA64qVuUQwC05g27fRtfUgnA==} 2377 2492 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2378 2493 dependencies: 2379 2494 postcss-selector-parser: 6.0.11 2380 2495 dev: true 2381 2496 2382 - /@npmcli/run-script/6.0.0: 2497 + /@npmcli/run-script@6.0.0: 2383 2498 resolution: {integrity: sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ==} 2384 2499 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2385 2500 dependencies: ··· 2393 2508 - supports-color 2394 2509 dev: true 2395 2510 2396 - /@octokit/auth-token/2.5.0: 2511 + /@octokit/auth-token@2.5.0: 2397 2512 resolution: {integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==} 2398 2513 dependencies: 2399 2514 '@octokit/types': 6.41.0 2400 2515 2401 - /@octokit/core/2.5.4: 2516 + /@octokit/core@2.5.4: 2402 2517 resolution: {integrity: sha512-HCp8yKQfTITYK+Nd09MHzAlP1v3Ii/oCohv0/TW9rhSLvzb98BOVs2QmVYuloE6a3l6LsfyGIwb6Pc4ycgWlIQ==} 2403 2518 dependencies: 2404 2519 '@octokit/auth-token': 2.5.0 ··· 2411 2526 - encoding 2412 2527 dev: true 2413 2528 2414 - /@octokit/core/3.6.0: 2529 + /@octokit/core@3.6.0: 2415 2530 resolution: {integrity: sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==} 2416 2531 dependencies: 2417 2532 '@octokit/auth-token': 2.5.0 ··· 2425 2540 - encoding 2426 2541 dev: false 2427 2542 2428 - /@octokit/endpoint/6.0.12: 2543 + /@octokit/endpoint@6.0.12: 2429 2544 resolution: {integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==} 2430 2545 dependencies: 2431 2546 '@octokit/types': 6.41.0 2432 2547 is-plain-object: 5.0.0 2433 2548 universal-user-agent: 6.0.0 2434 2549 2435 - /@octokit/graphql/4.8.0: 2550 + /@octokit/graphql@4.8.0: 2436 2551 resolution: {integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==} 2437 2552 dependencies: 2438 2553 '@octokit/request': 5.6.3 ··· 2441 2556 transitivePeerDependencies: 2442 2557 - encoding 2443 2558 2444 - /@octokit/openapi-types/12.11.0: 2559 + /@octokit/openapi-types@12.11.0: 2445 2560 resolution: {integrity: sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==} 2446 2561 2447 - /@octokit/plugin-paginate-rest/2.21.3_@octokit+core@2.5.4: 2562 + /@octokit/plugin-paginate-rest@2.21.3(@octokit/core@2.5.4): 2448 2563 resolution: {integrity: sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==} 2449 2564 peerDependencies: 2450 2565 '@octokit/core': '>=2' ··· 2453 2568 '@octokit/types': 6.41.0 2454 2569 dev: true 2455 2570 2456 - /@octokit/plugin-paginate-rest/2.21.3_@octokit+core@3.6.0: 2571 + /@octokit/plugin-paginate-rest@2.21.3(@octokit/core@3.6.0): 2457 2572 resolution: {integrity: sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==} 2458 2573 peerDependencies: 2459 2574 '@octokit/core': '>=2' ··· 2462 2577 '@octokit/types': 6.41.0 2463 2578 dev: false 2464 2579 2465 - /@octokit/plugin-request-log/1.0.0: 2580 + /@octokit/plugin-request-log@1.0.0: 2466 2581 resolution: {integrity: sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==} 2467 2582 dev: true 2468 2583 2469 - /@octokit/plugin-rest-endpoint-methods/3.17.0: 2584 + /@octokit/plugin-rest-endpoint-methods@3.17.0: 2470 2585 resolution: {integrity: sha512-NFV3vq7GgoO2TrkyBRUOwflkfTYkFKS0tLAPym7RNpkwLCttqShaEGjthOsPEEL+7LFcYv3mU24+F2yVd3npmg==} 2471 2586 dependencies: 2472 2587 '@octokit/types': 4.1.10 2473 2588 deprecation: 2.3.1 2474 2589 dev: true 2475 2590 2476 - /@octokit/plugin-rest-endpoint-methods/5.16.2_@octokit+core@3.6.0: 2591 + /@octokit/plugin-rest-endpoint-methods@5.16.2(@octokit/core@3.6.0): 2477 2592 resolution: {integrity: sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==} 2478 2593 peerDependencies: 2479 2594 '@octokit/core': '>=3' ··· 2483 2598 deprecation: 2.3.1 2484 2599 dev: false 2485 2600 2486 - /@octokit/request-error/2.1.0: 2601 + /@octokit/request-error@2.1.0: 2487 2602 resolution: {integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==} 2488 2603 dependencies: 2489 2604 '@octokit/types': 6.41.0 2490 2605 deprecation: 2.3.1 2491 2606 once: 1.4.0 2492 2607 2493 - /@octokit/request/5.6.3: 2608 + /@octokit/request@5.6.3: 2494 2609 resolution: {integrity: sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==} 2495 2610 dependencies: 2496 2611 '@octokit/endpoint': 6.0.12 ··· 2502 2617 transitivePeerDependencies: 2503 2618 - encoding 2504 2619 2505 - /@octokit/rest/17.11.2: 2620 + /@octokit/rest@17.11.2: 2506 2621 resolution: {integrity: sha512-4jTmn8WossTUaLfNDfXk4fVJgbz5JgZE8eCs4BvIb52lvIH8rpVMD1fgRCrHbSd6LRPE5JFZSfAEtszrOq3ZFQ==} 2507 2622 dependencies: 2508 2623 '@octokit/core': 2.5.4 2509 - '@octokit/plugin-paginate-rest': 2.21.3_@octokit+core@2.5.4 2624 + '@octokit/plugin-paginate-rest': 2.21.3(@octokit/core@2.5.4) 2510 2625 '@octokit/plugin-request-log': 1.0.0 2511 2626 '@octokit/plugin-rest-endpoint-methods': 3.17.0 2512 2627 transitivePeerDependencies: 2513 2628 - encoding 2514 2629 dev: true 2515 2630 2516 - /@octokit/types/4.1.10: 2631 + /@octokit/types@4.1.10: 2517 2632 resolution: {integrity: sha512-/wbFy1cUIE5eICcg0wTKGXMlKSbaAxEr00qaBXzscLXpqhcwgXeS6P8O0pkysBhRfyjkKjJaYrvR1ExMO5eOXQ==} 2518 2633 dependencies: 2519 2634 '@types/node': 18.15.3 2520 2635 dev: true 2521 2636 2522 - /@octokit/types/5.5.0: 2637 + /@octokit/types@5.5.0: 2523 2638 resolution: {integrity: sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==} 2524 2639 dependencies: 2525 2640 '@types/node': 18.15.3 2526 2641 dev: true 2527 2642 2528 - /@octokit/types/6.41.0: 2643 + /@octokit/types@6.41.0: 2529 2644 resolution: {integrity: sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==} 2530 2645 dependencies: 2531 2646 '@octokit/openapi-types': 12.11.0 2532 2647 2533 - /@reach/router/1.3.4_sfoxds7t5ydpegc3knd667wn6m: 2648 + /@reach/router@1.3.4(react-dom@17.0.2)(react@17.0.2): 2534 2649 resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} 2535 2650 peerDependencies: 2536 2651 react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 2537 2652 react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 2538 2653 dependencies: 2539 - create-react-context: 0.3.0_at7mkepldmzoo6silmqc5bca74 2654 + create-react-context: 0.3.0(prop-types@15.8.1)(react@17.0.2) 2540 2655 invariant: 2.2.4 2541 2656 prop-types: 15.8.1 2542 2657 react: 17.0.2 2543 - react-dom: 17.0.2_react@17.0.2 2658 + react-dom: 17.0.2(react@17.0.2) 2544 2659 react-lifecycles-compat: 3.0.4 2545 2660 2546 - /@react-native-async-storage/async-storage/1.15.5: 2661 + /@react-native-async-storage/async-storage@1.15.5: 2547 2662 resolution: {integrity: sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==} 2548 2663 peerDependencies: 2549 2664 react-native: ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0 ··· 2554 2669 deep-assign: 3.0.0 2555 2670 dev: true 2556 2671 2557 - /@react-native-community/netinfo/6.0.0: 2672 + /@react-native-community/netinfo@6.0.0: 2558 2673 resolution: {integrity: sha512-Z9M8VGcF2IZVOo2x+oUStvpCW/8HjIRi4+iQCu5n+PhC7OqCQX58KYAzdBr///alIfRXiu6oMb+lK+rXQH1FvQ==} 2559 2674 peerDependencies: 2560 2675 react-native: '>=0.59' ··· 2563 2678 optional: true 2564 2679 dev: true 2565 2680 2566 - /@rollup/plugin-babel/6.0.3_juvh72w4ry7wdzu3k4tlty4ke4: 2681 + /@rollup/plugin-babel@6.0.3(@babel/core@7.21.3)(rollup@3.19.1): 2567 2682 resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} 2568 2683 engines: {node: '>=14.0.0'} 2569 2684 peerDependencies: ··· 2578 2693 dependencies: 2579 2694 '@babel/core': 7.21.3 2580 2695 '@babel/helper-module-imports': 7.18.6 2581 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 2696 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2582 2697 rollup: 3.19.1 2583 2698 dev: true 2584 2699 2585 - /@rollup/plugin-commonjs/24.0.1_rollup@3.19.1: 2700 + /@rollup/plugin-commonjs@24.0.1(rollup@3.19.1): 2586 2701 resolution: {integrity: sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==} 2587 2702 engines: {node: '>=14.0.0'} 2588 2703 peerDependencies: ··· 2591 2706 rollup: 2592 2707 optional: true 2593 2708 dependencies: 2594 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 2709 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2595 2710 commondir: 1.0.1 2596 2711 estree-walker: 2.0.2 2597 2712 glob: 8.1.0 ··· 2600 2715 rollup: 3.19.1 2601 2716 dev: true 2602 2717 2603 - /@rollup/plugin-node-resolve/15.0.1_rollup@3.19.1: 2718 + /@rollup/plugin-node-resolve@15.0.1(rollup@3.19.1): 2604 2719 resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} 2605 2720 engines: {node: '>=14.0.0'} 2606 2721 peerDependencies: ··· 2609 2724 rollup: 2610 2725 optional: true 2611 2726 dependencies: 2612 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 2727 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2613 2728 '@types/resolve': 1.20.2 2614 2729 deepmerge: 4.3.0 2615 2730 is-builtin-module: 3.2.1 ··· 2618 2733 rollup: 3.19.1 2619 2734 dev: true 2620 2735 2621 - /@rollup/plugin-replace/5.0.2_rollup@3.19.1: 2736 + /@rollup/plugin-replace@5.0.2(rollup@3.19.1): 2622 2737 resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} 2623 2738 engines: {node: '>=14.0.0'} 2624 2739 peerDependencies: ··· 2627 2742 rollup: 2628 2743 optional: true 2629 2744 dependencies: 2630 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 2745 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2631 2746 magic-string: 0.27.0 2632 2747 rollup: 3.19.1 2633 2748 dev: true 2634 2749 2635 - /@rollup/plugin-sucrase/5.0.1_rollup@3.19.1: 2750 + /@rollup/plugin-sucrase@5.0.1(rollup@3.19.1): 2636 2751 resolution: {integrity: sha512-3mYe28rR/sUTkV8v10yPCP55TQ/oJkvcxKZBj6NGx9ZfCn9BdBtBL1v1S0TQrcOV4WD3FTHJaI7TbbukALx9wA==} 2637 2752 engines: {node: '>=14.0.0'} 2638 2753 peerDependencies: ··· 2641 2756 rollup: 2642 2757 optional: true 2643 2758 dependencies: 2644 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 2759 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2645 2760 rollup: 3.19.1 2646 2761 sucrase: 3.29.0 2647 2762 dev: true 2648 2763 2649 - /@rollup/plugin-terser/0.4.0_rollup@3.19.1: 2764 + /@rollup/plugin-terser@0.4.0(rollup@3.19.1): 2650 2765 resolution: {integrity: sha512-Ipcf3LPNerey1q9ZMjiaWHlNPEHNU/B5/uh9zXLltfEQ1lVSLLeZSgAtTPWGyw8Ip1guOeq+mDtdOlEj/wNxQw==} 2651 2766 engines: {node: '>=14.0.0'} 2652 2767 peerDependencies: ··· 2661 2776 terser: 5.16.6 2662 2777 dev: true 2663 2778 2664 - /@rollup/pluginutils/5.0.2_rollup@3.19.1: 2779 + /@rollup/pluginutils@5.0.2(rollup@3.19.1): 2665 2780 resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} 2666 2781 engines: {node: '>=14.0.0'} 2667 2782 peerDependencies: ··· 2676 2791 rollup: 3.19.1 2677 2792 dev: true 2678 2793 2679 - /@sigstore/protobuf-specs/0.1.0: 2794 + /@sigstore/protobuf-specs@0.1.0: 2680 2795 resolution: {integrity: sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==} 2681 2796 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2682 2797 dev: true 2683 2798 2684 - /@sindresorhus/is/0.7.0: 2799 + /@sindresorhus/is@0.7.0: 2685 2800 resolution: {integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==} 2686 2801 engines: {node: '>=4'} 2687 2802 2688 - /@testing-library/dom/7.30.4: 2803 + /@testing-library/dom@7.30.4: 2689 2804 resolution: {integrity: sha512-GObDVMaI4ARrZEXaRy4moolNAxWPKvEYNV/fa6Uc2eAzR/t4otS6A7EhrntPBIQLeehL9DbVhscvvv7gd6hWqA==} 2690 2805 engines: {node: '>=10'} 2691 2806 dependencies: ··· 2699 2814 pretty-format: 26.6.2 2700 2815 dev: true 2701 2816 2702 - /@testing-library/preact/2.0.1_preact@10.13.1: 2817 + /@testing-library/preact@2.0.1(preact@10.13.1): 2703 2818 resolution: {integrity: sha512-79kwVOY+3caoLgaPbiPzikjgY0Aya7Fc7TvGtR1upCnz2wrtmPDnN2t9vO7I7vDP2zoA+feSwOH5Q0BFErhaaQ==} 2704 2819 engines: {node: '>= 10'} 2705 2820 peerDependencies: ··· 2709 2824 preact: 10.13.1 2710 2825 dev: true 2711 2826 2712 - /@testing-library/react-hooks/5.1.2_7qv3rjnqa3j7exc7qtvho7thru: 2827 + /@testing-library/react-hooks@5.1.2(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2): 2713 2828 resolution: {integrity: sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==} 2714 2829 peerDependencies: 2715 2830 react: '>=16.9.0 || 17' ··· 2727 2842 '@types/react-test-renderer': 17.0.1 2728 2843 filter-console: 0.1.1 2729 2844 react: 17.0.2 2730 - react-dom: 17.0.2_react@17.0.2 2731 - react-error-boundary: 3.1.1_react@17.0.2 2732 - react-test-renderer: 17.0.2_react@17.0.2 2845 + react-dom: 17.0.2(react@17.0.2) 2846 + react-error-boundary: 3.1.1(react@17.0.2) 2847 + react-test-renderer: 17.0.2(react@17.0.2) 2733 2848 dev: true 2734 2849 2735 - /@testing-library/react/11.2.6_sfoxds7t5ydpegc3knd667wn6m: 2850 + /@testing-library/react@11.2.6(react-dom@17.0.2)(react@17.0.2): 2736 2851 resolution: {integrity: sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ==} 2737 2852 engines: {node: '>=10'} 2738 2853 peerDependencies: ··· 2742 2857 '@babel/runtime': 7.21.0 2743 2858 '@testing-library/dom': 7.30.4 2744 2859 react: 17.0.2 2745 - react-dom: 17.0.2_react@17.0.2 2860 + react-dom: 17.0.2(react@17.0.2) 2746 2861 dev: true 2747 2862 2748 - /@tootallnate/once/2.0.0: 2863 + /@tootallnate/once@2.0.0: 2749 2864 resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} 2750 2865 engines: {node: '>= 10'} 2751 2866 dev: true 2752 2867 2753 - /@tufjs/models/1.0.0: 2868 + /@tufjs/models@1.0.0: 2754 2869 resolution: {integrity: sha512-RRMu4uMxWnZlxaIBxahSb2IssFZiu188sndesZflWOe1cA/qUqtemSIoBWbuVKPvvdktapImWNnKpBcc+VrCQw==} 2755 2870 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 2756 2871 dependencies: 2757 2872 minimatch: 6.2.0 2758 2873 dev: true 2759 2874 2760 - /@types/aria-query/4.2.1: 2875 + /@types/aria-query@4.2.1: 2761 2876 resolution: {integrity: sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==} 2762 2877 dev: true 2763 2878 2764 - /@types/chai-subset/1.3.3: 2879 + /@types/chai-subset@1.3.3: 2765 2880 resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} 2766 2881 dependencies: 2767 2882 '@types/chai': 4.3.4 2768 2883 dev: true 2769 2884 2770 - /@types/chai/4.3.4: 2885 + /@types/chai@4.3.4: 2771 2886 resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} 2772 2887 dev: true 2773 2888 2774 - /@types/cheerio/0.22.28: 2889 + /@types/cheerio@0.22.28: 2775 2890 resolution: {integrity: sha512-ehUMGSW5IeDxJjbru4awKYMlKGmo1wSSGUVqXtYwlgmUM8X1a0PZttEIm6yEY7vHsY/hh6iPnklF213G0UColw==} 2776 2891 dependencies: 2777 2892 '@types/node': 18.15.3 2778 2893 dev: true 2779 2894 2780 - /@types/enzyme-adapter-react-16/1.0.6: 2895 + /@types/enzyme-adapter-react-16@1.0.6: 2781 2896 resolution: {integrity: sha512-VonDkZ15jzqDWL8mPFIQnnLtjwebuL9YnDkqeCDYnB4IVgwUm0mwKkqhrxLL6mb05xm7qqa3IE95m8CZE9imCg==} 2782 2897 dependencies: 2783 2898 '@types/enzyme': 3.10.8 2784 2899 dev: true 2785 2900 2786 - /@types/enzyme/3.10.8: 2901 + /@types/enzyme@3.10.8: 2787 2902 resolution: {integrity: sha512-vlOuzqsTHxog6PV79+tvOHFb6hq4QZKMq1lLD9MaWD1oec2lHTKndn76XOpSwCA0oFTaIbKVPrgM3k78Jjd16g==} 2788 2903 dependencies: 2789 2904 '@types/cheerio': 0.22.28 2790 2905 '@types/react': 17.0.52 2791 2906 dev: true 2792 2907 2793 - /@types/estree/1.0.0: 2908 + /@types/estree@1.0.0: 2794 2909 resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} 2795 2910 dev: true 2796 2911 2797 - /@types/glob/7.1.3: 2912 + /@types/glob@7.1.3: 2798 2913 resolution: {integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==} 2799 2914 dependencies: 2800 2915 '@types/minimatch': 3.0.4 2801 2916 '@types/node': 18.15.3 2802 2917 2803 - /@types/hast/2.3.1: 2918 + /@types/hast@2.3.1: 2804 2919 resolution: {integrity: sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q==} 2805 2920 dependencies: 2806 2921 '@types/unist': 2.0.3 2807 2922 2808 - /@types/is-ci/3.0.0: 2923 + /@types/is-ci@3.0.0: 2809 2924 resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} 2810 2925 dependencies: 2811 2926 ci-info: 3.8.0 2812 2927 dev: true 2813 2928 2814 - /@types/istanbul-lib-coverage/2.0.3: 2929 + /@types/istanbul-lib-coverage@2.0.3: 2815 2930 resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} 2816 2931 dev: true 2817 2932 2818 - /@types/istanbul-lib-report/3.0.0: 2933 + /@types/istanbul-lib-report@3.0.0: 2819 2934 resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} 2820 2935 dependencies: 2821 2936 '@types/istanbul-lib-coverage': 2.0.3 2822 2937 dev: true 2823 2938 2824 - /@types/istanbul-reports/3.0.0: 2939 + /@types/istanbul-reports@3.0.0: 2825 2940 resolution: {integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==} 2826 2941 dependencies: 2827 2942 '@types/istanbul-lib-report': 3.0.0 2828 2943 dev: true 2829 2944 2830 - /@types/json-schema/7.0.11: 2945 + /@types/json-schema@7.0.11: 2831 2946 resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} 2832 2947 2833 - /@types/keyv/3.1.4: 2948 + /@types/keyv@3.1.4: 2834 2949 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 2835 2950 dependencies: 2836 2951 '@types/node': 18.15.3 2837 2952 2838 - /@types/mdast/3.0.3: 2953 + /@types/mdast@3.0.3: 2839 2954 resolution: {integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==} 2840 2955 dependencies: 2841 2956 '@types/unist': 2.0.3 2842 2957 2843 - /@types/minimatch/3.0.4: 2958 + /@types/minimatch@3.0.4: 2844 2959 resolution: {integrity: sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==} 2845 2960 2846 - /@types/minimist/1.2.2: 2961 + /@types/minimist@1.2.2: 2847 2962 resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} 2848 2963 dev: true 2849 2964 2850 - /@types/node-fetch/2.5.10: 2965 + /@types/node-fetch@2.5.10: 2851 2966 resolution: {integrity: sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==} 2852 2967 dependencies: 2853 2968 '@types/node': 18.15.3 2854 2969 form-data: 3.0.1 2855 2970 dev: true 2856 2971 2857 - /@types/node/12.20.55: 2972 + /@types/node@12.20.55: 2858 2973 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 2859 2974 dev: true 2860 2975 2861 - /@types/node/14.18.38: 2976 + /@types/node@14.18.38: 2862 2977 resolution: {integrity: sha512-zMRIidN2Huikv/+/U7gRPFYsXDR/7IGqFZzTLnCEj5+gkrQjsowfamaxEnyvArct5hxGA3bTxMXlYhH78V6Cew==} 2863 2978 dev: true 2864 2979 2865 - /@types/node/18.15.3: 2980 + /@types/node@18.15.3: 2866 2981 resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} 2867 2982 2868 - /@types/normalize-package-data/2.4.1: 2983 + /@types/normalize-package-data@2.4.1: 2869 2984 resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} 2870 2985 dev: true 2871 2986 2872 - /@types/parse-json/4.0.0: 2987 + /@types/parse-json@4.0.0: 2873 2988 resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} 2874 2989 2875 - /@types/parse5/5.0.3: 2990 + /@types/parse5@5.0.3: 2876 2991 resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==} 2877 2992 2878 - /@types/prop-types/15.7.3: 2993 + /@types/prop-types@15.7.3: 2879 2994 resolution: {integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==} 2880 2995 dev: true 2881 2996 2882 - /@types/q/1.5.4: 2997 + /@types/q@1.5.4: 2883 2998 resolution: {integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==} 2884 2999 2885 - /@types/react-dom/17.0.18: 3000 + /@types/react-dom@17.0.18: 2886 3001 resolution: {integrity: sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==} 2887 3002 dependencies: 2888 3003 '@types/react': 17.0.52 2889 3004 dev: true 2890 3005 2891 - /@types/react-test-renderer/17.0.1: 3006 + /@types/react-test-renderer@17.0.1: 2892 3007 resolution: {integrity: sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw==} 2893 3008 dependencies: 2894 3009 '@types/react': 17.0.52 2895 3010 dev: true 2896 3011 2897 - /@types/react/17.0.52: 3012 + /@types/react@17.0.52: 2898 3013 resolution: {integrity: sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==} 2899 3014 dependencies: 2900 3015 '@types/prop-types': 15.7.3 ··· 2902 3017 csstype: 3.0.8 2903 3018 dev: true 2904 3019 2905 - /@types/resolve/1.20.2: 3020 + /@types/resolve@1.20.2: 2906 3021 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 2907 3022 dev: true 2908 3023 2909 - /@types/responselike/1.0.0: 3024 + /@types/responselike@1.0.0: 2910 3025 resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} 2911 3026 dependencies: 2912 3027 '@types/node': 18.15.3 2913 3028 2914 - /@types/scheduler/0.16.1: 3029 + /@types/scheduler@0.16.1: 2915 3030 resolution: {integrity: sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==} 2916 3031 dev: true 2917 3032 2918 - /@types/semver/6.2.3: 3033 + /@types/semver@6.2.3: 2919 3034 resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} 2920 3035 dev: true 2921 3036 2922 - /@types/semver/7.3.13: 3037 + /@types/semver@7.3.13: 2923 3038 resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} 2924 3039 dev: true 2925 3040 2926 - /@types/sinonjs__fake-timers/8.1.1: 3041 + /@types/sinonjs__fake-timers@8.1.1: 2927 3042 resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} 2928 3043 dev: true 2929 3044 2930 - /@types/sizzle/2.3.3: 3045 + /@types/sizzle@2.3.3: 2931 3046 resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==} 2932 3047 dev: true 2933 3048 2934 - /@types/unist/2.0.3: 3049 + /@types/unist@2.0.3: 2935 3050 resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} 2936 3051 2937 - /@types/yargs-parser/20.2.0: 3052 + /@types/yargs-parser@20.2.0: 2938 3053 resolution: {integrity: sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==} 2939 3054 dev: true 2940 3055 2941 - /@types/yargs/15.0.13: 3056 + /@types/yargs@15.0.13: 2942 3057 resolution: {integrity: sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==} 2943 3058 dependencies: 2944 3059 '@types/yargs-parser': 20.2.0 2945 3060 dev: true 2946 3061 2947 - /@types/yauzl/2.10.0: 3062 + /@types/yauzl@2.10.0: 2948 3063 resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} 2949 3064 requiresBuild: true 2950 3065 dependencies: ··· 2952 3067 dev: true 2953 3068 optional: true 2954 3069 2955 - /@typescript-eslint/eslint-plugin/5.55.0_342y7v4tc7ytrrysmit6jo4wri: 3070 + /@typescript-eslint/eslint-plugin@5.55.0(@typescript-eslint/parser@5.55.0)(eslint@8.36.0)(typescript@4.9.5): 2956 3071 resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} 2957 3072 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2958 3073 peerDependencies: ··· 2964 3079 optional: true 2965 3080 dependencies: 2966 3081 '@eslint-community/regexpp': 4.4.0 2967 - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m 3082 + '@typescript-eslint/parser': 5.55.0(eslint@8.36.0)(typescript@4.9.5) 2968 3083 '@typescript-eslint/scope-manager': 5.55.0 2969 - '@typescript-eslint/type-utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m 2970 - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m 2971 - debug: 4.3.4 3084 + '@typescript-eslint/type-utils': 5.55.0(eslint@8.36.0)(typescript@4.9.5) 3085 + '@typescript-eslint/utils': 5.55.0(eslint@8.36.0)(typescript@4.9.5) 3086 + debug: 4.3.4(supports-color@5.5.0) 2972 3087 eslint: 8.36.0 2973 3088 grapheme-splitter: 1.0.4 2974 3089 ignore: 5.2.4 2975 3090 natural-compare-lite: 1.4.0 2976 3091 semver: 7.5.0 2977 - tsutils: 3.21.0_typescript@4.9.5 3092 + tsutils: 3.21.0(typescript@4.9.5) 2978 3093 typescript: 4.9.5 2979 3094 transitivePeerDependencies: 2980 3095 - supports-color 2981 3096 dev: true 2982 3097 2983 - /@typescript-eslint/parser/5.55.0_vgl77cfdswitgr47lm5swmv43m: 3098 + /@typescript-eslint/parser@5.55.0(eslint@8.36.0)(typescript@4.9.5): 2984 3099 resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} 2985 3100 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2986 3101 peerDependencies: ··· 2992 3107 dependencies: 2993 3108 '@typescript-eslint/scope-manager': 5.55.0 2994 3109 '@typescript-eslint/types': 5.55.0 2995 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 2996 - debug: 4.3.4 3110 + '@typescript-eslint/typescript-estree': 5.55.0(typescript@4.9.5) 3111 + debug: 4.3.4(supports-color@5.5.0) 2997 3112 eslint: 8.36.0 2998 3113 typescript: 4.9.5 2999 3114 transitivePeerDependencies: 3000 3115 - supports-color 3001 3116 dev: true 3002 3117 3003 - /@typescript-eslint/scope-manager/5.55.0: 3118 + /@typescript-eslint/scope-manager@5.55.0: 3004 3119 resolution: {integrity: sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==} 3005 3120 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3006 3121 dependencies: ··· 3008 3123 '@typescript-eslint/visitor-keys': 5.55.0 3009 3124 dev: true 3010 3125 3011 - /@typescript-eslint/type-utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: 3126 + /@typescript-eslint/type-utils@5.55.0(eslint@8.36.0)(typescript@4.9.5): 3012 3127 resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} 3013 3128 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3014 3129 peerDependencies: ··· 3018 3133 typescript: 3019 3134 optional: true 3020 3135 dependencies: 3021 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 3022 - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m 3023 - debug: 4.3.4 3136 + '@typescript-eslint/typescript-estree': 5.55.0(typescript@4.9.5) 3137 + '@typescript-eslint/utils': 5.55.0(eslint@8.36.0)(typescript@4.9.5) 3138 + debug: 4.3.4(supports-color@5.5.0) 3024 3139 eslint: 8.36.0 3025 - tsutils: 3.21.0_typescript@4.9.5 3140 + tsutils: 3.21.0(typescript@4.9.5) 3026 3141 typescript: 4.9.5 3027 3142 transitivePeerDependencies: 3028 3143 - supports-color 3029 3144 dev: true 3030 3145 3031 - /@typescript-eslint/types/5.55.0: 3146 + /@typescript-eslint/types@5.55.0: 3032 3147 resolution: {integrity: sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==} 3033 3148 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3034 3149 dev: true 3035 3150 3036 - /@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: 3151 + /@typescript-eslint/typescript-estree@5.55.0(typescript@4.9.5): 3037 3152 resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} 3038 3153 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3039 3154 peerDependencies: ··· 3044 3159 dependencies: 3045 3160 '@typescript-eslint/types': 5.55.0 3046 3161 '@typescript-eslint/visitor-keys': 5.55.0 3047 - debug: 4.3.4 3162 + debug: 4.3.4(supports-color@5.5.0) 3048 3163 globby: 11.1.0 3049 3164 is-glob: 4.0.3 3050 3165 semver: 7.5.0 3051 - tsutils: 3.21.0_typescript@4.9.5 3166 + tsutils: 3.21.0(typescript@4.9.5) 3052 3167 typescript: 4.9.5 3053 3168 transitivePeerDependencies: 3054 3169 - supports-color 3055 3170 dev: true 3056 3171 3057 - /@typescript-eslint/utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: 3172 + /@typescript-eslint/utils@5.55.0(eslint@8.36.0)(typescript@4.9.5): 3058 3173 resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} 3059 3174 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3060 3175 peerDependencies: 3061 3176 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 3062 3177 dependencies: 3063 - '@eslint-community/eslint-utils': 4.2.0_eslint@8.36.0 3178 + '@eslint-community/eslint-utils': 4.2.0(eslint@8.36.0) 3064 3179 '@types/json-schema': 7.0.11 3065 3180 '@types/semver': 7.3.13 3066 3181 '@typescript-eslint/scope-manager': 5.55.0 3067 3182 '@typescript-eslint/types': 5.55.0 3068 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 3183 + '@typescript-eslint/typescript-estree': 5.55.0(typescript@4.9.5) 3069 3184 eslint: 8.36.0 3070 3185 eslint-scope: 5.1.1 3071 3186 semver: 7.5.0 ··· 3074 3189 - typescript 3075 3190 dev: true 3076 3191 3077 - /@typescript-eslint/visitor-keys/5.55.0: 3192 + /@typescript-eslint/visitor-keys@5.55.0: 3078 3193 resolution: {integrity: sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==} 3079 3194 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3080 3195 dependencies: ··· 3082 3197 eslint-visitor-keys: 3.3.0 3083 3198 dev: true 3084 3199 3085 - /@vitest/expect/0.30.1: 3200 + /@vitest/expect@0.30.1: 3086 3201 resolution: {integrity: sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==} 3087 3202 dependencies: 3088 3203 '@vitest/spy': 0.30.1 ··· 3090 3205 chai: 4.3.7 3091 3206 dev: true 3092 3207 3093 - /@vitest/runner/0.30.1: 3208 + /@vitest/runner@0.30.1: 3094 3209 resolution: {integrity: sha512-W62kT/8i0TF1UBCNMRtRMOBWJKRnNyv9RrjIgdUryEe0wNpGZvvwPDLuzYdxvgSckzjp54DSpv1xUbv4BQ0qVA==} 3095 3210 dependencies: 3096 3211 '@vitest/utils': 0.30.1 ··· 3099 3214 pathe: 1.1.0 3100 3215 dev: true 3101 3216 3102 - /@vitest/snapshot/0.30.1: 3217 + /@vitest/snapshot@0.30.1: 3103 3218 resolution: {integrity: sha512-fJZqKrE99zo27uoZA/azgWyWbFvM1rw2APS05yB0JaLwUIg9aUtvvnBf4q7JWhEcAHmSwbrxKFgyBUga6tq9Tw==} 3104 3219 dependencies: 3105 3220 magic-string: 0.30.0 ··· 3107 3222 pretty-format: 27.5.1 3108 3223 dev: true 3109 3224 3110 - /@vitest/spy/0.30.1: 3225 + /@vitest/spy@0.30.1: 3111 3226 resolution: {integrity: sha512-YfJeIf37GvTZe04ZKxzJfnNNuNSmTEGnla2OdL60C8od16f3zOfv9q9K0nNii0NfjDJRt/CVN/POuY5/zTS+BA==} 3112 3227 dependencies: 3113 3228 tinyspy: 2.1.0 3114 3229 dev: true 3115 3230 3116 - /@vitest/utils/0.30.1: 3231 + /@vitest/utils@0.30.1: 3117 3232 resolution: {integrity: sha512-/c8Xv2zUVc+rnNt84QF0Y0zkfxnaGhp87K2dYJMLtLOIckPzuxLVzAtFCicGFdB4NeBHNzTRr1tNn7rCtQcWFA==} 3118 3233 dependencies: 3119 3234 concordance: 5.0.4 ··· 3121 3236 pretty-format: 27.5.1 3122 3237 dev: true 3123 3238 3124 - /@vue/compiler-core/3.2.47: 3239 + /@vue/compiler-core@3.2.47: 3125 3240 resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==} 3126 3241 dependencies: 3127 3242 '@babel/parser': 7.21.3 ··· 3130 3245 source-map: 0.6.1 3131 3246 dev: true 3132 3247 3133 - /@vue/compiler-dom/3.2.47: 3248 + /@vue/compiler-dom@3.2.47: 3134 3249 resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} 3135 3250 dependencies: 3136 3251 '@vue/compiler-core': 3.2.47 3137 3252 '@vue/shared': 3.2.47 3138 3253 dev: true 3139 3254 3140 - /@vue/compiler-sfc/3.2.47: 3255 + /@vue/compiler-sfc@3.2.47: 3141 3256 resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} 3142 3257 dependencies: 3143 3258 '@babel/parser': 7.21.3 ··· 3152 3267 source-map: 0.6.1 3153 3268 dev: true 3154 3269 3155 - /@vue/compiler-ssr/3.2.47: 3270 + /@vue/compiler-ssr@3.2.47: 3156 3271 resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} 3157 3272 dependencies: 3158 3273 '@vue/compiler-dom': 3.2.47 3159 3274 '@vue/shared': 3.2.47 3160 3275 dev: true 3161 3276 3162 - /@vue/reactivity-transform/3.2.47: 3277 + /@vue/reactivity-transform@3.2.47: 3163 3278 resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==} 3164 3279 dependencies: 3165 3280 '@babel/parser': 7.21.3 ··· 3169 3284 magic-string: 0.25.9 3170 3285 dev: true 3171 3286 3172 - /@vue/reactivity/3.2.47: 3287 + /@vue/reactivity@3.2.47: 3173 3288 resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==} 3174 3289 dependencies: 3175 3290 '@vue/shared': 3.2.47 3176 3291 dev: true 3177 3292 3178 - /@vue/runtime-core/3.2.47: 3293 + /@vue/runtime-core@3.2.47: 3179 3294 resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==} 3180 3295 dependencies: 3181 3296 '@vue/reactivity': 3.2.47 3182 3297 '@vue/shared': 3.2.47 3183 3298 dev: true 3184 3299 3185 - /@vue/runtime-dom/3.2.47: 3300 + /@vue/runtime-dom@3.2.47: 3186 3301 resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==} 3187 3302 dependencies: 3188 3303 '@vue/runtime-core': 3.2.47 ··· 3190 3305 csstype: 2.6.21 3191 3306 dev: true 3192 3307 3193 - /@vue/server-renderer/3.2.47_vue@3.2.47: 3308 + /@vue/server-renderer@3.2.47(vue@3.2.47): 3194 3309 resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==} 3195 3310 peerDependencies: 3196 3311 vue: 3.2.47 ··· 3200 3315 vue: 3.2.47 3201 3316 dev: true 3202 3317 3203 - /@vue/shared/3.2.47: 3318 + /@vue/shared@3.2.47: 3204 3319 resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} 3205 3320 dev: true 3206 3321 3207 - /@vue/test-utils/2.3.0_vue@3.2.47: 3322 + /@vue/test-utils@2.3.0(vue@3.2.47): 3208 3323 resolution: {integrity: sha512-S8/9Z+B4VSsTUNtZtzS7J1TfxJbf10n+gcH9X8cASbG0Tp7qD6vqs/sUNlmpzk6i7+pP00ptauJp9rygyW89Ww==} 3209 3324 peerDependencies: 3210 3325 vue: ^3.0.1 ··· 3213 3328 vue: 3.2.47 3214 3329 optionalDependencies: 3215 3330 '@vue/compiler-dom': 3.2.47 3216 - '@vue/server-renderer': 3.2.47_vue@3.2.47 3331 + '@vue/server-renderer': 3.2.47(vue@3.2.47) 3217 3332 dev: true 3218 3333 3219 - /@webassemblyjs/ast/1.9.0: 3334 + /@webassemblyjs/ast@1.9.0: 3220 3335 resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} 3221 3336 dependencies: 3222 3337 '@webassemblyjs/helper-module-context': 1.9.0 3223 3338 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 3224 3339 '@webassemblyjs/wast-parser': 1.9.0 3225 3340 3226 - /@webassemblyjs/floating-point-hex-parser/1.9.0: 3341 + /@webassemblyjs/floating-point-hex-parser@1.9.0: 3227 3342 resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} 3228 3343 3229 - /@webassemblyjs/helper-api-error/1.9.0: 3344 + /@webassemblyjs/helper-api-error@1.9.0: 3230 3345 resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} 3231 3346 3232 - /@webassemblyjs/helper-buffer/1.9.0: 3347 + /@webassemblyjs/helper-buffer@1.9.0: 3233 3348 resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} 3234 3349 3235 - /@webassemblyjs/helper-code-frame/1.9.0: 3350 + /@webassemblyjs/helper-code-frame@1.9.0: 3236 3351 resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} 3237 3352 dependencies: 3238 3353 '@webassemblyjs/wast-printer': 1.9.0 3239 3354 3240 - /@webassemblyjs/helper-fsm/1.9.0: 3355 + /@webassemblyjs/helper-fsm@1.9.0: 3241 3356 resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} 3242 3357 3243 - /@webassemblyjs/helper-module-context/1.9.0: 3358 + /@webassemblyjs/helper-module-context@1.9.0: 3244 3359 resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} 3245 3360 dependencies: 3246 3361 '@webassemblyjs/ast': 1.9.0 3247 3362 3248 - /@webassemblyjs/helper-wasm-bytecode/1.9.0: 3363 + /@webassemblyjs/helper-wasm-bytecode@1.9.0: 3249 3364 resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} 3250 3365 3251 - /@webassemblyjs/helper-wasm-section/1.9.0: 3366 + /@webassemblyjs/helper-wasm-section@1.9.0: 3252 3367 resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} 3253 3368 dependencies: 3254 3369 '@webassemblyjs/ast': 1.9.0 ··· 3256 3371 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 3257 3372 '@webassemblyjs/wasm-gen': 1.9.0 3258 3373 3259 - /@webassemblyjs/ieee754/1.9.0: 3374 + /@webassemblyjs/ieee754@1.9.0: 3260 3375 resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} 3261 3376 dependencies: 3262 3377 '@xtuc/ieee754': 1.2.0 3263 3378 3264 - /@webassemblyjs/leb128/1.9.0: 3379 + /@webassemblyjs/leb128@1.9.0: 3265 3380 resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} 3266 3381 dependencies: 3267 3382 '@xtuc/long': 4.2.2 3268 3383 3269 - /@webassemblyjs/utf8/1.9.0: 3384 + /@webassemblyjs/utf8@1.9.0: 3270 3385 resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} 3271 3386 3272 - /@webassemblyjs/wasm-edit/1.9.0: 3387 + /@webassemblyjs/wasm-edit@1.9.0: 3273 3388 resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} 3274 3389 dependencies: 3275 3390 '@webassemblyjs/ast': 1.9.0 ··· 3281 3396 '@webassemblyjs/wasm-parser': 1.9.0 3282 3397 '@webassemblyjs/wast-printer': 1.9.0 3283 3398 3284 - /@webassemblyjs/wasm-gen/1.9.0: 3399 + /@webassemblyjs/wasm-gen@1.9.0: 3285 3400 resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} 3286 3401 dependencies: 3287 3402 '@webassemblyjs/ast': 1.9.0 ··· 3290 3405 '@webassemblyjs/leb128': 1.9.0 3291 3406 '@webassemblyjs/utf8': 1.9.0 3292 3407 3293 - /@webassemblyjs/wasm-opt/1.9.0: 3408 + /@webassemblyjs/wasm-opt@1.9.0: 3294 3409 resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} 3295 3410 dependencies: 3296 3411 '@webassemblyjs/ast': 1.9.0 ··· 3298 3413 '@webassemblyjs/wasm-gen': 1.9.0 3299 3414 '@webassemblyjs/wasm-parser': 1.9.0 3300 3415 3301 - /@webassemblyjs/wasm-parser/1.9.0: 3416 + /@webassemblyjs/wasm-parser@1.9.0: 3302 3417 resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} 3303 3418 dependencies: 3304 3419 '@webassemblyjs/ast': 1.9.0 ··· 3308 3423 '@webassemblyjs/leb128': 1.9.0 3309 3424 '@webassemblyjs/utf8': 1.9.0 3310 3425 3311 - /@webassemblyjs/wast-parser/1.9.0: 3426 + /@webassemblyjs/wast-parser@1.9.0: 3312 3427 resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} 3313 3428 dependencies: 3314 3429 '@webassemblyjs/ast': 1.9.0 ··· 3318 3433 '@webassemblyjs/helper-fsm': 1.9.0 3319 3434 '@xtuc/long': 4.2.2 3320 3435 3321 - /@webassemblyjs/wast-printer/1.9.0: 3436 + /@webassemblyjs/wast-printer@1.9.0: 3322 3437 resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} 3323 3438 dependencies: 3324 3439 '@webassemblyjs/ast': 1.9.0 3325 3440 '@webassemblyjs/wast-parser': 1.9.0 3326 3441 '@xtuc/long': 4.2.2 3327 3442 3328 - /@xtuc/ieee754/1.2.0: 3443 + /@xtuc/ieee754@1.2.0: 3329 3444 resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} 3330 3445 3331 - /@xtuc/long/4.2.2: 3446 + /@xtuc/long@4.2.2: 3332 3447 resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} 3333 3448 3334 - /@zeit/schemas/2.6.0: 3449 + /@zeit/schemas@2.6.0: 3335 3450 resolution: {integrity: sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==} 3336 3451 3337 - /abab/2.0.6: 3452 + /abab@2.0.6: 3338 3453 resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} 3339 3454 dev: true 3340 3455 3341 - /abbrev/1.1.1: 3456 + /abbrev@1.1.1: 3342 3457 resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} 3343 3458 dev: true 3344 3459 3345 - /abbrev/2.0.0: 3460 + /abbrev@2.0.0: 3346 3461 resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} 3347 3462 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 3348 3463 dev: true 3349 3464 3350 - /abort-controller/3.0.0: 3465 + /abort-controller@3.0.0: 3351 3466 resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} 3352 3467 engines: {node: '>=6.5'} 3353 3468 dependencies: 3354 3469 event-target-shim: 5.0.1 3355 3470 dev: true 3356 3471 3357 - /accepts/1.3.7: 3472 + /accepts@1.3.7: 3358 3473 resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} 3359 3474 engines: {node: '>= 0.6'} 3360 3475 dependencies: 3361 3476 mime-types: 2.1.35 3362 3477 negotiator: 0.6.2 3363 3478 3364 - /acorn-globals/7.0.1: 3479 + /acorn-globals@7.0.1: 3365 3480 resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} 3366 3481 dependencies: 3367 3482 acorn: 8.8.2 3368 3483 acorn-walk: 8.2.0 3369 3484 dev: true 3370 3485 3371 - /acorn-jsx/5.3.2_acorn@8.8.2: 3486 + /acorn-jsx@5.3.2(acorn@8.8.2): 3372 3487 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 3373 3488 peerDependencies: 3374 3489 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 3376 3491 acorn: 8.8.2 3377 3492 dev: true 3378 3493 3379 - /acorn-walk/7.2.0: 3494 + /acorn-walk@7.2.0: 3380 3495 resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} 3381 3496 engines: {node: '>=0.4.0'} 3382 3497 3383 - /acorn-walk/8.2.0: 3498 + /acorn-walk@8.2.0: 3384 3499 resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} 3385 3500 engines: {node: '>=0.4.0'} 3386 3501 dev: true 3387 3502 3388 - /acorn/6.4.2: 3503 + /acorn@6.4.2: 3389 3504 resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} 3390 3505 engines: {node: '>=0.4.0'} 3391 3506 hasBin: true 3392 3507 3393 - /acorn/7.4.1: 3508 + /acorn@7.4.1: 3394 3509 resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} 3395 3510 engines: {node: '>=0.4.0'} 3396 3511 hasBin: true 3397 3512 3398 - /acorn/8.8.2: 3513 + /acorn@8.8.2: 3399 3514 resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} 3400 3515 engines: {node: '>=0.4.0'} 3401 3516 hasBin: true 3402 3517 3403 - /after/0.8.2: 3518 + /after@0.8.2: 3404 3519 resolution: {integrity: sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==} 3405 3520 3406 - /agent-base/6.0.2: 3521 + /agent-base@6.0.2: 3407 3522 resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} 3408 3523 engines: {node: '>= 6.0.0'} 3409 3524 dependencies: 3410 - debug: 4.3.4 3525 + debug: 4.3.4(supports-color@5.5.0) 3411 3526 transitivePeerDependencies: 3412 3527 - supports-color 3413 3528 dev: true 3414 3529 3415 - /agentkeepalive/4.3.0: 3530 + /agentkeepalive@4.3.0: 3416 3531 resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} 3417 3532 engines: {node: '>= 8.0.0'} 3418 3533 dependencies: 3419 - debug: 4.3.4 3534 + debug: 4.3.4(supports-color@5.5.0) 3420 3535 depd: 2.0.0 3421 3536 humanize-ms: 1.2.1 3422 3537 transitivePeerDependencies: 3423 3538 - supports-color 3424 3539 dev: true 3425 3540 3426 - /aggregate-error/3.1.0: 3541 + /aggregate-error@3.1.0: 3427 3542 resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} 3428 3543 engines: {node: '>=8'} 3429 3544 dependencies: ··· 3431 3546 indent-string: 4.0.0 3432 3547 dev: true 3433 3548 3434 - /airbnb-prop-types/2.16.0_react@17.0.2: 3549 + /airbnb-prop-types@2.16.0(react@17.0.2): 3435 3550 resolution: {integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==} 3436 3551 peerDependencies: 3437 3552 react: ^0.14 || ^15.0.0 || ^16.0.0-alpha || 17 ··· 3448 3563 react-is: 17.0.2 3449 3564 dev: true 3450 3565 3451 - /ajv-errors/1.0.1_ajv@6.12.6: 3566 + /ajv-errors@1.0.1(ajv@6.12.6): 3452 3567 resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} 3453 3568 peerDependencies: 3454 3569 ajv: '>=5.0.0' 3455 3570 dependencies: 3456 3571 ajv: 6.12.6 3457 3572 3458 - /ajv-keywords/3.5.2_ajv@6.12.6: 3573 + /ajv-keywords@3.5.2(ajv@6.12.6): 3459 3574 resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} 3460 3575 peerDependencies: 3461 3576 ajv: ^6.9.1 3462 3577 dependencies: 3463 3578 ajv: 6.12.6 3464 3579 3465 - /ajv/6.12.6: 3580 + /ajv@6.12.6: 3466 3581 resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} 3467 3582 dependencies: 3468 3583 fast-deep-equal: 3.1.3 ··· 3470 3585 json-schema-traverse: 0.4.1 3471 3586 uri-js: 4.4.1 3472 3587 3473 - /ajv/6.5.3: 3588 + /ajv@6.5.3: 3474 3589 resolution: {integrity: sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==} 3475 3590 dependencies: 3476 3591 fast-deep-equal: 2.0.1 ··· 3478 3593 json-schema-traverse: 0.4.1 3479 3594 uri-js: 4.4.1 3480 3595 3481 - /alphanum-sort/1.0.2: 3596 + /alphanum-sort@1.0.2: 3482 3597 resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} 3483 3598 3484 - /anser/1.4.9: 3599 + /anser@1.4.9: 3485 3600 resolution: {integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==} 3486 3601 dev: true 3487 3602 3488 - /ansi-align/2.0.0: 3603 + /ansi-align@2.0.0: 3489 3604 resolution: {integrity: sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA==} 3490 3605 dependencies: 3491 3606 string-width: 2.1.1 3492 3607 3493 - /ansi-colors/3.2.4: 3608 + /ansi-colors@3.2.4: 3494 3609 resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} 3495 3610 engines: {node: '>=6'} 3496 3611 3497 - /ansi-colors/4.1.3: 3612 + /ansi-colors@4.1.3: 3498 3613 resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} 3499 3614 engines: {node: '>=6'} 3500 3615 dev: true 3501 3616 3502 - /ansi-escapes/3.2.0: 3617 + /ansi-escapes@3.2.0: 3503 3618 resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==} 3504 3619 engines: {node: '>=4'} 3505 3620 3506 - /ansi-escapes/4.3.2: 3621 + /ansi-escapes@4.3.2: 3507 3622 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} 3508 3623 engines: {node: '>=8'} 3509 3624 dependencies: 3510 3625 type-fest: 0.21.3 3511 3626 3512 - /ansi-html/0.0.7: 3627 + /ansi-html@0.0.7: 3513 3628 resolution: {integrity: sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==} 3514 3629 engines: {'0': node >= 0.8.0} 3515 3630 hasBin: true 3516 3631 3517 - /ansi-regex/2.1.1: 3632 + /ansi-regex@2.1.1: 3518 3633 resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} 3519 3634 engines: {node: '>=0.10.0'} 3520 3635 3521 - /ansi-regex/3.0.0: 3636 + /ansi-regex@3.0.0: 3522 3637 resolution: {integrity: sha512-wFUFA5bg5dviipbQQ32yOQhl6gcJaJXiHE7dvR8VYPG97+J/GNC5FKGepKdEDUFeXRzDxPF1X/Btc8L+v7oqIQ==} 3523 3638 engines: {node: '>=4'} 3524 3639 3525 - /ansi-regex/4.1.0: 3640 + /ansi-regex@4.1.0: 3526 3641 resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} 3527 3642 engines: {node: '>=6'} 3528 3643 3529 - /ansi-regex/5.0.1: 3644 + /ansi-regex@5.0.1: 3530 3645 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 3531 3646 engines: {node: '>=8'} 3532 3647 dev: true 3533 3648 3534 - /ansi-regex/6.0.1: 3649 + /ansi-regex@6.0.1: 3535 3650 resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} 3536 3651 engines: {node: '>=12'} 3537 3652 dev: true 3538 3653 3539 - /ansi-styles/3.2.1: 3654 + /ansi-styles@3.2.1: 3540 3655 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} 3541 3656 engines: {node: '>=4'} 3542 3657 dependencies: 3543 3658 color-convert: 1.9.3 3544 3659 3545 - /ansi-styles/4.3.0: 3660 + /ansi-styles@4.3.0: 3546 3661 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 3547 3662 engines: {node: '>=8'} 3548 3663 dependencies: 3549 3664 color-convert: 2.0.1 3550 3665 3551 - /ansi-styles/5.2.0: 3666 + /ansi-styles@5.2.0: 3552 3667 resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} 3553 3668 engines: {node: '>=10'} 3554 3669 dev: true 3555 3670 3556 - /ansi-styles/6.2.1: 3671 + /ansi-styles@6.2.1: 3557 3672 resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 3558 3673 engines: {node: '>=12'} 3559 3674 dev: true 3560 3675 3561 - /any-promise/1.3.0: 3676 + /any-promise@1.3.0: 3562 3677 resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} 3563 3678 dev: true 3564 3679 3565 - /anymatch/2.0.0: 3680 + /anymatch@2.0.0(supports-color@6.1.0): 3566 3681 resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} 3567 3682 dependencies: 3568 - micromatch: 3.1.10 3683 + micromatch: 3.1.10(supports-color@6.1.0) 3569 3684 normalize-path: 2.1.1 3570 3685 transitivePeerDependencies: 3571 3686 - supports-color 3572 - optional: true 3573 3687 3574 - /anymatch/2.0.0_supports-color@6.1.0: 3575 - resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} 3576 - dependencies: 3577 - micromatch: 3.1.10_supports-color@6.1.0 3578 - normalize-path: 2.1.1 3579 - transitivePeerDependencies: 3580 - - supports-color 3581 - 3582 - /anymatch/3.1.2: 3688 + /anymatch@3.1.2: 3583 3689 resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} 3584 3690 engines: {node: '>= 8'} 3585 3691 dependencies: 3586 3692 normalize-path: 3.0.0 3587 3693 picomatch: 2.3.1 3588 3694 3589 - /aproba/1.2.0: 3695 + /aproba@1.2.0: 3590 3696 resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} 3591 3697 3592 - /aproba/2.0.0: 3698 + /aproba@2.0.0: 3593 3699 resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} 3594 3700 dev: true 3595 3701 3596 - /arch/2.2.0: 3702 + /arch@2.2.0: 3597 3703 resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} 3598 3704 3599 - /archive-type/4.0.0: 3705 + /archive-type@4.0.0: 3600 3706 resolution: {integrity: sha512-zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA==} 3601 3707 engines: {node: '>=4'} 3602 3708 dependencies: 3603 3709 file-type: 4.4.0 3604 3710 3605 - /are-we-there-yet/3.0.1: 3711 + /are-we-there-yet@3.0.1: 3606 3712 resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} 3607 3713 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 3608 3714 dependencies: ··· 3610 3716 readable-stream: 3.6.2 3611 3717 dev: true 3612 3718 3613 - /are-we-there-yet/4.0.0: 3719 + /are-we-there-yet@4.0.0: 3614 3720 resolution: {integrity: sha512-nSXlV+u3vtVjRgihdTzbfWYzxPWGo424zPgQbHD0ZqIla3jqYAewDcvee0Ua2hjS5IfTAmjGlx1Jf0PKwjZDEw==} 3615 3721 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 3616 3722 dependencies: ··· 3618 3724 readable-stream: 4.3.0 3619 3725 dev: true 3620 3726 3621 - /arg/2.0.0: 3727 + /arg@2.0.0: 3622 3728 resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==} 3623 3729 3624 - /argparse/1.0.10: 3730 + /argparse@1.0.10: 3625 3731 resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} 3626 3732 dependencies: 3627 3733 sprintf-js: 1.0.3 3628 3734 3629 - /argparse/2.0.1: 3735 + /argparse@2.0.1: 3630 3736 resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} 3631 3737 dev: true 3632 3738 3633 - /aria-query/4.2.2: 3739 + /aria-query@4.2.2: 3634 3740 resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} 3635 3741 engines: {node: '>=6.0'} 3636 3742 dependencies: ··· 3638 3744 '@babel/runtime-corejs3': 7.13.17 3639 3745 dev: true 3640 3746 3641 - /arr-diff/4.0.0: 3747 + /arr-diff@4.0.0: 3642 3748 resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} 3643 3749 engines: {node: '>=0.10.0'} 3644 3750 3645 - /arr-flatten/1.1.0: 3751 + /arr-flatten@1.1.0: 3646 3752 resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} 3647 3753 engines: {node: '>=0.10.0'} 3648 3754 3649 - /arr-union/3.1.0: 3755 + /arr-union@3.1.0: 3650 3756 resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} 3651 3757 engines: {node: '>=0.10.0'} 3652 3758 3653 - /array-buffer-byte-length/1.0.0: 3759 + /array-buffer-byte-length@1.0.0: 3654 3760 resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} 3655 3761 dependencies: 3656 3762 call-bind: 1.0.2 3657 3763 is-array-buffer: 3.0.2 3658 3764 3659 - /array-filter/1.0.0: 3765 + /array-filter@1.0.0: 3660 3766 resolution: {integrity: sha512-Ene1hbrinPZ1qPoZp7NSx4jQnh4nr7MtY78pHNb+yr8yHbxmTS7ChGW0a55JKA7TkRDeoQxK4GcJaCvBYplSKA==} 3661 3767 dev: true 3662 3768 3663 - /array-flatten/1.1.1: 3769 + /array-flatten@1.1.1: 3664 3770 resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} 3665 3771 3666 - /array-flatten/2.1.2: 3772 + /array-flatten@2.1.2: 3667 3773 resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} 3668 3774 3669 - /array-includes/3.1.6: 3775 + /array-includes@3.1.6: 3670 3776 resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} 3671 3777 engines: {node: '>= 0.4'} 3672 3778 dependencies: ··· 3677 3783 is-string: 1.0.7 3678 3784 dev: true 3679 3785 3680 - /array-union/1.0.2: 3786 + /array-union@1.0.2: 3681 3787 resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} 3682 3788 engines: {node: '>=0.10.0'} 3683 3789 dependencies: 3684 3790 array-uniq: 1.0.3 3685 3791 3686 - /array-union/2.1.0: 3792 + /array-union@2.1.0: 3687 3793 resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} 3688 3794 engines: {node: '>=8'} 3689 3795 dev: true 3690 3796 3691 - /array-uniq/1.0.3: 3797 + /array-uniq@1.0.3: 3692 3798 resolution: {integrity: sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==} 3693 3799 engines: {node: '>=0.10.0'} 3694 3800 3695 - /array-unique/0.3.2: 3801 + /array-unique@0.3.2: 3696 3802 resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} 3697 3803 engines: {node: '>=0.10.0'} 3698 3804 3699 - /array.prototype.find/2.1.1: 3805 + /array.prototype.find@2.1.1: 3700 3806 resolution: {integrity: sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA==} 3701 3807 dependencies: 3702 3808 define-properties: 1.2.0 3703 3809 es-abstract: 1.21.2 3704 3810 dev: true 3705 3811 3706 - /array.prototype.flat/1.3.1: 3812 + /array.prototype.flat@1.3.1: 3707 3813 resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} 3708 3814 engines: {node: '>= 0.4'} 3709 3815 dependencies: ··· 3713 3819 es-shim-unscopables: 1.0.0 3714 3820 dev: true 3715 3821 3716 - /array.prototype.flatmap/1.3.1: 3822 + /array.prototype.flatmap@1.3.1: 3717 3823 resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} 3718 3824 engines: {node: '>= 0.4'} 3719 3825 dependencies: ··· 3723 3829 es-shim-unscopables: 1.0.0 3724 3830 dev: true 3725 3831 3726 - /array.prototype.tosorted/1.1.1: 3832 + /array.prototype.tosorted@1.1.1: 3727 3833 resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} 3728 3834 dependencies: 3729 3835 call-bind: 1.0.2 ··· 3733 3839 get-intrinsic: 1.2.0 3734 3840 dev: true 3735 3841 3736 - /arraybuffer.slice/0.0.7: 3842 + /arraybuffer.slice@0.0.7: 3737 3843 resolution: {integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==} 3738 3844 3739 - /arrify/1.0.1: 3845 + /arrify@1.0.1: 3740 3846 resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} 3741 3847 engines: {node: '>=0.10.0'} 3742 3848 dev: true 3743 3849 3744 - /asn1.js/5.4.1: 3850 + /asn1.js@5.4.1: 3745 3851 resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} 3746 3852 dependencies: 3747 3853 bn.js: 4.12.0 ··· 3749 3855 minimalistic-assert: 1.0.1 3750 3856 safer-buffer: 2.1.2 3751 3857 3752 - /asn1/0.2.6: 3858 + /asn1@0.2.6: 3753 3859 resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} 3754 3860 dependencies: 3755 3861 safer-buffer: 2.1.2 3756 3862 dev: true 3757 3863 3758 - /assert-plus/1.0.0: 3864 + /assert-plus@1.0.0: 3759 3865 resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} 3760 3866 engines: {node: '>=0.8'} 3761 3867 dev: true 3762 3868 3763 - /assert/1.5.0: 3869 + /assert@1.5.0: 3764 3870 resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} 3765 3871 dependencies: 3766 3872 object-assign: 4.1.1 3767 3873 util: 0.10.3 3768 3874 3769 - /assert/2.0.0: 3875 + /assert@2.0.0: 3770 3876 resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==} 3771 3877 dependencies: 3772 3878 es6-object-assign: 1.1.0 ··· 3775 3881 util: 0.12.4 3776 3882 dev: true 3777 3883 3778 - /assertion-error/1.1.0: 3884 + /assertion-error@1.1.0: 3779 3885 resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} 3780 3886 dev: true 3781 3887 3782 - /assign-symbols/1.0.0: 3888 + /assign-symbols@1.0.0: 3783 3889 resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} 3784 3890 engines: {node: '>=0.10.0'} 3785 3891 3786 - /ast-types/0.13.2: 3892 + /ast-types@0.13.2: 3787 3893 resolution: {integrity: sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==} 3788 3894 engines: {node: '>=4'} 3789 3895 dev: true 3790 3896 3791 - /astral-regex/2.0.0: 3897 + /astral-regex@2.0.0: 3792 3898 resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} 3793 3899 engines: {node: '>=8'} 3794 3900 dev: true 3795 3901 3796 - /async-each/1.0.3: 3902 + /async-each@1.0.3: 3797 3903 resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} 3798 3904 3799 - /async-limiter/1.0.1: 3905 + /async-limiter@1.0.1: 3800 3906 resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} 3801 3907 3802 - /async/2.6.3: 3908 + /async@2.6.3: 3803 3909 resolution: {integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==} 3804 3910 dependencies: 3805 3911 lodash: 4.17.21 3806 3912 3807 - /async/3.2.4: 3913 + /async@3.2.4: 3808 3914 resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} 3809 3915 dev: true 3810 3916 3811 - /asynckit/0.4.0: 3917 + /asynckit@0.4.0: 3812 3918 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 3813 3919 dev: true 3814 3920 3815 - /at-least-node/1.0.0: 3921 + /at-least-node@1.0.0: 3816 3922 resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} 3817 3923 engines: {node: '>= 4.0.0'} 3818 3924 dev: true 3819 3925 3820 - /atob/2.1.2: 3926 + /atob@2.1.2: 3821 3927 resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} 3822 3928 engines: {node: '>= 4.5.0'} 3823 3929 hasBin: true 3824 3930 3825 - /autoprefixer/9.8.6: 3931 + /autoprefixer@9.8.6: 3826 3932 resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} 3827 3933 hasBin: true 3828 3934 dependencies: ··· 3834 3940 postcss: 7.0.35 3835 3941 postcss-value-parser: 4.1.0 3836 3942 3837 - /available-typed-arrays/1.0.5: 3943 + /available-typed-arrays@1.0.5: 3838 3944 resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} 3839 3945 engines: {node: '>= 0.4'} 3840 3946 3841 - /aws-sign2/0.7.0: 3947 + /aws-sign2@0.7.0: 3842 3948 resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} 3843 3949 dev: true 3844 3950 3845 - /aws4/1.12.0: 3951 + /aws4@1.12.0: 3846 3952 resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} 3847 3953 dev: true 3848 3954 3849 - /axios/0.19.2: 3955 + /axios@0.19.2: 3850 3956 resolution: {integrity: sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==} 3851 3957 deprecated: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 3852 3958 dependencies: ··· 3854 3960 transitivePeerDependencies: 3855 3961 - supports-color 3856 3962 3857 - /babel-core/7.0.0-bridge.0_@babel+core@7.21.3: 3963 + /babel-core@7.0.0-bridge.0(@babel/core@7.21.3): 3858 3964 resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} 3859 3965 peerDependencies: 3860 3966 '@babel/core': ^7.0.0-0 3861 3967 dependencies: 3862 3968 '@babel/core': 7.21.3 3863 3969 3864 - /babel-loader/8.2.2_y3c3uzyfhmxjbwhc6k6hyxg3aa: 3970 + /babel-loader@8.2.2(@babel/core@7.21.3)(webpack@4.46.0): 3865 3971 resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} 3866 3972 engines: {node: '>= 8.9'} 3867 3973 peerDependencies: ··· 3875 3981 schema-utils: 2.7.1 3876 3982 webpack: 4.46.0 3877 3983 3878 - /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: 3984 + /babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9): 3879 3985 resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} 3880 3986 peerDependencies: 3881 3987 '@babel/core': ^7.11.6 ··· 3884 3990 '@babel/helper-plugin-utils': 7.10.4 3885 3991 '@mdx-js/util': 1.6.22 3886 3992 3887 - /babel-plugin-dynamic-import-node/2.3.3: 3993 + /babel-plugin-dynamic-import-node@2.3.3: 3888 3994 resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} 3889 3995 dependencies: 3890 3996 object.assign: 4.1.4 3891 3997 3892 - /babel-plugin-extract-import-names/1.6.22: 3998 + /babel-plugin-extract-import-names@1.6.22: 3893 3999 resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} 3894 4000 dependencies: 3895 4001 '@babel/helper-plugin-utils': 7.10.4 3896 4002 3897 - /babel-plugin-macros/2.8.0: 4003 + /babel-plugin-macros@2.8.0: 3898 4004 resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} 3899 4005 dependencies: 3900 4006 '@babel/runtime': 7.21.0 3901 4007 cosmiconfig: 6.0.0 3902 4008 resolve: 1.22.1 3903 4009 3904 - /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.21.3: 4010 + /babel-plugin-polyfill-corejs2@0.2.0(@babel/core@7.21.3): 3905 4011 resolution: {integrity: sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==} 3906 4012 peerDependencies: 3907 4013 '@babel/core': ^7.0.0-0 3908 4014 dependencies: 3909 4015 '@babel/compat-data': 7.21.0 3910 4016 '@babel/core': 7.21.3 3911 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.21.3 4017 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 3912 4018 semver: 6.3.0 3913 4019 transitivePeerDependencies: 3914 4020 - supports-color 3915 4021 3916 - /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.21.3: 4022 + /babel-plugin-polyfill-corejs3@0.2.0(@babel/core@7.21.3): 3917 4023 resolution: {integrity: sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==} 3918 4024 peerDependencies: 3919 4025 '@babel/core': ^7.0.0-0 3920 4026 dependencies: 3921 4027 '@babel/core': 7.21.3 3922 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.21.3 4028 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 3923 4029 core-js-compat: 3.11.1 3924 4030 transitivePeerDependencies: 3925 4031 - supports-color 3926 4032 3927 - /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.21.3: 4033 + /babel-plugin-polyfill-regenerator@0.2.0(@babel/core@7.21.3): 3928 4034 resolution: {integrity: sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==} 3929 4035 peerDependencies: 3930 4036 '@babel/core': ^7.0.0-0 3931 4037 dependencies: 3932 4038 '@babel/core': 7.21.3 3933 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.21.3 4039 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 3934 4040 transitivePeerDependencies: 3935 4041 - supports-color 3936 4042 3937 - /babel-plugin-styled-components/1.12.0_styled-components@5.2.3: 4043 + /babel-plugin-styled-components@1.12.0(styled-components@5.2.3): 3938 4044 resolution: {integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==} 3939 4045 peerDependencies: 3940 4046 styled-components: '>= 2 || 5' ··· 3943 4049 '@babel/helper-module-imports': 7.18.6 3944 4050 babel-plugin-syntax-jsx: 6.18.0 3945 4051 lodash: 4.17.21 3946 - styled-components: 5.2.3_fane7jikarojcev26y27hpbhu4 4052 + styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) 3947 4053 3948 - /babel-plugin-syntax-jsx/6.18.0: 4054 + /babel-plugin-syntax-jsx@6.18.0: 3949 4055 resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} 3950 4056 3951 - /babel-plugin-transform-react-remove-prop-types/0.4.24: 4057 + /babel-plugin-transform-react-remove-prop-types@0.4.24: 3952 4058 resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} 3953 4059 3954 - /babel-plugin-universal-import/3.1.3_webpack@4.46.0: 4060 + /babel-plugin-universal-import@3.1.3(webpack@4.46.0): 3955 4061 resolution: {integrity: sha512-bb4snq4HzVhBVxugbWpWw4J+LLDaJ1mT3QPmbi3zpcsHLEXdCKLGQFGO2Xjwk4F+d76XwQ0xYa8PzZjogDldfQ==} 3956 4062 peerDependencies: 3957 4063 webpack: ^4.4.0 ··· 3960 4066 webpack: 4.46.0 3961 4067 dev: true 3962 4068 3963 - /babel-plugin-universal-import/4.0.2_webpack@4.46.0: 4069 + /babel-plugin-universal-import@4.0.2(webpack@4.46.0): 3964 4070 resolution: {integrity: sha512-VTtHsmvwRBkX3yLK4e+pFwk88BC6iNFqS2J8CCx2ddQc7RjXoRhuXXIgYCng21DYNty9IicCwDdTDjdr+TM7eg==} 3965 4071 peerDependencies: 3966 4072 webpack: ^4.4.0 ··· 3968 4074 '@babel/helper-module-imports': 7.18.6 3969 4075 webpack: 4.46.0 3970 4076 3971 - /babel-runtime/6.26.0: 4077 + /babel-runtime@6.26.0: 3972 4078 resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} 3973 4079 dependencies: 3974 4080 core-js: 2.6.12 3975 4081 regenerator-runtime: 0.11.1 3976 4082 3977 - /backo2/1.0.2: 4083 + /backo2@1.0.2: 3978 4084 resolution: {integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==} 3979 4085 3980 - /bail/1.0.5: 4086 + /bail@1.0.5: 3981 4087 resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==} 3982 4088 3983 - /balanced-match/1.0.2: 4089 + /balanced-match@1.0.2: 3984 4090 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 3985 4091 3986 - /base/0.11.2: 4092 + /base64-arraybuffer@0.1.4: 4093 + resolution: {integrity: sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==} 4094 + engines: {node: '>= 0.6.0'} 4095 + 4096 + /base64-js@1.5.1: 4097 + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 4098 + 4099 + /base64id@2.0.0: 4100 + resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} 4101 + engines: {node: ^4.5.0 || >= 5.9} 4102 + 4103 + /base@0.11.2: 3987 4104 resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} 3988 4105 engines: {node: '>=0.10.0'} 3989 4106 dependencies: ··· 3995 4112 mixin-deep: 1.3.2 3996 4113 pascalcase: 0.1.1 3997 4114 3998 - /base64-arraybuffer/0.1.4: 3999 - resolution: {integrity: sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==} 4000 - engines: {node: '>= 0.6.0'} 4001 - 4002 - /base64-js/1.5.1: 4003 - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 4004 - 4005 - /base64id/2.0.0: 4006 - resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} 4007 - engines: {node: ^4.5.0 || >= 5.9} 4008 - 4009 - /batch/0.6.1: 4115 + /batch@0.6.1: 4010 4116 resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} 4011 4117 4012 - /bcrypt-pbkdf/1.0.2: 4118 + /bcrypt-pbkdf@1.0.2: 4013 4119 resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} 4014 4120 dependencies: 4015 4121 tweetnacl: 0.14.5 4016 4122 dev: true 4017 4123 4018 - /before-after-hook/2.2.3: 4124 + /before-after-hook@2.2.3: 4019 4125 resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} 4020 4126 4021 - /better-path-resolve/1.0.0: 4127 + /better-path-resolve@1.0.0: 4022 4128 resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} 4023 4129 engines: {node: '>=4'} 4024 4130 dependencies: 4025 4131 is-windows: 1.0.2 4026 4132 dev: true 4027 4133 4028 - /bfj/6.1.2: 4134 + /bfj@6.1.2: 4029 4135 resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} 4030 4136 engines: {node: '>= 6.0.0'} 4031 4137 dependencies: ··· 4034 4140 hoopy: 0.1.4 4035 4141 tryer: 1.0.1 4036 4142 4037 - /big.js/3.2.0: 4143 + /big.js@3.2.0: 4038 4144 resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} 4039 4145 4040 - /big.js/5.2.2: 4146 + /big.js@5.2.2: 4041 4147 resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} 4042 4148 4043 - /bin-links/4.0.1: 4149 + /bin-links@4.0.1: 4044 4150 resolution: {integrity: sha512-bmFEM39CyX336ZGGRsGPlc6jZHriIoHacOQcTt72MktIjpPhZoP4te2jOyUXF3BLILmJ8aNLncoPVeIIFlrDeA==} 4045 4151 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4046 4152 dependencies: ··· 4050 4156 write-file-atomic: 5.0.0 4051 4157 dev: true 4052 4158 4053 - /binary-extensions/1.13.1: 4159 + /binary-extensions@1.13.1: 4054 4160 resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} 4055 4161 engines: {node: '>=0.10.0'} 4056 4162 4057 - /binary-extensions/2.2.0: 4163 + /binary-extensions@2.2.0: 4058 4164 resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} 4059 4165 engines: {node: '>=8'} 4060 4166 4061 - /bindings/1.5.0: 4167 + /bindings@1.5.0: 4062 4168 resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 4063 4169 requiresBuild: true 4064 4170 dependencies: 4065 4171 file-uri-to-path: 1.0.0 4066 4172 optional: true 4067 4173 4068 - /bl/1.2.3: 4174 + /bl@1.2.3: 4069 4175 resolution: {integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==} 4070 4176 dependencies: 4071 4177 readable-stream: 2.3.7 4072 4178 safe-buffer: 5.2.1 4073 4179 4074 - /bl/4.1.0: 4180 + /bl@4.1.0: 4075 4181 resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} 4076 4182 dependencies: 4077 4183 buffer: 5.7.1 4078 4184 inherits: 2.0.4 4079 4185 readable-stream: 3.6.2 4080 4186 4081 - /blob-util/2.0.2: 4187 + /blob-util@2.0.2: 4082 4188 resolution: {integrity: sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==} 4083 4189 dev: true 4084 4190 4085 - /blob/0.0.5: 4191 + /blob@0.0.5: 4086 4192 resolution: {integrity: sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==} 4087 4193 4088 - /block-stream/0.0.9: 4194 + /block-stream@0.0.9: 4089 4195 resolution: {integrity: sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==} 4090 4196 engines: {node: 0.4 || >=0.5.8} 4091 4197 dependencies: 4092 4198 inherits: 2.0.4 4093 4199 dev: true 4094 4200 4095 - /bluebird/3.7.2: 4201 + /bluebird@3.7.2: 4096 4202 resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} 4097 4203 4098 - /blueimp-md5/2.19.0: 4204 + /blueimp-md5@2.19.0: 4099 4205 resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==} 4100 4206 dev: true 4101 4207 4102 - /bn.js/4.12.0: 4208 + /bn.js@4.12.0: 4103 4209 resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} 4104 4210 4105 - /bn.js/5.2.0: 4211 + /bn.js@5.2.0: 4106 4212 resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} 4107 4213 4108 - /body-parser/1.19.0: 4109 - resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} 4110 - engines: {node: '>= 0.8'} 4111 - dependencies: 4112 - bytes: 3.1.0 4113 - content-type: 1.0.4 4114 - debug: 2.6.9 4115 - depd: 1.1.2 4116 - http-errors: 1.7.2 4117 - iconv-lite: 0.4.24 4118 - on-finished: 2.3.0 4119 - qs: 6.7.0 4120 - raw-body: 2.4.0 4121 - type-is: 1.6.18 4122 - transitivePeerDependencies: 4123 - - supports-color 4124 - 4125 - /body-parser/1.19.0_supports-color@6.1.0: 4214 + /body-parser@1.19.0(supports-color@6.1.0): 4126 4215 resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} 4127 4216 engines: {node: '>= 0.8'} 4128 4217 dependencies: 4129 4218 bytes: 3.1.0 4130 4219 content-type: 1.0.4 4131 - debug: 2.6.9_supports-color@6.1.0 4220 + debug: 2.6.9(supports-color@6.1.0) 4132 4221 depd: 1.1.2 4133 4222 http-errors: 1.7.2 4134 4223 iconv-lite: 0.4.24 ··· 4139 4228 transitivePeerDependencies: 4140 4229 - supports-color 4141 4230 4142 - /bonjour/3.5.0: 4231 + /bonjour@3.5.0: 4143 4232 resolution: {integrity: sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==} 4144 4233 dependencies: 4145 4234 array-flatten: 2.1.2 ··· 4149 4238 multicast-dns: 6.2.3 4150 4239 multicast-dns-service-types: 1.1.0 4151 4240 4152 - /boolbase/1.0.0: 4241 + /boolbase@1.0.0: 4153 4242 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 4154 4243 4155 - /boxen/1.3.0: 4244 + /boxen@1.3.0: 4156 4245 resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==} 4157 4246 engines: {node: '>=4'} 4158 4247 dependencies: ··· 4164 4253 term-size: 1.2.0 4165 4254 widest-line: 2.0.1 4166 4255 4167 - /brace-expansion/1.1.11: 4256 + /brace-expansion@1.1.11: 4168 4257 resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} 4169 4258 dependencies: 4170 4259 balanced-match: 1.0.2 4171 4260 concat-map: 0.0.1 4172 4261 4173 - /brace-expansion/2.0.1: 4262 + /brace-expansion@2.0.1: 4174 4263 resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} 4175 4264 dependencies: 4176 4265 balanced-match: 1.0.2 4177 4266 dev: true 4178 4267 4179 - /braces/2.3.2: 4180 - resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} 4181 - engines: {node: '>=0.10.0'} 4182 - dependencies: 4183 - arr-flatten: 1.1.0 4184 - array-unique: 0.3.2 4185 - extend-shallow: 2.0.1 4186 - fill-range: 4.0.0 4187 - isobject: 3.0.1 4188 - repeat-element: 1.1.4 4189 - snapdragon: 0.8.2 4190 - snapdragon-node: 2.1.1 4191 - split-string: 3.1.0 4192 - to-regex: 3.0.2 4193 - transitivePeerDependencies: 4194 - - supports-color 4195 - 4196 - /braces/2.3.2_supports-color@6.1.0: 4268 + /braces@2.3.2(supports-color@6.1.0): 4197 4269 resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} 4198 4270 engines: {node: '>=0.10.0'} 4199 4271 dependencies: ··· 4203 4275 fill-range: 4.0.0 4204 4276 isobject: 3.0.1 4205 4277 repeat-element: 1.1.4 4206 - snapdragon: 0.8.2_supports-color@6.1.0 4278 + snapdragon: 0.8.2(supports-color@6.1.0) 4207 4279 snapdragon-node: 2.1.1 4208 4280 split-string: 3.1.0 4209 4281 to-regex: 3.0.2 4210 4282 transitivePeerDependencies: 4211 4283 - supports-color 4212 4284 4213 - /braces/3.0.2: 4285 + /braces@3.0.2: 4214 4286 resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} 4215 4287 engines: {node: '>=8'} 4216 4288 dependencies: 4217 4289 fill-range: 7.0.1 4218 4290 4219 - /breakword/1.0.5: 4291 + /breakword@1.0.5: 4220 4292 resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} 4221 4293 dependencies: 4222 4294 wcwidth: 1.0.1 4223 4295 dev: true 4224 4296 4225 - /brorand/1.1.0: 4297 + /brorand@1.1.0: 4226 4298 resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} 4227 4299 4228 - /browserify-aes/1.2.0: 4300 + /browserify-aes@1.2.0: 4229 4301 resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} 4230 4302 dependencies: 4231 4303 buffer-xor: 1.0.3 ··· 4235 4307 inherits: 2.0.4 4236 4308 safe-buffer: 5.2.1 4237 4309 4238 - /browserify-cipher/1.0.1: 4310 + /browserify-cipher@1.0.1: 4239 4311 resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} 4240 4312 dependencies: 4241 4313 browserify-aes: 1.2.0 4242 4314 browserify-des: 1.0.2 4243 4315 evp_bytestokey: 1.0.3 4244 4316 4245 - /browserify-des/1.0.2: 4317 + /browserify-des@1.0.2: 4246 4318 resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} 4247 4319 dependencies: 4248 4320 cipher-base: 1.0.4 ··· 4250 4322 inherits: 2.0.4 4251 4323 safe-buffer: 5.2.1 4252 4324 4253 - /browserify-rsa/4.1.0: 4325 + /browserify-rsa@4.1.0: 4254 4326 resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} 4255 4327 dependencies: 4256 4328 bn.js: 5.2.0 4257 4329 randombytes: 2.1.0 4258 4330 4259 - /browserify-sign/4.2.1: 4331 + /browserify-sign@4.2.1: 4260 4332 resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} 4261 4333 dependencies: 4262 4334 bn.js: 5.2.0 ··· 4269 4341 readable-stream: 3.6.2 4270 4342 safe-buffer: 5.2.1 4271 4343 4272 - /browserify-zlib/0.1.4: 4344 + /browserify-zlib@0.1.4: 4273 4345 resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} 4274 4346 dependencies: 4275 4347 pako: 0.2.9 4276 4348 4277 - /browserify-zlib/0.2.0: 4349 + /browserify-zlib@0.2.0: 4278 4350 resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} 4279 4351 dependencies: 4280 4352 pako: 1.0.11 4281 4353 4282 - /browserslist/4.16.6: 4354 + /browserslist@4.16.6: 4283 4355 resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} 4284 4356 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4285 4357 hasBin: true ··· 4291 4363 node-releases: 1.1.71 4292 4364 dev: true 4293 4365 4294 - /browserslist/4.21.5: 4366 + /browserslist@4.21.5: 4295 4367 resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} 4296 4368 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4297 4369 hasBin: true ··· 4299 4371 caniuse-lite: 1.0.30001466 4300 4372 electron-to-chromium: 1.4.332 4301 4373 node-releases: 2.0.10 4302 - update-browserslist-db: 1.0.10_browserslist@4.21.5 4374 + update-browserslist-db: 1.0.10(browserslist@4.21.5) 4303 4375 4304 - /buffer-alloc-unsafe/1.1.0: 4376 + /buffer-alloc-unsafe@1.1.0: 4305 4377 resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} 4306 4378 4307 - /buffer-alloc/1.2.0: 4379 + /buffer-alloc@1.2.0: 4308 4380 resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} 4309 4381 dependencies: 4310 4382 buffer-alloc-unsafe: 1.1.0 4311 4383 buffer-fill: 1.0.0 4312 4384 4313 - /buffer-crc32/0.2.13: 4385 + /buffer-crc32@0.2.13: 4314 4386 resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} 4315 4387 4316 - /buffer-fill/1.0.0: 4388 + /buffer-fill@1.0.0: 4317 4389 resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==} 4318 4390 4319 - /buffer-from/1.1.2: 4391 + /buffer-from@1.1.2: 4320 4392 resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} 4321 4393 4322 - /buffer-indexof/1.1.1: 4394 + /buffer-indexof@1.1.1: 4323 4395 resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} 4324 4396 4325 - /buffer-xor/1.0.3: 4397 + /buffer-xor@1.0.3: 4326 4398 resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} 4327 4399 4328 - /buffer/4.9.2: 4400 + /buffer@4.9.2: 4329 4401 resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} 4330 4402 dependencies: 4331 4403 base64-js: 1.5.1 4332 4404 ieee754: 1.2.1 4333 4405 isarray: 1.0.0 4334 4406 4335 - /buffer/5.6.0: 4407 + /buffer@5.6.0: 4336 4408 resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==} 4337 4409 dependencies: 4338 4410 base64-js: 1.5.1 4339 4411 ieee754: 1.2.1 4340 4412 dev: true 4341 4413 4342 - /buffer/5.7.1: 4414 + /buffer@5.7.1: 4343 4415 resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} 4344 4416 dependencies: 4345 4417 base64-js: 1.5.1 4346 4418 ieee754: 1.2.1 4347 4419 4348 - /buffer/6.0.3: 4420 + /buffer@6.0.3: 4349 4421 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 4350 4422 dependencies: 4351 4423 base64-js: 1.5.1 4352 4424 ieee754: 1.2.1 4353 4425 dev: true 4354 4426 4355 - /builtin-modules/3.3.0: 4427 + /builtin-modules@3.3.0: 4356 4428 resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} 4357 4429 engines: {node: '>=6'} 4358 4430 dev: true 4359 4431 4360 - /builtin-status-codes/3.0.0: 4432 + /builtin-status-codes@3.0.0: 4361 4433 resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} 4362 4434 4363 - /builtins/5.0.1: 4435 + /builtins@5.0.1: 4364 4436 resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} 4365 4437 dependencies: 4366 4438 semver: 7.5.0 4367 4439 dev: true 4368 4440 4369 - /bytes/3.0.0: 4441 + /bytes@3.0.0: 4370 4442 resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} 4371 4443 engines: {node: '>= 0.8'} 4372 4444 4373 - /bytes/3.1.0: 4445 + /bytes@3.1.0: 4374 4446 resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} 4375 4447 engines: {node: '>= 0.8'} 4376 4448 4377 - /cac/6.7.14: 4449 + /cac@6.7.14: 4378 4450 resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} 4379 4451 engines: {node: '>=8'} 4380 4452 dev: true 4381 4453 4382 - /cacache/12.0.4: 4454 + /cacache@12.0.4: 4383 4455 resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} 4384 4456 dependencies: 4385 4457 bluebird: 3.7.2 ··· 4392 4464 mississippi: 3.0.0 4393 4465 mkdirp: 0.5.5 4394 4466 move-concurrently: 1.0.1 4395 - promise-inflight: 1.0.1_bluebird@3.7.2 4467 + promise-inflight: 1.0.1(bluebird@3.7.2) 4396 4468 rimraf: 2.7.1 4397 4469 ssri: 6.0.2 4398 4470 unique-filename: 1.1.1 4399 4471 y18n: 4.0.3 4400 4472 4401 - /cacache/16.1.3: 4473 + /cacache@16.1.3: 4402 4474 resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} 4403 4475 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 4404 4476 dependencies: ··· 4415 4487 minipass-pipeline: 1.2.4 4416 4488 mkdirp: 1.0.4 4417 4489 p-map: 4.0.0 4418 - promise-inflight: 1.0.1 4490 + promise-inflight: 1.0.1(bluebird@3.7.2) 4419 4491 rimraf: 3.0.2 4420 4492 ssri: 9.0.1 4421 4493 tar: 6.1.13 ··· 4424 4496 - bluebird 4425 4497 dev: true 4426 4498 4427 - /cacache/17.0.4: 4499 + /cacache@17.0.4: 4428 4500 resolution: {integrity: sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==} 4429 4501 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4430 4502 dependencies: ··· 4437 4509 minipass-flush: 1.0.5 4438 4510 minipass-pipeline: 1.2.4 4439 4511 p-map: 4.0.0 4440 - promise-inflight: 1.0.1 4512 + promise-inflight: 1.0.1(bluebird@3.7.2) 4441 4513 ssri: 10.0.1 4442 4514 tar: 6.1.13 4443 4515 unique-filename: 3.0.0 ··· 4445 4517 - bluebird 4446 4518 dev: true 4447 4519 4448 - /cache-base/1.0.1: 4520 + /cache-base@1.0.1: 4449 4521 resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} 4450 4522 engines: {node: '>=0.10.0'} 4451 4523 dependencies: ··· 4459 4531 union-value: 1.0.1 4460 4532 unset-value: 1.0.0 4461 4533 4462 - /cacheable-request/2.1.4: 4534 + /cacheable-request@2.1.4: 4463 4535 resolution: {integrity: sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==} 4464 4536 dependencies: 4465 4537 clone-response: 1.0.2 ··· 4470 4542 normalize-url: 2.0.1 4471 4543 responselike: 1.0.2 4472 4544 4473 - /cachedir/2.3.0: 4545 + /cachedir@2.3.0: 4474 4546 resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==} 4475 4547 engines: {node: '>=6'} 4476 4548 dev: true 4477 4549 4478 - /call-bind/1.0.2: 4550 + /call-bind@1.0.2: 4479 4551 resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} 4480 4552 dependencies: 4481 4553 function-bind: 1.1.1 4482 4554 get-intrinsic: 1.2.0 4483 4555 4484 - /caller-callsite/2.0.0: 4556 + /caller-callsite@2.0.0: 4485 4557 resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} 4486 4558 engines: {node: '>=4'} 4487 4559 dependencies: 4488 4560 callsites: 2.0.0 4489 4561 4490 - /caller-path/2.0.0: 4562 + /caller-path@2.0.0: 4491 4563 resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} 4492 4564 engines: {node: '>=4'} 4493 4565 dependencies: 4494 4566 caller-callsite: 2.0.0 4495 4567 4496 - /callsites/2.0.0: 4568 + /callsites@2.0.0: 4497 4569 resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} 4498 4570 engines: {node: '>=4'} 4499 4571 4500 - /callsites/3.1.0: 4572 + /callsites@3.1.0: 4501 4573 resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 4502 4574 engines: {node: '>=6'} 4503 4575 4504 - /camel-case/3.0.0: 4576 + /camel-case@3.0.0: 4505 4577 resolution: {integrity: sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==} 4506 4578 dependencies: 4507 4579 no-case: 2.3.2 4508 4580 upper-case: 1.1.3 4509 4581 4510 - /camelcase-css/2.0.1: 4582 + /camelcase-css@2.0.1: 4511 4583 resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 4512 4584 engines: {node: '>= 6'} 4513 4585 4514 - /camelcase-keys/6.2.2: 4586 + /camelcase-keys@6.2.2: 4515 4587 resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} 4516 4588 engines: {node: '>=8'} 4517 4589 dependencies: ··· 4520 4592 quick-lru: 4.0.1 4521 4593 dev: true 4522 4594 4523 - /camelcase/4.1.0: 4595 + /camelcase@4.1.0: 4524 4596 resolution: {integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==} 4525 4597 engines: {node: '>=4'} 4526 4598 4527 - /camelcase/5.3.1: 4599 + /camelcase@5.3.1: 4528 4600 resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} 4529 4601 engines: {node: '>=6'} 4530 4602 4531 - /camelize/1.0.0: 4603 + /camelize@1.0.0: 4532 4604 resolution: {integrity: sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg==} 4533 4605 4534 - /caniuse-api/3.0.0: 4606 + /caniuse-api@3.0.0: 4535 4607 resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} 4536 4608 dependencies: 4537 4609 browserslist: 4.21.5 ··· 4539 4611 lodash.memoize: 4.1.2 4540 4612 lodash.uniq: 4.5.0 4541 4613 4542 - /caniuse-lite/1.0.30001466: 4614 + /caniuse-lite@1.0.30001466: 4543 4615 resolution: {integrity: sha512-ewtFBSfWjEmxUgNBSZItFSmVtvk9zkwkl1OfRZlKA8slltRN+/C/tuGVrF9styXkN36Yu3+SeJ1qkXxDEyNZ5w==} 4544 4616 4545 - /case-sensitive-paths-webpack-plugin/2.4.0: 4617 + /case-sensitive-paths-webpack-plugin@2.4.0: 4546 4618 resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} 4547 4619 engines: {node: '>=4'} 4548 4620 4549 - /caseless/0.12.0: 4621 + /caseless@0.12.0: 4550 4622 resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} 4551 4623 dev: true 4552 4624 4553 - /caw/2.0.1: 4625 + /caw@2.0.1: 4554 4626 resolution: {integrity: sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==} 4555 4627 engines: {node: '>=4'} 4556 4628 dependencies: ··· 4559 4631 tunnel-agent: 0.6.0 4560 4632 url-to-options: 1.0.1 4561 4633 4562 - /ccount/1.1.0: 4634 + /ccount@1.1.0: 4563 4635 resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} 4564 4636 4565 - /chai/4.3.7: 4637 + /chai@4.3.7: 4566 4638 resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} 4567 4639 engines: {node: '>=4'} 4568 4640 dependencies: ··· 4575 4647 type-detect: 4.0.8 4576 4648 dev: true 4577 4649 4578 - /chalk/2.4.1: 4650 + /chalk@2.4.1: 4579 4651 resolution: {integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==} 4580 4652 engines: {node: '>=4'} 4581 4653 dependencies: ··· 4583 4655 escape-string-regexp: 1.0.5 4584 4656 supports-color: 5.5.0 4585 4657 4586 - /chalk/2.4.2: 4658 + /chalk@2.4.2: 4587 4659 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} 4588 4660 engines: {node: '>=4'} 4589 4661 dependencies: ··· 4591 4663 escape-string-regexp: 1.0.5 4592 4664 supports-color: 5.5.0 4593 4665 4594 - /chalk/4.0.0: 4666 + /chalk@4.0.0: 4595 4667 resolution: {integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==} 4596 4668 engines: {node: '>=10'} 4597 4669 dependencies: ··· 4599 4671 supports-color: 7.2.0 4600 4672 dev: true 4601 4673 4602 - /chalk/4.1.2: 4674 + /chalk@4.1.2: 4603 4675 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 4604 4676 engines: {node: '>=10'} 4605 4677 dependencies: 4606 4678 ansi-styles: 4.3.0 4607 4679 supports-color: 7.2.0 4608 4680 4609 - /chalk/5.2.0: 4681 + /chalk@5.2.0: 4610 4682 resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} 4611 4683 engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 4612 4684 dev: true 4613 4685 4614 - /character-entities-html4/1.1.4: 4686 + /character-entities-html4@1.1.4: 4615 4687 resolution: {integrity: sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==} 4616 4688 dev: false 4617 4689 4618 - /character-entities-legacy/1.1.4: 4690 + /character-entities-legacy@1.1.4: 4619 4691 resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} 4620 4692 4621 - /character-entities/1.2.4: 4693 + /character-entities@1.2.4: 4622 4694 resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} 4623 4695 4624 - /character-reference-invalid/1.1.4: 4696 + /character-reference-invalid@1.1.4: 4625 4697 resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} 4626 4698 4627 - /chardet/0.7.0: 4699 + /chardet@0.7.0: 4628 4700 resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} 4629 4701 4630 - /check-error/1.0.2: 4702 + /check-error@1.0.2: 4631 4703 resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} 4632 4704 dev: true 4633 4705 4634 - /check-more-types/2.24.0: 4706 + /check-more-types@2.24.0: 4635 4707 resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==} 4636 4708 engines: {node: '>= 0.8.0'} 4637 4709 dev: true 4638 4710 4639 - /check-types/8.0.3: 4711 + /check-types@8.0.3: 4640 4712 resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} 4641 4713 4642 - /cheerio-select/1.4.0: 4714 + /cheerio-select@1.4.0: 4643 4715 resolution: {integrity: sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==} 4644 4716 dependencies: 4645 4717 css-select: 4.3.0 ··· 4649 4721 domutils: 2.8.0 4650 4722 dev: true 4651 4723 4652 - /cheerio/1.0.0-rc.6: 4724 + /cheerio@1.0.0-rc.6: 4653 4725 resolution: {integrity: sha512-hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw==} 4654 4726 engines: {node: '>= 0.12'} 4655 4727 dependencies: ··· 4661 4733 parse5-htmlparser2-tree-adapter: 6.0.1 4662 4734 dev: true 4663 4735 4664 - /chokidar/2.1.8: 4736 + /chokidar@2.1.8(supports-color@6.1.0): 4665 4737 resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} 4666 4738 deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 4667 4739 dependencies: 4668 - anymatch: 2.0.0 4740 + anymatch: 2.0.0(supports-color@6.1.0) 4669 4741 async-each: 1.0.3 4670 - braces: 2.3.2 4742 + braces: 2.3.2(supports-color@6.1.0) 4671 4743 glob-parent: 3.1.0 4672 4744 inherits: 2.0.4 4673 4745 is-binary-path: 1.0.1 4674 4746 is-glob: 4.0.3 4675 4747 normalize-path: 3.0.0 4676 4748 path-is-absolute: 1.0.1 4677 - readdirp: 2.2.1 4749 + readdirp: 2.2.1(supports-color@6.1.0) 4678 4750 upath: 1.2.0 4679 4751 optionalDependencies: 4680 4752 fsevents: 1.2.13 4681 4753 transitivePeerDependencies: 4682 4754 - supports-color 4683 - optional: true 4684 4755 4685 - /chokidar/2.1.8_supports-color@6.1.0: 4686 - resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} 4687 - deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 4688 - dependencies: 4689 - anymatch: 2.0.0_supports-color@6.1.0 4690 - async-each: 1.0.3 4691 - braces: 2.3.2_supports-color@6.1.0 4692 - glob-parent: 3.1.0 4693 - inherits: 2.0.4 4694 - is-binary-path: 1.0.1 4695 - is-glob: 4.0.3 4696 - normalize-path: 3.0.0 4697 - path-is-absolute: 1.0.1 4698 - readdirp: 2.2.1_supports-color@6.1.0 4699 - upath: 1.2.0 4700 - optionalDependencies: 4701 - fsevents: 1.2.13 4702 - transitivePeerDependencies: 4703 - - supports-color 4704 - 4705 - /chokidar/3.5.1: 4756 + /chokidar@3.5.1: 4706 4757 resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} 4707 4758 engines: {node: '>= 8.10.0'} 4708 4759 dependencies: ··· 4716 4767 optionalDependencies: 4717 4768 fsevents: 2.3.2 4718 4769 4719 - /chownr/1.1.4: 4770 + /chownr@1.1.4: 4720 4771 resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} 4721 4772 4722 - /chownr/2.0.0: 4773 + /chownr@2.0.0: 4723 4774 resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} 4724 4775 engines: {node: '>=10'} 4725 4776 dev: true 4726 4777 4727 - /chrome-trace-event/1.0.3: 4778 + /chrome-trace-event@1.0.3: 4728 4779 resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} 4729 4780 engines: {node: '>=6.0'} 4730 4781 4731 - /ci-info/2.0.0: 4782 + /ci-info@2.0.0: 4732 4783 resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} 4733 4784 dev: true 4734 4785 4735 - /ci-info/3.8.0: 4786 + /ci-info@3.8.0: 4736 4787 resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} 4737 4788 engines: {node: '>=8'} 4738 4789 dev: true 4739 4790 4740 - /cipher-base/1.0.4: 4791 + /cipher-base@1.0.4: 4741 4792 resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} 4742 4793 dependencies: 4743 4794 inherits: 2.0.4 4744 4795 safe-buffer: 5.2.1 4745 4796 4746 - /circular-dependency-plugin/5.2.2_webpack@4.46.0: 4797 + /circular-dependency-plugin@5.2.2(webpack@4.46.0): 4747 4798 resolution: {integrity: sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==} 4748 4799 engines: {node: '>=6.0.0'} 4749 4800 peerDependencies: ··· 4751 4802 dependencies: 4752 4803 webpack: 4.46.0 4753 4804 4754 - /cjs-module-lexer/1.2.2: 4805 + /cjs-module-lexer@1.2.2: 4755 4806 resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} 4756 4807 dev: true 4757 4808 4758 - /class-utils/0.3.6: 4809 + /class-utils@0.3.6: 4759 4810 resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} 4760 4811 engines: {node: '>=0.10.0'} 4761 4812 dependencies: ··· 4764 4815 isobject: 3.0.1 4765 4816 static-extend: 0.1.2 4766 4817 4767 - /classnames/2.2.6: 4818 + /classnames@2.2.6: 4768 4819 resolution: {integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==} 4769 4820 dev: true 4770 4821 4771 - /clean-css/4.2.3: 4822 + /clean-css@4.2.3: 4772 4823 resolution: {integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==} 4773 4824 engines: {node: '>= 4.0'} 4774 4825 dependencies: 4775 4826 source-map: 0.6.1 4776 4827 4777 - /clean-stack/2.2.0: 4828 + /clean-stack@2.2.0: 4778 4829 resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} 4779 4830 engines: {node: '>=6'} 4780 4831 dev: true 4781 4832 4782 - /cli-boxes/1.0.0: 4833 + /cli-boxes@1.0.0: 4783 4834 resolution: {integrity: sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==} 4784 4835 engines: {node: '>=0.10.0'} 4785 4836 4786 - /cli-cursor/2.1.0: 4837 + /cli-cursor@2.1.0: 4787 4838 resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} 4788 4839 engines: {node: '>=4'} 4789 4840 dependencies: 4790 4841 restore-cursor: 2.0.0 4791 4842 4792 - /cli-cursor/3.1.0: 4843 + /cli-cursor@3.1.0: 4793 4844 resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} 4794 4845 engines: {node: '>=8'} 4795 4846 dependencies: 4796 4847 restore-cursor: 3.1.0 4797 4848 dev: true 4798 4849 4799 - /cli-table3/0.5.1: 4850 + /cli-table3@0.5.1: 4800 4851 resolution: {integrity: sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==} 4801 4852 engines: {node: '>=6'} 4802 4853 dependencies: ··· 4806 4857 colors: 1.4.0 4807 4858 dev: true 4808 4859 4809 - /cli-table3/0.6.3: 4860 + /cli-table3@0.6.3: 4810 4861 resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} 4811 4862 engines: {node: 10.* || >= 12.*} 4812 4863 dependencies: ··· 4815 4866 '@colors/colors': 1.5.0 4816 4867 dev: true 4817 4868 4818 - /cli-truncate/2.1.0: 4869 + /cli-truncate@2.1.0: 4819 4870 resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==} 4820 4871 engines: {node: '>=8'} 4821 4872 dependencies: ··· 4823 4874 string-width: 4.2.3 4824 4875 dev: true 4825 4876 4826 - /cli-truncate/3.1.0: 4877 + /cli-truncate@3.1.0: 4827 4878 resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} 4828 4879 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 4829 4880 dependencies: ··· 4831 4882 string-width: 5.1.2 4832 4883 dev: true 4833 4884 4834 - /cli-width/2.2.1: 4885 + /cli-width@2.2.1: 4835 4886 resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==} 4836 4887 4837 - /clipboardy/1.2.3: 4888 + /clipboardy@1.2.3: 4838 4889 resolution: {integrity: sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==} 4839 4890 engines: {node: '>=4'} 4840 4891 dependencies: 4841 4892 arch: 2.2.0 4842 4893 execa: 0.8.0 4843 4894 4844 - /cliui/5.0.0: 4895 + /cliui@5.0.0: 4845 4896 resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} 4846 4897 dependencies: 4847 4898 string-width: 3.1.0 4848 4899 strip-ansi: 5.2.0 4849 4900 wrap-ansi: 5.1.0 4850 4901 4851 - /cliui/6.0.0: 4902 + /cliui@6.0.0: 4852 4903 resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} 4853 4904 dependencies: 4854 4905 string-width: 4.2.3 ··· 4856 4907 wrap-ansi: 6.2.0 4857 4908 dev: true 4858 4909 4859 - /cliui/8.0.1: 4910 + /cliui@8.0.1: 4860 4911 resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} 4861 4912 engines: {node: '>=12'} 4862 4913 dependencies: ··· 4865 4916 wrap-ansi: 7.0.0 4866 4917 dev: true 4867 4918 4868 - /clone-deep/4.0.1: 4919 + /clone-deep@4.0.1: 4869 4920 resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} 4870 4921 engines: {node: '>=6'} 4871 4922 dependencies: ··· 4873 4924 kind-of: 6.0.3 4874 4925 shallow-clone: 3.0.1 4875 4926 4876 - /clone-response/1.0.2: 4927 + /clone-response@1.0.2: 4877 4928 resolution: {integrity: sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==} 4878 4929 dependencies: 4879 4930 mimic-response: 1.0.1 4880 4931 4881 - /clone/1.0.4: 4932 + /clone@1.0.4: 4882 4933 resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} 4883 4934 engines: {node: '>=0.8'} 4884 4935 dev: true 4885 4936 4886 - /cmd-shim/6.0.1: 4937 + /cmd-shim@6.0.1: 4887 4938 resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} 4888 4939 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4889 4940 dev: true 4890 4941 4891 - /coa/2.0.2: 4942 + /coa@2.0.2: 4892 4943 resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} 4893 4944 engines: {node: '>= 4.0'} 4894 4945 dependencies: ··· 4896 4947 chalk: 2.4.2 4897 4948 q: 1.5.1 4898 4949 4899 - /collapse-white-space/1.0.6: 4950 + /collapse-white-space@1.0.6: 4900 4951 resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==} 4901 4952 4902 - /collection-visit/1.0.0: 4953 + /collection-visit@1.0.0: 4903 4954 resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} 4904 4955 engines: {node: '>=0.10.0'} 4905 4956 dependencies: 4906 4957 map-visit: 1.0.0 4907 4958 object-visit: 1.0.1 4908 4959 4909 - /color-convert/1.9.3: 4960 + /color-convert@1.9.3: 4910 4961 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} 4911 4962 dependencies: 4912 4963 color-name: 1.1.3 4913 4964 4914 - /color-convert/2.0.1: 4965 + /color-convert@2.0.1: 4915 4966 resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 4916 4967 engines: {node: '>=7.0.0'} 4917 4968 dependencies: 4918 4969 color-name: 1.1.4 4919 4970 4920 - /color-name/1.1.3: 4971 + /color-name@1.1.3: 4921 4972 resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} 4922 4973 4923 - /color-name/1.1.4: 4974 + /color-name@1.1.4: 4924 4975 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 4925 4976 4926 - /color-string/1.5.5: 4977 + /color-string@1.5.5: 4927 4978 resolution: {integrity: sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==} 4928 4979 dependencies: 4929 4980 color-name: 1.1.4 4930 4981 simple-swizzle: 0.2.2 4931 4982 4932 - /color-support/1.1.3: 4983 + /color-support@1.1.3: 4933 4984 resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} 4934 4985 hasBin: true 4935 4986 dev: true 4936 4987 4937 - /color/3.1.3: 4988 + /color@3.1.3: 4938 4989 resolution: {integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==} 4939 4990 dependencies: 4940 4991 color-convert: 1.9.3 4941 4992 color-string: 1.5.5 4942 4993 4943 - /colorette/1.2.2: 4994 + /colorette@1.2.2: 4944 4995 resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} 4945 4996 4946 - /colorette/2.0.19: 4997 + /colorette@2.0.19: 4947 4998 resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} 4948 4999 dev: true 4949 5000 4950 - /colors/1.4.0: 5001 + /colors@1.4.0: 4951 5002 resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} 4952 5003 engines: {node: '>=0.1.90'} 4953 5004 requiresBuild: true 4954 5005 dev: true 4955 5006 4956 - /combined-stream/1.0.8: 5007 + /combined-stream@1.0.8: 4957 5008 resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} 4958 5009 engines: {node: '>= 0.8'} 4959 5010 dependencies: 4960 5011 delayed-stream: 1.0.0 4961 5012 dev: true 4962 5013 4963 - /comma-separated-tokens/1.0.8: 5014 + /comma-separated-tokens@1.0.8: 4964 5015 resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} 4965 5016 4966 - /commander/10.0.0: 5017 + /commander@10.0.0: 4967 5018 resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} 4968 5019 engines: {node: '>=14'} 4969 5020 dev: true 4970 5021 4971 - /commander/2.17.1: 5022 + /commander@2.17.1: 4972 5023 resolution: {integrity: sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==} 4973 5024 4974 - /commander/2.19.0: 5025 + /commander@2.19.0: 4975 5026 resolution: {integrity: sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==} 4976 5027 4977 - /commander/2.20.3: 5028 + /commander@2.20.3: 4978 5029 resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} 4979 5030 4980 - /commander/4.1.1: 5031 + /commander@4.1.1: 4981 5032 resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} 4982 5033 engines: {node: '>= 6'} 4983 5034 4984 - /commander/5.1.0: 5035 + /commander@5.1.0: 4985 5036 resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} 4986 5037 engines: {node: '>= 6'} 4987 5038 dev: true 4988 5039 4989 - /common-ancestor-path/1.0.1: 5040 + /common-ancestor-path@1.0.1: 4990 5041 resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} 4991 5042 dev: true 4992 5043 4993 - /common-tags/1.8.2: 5044 + /common-tags@1.8.2: 4994 5045 resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} 4995 5046 engines: {node: '>=4.0.0'} 4996 5047 dev: true 4997 5048 4998 - /commondir/1.0.1: 5049 + /commondir@1.0.1: 4999 5050 resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} 5000 5051 5001 - /compare-versions/3.6.0: 5052 + /compare-versions@3.6.0: 5002 5053 resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==} 5003 5054 dev: true 5004 5055 5005 - /component-bind/1.0.0: 5056 + /component-bind@1.0.0: 5006 5057 resolution: {integrity: sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==} 5007 5058 5008 - /component-emitter/1.2.1: 5059 + /component-emitter@1.2.1: 5009 5060 resolution: {integrity: sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==} 5010 5061 5011 - /component-emitter/1.3.0: 5062 + /component-emitter@1.3.0: 5012 5063 resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} 5013 5064 5014 - /component-inherit/0.0.3: 5065 + /component-inherit@0.0.3: 5015 5066 resolution: {integrity: sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==} 5016 5067 5017 - /compressible/2.0.18: 5068 + /compressible@2.0.18: 5018 5069 resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} 5019 5070 engines: {node: '>= 0.6'} 5020 5071 dependencies: 5021 5072 mime-db: 1.52.0 5022 5073 5023 - /compression/1.7.3: 5074 + /compression@1.7.3: 5024 5075 resolution: {integrity: sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==} 5025 5076 engines: {node: '>= 0.8.0'} 5026 5077 dependencies: 5027 5078 accepts: 1.3.7 5028 5079 bytes: 3.0.0 5029 5080 compressible: 2.0.18 5030 - debug: 2.6.9 5081 + debug: 2.6.9(supports-color@6.1.0) 5031 5082 on-headers: 1.0.2 5032 5083 safe-buffer: 5.1.2 5033 5084 vary: 1.1.2 5034 5085 transitivePeerDependencies: 5035 5086 - supports-color 5036 5087 5037 - /compression/1.7.4_supports-color@6.1.0: 5088 + /compression@1.7.4(supports-color@6.1.0): 5038 5089 resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} 5039 5090 engines: {node: '>= 0.8.0'} 5040 5091 dependencies: 5041 5092 accepts: 1.3.7 5042 5093 bytes: 3.0.0 5043 5094 compressible: 2.0.18 5044 - debug: 2.6.9_supports-color@6.1.0 5095 + debug: 2.6.9(supports-color@6.1.0) 5045 5096 on-headers: 1.0.2 5046 5097 safe-buffer: 5.1.2 5047 5098 vary: 1.1.2 5048 5099 transitivePeerDependencies: 5049 5100 - supports-color 5050 5101 5051 - /concat-map/0.0.1: 5102 + /concat-map@0.0.1: 5052 5103 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 5053 5104 5054 - /concat-stream/1.6.2: 5105 + /concat-stream@1.6.2: 5055 5106 resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} 5056 5107 engines: {'0': node >= 0.8} 5057 5108 dependencies: ··· 5060 5111 readable-stream: 2.3.7 5061 5112 typedarray: 0.0.6 5062 5113 5063 - /concordance/5.0.4: 5114 + /concordance@5.0.4: 5064 5115 resolution: {integrity: sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==} 5065 5116 engines: {node: '>=10.18.0 <11 || >=12.14.0 <13 || >=14'} 5066 5117 dependencies: ··· 5074 5125 well-known-symbols: 2.0.0 5075 5126 dev: true 5076 5127 5077 - /config-chain/1.1.13: 5128 + /config-chain@1.1.13: 5078 5129 resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} 5079 5130 dependencies: 5080 5131 ini: 1.3.8 5081 5132 proto-list: 1.2.4 5082 5133 5083 - /connect-history-api-fallback/1.6.0: 5134 + /connect-history-api-fallback@1.6.0: 5084 5135 resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} 5085 5136 engines: {node: '>=0.8'} 5086 5137 5087 - /console-browserify/1.2.0: 5138 + /console-browserify@1.2.0: 5088 5139 resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} 5089 5140 5090 - /console-control-strings/1.1.0: 5141 + /console-control-strings@1.1.0: 5091 5142 resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} 5092 5143 dev: true 5093 5144 5094 - /constants-browserify/1.0.0: 5145 + /constants-browserify@1.0.0: 5095 5146 resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} 5096 5147 5097 - /content-disposition/0.5.2: 5148 + /content-disposition@0.5.2: 5098 5149 resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==} 5099 5150 engines: {node: '>= 0.6'} 5100 5151 5101 - /content-disposition/0.5.3: 5152 + /content-disposition@0.5.3: 5102 5153 resolution: {integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==} 5103 5154 engines: {node: '>= 0.6'} 5104 5155 dependencies: 5105 5156 safe-buffer: 5.1.2 5106 5157 5107 - /content-type/1.0.4: 5158 + /content-type@1.0.4: 5108 5159 resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} 5109 5160 engines: {node: '>= 0.6'} 5110 5161 5111 - /convert-source-map/1.7.0: 5162 + /convert-source-map@1.7.0: 5112 5163 resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} 5113 5164 dependencies: 5114 5165 safe-buffer: 5.1.2 5115 5166 dev: true 5116 5167 5117 - /convert-source-map/1.9.0: 5168 + /convert-source-map@1.9.0: 5118 5169 resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} 5119 5170 5120 - /cookie-signature/1.0.6: 5171 + /cookie-signature@1.0.6: 5121 5172 resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} 5122 5173 5123 - /cookie/0.4.0: 5174 + /cookie@0.4.0: 5124 5175 resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} 5125 5176 engines: {node: '>= 0.6'} 5126 5177 5127 - /cookie/0.4.1: 5178 + /cookie@0.4.1: 5128 5179 resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} 5129 5180 engines: {node: '>= 0.6'} 5130 5181 5131 - /copy-concurrently/1.0.5: 5182 + /copy-concurrently@1.0.5: 5132 5183 resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} 5133 5184 dependencies: 5134 5185 aproba: 1.2.0 ··· 5138 5189 rimraf: 2.7.1 5139 5190 run-queue: 1.0.3 5140 5191 5141 - /copy-descriptor/0.1.1: 5192 + /copy-descriptor@0.1.1: 5142 5193 resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} 5143 5194 engines: {node: '>=0.10.0'} 5144 5195 5145 - /core-js-compat/3.11.1: 5196 + /core-js-compat@3.11.1: 5146 5197 resolution: {integrity: sha512-aZ0e4tmlG/aOBHj92/TuOuZwp6jFvn1WNabU5VOVixzhu5t5Ao+JZkQOPlgNXu6ynwLrwJxklT4Gw1G1VGEh+g==} 5147 5198 dependencies: 5148 5199 browserslist: 4.21.5 5149 5200 semver: 7.0.0 5150 5201 5151 - /core-js-pure/3.11.1: 5202 + /core-js-pure@3.11.1: 5152 5203 resolution: {integrity: sha512-2JukQi8HgAOCD5CSimxWWXVrUBoA9Br796uIA5Z06bIjt7PBBI19ircFaAxplgE1mJf3x2BY6MkT/HWA/UryPg==} 5153 5204 deprecated: core-js-pure@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure. 5154 5205 requiresBuild: true 5155 5206 dev: true 5156 5207 5157 - /core-js/2.6.12: 5208 + /core-js@2.6.12: 5158 5209 resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} 5159 5210 deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. 5160 5211 requiresBuild: true 5161 5212 5162 - /core-util-is/1.0.2: 5213 + /core-util-is@1.0.2: 5163 5214 resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} 5164 5215 5165 - /cors/2.8.5: 5216 + /cors@2.8.5: 5166 5217 resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} 5167 5218 engines: {node: '>= 0.10'} 5168 5219 dependencies: 5169 5220 object-assign: 4.1.1 5170 5221 vary: 1.1.2 5171 5222 5172 - /cosmiconfig/5.2.1: 5223 + /cosmiconfig@5.2.1: 5173 5224 resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} 5174 5225 engines: {node: '>=4'} 5175 5226 dependencies: ··· 5178 5229 js-yaml: 3.14.1 5179 5230 parse-json: 4.0.0 5180 5231 5181 - /cosmiconfig/6.0.0: 5232 + /cosmiconfig@6.0.0: 5182 5233 resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} 5183 5234 engines: {node: '>=8'} 5184 5235 dependencies: ··· 5188 5239 path-type: 4.0.0 5189 5240 yaml: 1.10.2 5190 5241 5191 - /cosmiconfig/7.1.0: 5242 + /cosmiconfig@7.1.0: 5192 5243 resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} 5193 5244 engines: {node: '>=10'} 5194 5245 dependencies: ··· 5199 5250 yaml: 1.10.2 5200 5251 dev: true 5201 5252 5202 - /create-ecdh/4.0.4: 5253 + /create-ecdh@4.0.4: 5203 5254 resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} 5204 5255 dependencies: 5205 5256 bn.js: 4.12.0 5206 5257 elliptic: 6.5.4 5207 5258 5208 - /create-hash/1.2.0: 5259 + /create-hash@1.2.0: 5209 5260 resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} 5210 5261 dependencies: 5211 5262 cipher-base: 1.0.4 ··· 5214 5265 ripemd160: 2.0.2 5215 5266 sha.js: 2.4.11 5216 5267 5217 - /create-hmac/1.1.7: 5268 + /create-hmac@1.1.7: 5218 5269 resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} 5219 5270 dependencies: 5220 5271 cipher-base: 1.0.4 ··· 5224 5275 safe-buffer: 5.2.1 5225 5276 sha.js: 2.4.11 5226 5277 5227 - /create-react-context/0.3.0_at7mkepldmzoo6silmqc5bca74: 5278 + /create-react-context@0.3.0(prop-types@15.8.1)(react@17.0.2): 5228 5279 resolution: {integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==} 5229 5280 peerDependencies: 5230 5281 prop-types: ^15.0.0 ··· 5235 5286 react: 17.0.2 5236 5287 warning: 4.0.3 5237 5288 5238 - /cross-spawn/5.1.0: 5289 + /cross-spawn@5.1.0: 5239 5290 resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} 5240 5291 dependencies: 5241 5292 lru-cache: 4.1.5 5242 5293 shebang-command: 1.2.0 5243 5294 which: 1.3.1 5244 5295 5245 - /cross-spawn/6.0.5: 5296 + /cross-spawn@6.0.5: 5246 5297 resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} 5247 5298 engines: {node: '>=4.8'} 5248 5299 dependencies: ··· 5252 5303 shebang-command: 1.2.0 5253 5304 which: 1.3.1 5254 5305 5255 - /cross-spawn/7.0.3: 5306 + /cross-spawn@7.0.3: 5256 5307 resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 5257 5308 engines: {node: '>= 8'} 5258 5309 dependencies: ··· 5261 5312 which: 2.0.2 5262 5313 dev: true 5263 5314 5264 - /crypto-browserify/3.12.0: 5315 + /crypto-browserify@3.12.0: 5265 5316 resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} 5266 5317 dependencies: 5267 5318 browserify-cipher: 1.0.1 ··· 5276 5327 randombytes: 2.1.0 5277 5328 randomfill: 1.0.4 5278 5329 5279 - /css-color-keywords/1.0.0: 5330 + /css-color-keywords@1.0.0: 5280 5331 resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} 5281 5332 engines: {node: '>=4'} 5282 5333 5283 - /css-color-names/0.0.4: 5334 + /css-color-names@0.0.4: 5284 5335 resolution: {integrity: sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==} 5285 5336 5286 - /css-declaration-sorter/4.0.1: 5337 + /css-declaration-sorter@4.0.1: 5287 5338 resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} 5288 5339 engines: {node: '>4'} 5289 5340 dependencies: 5290 5341 postcss: 7.0.35 5291 5342 timsort: 0.3.0 5292 5343 5293 - /css-loader/2.1.1_webpack@4.46.0: 5344 + /css-loader@2.1.1(webpack@4.46.0): 5294 5345 resolution: {integrity: sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==} 5295 5346 engines: {node: '>= 6.9.0'} 5296 5347 peerDependencies: ··· 5309 5360 schema-utils: 1.0.0 5310 5361 webpack: 4.46.0 5311 5362 5312 - /css-select-base-adapter/0.1.1: 5363 + /css-select-base-adapter@0.1.1: 5313 5364 resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} 5314 5365 5315 - /css-select/2.1.0: 5366 + /css-select@2.1.0: 5316 5367 resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} 5317 5368 dependencies: 5318 5369 boolbase: 1.0.0 ··· 5320 5371 domutils: 1.7.0 5321 5372 nth-check: 1.0.2 5322 5373 5323 - /css-select/4.3.0: 5374 + /css-select@4.3.0: 5324 5375 resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} 5325 5376 dependencies: 5326 5377 boolbase: 1.0.0 ··· 5330 5381 nth-check: 2.1.1 5331 5382 dev: true 5332 5383 5333 - /css-selector-parser/1.4.1: 5384 + /css-selector-parser@1.4.1: 5334 5385 resolution: {integrity: sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==} 5335 5386 dev: false 5336 5387 5337 - /css-to-react-native/3.0.0: 5388 + /css-to-react-native@3.0.0: 5338 5389 resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} 5339 5390 dependencies: 5340 5391 camelize: 1.0.0 5341 5392 css-color-keywords: 1.0.0 5342 5393 postcss-value-parser: 4.1.0 5343 5394 5344 - /css-tree/1.0.0-alpha.37: 5395 + /css-tree@1.0.0-alpha.37: 5345 5396 resolution: {integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==} 5346 5397 engines: {node: '>=8.0.0'} 5347 5398 dependencies: 5348 5399 mdn-data: 2.0.4 5349 5400 source-map: 0.6.1 5350 5401 5351 - /css-tree/1.1.3: 5402 + /css-tree@1.1.3: 5352 5403 resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} 5353 5404 engines: {node: '>=8.0.0'} 5354 5405 dependencies: 5355 5406 mdn-data: 2.0.14 5356 5407 source-map: 0.6.1 5357 5408 5358 - /css-what/3.4.2: 5409 + /css-what@3.4.2: 5359 5410 resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} 5360 5411 engines: {node: '>= 6'} 5361 5412 5362 - /css-what/5.0.0: 5413 + /css-what@5.0.0: 5363 5414 resolution: {integrity: sha512-qxyKHQvgKwzwDWC/rGbT821eJalfupxYW2qbSJSAtdSTimsr/MlaGONoNLllaUPZWf8QnbcKM/kPVYUQuEKAFA==} 5364 5415 engines: {node: '>= 6'} 5365 5416 dev: true 5366 5417 5367 - /css-what/6.1.0: 5418 + /css-what@6.1.0: 5368 5419 resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} 5369 5420 engines: {node: '>= 6'} 5370 5421 dev: true 5371 5422 5372 - /css.escape/1.5.1: 5423 + /css.escape@1.5.1: 5373 5424 resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} 5374 5425 dev: true 5375 5426 5376 - /cssesc/3.0.0: 5427 + /cssesc@3.0.0: 5377 5428 resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 5378 5429 engines: {node: '>=4'} 5379 5430 hasBin: true 5380 5431 5381 - /cssnano-preset-default/4.0.8: 5432 + /cssnano-preset-default@4.0.8: 5382 5433 resolution: {integrity: sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==} 5383 5434 engines: {node: '>=6.9.0'} 5384 5435 dependencies: ··· 5413 5464 postcss-svgo: 4.0.3 5414 5465 postcss-unique-selectors: 4.0.1 5415 5466 5416 - /cssnano-preset-simple/2.0.0_postcss@8.2.13: 5467 + /cssnano-preset-simple@2.0.0(postcss@8.2.13): 5417 5468 resolution: {integrity: sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==} 5418 5469 peerDependencies: 5419 5470 postcss: ^8.2.1 ··· 5422 5473 postcss: 8.2.13 5423 5474 dev: true 5424 5475 5425 - /cssnano-simple/2.0.0_postcss@8.2.13: 5476 + /cssnano-simple@2.0.0(postcss@8.2.13): 5426 5477 resolution: {integrity: sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==} 5427 5478 peerDependencies: 5428 5479 postcss: ^8.2.2 5429 5480 dependencies: 5430 - cssnano-preset-simple: 2.0.0_postcss@8.2.13 5481 + cssnano-preset-simple: 2.0.0(postcss@8.2.13) 5431 5482 postcss: 8.2.13 5432 5483 dev: true 5433 5484 5434 - /cssnano-util-get-arguments/4.0.0: 5485 + /cssnano-util-get-arguments@4.0.0: 5435 5486 resolution: {integrity: sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==} 5436 5487 engines: {node: '>=6.9.0'} 5437 5488 5438 - /cssnano-util-get-match/4.0.0: 5489 + /cssnano-util-get-match@4.0.0: 5439 5490 resolution: {integrity: sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==} 5440 5491 engines: {node: '>=6.9.0'} 5441 5492 5442 - /cssnano-util-raw-cache/4.0.1: 5493 + /cssnano-util-raw-cache@4.0.1: 5443 5494 resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} 5444 5495 engines: {node: '>=6.9.0'} 5445 5496 dependencies: 5446 5497 postcss: 7.0.35 5447 5498 5448 - /cssnano-util-same-parent/4.0.1: 5499 + /cssnano-util-same-parent@4.0.1: 5449 5500 resolution: {integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==} 5450 5501 engines: {node: '>=6.9.0'} 5451 5502 5452 - /cssnano/4.1.11: 5503 + /cssnano@4.1.11: 5453 5504 resolution: {integrity: sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==} 5454 5505 engines: {node: '>=6.9.0'} 5455 5506 dependencies: ··· 5458 5509 is-resolvable: 1.1.0 5459 5510 postcss: 7.0.35 5460 5511 5461 - /csso/4.2.0: 5512 + /csso@4.2.0: 5462 5513 resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} 5463 5514 engines: {node: '>=8.0.0'} 5464 5515 dependencies: 5465 5516 css-tree: 1.1.3 5466 5517 5467 - /cssstyle/3.0.0: 5518 + /cssstyle@3.0.0: 5468 5519 resolution: {integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==} 5469 5520 engines: {node: '>=14'} 5470 5521 dependencies: 5471 5522 rrweb-cssom: 0.6.0 5472 5523 dev: true 5473 5524 5474 - /csstype/2.6.21: 5525 + /csstype@2.6.21: 5475 5526 resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} 5476 5527 dev: true 5477 5528 5478 - /csstype/3.0.8: 5529 + /csstype@3.0.8: 5479 5530 resolution: {integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==} 5480 5531 dev: true 5481 5532 5482 - /csv-generate/3.4.3: 5533 + /csv-generate@3.4.3: 5483 5534 resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} 5484 5535 dev: true 5485 5536 5486 - /csv-parse/4.16.3: 5537 + /csv-parse@4.16.3: 5487 5538 resolution: {integrity: sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==} 5488 5539 dev: true 5489 5540 5490 - /csv-stringify/5.6.5: 5541 + /csv-stringify@5.6.5: 5491 5542 resolution: {integrity: sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==} 5492 5543 dev: true 5493 5544 5494 - /csv/5.5.3: 5545 + /csv@5.5.3: 5495 5546 resolution: {integrity: sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==} 5496 5547 engines: {node: '>= 0.1.90'} 5497 5548 dependencies: ··· 5501 5552 stream-transform: 2.1.3 5502 5553 dev: true 5503 5554 5504 - /cyclist/1.0.1: 5555 + /cyclist@1.0.1: 5505 5556 resolution: {integrity: sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==} 5506 5557 5507 - /cypress/12.8.1: 5558 + /cypress@12.8.1: 5508 5559 resolution: {integrity: sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==} 5509 5560 engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} 5510 5561 hasBin: true 5511 5562 requiresBuild: true 5512 5563 dependencies: 5513 5564 '@cypress/request': 2.88.11 5514 - '@cypress/xvfb': 1.2.4_supports-color@8.1.1 5565 + '@cypress/xvfb': 1.2.4(supports-color@8.1.1) 5515 5566 '@types/node': 14.18.38 5516 5567 '@types/sinonjs__fake-timers': 8.1.1 5517 5568 '@types/sizzle': 2.3.3 ··· 5527 5578 commander: 5.1.0 5528 5579 common-tags: 1.8.2 5529 5580 dayjs: 1.11.7 5530 - debug: 4.3.4_supports-color@8.1.1 5581 + debug: 4.3.4(supports-color@8.1.1) 5531 5582 enquirer: 2.3.6 5532 5583 eventemitter2: 6.4.7 5533 5584 execa: 4.1.0 5534 5585 executable: 4.1.1 5535 - extract-zip: 2.0.1_supports-color@8.1.1 5586 + extract-zip: 2.0.1(supports-color@8.1.1) 5536 5587 figures: 3.2.0 5537 5588 fs-extra: 9.1.0 5538 5589 getos: 3.2.1 5539 5590 is-ci: 3.0.1 5540 5591 is-installed-globally: 0.4.0 5541 5592 lazy-ass: 1.6.0 5542 - listr2: 3.14.0_enquirer@2.3.6 5593 + listr2: 3.14.0(enquirer@2.3.6) 5543 5594 lodash: 4.17.21 5544 5595 log-symbols: 4.1.0 5545 5596 minimist: 1.2.8 ··· 5554 5605 yauzl: 2.10.0 5555 5606 dev: true 5556 5607 5557 - /dashdash/1.14.1: 5608 + /dashdash@1.14.1: 5558 5609 resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} 5559 5610 engines: {node: '>=0.10'} 5560 5611 dependencies: 5561 5612 assert-plus: 1.0.0 5562 5613 dev: true 5563 5614 5564 - /data-uri-to-buffer/3.0.1: 5615 + /data-uri-to-buffer@3.0.1: 5565 5616 resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} 5566 5617 engines: {node: '>= 6'} 5567 5618 dev: true 5568 5619 5569 - /data-uri-to-buffer/4.0.1: 5620 + /data-uri-to-buffer@4.0.1: 5570 5621 resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} 5571 5622 engines: {node: '>= 12'} 5572 5623 dev: false 5573 5624 5574 - /data-urls/4.0.0: 5625 + /data-urls@4.0.0: 5575 5626 resolution: {integrity: sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==} 5576 5627 engines: {node: '>=14'} 5577 5628 dependencies: ··· 5580 5631 whatwg-url: 12.0.1 5581 5632 dev: true 5582 5633 5583 - /dataloader/1.4.0: 5634 + /dataloader@1.4.0: 5584 5635 resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} 5585 5636 dev: true 5586 5637 5587 - /date-time/3.1.0: 5638 + /date-time@3.1.0: 5588 5639 resolution: {integrity: sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==} 5589 5640 engines: {node: '>=6'} 5590 5641 dependencies: 5591 5642 time-zone: 1.0.0 5592 5643 dev: true 5593 5644 5594 - /dayjs/1.11.7: 5645 + /dayjs@1.11.7: 5595 5646 resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} 5596 5647 dev: true 5597 5648 5598 - /debug/2.6.9: 5599 - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} 5600 - peerDependencies: 5601 - supports-color: '*' 5602 - peerDependenciesMeta: 5603 - supports-color: 5604 - optional: true 5605 - dependencies: 5606 - ms: 2.0.0 5607 - 5608 - /debug/2.6.9_supports-color@6.1.0: 5649 + /debug@2.6.9(supports-color@6.1.0): 5609 5650 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} 5610 5651 peerDependencies: 5611 5652 supports-color: '*' ··· 5616 5657 ms: 2.0.0 5617 5658 supports-color: 6.1.0 5618 5659 5619 - /debug/3.1.0: 5660 + /debug@3.1.0: 5620 5661 resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==} 5621 5662 peerDependencies: 5622 5663 supports-color: '*' ··· 5626 5667 dependencies: 5627 5668 ms: 2.0.0 5628 5669 5629 - /debug/3.2.7: 5630 - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} 5631 - peerDependencies: 5632 - supports-color: '*' 5633 - peerDependenciesMeta: 5634 - supports-color: 5635 - optional: true 5636 - dependencies: 5637 - ms: 2.1.3 5638 - 5639 - /debug/3.2.7_supports-color@6.1.0: 5670 + /debug@3.2.7(supports-color@6.1.0): 5640 5671 resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} 5641 5672 peerDependencies: 5642 5673 supports-color: '*' ··· 5647 5678 ms: 2.1.3 5648 5679 supports-color: 6.1.0 5649 5680 5650 - /debug/3.2.7_supports-color@8.1.1: 5681 + /debug@3.2.7(supports-color@8.1.1): 5651 5682 resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} 5652 5683 peerDependencies: 5653 5684 supports-color: '*' ··· 5659 5690 supports-color: 8.1.1 5660 5691 dev: true 5661 5692 5662 - /debug/4.1.1: 5693 + /debug@4.1.1: 5663 5694 resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==} 5664 5695 deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) 5665 5696 peerDependencies: ··· 5670 5701 dependencies: 5671 5702 ms: 2.1.3 5672 5703 5673 - /debug/4.3.4: 5674 - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} 5675 - engines: {node: '>=6.0'} 5676 - peerDependencies: 5677 - supports-color: '*' 5678 - peerDependenciesMeta: 5679 - supports-color: 5680 - optional: true 5681 - dependencies: 5682 - ms: 2.1.2 5683 - 5684 - /debug/4.3.4_supports-color@5.5.0: 5704 + /debug@4.3.4(supports-color@5.5.0): 5685 5705 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} 5686 5706 engines: {node: '>=6.0'} 5687 5707 peerDependencies: ··· 5693 5713 ms: 2.1.2 5694 5714 supports-color: 5.5.0 5695 5715 5696 - /debug/4.3.4_supports-color@6.1.0: 5716 + /debug@4.3.4(supports-color@6.1.0): 5697 5717 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} 5698 5718 engines: {node: '>=6.0'} 5699 5719 peerDependencies: ··· 5705 5725 ms: 2.1.2 5706 5726 supports-color: 6.1.0 5707 5727 5708 - /debug/4.3.4_supports-color@8.1.1: 5728 + /debug@4.3.4(supports-color@8.1.1): 5709 5729 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} 5710 5730 engines: {node: '>=6.0'} 5711 5731 peerDependencies: ··· 5718 5738 supports-color: 8.1.1 5719 5739 dev: true 5720 5740 5721 - /decamelize-keys/1.1.1: 5741 + /decamelize-keys@1.1.1: 5722 5742 resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} 5723 5743 engines: {node: '>=0.10.0'} 5724 5744 dependencies: ··· 5726 5746 map-obj: 1.0.1 5727 5747 dev: true 5728 5748 5729 - /decamelize/1.2.0: 5749 + /decamelize@1.2.0: 5730 5750 resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} 5731 5751 engines: {node: '>=0.10.0'} 5732 5752 5733 - /decimal.js/10.4.3: 5753 + /decimal.js@10.4.3: 5734 5754 resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} 5735 5755 dev: true 5736 5756 5737 - /decode-uri-component/0.2.0: 5757 + /decode-uri-component@0.2.0: 5738 5758 resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} 5739 5759 engines: {node: '>=0.10'} 5740 5760 5741 - /decompress-response/3.3.0: 5761 + /decompress-response@3.3.0: 5742 5762 resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} 5743 5763 engines: {node: '>=4'} 5744 5764 dependencies: 5745 5765 mimic-response: 1.0.1 5746 5766 5747 - /decompress-tar/4.1.1: 5767 + /decompress-tar@4.1.1: 5748 5768 resolution: {integrity: sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==} 5749 5769 engines: {node: '>=4'} 5750 5770 dependencies: ··· 5752 5772 is-stream: 1.1.0 5753 5773 tar-stream: 1.6.2 5754 5774 5755 - /decompress-tarbz2/4.1.1: 5775 + /decompress-tarbz2@4.1.1: 5756 5776 resolution: {integrity: sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==} 5757 5777 engines: {node: '>=4'} 5758 5778 dependencies: ··· 5762 5782 seek-bzip: 1.0.6 5763 5783 unbzip2-stream: 1.4.3 5764 5784 5765 - /decompress-targz/4.1.1: 5785 + /decompress-targz@4.1.1: 5766 5786 resolution: {integrity: sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==} 5767 5787 engines: {node: '>=4'} 5768 5788 dependencies: ··· 5770 5790 file-type: 5.2.0 5771 5791 is-stream: 1.1.0 5772 5792 5773 - /decompress-unzip/4.0.1: 5793 + /decompress-unzip@4.0.1: 5774 5794 resolution: {integrity: sha512-1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw==} 5775 5795 engines: {node: '>=4'} 5776 5796 dependencies: ··· 5779 5799 pify: 2.3.0 5780 5800 yauzl: 2.10.0 5781 5801 5782 - /decompress/4.2.1: 5802 + /decompress@4.2.1: 5783 5803 resolution: {integrity: sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==} 5784 5804 engines: {node: '>=4'} 5785 5805 dependencies: ··· 5792 5812 pify: 2.3.0 5793 5813 strip-dirs: 2.1.0 5794 5814 5795 - /deep-assign/3.0.0: 5815 + /deep-assign@3.0.0: 5796 5816 resolution: {integrity: sha512-YX2i9XjJ7h5q/aQ/IM9PEwEnDqETAIYbggmdDB3HLTlSgo1CxPsj6pvhPG68rq6SVE0+p+6Ywsm5fTYNrYtBWw==} 5797 5817 engines: {node: '>=0.10.0'} 5798 5818 deprecated: Check out `lodash.merge` or `merge-options` instead. ··· 5800 5820 is-obj: 1.0.1 5801 5821 dev: true 5802 5822 5803 - /deep-eql/4.1.3: 5823 + /deep-eql@4.1.3: 5804 5824 resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} 5805 5825 engines: {node: '>=6'} 5806 5826 dependencies: 5807 5827 type-detect: 4.0.8 5808 5828 dev: true 5809 5829 5810 - /deep-equal/1.1.1: 5830 + /deep-equal@1.1.1: 5811 5831 resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} 5812 5832 dependencies: 5813 5833 is-arguments: 1.1.0 ··· 5817 5837 object-keys: 1.1.1 5818 5838 regexp.prototype.flags: 1.4.3 5819 5839 5820 - /deep-extend/0.6.0: 5840 + /deep-extend@0.6.0: 5821 5841 resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 5822 5842 engines: {node: '>=4.0.0'} 5823 5843 5824 - /deep-is/0.1.4: 5844 + /deep-is@0.1.4: 5825 5845 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 5826 5846 dev: true 5827 5847 5828 - /deepmerge/4.3.0: 5848 + /deepmerge@4.3.0: 5829 5849 resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} 5830 5850 engines: {node: '>=0.10.0'} 5831 5851 dev: true 5832 5852 5833 - /default-gateway/4.2.0: 5853 + /default-gateway@4.2.0: 5834 5854 resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} 5835 5855 engines: {node: '>=6'} 5836 5856 dependencies: 5837 5857 execa: 1.0.0 5838 5858 ip-regex: 2.1.0 5839 5859 5840 - /defaults/1.0.4: 5860 + /defaults@1.0.4: 5841 5861 resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} 5842 5862 dependencies: 5843 5863 clone: 1.0.4 5844 5864 dev: true 5845 5865 5846 - /define-lazy-prop/2.0.0: 5866 + /define-lazy-prop@2.0.0: 5847 5867 resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} 5848 5868 engines: {node: '>=8'} 5849 5869 dev: true 5850 5870 5851 - /define-properties/1.2.0: 5871 + /define-properties@1.2.0: 5852 5872 resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} 5853 5873 engines: {node: '>= 0.4'} 5854 5874 dependencies: 5855 5875 has-property-descriptors: 1.0.0 5856 5876 object-keys: 1.1.1 5857 5877 5858 - /define-property/0.2.5: 5878 + /define-property@0.2.5: 5859 5879 resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} 5860 5880 engines: {node: '>=0.10.0'} 5861 5881 dependencies: 5862 5882 is-descriptor: 0.1.6 5863 5883 5864 - /define-property/1.0.0: 5884 + /define-property@1.0.0: 5865 5885 resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} 5866 5886 engines: {node: '>=0.10.0'} 5867 5887 dependencies: 5868 5888 is-descriptor: 1.0.2 5869 5889 5870 - /define-property/2.0.2: 5890 + /define-property@2.0.2: 5871 5891 resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} 5872 5892 engines: {node: '>=0.10.0'} 5873 5893 dependencies: 5874 5894 is-descriptor: 1.0.2 5875 5895 isobject: 3.0.1 5876 5896 5877 - /del/4.1.1: 5897 + /del@4.1.1: 5878 5898 resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} 5879 5899 engines: {node: '>=6'} 5880 5900 dependencies: ··· 5886 5906 pify: 4.0.1 5887 5907 rimraf: 2.7.1 5888 5908 5889 - /delayed-stream/1.0.0: 5909 + /delayed-stream@1.0.0: 5890 5910 resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} 5891 5911 engines: {node: '>=0.4.0'} 5892 5912 dev: true 5893 5913 5894 - /delegates/1.0.0: 5914 + /delegates@1.0.0: 5895 5915 resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} 5896 5916 dev: true 5897 5917 5898 - /depd/1.1.2: 5918 + /depd@1.1.2: 5899 5919 resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} 5900 5920 engines: {node: '>= 0.6'} 5901 5921 5902 - /depd/2.0.0: 5922 + /depd@2.0.0: 5903 5923 resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} 5904 5924 engines: {node: '>= 0.8'} 5905 5925 dev: true 5906 5926 5907 - /deprecation/2.3.1: 5927 + /deprecation@2.3.1: 5908 5928 resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} 5909 5929 5910 - /des.js/1.0.1: 5930 + /des.js@1.0.1: 5911 5931 resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} 5912 5932 dependencies: 5913 5933 inherits: 2.0.4 5914 5934 minimalistic-assert: 1.0.1 5915 5935 5916 - /destroy/1.0.4: 5936 + /destroy@1.0.4: 5917 5937 resolution: {integrity: sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==} 5918 5938 5919 - /detab/2.0.4: 5939 + /detab@2.0.4: 5920 5940 resolution: {integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==} 5921 5941 dependencies: 5922 5942 repeat-string: 1.6.1 5923 5943 5924 - /detect-indent/5.0.0: 5944 + /detect-indent@5.0.0: 5925 5945 resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} 5926 5946 engines: {node: '>=4'} 5927 5947 dev: true 5928 5948 5929 - /detect-indent/6.1.0: 5949 + /detect-indent@6.1.0: 5930 5950 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 5931 5951 engines: {node: '>=8'} 5932 5952 dev: true 5933 5953 5934 - /detect-node/2.0.5: 5954 + /detect-node@2.0.5: 5935 5955 resolution: {integrity: sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw==} 5936 5956 5937 - /diffie-hellman/5.0.3: 5957 + /diffie-hellman@5.0.3: 5938 5958 resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} 5939 5959 dependencies: 5940 5960 bn.js: 4.12.0 5941 5961 miller-rabin: 4.0.1 5942 5962 randombytes: 2.1.0 5943 5963 5944 - /dir-glob/3.0.1: 5964 + /dir-glob@3.0.1: 5945 5965 resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} 5946 5966 engines: {node: '>=8'} 5947 5967 dependencies: 5948 5968 path-type: 4.0.0 5949 5969 dev: true 5950 5970 5951 - /discontinuous-range/1.0.0: 5971 + /discontinuous-range@1.0.0: 5952 5972 resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} 5953 5973 dev: true 5954 5974 5955 - /dns-equal/1.0.0: 5975 + /dns-equal@1.0.0: 5956 5976 resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==} 5957 5977 5958 - /dns-packet/1.3.1: 5978 + /dns-packet@1.3.1: 5959 5979 resolution: {integrity: sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==} 5960 5980 dependencies: 5961 5981 ip: 1.1.5 5962 5982 safe-buffer: 5.2.1 5963 5983 5964 - /dns-txt/2.0.2: 5984 + /dns-txt@2.0.2: 5965 5985 resolution: {integrity: sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==} 5966 5986 dependencies: 5967 5987 buffer-indexof: 1.1.1 5968 5988 5969 - /doctrine/2.1.0: 5989 + /doctrine@2.1.0: 5970 5990 resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} 5971 5991 engines: {node: '>=0.10.0'} 5972 5992 dependencies: 5973 5993 esutils: 2.0.3 5974 5994 dev: true 5975 5995 5976 - /doctrine/3.0.0: 5996 + /doctrine@3.0.0: 5977 5997 resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} 5978 5998 engines: {node: '>=6.0.0'} 5979 5999 dependencies: 5980 6000 esutils: 2.0.3 5981 6001 dev: true 5982 6002 5983 - /dom-accessibility-api/0.5.4: 6003 + /dom-accessibility-api@0.5.4: 5984 6004 resolution: {integrity: sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==} 5985 6005 dev: true 5986 6006 5987 - /dom-converter/0.2.0: 6007 + /dom-converter@0.2.0: 5988 6008 resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} 5989 6009 dependencies: 5990 6010 utila: 0.4.0 5991 6011 5992 - /dom-serializer/0.2.2: 6012 + /dom-serializer@0.2.2: 5993 6013 resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} 5994 6014 dependencies: 5995 6015 domelementtype: 2.2.0 5996 6016 entities: 2.2.0 5997 6017 5998 - /dom-serializer/1.3.1: 6018 + /dom-serializer@1.3.1: 5999 6019 resolution: {integrity: sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==} 6000 6020 dependencies: 6001 6021 domelementtype: 2.2.0 ··· 6003 6023 entities: 2.2.0 6004 6024 dev: true 6005 6025 6006 - /dom-walk/0.1.2: 6026 + /dom-walk@0.1.2: 6007 6027 resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} 6008 6028 6009 - /domain-browser/1.2.0: 6029 + /domain-browser@1.2.0: 6010 6030 resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} 6011 6031 engines: {node: '>=0.4', npm: '>=1.2'} 6012 6032 6013 - /domain-browser/4.19.0: 6033 + /domain-browser@4.19.0: 6014 6034 resolution: {integrity: sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ==} 6015 6035 engines: {node: '>=10'} 6016 6036 dev: true 6017 6037 6018 - /domelementtype/1.3.1: 6038 + /domelementtype@1.3.1: 6019 6039 resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} 6020 6040 6021 - /domelementtype/2.2.0: 6041 + /domelementtype@2.2.0: 6022 6042 resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} 6023 6043 6024 - /domexception/4.0.0: 6044 + /domexception@4.0.0: 6025 6045 resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} 6026 6046 engines: {node: '>=12'} 6027 6047 dependencies: 6028 6048 webidl-conversions: 7.0.0 6029 6049 dev: true 6030 6050 6031 - /domhandler/2.4.2: 6051 + /domhandler@2.4.2: 6032 6052 resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} 6033 6053 dependencies: 6034 6054 domelementtype: 1.3.1 6035 6055 6036 - /domhandler/4.3.1: 6056 + /domhandler@4.3.1: 6037 6057 resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} 6038 6058 engines: {node: '>= 4'} 6039 6059 dependencies: 6040 6060 domelementtype: 2.2.0 6041 6061 dev: true 6042 6062 6043 - /domutils/1.7.0: 6063 + /domutils@1.7.0: 6044 6064 resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} 6045 6065 dependencies: 6046 6066 dom-serializer: 0.2.2 6047 6067 domelementtype: 1.3.1 6048 6068 6049 - /domutils/2.8.0: 6069 + /domutils@2.8.0: 6050 6070 resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} 6051 6071 dependencies: 6052 6072 dom-serializer: 1.3.1 ··· 6054 6074 domhandler: 4.3.1 6055 6075 dev: true 6056 6076 6057 - /dot-prop/5.3.0: 6077 + /dot-prop@5.3.0: 6058 6078 resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} 6059 6079 engines: {node: '>=8'} 6060 6080 dependencies: 6061 6081 is-obj: 2.0.0 6062 6082 6063 - /dotenv/16.0.3: 6083 + /dotenv@16.0.3: 6064 6084 resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==} 6065 6085 engines: {node: '>=12'} 6066 6086 dev: true 6067 6087 6068 - /download-git-repo/2.0.0: 6088 + /download-git-repo@2.0.0: 6069 6089 resolution: {integrity: sha512-al8ZOwpm/DvCd7XC8PupeuNlC2TrvsMxW3FOx1bCbHNBhP1lYjOn9KnPqnZ3o/jz1vxCC5NHGJA7LT+GYMLcHA==} 6070 6090 dependencies: 6071 6091 download: 7.1.0 6072 6092 git-clone: 0.1.0 6073 6093 rimraf: 2.7.1 6074 6094 6075 - /download/7.1.0: 6095 + /download@7.1.0: 6076 6096 resolution: {integrity: sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==} 6077 6097 engines: {node: '>=6'} 6078 6098 dependencies: ··· 6089 6109 p-event: 2.3.1 6090 6110 pify: 3.0.0 6091 6111 6092 - /duplexer/0.1.2: 6093 - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} 6094 - 6095 - /duplexer3/0.1.4: 6112 + /duplexer3@0.1.4: 6096 6113 resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==} 6097 6114 6098 - /duplexify/3.7.1: 6115 + /duplexer@0.1.2: 6116 + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} 6117 + 6118 + /duplexify@3.7.1: 6099 6119 resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} 6100 6120 dependencies: 6101 6121 end-of-stream: 1.4.4 ··· 6103 6123 readable-stream: 2.3.7 6104 6124 stream-shift: 1.0.1 6105 6125 6106 - /eastasianwidth/0.2.0: 6126 + /eastasianwidth@0.2.0: 6107 6127 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 6108 6128 dev: true 6109 6129 6110 - /ecc-jsbn/0.1.2: 6130 + /ecc-jsbn@0.1.2: 6111 6131 resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} 6112 6132 dependencies: 6113 6133 jsbn: 0.1.1 6114 6134 safer-buffer: 2.1.2 6115 6135 dev: true 6116 6136 6117 - /editorconfig/0.15.3: 6137 + /editorconfig@0.15.3: 6118 6138 resolution: {integrity: sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==} 6119 6139 hasBin: true 6120 6140 dependencies: ··· 6124 6144 sigmund: 1.0.1 6125 6145 dev: true 6126 6146 6127 - /ee-first/1.1.1: 6147 + /ee-first@1.1.1: 6128 6148 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 6129 6149 6130 - /ejs/2.7.4: 6150 + /ejs@2.7.4: 6131 6151 resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} 6132 6152 engines: {node: '>=0.10.0'} 6133 6153 requiresBuild: true 6134 6154 6135 - /electron-to-chromium/1.4.332: 6155 + /electron-to-chromium@1.4.332: 6136 6156 resolution: {integrity: sha512-c1Vbv5tuUlBFp0mb3mCIjw+REEsgthRgNE8BlbEDKmvzb8rxjcVki6OkQP83vLN34s0XCxpSkq7AZNep1a6xhw==} 6137 6157 6138 - /elliptic/6.5.4: 6158 + /elliptic@6.5.4: 6139 6159 resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} 6140 6160 dependencies: 6141 6161 bn.js: 4.12.0 ··· 6146 6166 minimalistic-assert: 1.0.1 6147 6167 minimalistic-crypto-utils: 1.0.1 6148 6168 6149 - /emoji-regex/6.1.1: 6169 + /emoji-regex@6.1.1: 6150 6170 resolution: {integrity: sha512-WfVwM9e+M9B/4Qjh9SRnPX2A74Tom3WlVfWF9QWJ8f2BPa1u+/q4aEp1tizZ3vBKAZTg7B6yxn3t9iMjT+dv4w==} 6151 6171 dev: false 6152 6172 6153 - /emoji-regex/7.0.3: 6173 + /emoji-regex@7.0.3: 6154 6174 resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} 6155 6175 6156 - /emoji-regex/8.0.0: 6176 + /emoji-regex@8.0.0: 6157 6177 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 6158 6178 dev: true 6159 6179 6160 - /emoji-regex/9.2.2: 6180 + /emoji-regex@9.2.2: 6161 6181 resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} 6162 6182 dev: true 6163 6183 6164 - /emojis-list/2.1.0: 6184 + /emojis-list@2.1.0: 6165 6185 resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==} 6166 6186 engines: {node: '>= 0.10'} 6167 6187 6168 - /emojis-list/3.0.0: 6188 + /emojis-list@3.0.0: 6169 6189 resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} 6170 6190 engines: {node: '>= 4'} 6171 6191 6172 - /encodeurl/1.0.2: 6192 + /encodeurl@1.0.2: 6173 6193 resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} 6174 6194 engines: {node: '>= 0.8'} 6175 6195 6176 - /encoding/0.1.13: 6196 + /encoding@0.1.13: 6177 6197 resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} 6178 6198 requiresBuild: true 6179 6199 dependencies: 6180 6200 iconv-lite: 0.6.3 6181 6201 dev: true 6182 6202 6183 - /end-of-stream/1.4.4: 6203 + /end-of-stream@1.4.4: 6184 6204 resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 6185 6205 dependencies: 6186 6206 once: 1.4.0 6187 6207 6188 - /engine.io-client/3.5.1: 6208 + /engine.io-client@3.5.1: 6189 6209 resolution: {integrity: sha512-oVu9kBkGbcggulyVF0kz6BV3ganqUeqXvD79WOFKa+11oK692w1NyFkuEj4xrkFRpZhn92QOqTk4RQq5LiBXbQ==} 6190 6210 dependencies: 6191 6211 component-emitter: 1.3.0 ··· 6204 6224 - supports-color 6205 6225 - utf-8-validate 6206 6226 6207 - /engine.io-parser/2.2.1: 6227 + /engine.io-parser@2.2.1: 6208 6228 resolution: {integrity: sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==} 6209 6229 dependencies: 6210 6230 after: 0.8.2 ··· 6213 6233 blob: 0.0.5 6214 6234 has-binary2: 1.0.3 6215 6235 6216 - /engine.io/3.5.0: 6236 + /engine.io@3.5.0: 6217 6237 resolution: {integrity: sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==} 6218 6238 engines: {node: '>=8.0.0'} 6219 6239 dependencies: ··· 6228 6248 - supports-color 6229 6249 - utf-8-validate 6230 6250 6231 - /enhanced-resolve/4.5.0: 6251 + /enhanced-resolve@4.5.0: 6232 6252 resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} 6233 6253 engines: {node: '>=6.9.0'} 6234 6254 dependencies: ··· 6236 6256 memory-fs: 0.5.0 6237 6257 tapable: 1.1.3 6238 6258 6239 - /enquirer/2.3.6: 6259 + /enquirer@2.3.6: 6240 6260 resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} 6241 6261 engines: {node: '>=8.6'} 6242 6262 dependencies: 6243 6263 ansi-colors: 4.1.3 6244 6264 dev: true 6245 6265 6246 - /entities/1.1.2: 6266 + /entities@1.1.2: 6247 6267 resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} 6248 6268 6249 - /entities/2.2.0: 6269 + /entities@2.2.0: 6250 6270 resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} 6251 6271 6252 - /entities/4.4.0: 6272 + /entities@4.4.0: 6253 6273 resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==} 6254 6274 engines: {node: '>=0.12'} 6255 6275 dev: true 6256 6276 6257 - /env-paths/2.2.1: 6277 + /env-paths@2.2.1: 6258 6278 resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} 6259 6279 engines: {node: '>=6'} 6260 6280 dev: true 6261 6281 6262 - /enzyme-adapter-react-16/1.15.6_7ltvq4e2railvf5uya4ffxpe2a: 6282 + /enzyme-adapter-react-16@1.15.6(enzyme@3.11.0)(react-dom@17.0.2)(react@17.0.2): 6263 6283 resolution: {integrity: sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==} 6264 6284 peerDependencies: 6265 6285 enzyme: ^3.0.0 ··· 6267 6287 react-dom: ^16.0.0-0 || 17 6268 6288 dependencies: 6269 6289 enzyme: 3.11.0 6270 - enzyme-adapter-utils: 1.14.0_react@17.0.2 6290 + enzyme-adapter-utils: 1.14.0(react@17.0.2) 6271 6291 enzyme-shallow-equal: 1.0.4 6272 6292 has: 1.0.3 6273 6293 object.assign: 4.1.4 6274 6294 object.values: 1.1.6 6275 6295 prop-types: 15.8.1 6276 6296 react: 17.0.2 6277 - react-dom: 17.0.2_react@17.0.2 6297 + react-dom: 17.0.2(react@17.0.2) 6278 6298 react-is: 17.0.2 6279 - react-test-renderer: 16.14.0_react@17.0.2 6299 + react-test-renderer: 16.14.0(react@17.0.2) 6280 6300 semver: 5.7.1 6281 6301 dev: true 6282 6302 6283 - /enzyme-adapter-utils/1.14.0_react@17.0.2: 6303 + /enzyme-adapter-utils@1.14.0(react@17.0.2): 6284 6304 resolution: {integrity: sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==} 6285 6305 peerDependencies: 6286 6306 react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 || 17 6287 6307 dependencies: 6288 - airbnb-prop-types: 2.16.0_react@17.0.2 6308 + airbnb-prop-types: 2.16.0(react@17.0.2) 6289 6309 function.prototype.name: 1.1.5 6290 6310 has: 1.0.3 6291 6311 object.assign: 4.1.4 ··· 6295 6315 semver: 5.7.1 6296 6316 dev: true 6297 6317 6298 - /enzyme-shallow-equal/1.0.4: 6318 + /enzyme-shallow-equal@1.0.4: 6299 6319 resolution: {integrity: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==} 6300 6320 dependencies: 6301 6321 has: 1.0.3 6302 6322 object-is: 1.1.5 6303 6323 dev: true 6304 6324 6305 - /enzyme/3.11.0: 6325 + /enzyme@3.11.0: 6306 6326 resolution: {integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==} 6307 6327 dependencies: 6308 6328 array.prototype.flat: 1.3.1 ··· 6329 6349 string.prototype.trim: 1.2.7 6330 6350 dev: true 6331 6351 6332 - /err-code/2.0.3: 6352 + /err-code@2.0.3: 6333 6353 resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} 6334 6354 dev: true 6335 6355 6336 - /errno/0.1.8: 6356 + /errno@0.1.8: 6337 6357 resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} 6338 6358 hasBin: true 6339 6359 dependencies: 6340 6360 prr: 1.0.1 6341 6361 6342 - /error-ex/1.3.2: 6362 + /error-ex@1.3.2: 6343 6363 resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} 6344 6364 dependencies: 6345 6365 is-arrayish: 0.2.1 6346 6366 6347 - /es-abstract/1.21.2: 6367 + /es-abstract@1.21.2: 6348 6368 resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==} 6349 6369 engines: {node: '>= 0.4'} 6350 6370 dependencies: ··· 6383 6403 unbox-primitive: 1.0.2 6384 6404 which-typed-array: 1.1.9 6385 6405 6386 - /es-set-tostringtag/2.0.1: 6406 + /es-set-tostringtag@2.0.1: 6387 6407 resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} 6388 6408 engines: {node: '>= 0.4'} 6389 6409 dependencies: ··· 6391 6411 has: 1.0.3 6392 6412 has-tostringtag: 1.0.0 6393 6413 6394 - /es-shim-unscopables/1.0.0: 6414 + /es-shim-unscopables@1.0.0: 6395 6415 resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} 6396 6416 dependencies: 6397 6417 has: 1.0.3 6398 6418 dev: true 6399 6419 6400 - /es-to-primitive/1.2.1: 6420 + /es-to-primitive@1.2.1: 6401 6421 resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} 6402 6422 engines: {node: '>= 0.4'} 6403 6423 dependencies: ··· 6405 6425 is-date-object: 1.0.5 6406 6426 is-symbol: 1.0.4 6407 6427 6408 - /es6-object-assign/1.1.0: 6428 + /es6-object-assign@1.1.0: 6409 6429 resolution: {integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==} 6410 6430 dev: true 6411 6431 6412 - /esbuild-android-64/0.15.18: 6432 + /esbuild-android-64@0.15.18: 6413 6433 resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} 6414 6434 engines: {node: '>=12'} 6415 6435 cpu: [x64] ··· 6418 6438 dev: true 6419 6439 optional: true 6420 6440 6421 - /esbuild-android-arm64/0.15.18: 6441 + /esbuild-android-arm64@0.15.18: 6422 6442 resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} 6423 6443 engines: {node: '>=12'} 6424 6444 cpu: [arm64] ··· 6427 6447 dev: true 6428 6448 optional: true 6429 6449 6430 - /esbuild-darwin-64/0.15.18: 6450 + /esbuild-darwin-64@0.15.18: 6431 6451 resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} 6432 6452 engines: {node: '>=12'} 6433 6453 cpu: [x64] ··· 6436 6456 dev: true 6437 6457 optional: true 6438 6458 6439 - /esbuild-darwin-arm64/0.15.18: 6459 + /esbuild-darwin-arm64@0.15.18: 6440 6460 resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} 6441 6461 engines: {node: '>=12'} 6442 6462 cpu: [arm64] ··· 6445 6465 dev: true 6446 6466 optional: true 6447 6467 6448 - /esbuild-freebsd-64/0.15.18: 6468 + /esbuild-freebsd-64@0.15.18: 6449 6469 resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} 6450 6470 engines: {node: '>=12'} 6451 6471 cpu: [x64] ··· 6454 6474 dev: true 6455 6475 optional: true 6456 6476 6457 - /esbuild-freebsd-arm64/0.15.18: 6477 + /esbuild-freebsd-arm64@0.15.18: 6458 6478 resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} 6459 6479 engines: {node: '>=12'} 6460 6480 cpu: [arm64] ··· 6463 6483 dev: true 6464 6484 optional: true 6465 6485 6466 - /esbuild-linux-32/0.15.18: 6486 + /esbuild-linux-32@0.15.18: 6467 6487 resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} 6468 6488 engines: {node: '>=12'} 6469 6489 cpu: [ia32] ··· 6472 6492 dev: true 6473 6493 optional: true 6474 6494 6475 - /esbuild-linux-64/0.15.18: 6495 + /esbuild-linux-64@0.15.18: 6476 6496 resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} 6477 6497 engines: {node: '>=12'} 6478 6498 cpu: [x64] ··· 6481 6501 dev: true 6482 6502 optional: true 6483 6503 6484 - /esbuild-linux-arm/0.15.18: 6485 - resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} 6504 + /esbuild-linux-arm64@0.15.18: 6505 + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} 6486 6506 engines: {node: '>=12'} 6487 - cpu: [arm] 6507 + cpu: [arm64] 6488 6508 os: [linux] 6489 6509 requiresBuild: true 6490 6510 dev: true 6491 6511 optional: true 6492 6512 6493 - /esbuild-linux-arm64/0.15.18: 6494 - resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} 6513 + /esbuild-linux-arm@0.15.18: 6514 + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} 6495 6515 engines: {node: '>=12'} 6496 - cpu: [arm64] 6516 + cpu: [arm] 6497 6517 os: [linux] 6498 6518 requiresBuild: true 6499 6519 dev: true 6500 6520 optional: true 6501 6521 6502 - /esbuild-linux-mips64le/0.15.18: 6522 + /esbuild-linux-mips64le@0.15.18: 6503 6523 resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} 6504 6524 engines: {node: '>=12'} 6505 6525 cpu: [mips64el] ··· 6508 6528 dev: true 6509 6529 optional: true 6510 6530 6511 - /esbuild-linux-ppc64le/0.15.18: 6531 + /esbuild-linux-ppc64le@0.15.18: 6512 6532 resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} 6513 6533 engines: {node: '>=12'} 6514 6534 cpu: [ppc64] ··· 6517 6537 dev: true 6518 6538 optional: true 6519 6539 6520 - /esbuild-linux-riscv64/0.15.18: 6540 + /esbuild-linux-riscv64@0.15.18: 6521 6541 resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} 6522 6542 engines: {node: '>=12'} 6523 6543 cpu: [riscv64] ··· 6526 6546 dev: true 6527 6547 optional: true 6528 6548 6529 - /esbuild-linux-s390x/0.15.18: 6549 + /esbuild-linux-s390x@0.15.18: 6530 6550 resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} 6531 6551 engines: {node: '>=12'} 6532 6552 cpu: [s390x] ··· 6535 6555 dev: true 6536 6556 optional: true 6537 6557 6538 - /esbuild-netbsd-64/0.15.18: 6558 + /esbuild-netbsd-64@0.15.18: 6539 6559 resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} 6540 6560 engines: {node: '>=12'} 6541 6561 cpu: [x64] ··· 6544 6564 dev: true 6545 6565 optional: true 6546 6566 6547 - /esbuild-openbsd-64/0.15.18: 6567 + /esbuild-openbsd-64@0.15.18: 6548 6568 resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} 6549 6569 engines: {node: '>=12'} 6550 6570 cpu: [x64] ··· 6553 6573 dev: true 6554 6574 optional: true 6555 6575 6556 - /esbuild-sunos-64/0.15.18: 6576 + /esbuild-sunos-64@0.15.18: 6557 6577 resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} 6558 6578 engines: {node: '>=12'} 6559 6579 cpu: [x64] ··· 6562 6582 dev: true 6563 6583 optional: true 6564 6584 6565 - /esbuild-windows-32/0.15.18: 6585 + /esbuild-windows-32@0.15.18: 6566 6586 resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} 6567 6587 engines: {node: '>=12'} 6568 6588 cpu: [ia32] ··· 6571 6591 dev: true 6572 6592 optional: true 6573 6593 6574 - /esbuild-windows-64/0.15.18: 6594 + /esbuild-windows-64@0.15.18: 6575 6595 resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} 6576 6596 engines: {node: '>=12'} 6577 6597 cpu: [x64] ··· 6580 6600 dev: true 6581 6601 optional: true 6582 6602 6583 - /esbuild-windows-arm64/0.15.18: 6603 + /esbuild-windows-arm64@0.15.18: 6584 6604 resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} 6585 6605 engines: {node: '>=12'} 6586 6606 cpu: [arm64] ··· 6589 6609 dev: true 6590 6610 optional: true 6591 6611 6592 - /esbuild/0.15.18: 6612 + /esbuild@0.15.18: 6593 6613 resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} 6594 6614 engines: {node: '>=12'} 6595 6615 hasBin: true ··· 6619 6639 esbuild-windows-arm64: 0.15.18 6620 6640 dev: true 6621 6641 6622 - /escalade/3.1.1: 6642 + /escalade@3.1.1: 6623 6643 resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} 6624 6644 engines: {node: '>=6'} 6625 6645 6626 - /escape-html/1.0.3: 6646 + /escape-html@1.0.3: 6627 6647 resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} 6628 6648 6629 - /escape-string-regexp/1.0.5: 6649 + /escape-string-regexp@1.0.5: 6630 6650 resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} 6631 6651 engines: {node: '>=0.8.0'} 6632 6652 6633 - /escape-string-regexp/4.0.0: 6653 + /escape-string-regexp@4.0.0: 6634 6654 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 6635 6655 engines: {node: '>=10'} 6636 6656 dev: true 6637 6657 6638 - /escodegen/2.0.0: 6658 + /escodegen@2.0.0: 6639 6659 resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} 6640 6660 engines: {node: '>=6.0'} 6641 6661 hasBin: true ··· 6648 6668 source-map: 0.6.1 6649 6669 dev: true 6650 6670 6651 - /eslint-config-prettier/8.7.0_eslint@8.36.0: 6671 + /eslint-config-prettier@8.7.0(eslint@8.36.0): 6652 6672 resolution: {integrity: sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==} 6653 6673 hasBin: true 6654 6674 peerDependencies: ··· 6657 6677 eslint: 8.36.0 6658 6678 dev: true 6659 6679 6660 - /eslint-plugin-es5/1.5.0_eslint@8.36.0: 6680 + /eslint-plugin-es5@1.5.0(eslint@8.36.0): 6661 6681 resolution: {integrity: sha512-Qxmfo7v2B7SGAEURJo0dpBweFf+JU15kSyALfiB2rXWcBuJ96r6X9kFHXFnhdopPHCaHjoQs1xQPUJVbGMb1AA==} 6662 6682 peerDependencies: 6663 6683 eslint: '>= 3.0.0' ··· 6665 6685 eslint: 8.36.0 6666 6686 dev: true 6667 6687 6668 - /eslint-plugin-prettier/4.2.1_eqzx3hpkgx5nnvxls3azrcc7dm: 6688 + /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.7.0)(eslint@8.36.0)(prettier@2.8.4): 6669 6689 resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} 6670 6690 engines: {node: '>=12.0.0'} 6671 6691 peerDependencies: ··· 6677 6697 optional: true 6678 6698 dependencies: 6679 6699 eslint: 8.36.0 6680 - eslint-config-prettier: 8.7.0_eslint@8.36.0 6700 + eslint-config-prettier: 8.7.0(eslint@8.36.0) 6681 6701 prettier: 2.8.4 6682 6702 prettier-linter-helpers: 1.0.0 6683 6703 dev: true 6684 6704 6685 - /eslint-plugin-react-hooks/4.6.0_eslint@8.36.0: 6705 + /eslint-plugin-react-hooks@4.6.0(eslint@8.36.0): 6686 6706 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 6687 6707 engines: {node: '>=10'} 6688 6708 peerDependencies: ··· 6691 6711 eslint: 8.36.0 6692 6712 dev: true 6693 6713 6694 - /eslint-plugin-react/7.32.2_eslint@8.36.0: 6714 + /eslint-plugin-react@7.32.2(eslint@8.36.0): 6695 6715 resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} 6696 6716 engines: {node: '>=4'} 6697 6717 peerDependencies: ··· 6715 6735 string.prototype.matchall: 4.0.8 6716 6736 dev: true 6717 6737 6718 - /eslint-scope/4.0.3: 6738 + /eslint-scope@4.0.3: 6719 6739 resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} 6720 6740 engines: {node: '>=4.0.0'} 6721 6741 dependencies: 6722 6742 esrecurse: 4.3.0 6723 6743 estraverse: 4.3.0 6724 6744 6725 - /eslint-scope/5.1.1: 6745 + /eslint-scope@5.1.1: 6726 6746 resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} 6727 6747 engines: {node: '>=8.0.0'} 6728 6748 dependencies: ··· 6730 6750 estraverse: 4.3.0 6731 6751 dev: true 6732 6752 6733 - /eslint-scope/7.1.1: 6753 + /eslint-scope@7.1.1: 6734 6754 resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} 6735 6755 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6736 6756 dependencies: ··· 6738 6758 estraverse: 5.3.0 6739 6759 dev: true 6740 6760 6741 - /eslint-visitor-keys/3.3.0: 6761 + /eslint-visitor-keys@3.3.0: 6742 6762 resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} 6743 6763 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6744 6764 dev: true 6745 6765 6746 - /eslint/8.36.0: 6766 + /eslint@8.36.0: 6747 6767 resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==} 6748 6768 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6749 6769 hasBin: true 6750 6770 dependencies: 6751 - '@eslint-community/eslint-utils': 4.2.0_eslint@8.36.0 6771 + '@eslint-community/eslint-utils': 4.2.0(eslint@8.36.0) 6752 6772 '@eslint-community/regexpp': 4.4.0 6753 6773 '@eslint/eslintrc': 2.0.1 6754 6774 '@eslint/js': 8.36.0 ··· 6758 6778 ajv: 6.12.6 6759 6779 chalk: 4.1.2 6760 6780 cross-spawn: 7.0.3 6761 - debug: 4.3.4 6781 + debug: 4.3.4(supports-color@5.5.0) 6762 6782 doctrine: 3.0.0 6763 6783 escape-string-regexp: 4.0.0 6764 6784 eslint-scope: 7.1.1 ··· 6792 6812 - supports-color 6793 6813 dev: true 6794 6814 6795 - /espree/9.5.0: 6815 + /espree@9.5.0: 6796 6816 resolution: {integrity: sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==} 6797 6817 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6798 6818 dependencies: 6799 6819 acorn: 8.8.2 6800 - acorn-jsx: 5.3.2_acorn@8.8.2 6820 + acorn-jsx: 5.3.2(acorn@8.8.2) 6801 6821 eslint-visitor-keys: 3.3.0 6802 6822 dev: true 6803 6823 6804 - /esprima/4.0.1: 6824 + /esprima@4.0.1: 6805 6825 resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} 6806 6826 engines: {node: '>=4'} 6807 6827 hasBin: true 6808 6828 6809 - /esquery/1.5.0: 6829 + /esquery@1.5.0: 6810 6830 resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} 6811 6831 engines: {node: '>=0.10'} 6812 6832 dependencies: 6813 6833 estraverse: 5.3.0 6814 6834 dev: true 6815 6835 6816 - /esrecurse/4.3.0: 6836 + /esrecurse@4.3.0: 6817 6837 resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} 6818 6838 engines: {node: '>=4.0'} 6819 6839 dependencies: 6820 6840 estraverse: 5.3.0 6821 6841 6822 - /estraverse/4.3.0: 6842 + /estraverse@4.3.0: 6823 6843 resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} 6824 6844 engines: {node: '>=4.0'} 6825 6845 6826 - /estraverse/5.3.0: 6846 + /estraverse@5.3.0: 6827 6847 resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} 6828 6848 engines: {node: '>=4.0'} 6829 6849 6830 - /estree-walker/2.0.2: 6850 + /estree-walker@2.0.2: 6831 6851 resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} 6832 6852 dev: true 6833 6853 6834 - /esutils/2.0.3: 6854 + /esutils@2.0.3: 6835 6855 resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} 6836 6856 engines: {node: '>=0.10.0'} 6837 6857 6838 - /etag/1.8.1: 6858 + /etag@1.8.1: 6839 6859 resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} 6840 6860 engines: {node: '>= 0.6'} 6841 6861 6842 - /event-target-shim/5.0.1: 6862 + /event-target-shim@5.0.1: 6843 6863 resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} 6844 6864 engines: {node: '>=6'} 6845 6865 dev: true 6846 6866 6847 - /eventemitter2/6.4.7: 6867 + /eventemitter2@6.4.7: 6848 6868 resolution: {integrity: sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==} 6849 6869 dev: true 6850 6870 6851 - /eventemitter3/4.0.7: 6871 + /eventemitter3@4.0.7: 6852 6872 resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} 6853 6873 6854 - /events/3.3.0: 6874 + /events@3.3.0: 6855 6875 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} 6856 6876 engines: {node: '>=0.8.x'} 6857 6877 6858 - /eventsource/1.1.0: 6878 + /eventsource@1.1.0: 6859 6879 resolution: {integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==} 6860 6880 engines: {node: '>=0.12.0'} 6861 6881 dependencies: 6862 6882 original: 1.0.2 6863 6883 6864 - /evp_bytestokey/1.0.3: 6884 + /evp_bytestokey@1.0.3: 6865 6885 resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} 6866 6886 dependencies: 6867 6887 md5.js: 1.3.5 6868 6888 safe-buffer: 5.2.1 6869 6889 6870 - /execa/0.7.0: 6890 + /execa@0.7.0: 6871 6891 resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==} 6872 6892 engines: {node: '>=4'} 6873 6893 dependencies: ··· 6879 6899 signal-exit: 3.0.7 6880 6900 strip-eof: 1.0.0 6881 6901 6882 - /execa/0.8.0: 6902 + /execa@0.8.0: 6883 6903 resolution: {integrity: sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==} 6884 6904 engines: {node: '>=4'} 6885 6905 dependencies: ··· 6891 6911 signal-exit: 3.0.7 6892 6912 strip-eof: 1.0.0 6893 6913 6894 - /execa/1.0.0: 6914 + /execa@1.0.0: 6895 6915 resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} 6896 6916 engines: {node: '>=6'} 6897 6917 dependencies: ··· 6903 6923 signal-exit: 3.0.7 6904 6924 strip-eof: 1.0.0 6905 6925 6906 - /execa/4.1.0: 6926 + /execa@4.1.0: 6907 6927 resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} 6908 6928 engines: {node: '>=10'} 6909 6929 dependencies: ··· 6918 6938 strip-final-newline: 2.0.0 6919 6939 dev: true 6920 6940 6921 - /execa/7.1.1: 6941 + /execa@7.1.1: 6922 6942 resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} 6923 6943 engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} 6924 6944 dependencies: ··· 6933 6953 strip-final-newline: 3.0.0 6934 6954 dev: true 6935 6955 6936 - /executable/4.1.1: 6956 + /executable@4.1.1: 6937 6957 resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==} 6938 6958 engines: {node: '>=4'} 6939 6959 dependencies: 6940 6960 pify: 2.3.0 6941 6961 dev: true 6942 6962 6943 - /exenv/1.2.2: 6963 + /exenv@1.2.2: 6944 6964 resolution: {integrity: sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==} 6945 6965 dev: false 6946 6966 6947 - /expand-brackets/2.1.4: 6967 + /expand-brackets@2.1.4(supports-color@6.1.0): 6948 6968 resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} 6949 6969 engines: {node: '>=0.10.0'} 6950 6970 dependencies: 6951 - debug: 2.6.9 6971 + debug: 2.6.9(supports-color@6.1.0) 6952 6972 define-property: 0.2.5 6953 6973 extend-shallow: 2.0.1 6954 6974 posix-character-classes: 0.1.1 6955 6975 regex-not: 1.0.2 6956 - snapdragon: 0.8.2 6976 + snapdragon: 0.8.2(supports-color@6.1.0) 6957 6977 to-regex: 3.0.2 6958 6978 transitivePeerDependencies: 6959 6979 - supports-color 6960 6980 6961 - /expand-brackets/2.1.4_supports-color@6.1.0: 6962 - resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} 6963 - engines: {node: '>=0.10.0'} 6964 - dependencies: 6965 - debug: 2.6.9_supports-color@6.1.0 6966 - define-property: 0.2.5 6967 - extend-shallow: 2.0.1 6968 - posix-character-classes: 0.1.1 6969 - regex-not: 1.0.2 6970 - snapdragon: 0.8.2_supports-color@6.1.0 6971 - to-regex: 3.0.2 6972 - transitivePeerDependencies: 6973 - - supports-color 6974 - 6975 - /express/4.17.1: 6981 + /express@4.17.1(supports-color@6.1.0): 6976 6982 resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} 6977 6983 engines: {node: '>= 0.10.0'} 6978 6984 dependencies: 6979 6985 accepts: 1.3.7 6980 6986 array-flatten: 1.1.1 6981 - body-parser: 1.19.0 6987 + body-parser: 1.19.0(supports-color@6.1.0) 6982 6988 content-disposition: 0.5.3 6983 6989 content-type: 1.0.4 6984 6990 cookie: 0.4.0 6985 6991 cookie-signature: 1.0.6 6986 - debug: 2.6.9 6992 + debug: 2.6.9(supports-color@6.1.0) 6987 6993 depd: 1.1.2 6988 6994 encodeurl: 1.0.2 6989 6995 escape-html: 1.0.3 6990 6996 etag: 1.8.1 6991 - finalhandler: 1.1.2 6997 + finalhandler: 1.1.2(supports-color@6.1.0) 6992 6998 fresh: 0.5.2 6993 6999 merge-descriptors: 1.0.1 6994 7000 methods: 1.1.2 ··· 6999 7005 qs: 6.7.0 7000 7006 range-parser: 1.2.1 7001 7007 safe-buffer: 5.1.2 7002 - send: 0.17.1 7003 - serve-static: 1.14.1 7008 + send: 0.17.1(supports-color@6.1.0) 7009 + serve-static: 1.14.1(supports-color@6.1.0) 7004 7010 setprototypeof: 1.1.1 7005 7011 statuses: 1.5.0 7006 7012 type-is: 1.6.18 ··· 7009 7015 transitivePeerDependencies: 7010 7016 - supports-color 7011 7017 7012 - /express/4.17.1_supports-color@6.1.0: 7013 - resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} 7014 - engines: {node: '>= 0.10.0'} 7015 - dependencies: 7016 - accepts: 1.3.7 7017 - array-flatten: 1.1.1 7018 - body-parser: 1.19.0_supports-color@6.1.0 7019 - content-disposition: 0.5.3 7020 - content-type: 1.0.4 7021 - cookie: 0.4.0 7022 - cookie-signature: 1.0.6 7023 - debug: 2.6.9_supports-color@6.1.0 7024 - depd: 1.1.2 7025 - encodeurl: 1.0.2 7026 - escape-html: 1.0.3 7027 - etag: 1.8.1 7028 - finalhandler: 1.1.2_supports-color@6.1.0 7029 - fresh: 0.5.2 7030 - merge-descriptors: 1.0.1 7031 - methods: 1.1.2 7032 - on-finished: 2.3.0 7033 - parseurl: 1.3.3 7034 - path-to-regexp: 0.1.7 7035 - proxy-addr: 2.0.6 7036 - qs: 6.7.0 7037 - range-parser: 1.2.1 7038 - safe-buffer: 5.1.2 7039 - send: 0.17.1_supports-color@6.1.0 7040 - serve-static: 1.14.1_supports-color@6.1.0 7041 - setprototypeof: 1.1.1 7042 - statuses: 1.5.0 7043 - type-is: 1.6.18 7044 - utils-merge: 1.0.1 7045 - vary: 1.1.2 7046 - transitivePeerDependencies: 7047 - - supports-color 7048 - 7049 - /ext-list/2.2.2: 7018 + /ext-list@2.2.2: 7050 7019 resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} 7051 7020 engines: {node: '>=0.10.0'} 7052 7021 dependencies: 7053 7022 mime-db: 1.52.0 7054 7023 7055 - /ext-name/5.0.0: 7024 + /ext-name@5.0.0: 7056 7025 resolution: {integrity: sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==} 7057 7026 engines: {node: '>=4'} 7058 7027 dependencies: 7059 7028 ext-list: 2.2.2 7060 7029 sort-keys-length: 1.0.1 7061 7030 7062 - /extend-shallow/2.0.1: 7031 + /extend-shallow@2.0.1: 7063 7032 resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} 7064 7033 engines: {node: '>=0.10.0'} 7065 7034 dependencies: 7066 7035 is-extendable: 0.1.1 7067 7036 7068 - /extend-shallow/3.0.2: 7037 + /extend-shallow@3.0.2: 7069 7038 resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} 7070 7039 engines: {node: '>=0.10.0'} 7071 7040 dependencies: 7072 7041 assign-symbols: 1.0.0 7073 7042 is-extendable: 1.0.1 7074 7043 7075 - /extend/3.0.2: 7044 + /extend@3.0.2: 7076 7045 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} 7077 7046 7078 - /extendable-error/0.1.7: 7047 + /extendable-error@0.1.7: 7079 7048 resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} 7080 7049 dev: true 7081 7050 7082 - /external-editor/3.1.0: 7051 + /external-editor@3.1.0: 7083 7052 resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} 7084 7053 engines: {node: '>=4'} 7085 7054 dependencies: ··· 7087 7056 iconv-lite: 0.4.24 7088 7057 tmp: 0.0.33 7089 7058 7090 - /extglob/2.0.4: 7091 - resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} 7092 - engines: {node: '>=0.10.0'} 7093 - dependencies: 7094 - array-unique: 0.3.2 7095 - define-property: 1.0.0 7096 - expand-brackets: 2.1.4 7097 - extend-shallow: 2.0.1 7098 - fragment-cache: 0.2.1 7099 - regex-not: 1.0.2 7100 - snapdragon: 0.8.2 7101 - to-regex: 3.0.2 7102 - transitivePeerDependencies: 7103 - - supports-color 7104 - 7105 - /extglob/2.0.4_supports-color@6.1.0: 7059 + /extglob@2.0.4(supports-color@6.1.0): 7106 7060 resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} 7107 7061 engines: {node: '>=0.10.0'} 7108 7062 dependencies: 7109 7063 array-unique: 0.3.2 7110 7064 define-property: 1.0.0 7111 - expand-brackets: 2.1.4_supports-color@6.1.0 7065 + expand-brackets: 2.1.4(supports-color@6.1.0) 7112 7066 extend-shallow: 2.0.1 7113 7067 fragment-cache: 0.2.1 7114 7068 regex-not: 1.0.2 7115 - snapdragon: 0.8.2_supports-color@6.1.0 7069 + snapdragon: 0.8.2(supports-color@6.1.0) 7116 7070 to-regex: 3.0.2 7117 7071 transitivePeerDependencies: 7118 7072 - supports-color 7119 7073 7120 - /extract-css-chunks-webpack-plugin/4.9.0_webpack@4.46.0: 7074 + /extract-css-chunks-webpack-plugin@4.9.0(webpack@4.46.0): 7121 7075 resolution: {integrity: sha512-HNuNPCXRMqJDQ1OHAUehoY+0JVCnw9Y/H22FQzYVwo8Ulgew98AGDu0grnY5c7xwiXHjQa6yJ/1dxLCI/xqTyQ==} 7122 7076 engines: {node: '>= 6.9.0'} 7123 7077 peerDependencies: ··· 7129 7083 webpack: 4.46.0 7130 7084 webpack-sources: 1.4.3 7131 7085 7132 - /extract-zip/2.0.1_supports-color@8.1.1: 7086 + /extract-zip@2.0.1(supports-color@8.1.1): 7133 7087 resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==} 7134 7088 engines: {node: '>= 10.17.0'} 7135 7089 hasBin: true 7136 7090 dependencies: 7137 - debug: 4.3.4_supports-color@8.1.1 7091 + debug: 4.3.4(supports-color@8.1.1) 7138 7092 get-stream: 5.2.0 7139 7093 yauzl: 2.10.0 7140 7094 optionalDependencies: ··· 7143 7097 - supports-color 7144 7098 dev: true 7145 7099 7146 - /extsprintf/1.3.0: 7100 + /extsprintf@1.3.0: 7147 7101 resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} 7148 7102 engines: {'0': node >=0.6.0} 7149 7103 dev: true 7150 7104 7151 - /fast-deep-equal/2.0.1: 7105 + /fast-deep-equal@2.0.1: 7152 7106 resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} 7153 7107 7154 - /fast-deep-equal/3.1.3: 7108 + /fast-deep-equal@3.1.3: 7155 7109 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 7156 7110 7157 - /fast-diff/1.2.0: 7111 + /fast-diff@1.2.0: 7158 7112 resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} 7159 7113 dev: true 7160 7114 7161 - /fast-glob/3.2.12: 7115 + /fast-glob@3.2.12: 7162 7116 resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} 7163 7117 engines: {node: '>=8.6.0'} 7164 7118 dependencies: ··· 7169 7123 micromatch: 4.0.5 7170 7124 dev: true 7171 7125 7172 - /fast-json-stable-stringify/2.1.0: 7126 + /fast-json-stable-stringify@2.1.0: 7173 7127 resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} 7174 7128 7175 - /fast-levenshtein/2.0.6: 7129 + /fast-levenshtein@2.0.6: 7176 7130 resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} 7177 7131 7178 - /fast-url-parser/1.1.3: 7132 + /fast-url-parser@1.1.3: 7179 7133 resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} 7180 7134 dependencies: 7181 7135 punycode: 1.4.1 7182 7136 7183 - /fastq/1.15.0: 7137 + /fastq@1.15.0: 7184 7138 resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} 7185 7139 dependencies: 7186 7140 reusify: 1.0.4 7187 7141 dev: true 7188 7142 7189 - /fault/1.0.4: 7143 + /fault@1.0.4: 7190 7144 resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} 7191 7145 dependencies: 7192 7146 format: 0.2.2 7193 7147 dev: false 7194 7148 7195 - /faye-websocket/0.11.3: 7149 + /faye-websocket@0.11.3: 7196 7150 resolution: {integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==} 7197 7151 engines: {node: '>=0.8.0'} 7198 7152 dependencies: 7199 7153 websocket-driver: 0.7.4 7200 7154 7201 - /fd-slicer/1.1.0: 7155 + /fd-slicer@1.1.0: 7202 7156 resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} 7203 7157 dependencies: 7204 7158 pend: 1.2.0 7205 7159 7206 - /fetch-blob/3.2.0: 7160 + /fetch-blob@3.2.0: 7207 7161 resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} 7208 7162 engines: {node: ^12.20 || >= 14.13} 7209 7163 dependencies: ··· 7211 7165 web-streams-polyfill: 3.2.1 7212 7166 dev: false 7213 7167 7214 - /figgy-pudding/3.5.2: 7168 + /figgy-pudding@3.5.2: 7215 7169 resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} 7216 7170 7217 - /figures/2.0.0: 7171 + /figures@2.0.0: 7218 7172 resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} 7219 7173 engines: {node: '>=4'} 7220 7174 dependencies: 7221 7175 escape-string-regexp: 1.0.5 7222 7176 7223 - /figures/3.2.0: 7177 + /figures@3.2.0: 7224 7178 resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} 7225 7179 engines: {node: '>=8'} 7226 7180 dependencies: 7227 7181 escape-string-regexp: 1.0.5 7228 7182 7229 - /file-entry-cache/6.0.1: 7183 + /file-entry-cache@6.0.1: 7230 7184 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 7231 7185 engines: {node: ^10.12.0 || >=12.0.0} 7232 7186 dependencies: 7233 7187 flat-cache: 3.0.4 7234 7188 dev: true 7235 7189 7236 - /file-loader/3.0.1_webpack@4.46.0: 7190 + /file-loader@3.0.1(webpack@4.46.0): 7237 7191 resolution: {integrity: sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==} 7238 7192 engines: {node: '>= 6.9.0'} 7239 7193 peerDependencies: ··· 7243 7197 schema-utils: 1.0.0 7244 7198 webpack: 4.46.0 7245 7199 7246 - /file-type/3.9.0: 7200 + /file-type@3.9.0: 7247 7201 resolution: {integrity: sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==} 7248 7202 engines: {node: '>=0.10.0'} 7249 7203 7250 - /file-type/4.4.0: 7204 + /file-type@4.4.0: 7251 7205 resolution: {integrity: sha512-f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ==} 7252 7206 engines: {node: '>=4'} 7253 7207 7254 - /file-type/5.2.0: 7208 + /file-type@5.2.0: 7255 7209 resolution: {integrity: sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==} 7256 7210 engines: {node: '>=4'} 7257 7211 7258 - /file-type/6.2.0: 7212 + /file-type@6.2.0: 7259 7213 resolution: {integrity: sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==} 7260 7214 engines: {node: '>=4'} 7261 7215 7262 - /file-type/8.1.0: 7216 + /file-type@8.1.0: 7263 7217 resolution: {integrity: sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==} 7264 7218 engines: {node: '>=6'} 7265 7219 7266 - /file-uri-to-path/1.0.0: 7220 + /file-uri-to-path@1.0.0: 7267 7221 resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} 7268 7222 requiresBuild: true 7269 7223 optional: true 7270 7224 7271 - /filename-reserved-regex/2.0.0: 7225 + /filename-reserved-regex@2.0.0: 7272 7226 resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==} 7273 7227 engines: {node: '>=4'} 7274 7228 7275 - /filenamify/2.1.0: 7229 + /filenamify@2.1.0: 7276 7230 resolution: {integrity: sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==} 7277 7231 engines: {node: '>=4'} 7278 7232 dependencies: ··· 7280 7234 strip-outer: 1.0.1 7281 7235 trim-repeated: 1.0.0 7282 7236 7283 - /filesize/3.6.1: 7237 + /filesize@3.6.1: 7284 7238 resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} 7285 7239 engines: {node: '>= 0.4.0'} 7286 7240 7287 - /filesize/6.3.0: 7241 + /filesize@6.3.0: 7288 7242 resolution: {integrity: sha512-ytx0ruGpDHKWVoiui6+BY/QMNngtDQ/pJaFwfBpQif0J63+E8DLdFyqS3NkKQn7vIruUEpoGD9JUJSg7Kp+I0g==} 7289 7243 engines: {node: '>= 0.4.0'} 7290 7244 dev: true 7291 7245 7292 - /fill-range/4.0.0: 7246 + /fill-range@4.0.0: 7293 7247 resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} 7294 7248 engines: {node: '>=0.10.0'} 7295 7249 dependencies: ··· 7298 7252 repeat-string: 1.6.1 7299 7253 to-regex-range: 2.1.1 7300 7254 7301 - /fill-range/7.0.1: 7255 + /fill-range@7.0.1: 7302 7256 resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} 7303 7257 engines: {node: '>=8'} 7304 7258 dependencies: 7305 7259 to-regex-range: 5.0.1 7306 7260 7307 - /filter-console/0.1.1: 7261 + /filter-console@0.1.1: 7308 7262 resolution: {integrity: sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==} 7309 7263 engines: {node: '>=8'} 7310 7264 dev: true 7311 7265 7312 - /finalhandler/1.1.2: 7266 + /finalhandler@1.1.2(supports-color@6.1.0): 7313 7267 resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} 7314 7268 engines: {node: '>= 0.8'} 7315 7269 dependencies: 7316 - debug: 2.6.9 7270 + debug: 2.6.9(supports-color@6.1.0) 7317 7271 encodeurl: 1.0.2 7318 7272 escape-html: 1.0.3 7319 7273 on-finished: 2.3.0 ··· 7323 7277 transitivePeerDependencies: 7324 7278 - supports-color 7325 7279 7326 - /finalhandler/1.1.2_supports-color@6.1.0: 7327 - resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} 7328 - engines: {node: '>= 0.8'} 7329 - dependencies: 7330 - debug: 2.6.9_supports-color@6.1.0 7331 - encodeurl: 1.0.2 7332 - escape-html: 1.0.3 7333 - on-finished: 2.3.0 7334 - parseurl: 1.3.3 7335 - statuses: 1.5.0 7336 - unpipe: 1.0.0 7337 - transitivePeerDependencies: 7338 - - supports-color 7339 - 7340 - /find-cache-dir/2.1.0: 7280 + /find-cache-dir@2.1.0: 7341 7281 resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} 7342 7282 engines: {node: '>=6'} 7343 7283 dependencies: ··· 7345 7285 make-dir: 2.1.0 7346 7286 pkg-dir: 3.0.0 7347 7287 7348 - /find-cache-dir/3.3.1: 7288 + /find-cache-dir@3.3.1: 7349 7289 resolution: {integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==} 7350 7290 engines: {node: '>=8'} 7351 7291 dependencies: ··· 7354 7294 pkg-dir: 4.2.0 7355 7295 dev: true 7356 7296 7357 - /find-cache-dir/3.3.2: 7297 + /find-cache-dir@3.3.2: 7358 7298 resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} 7359 7299 engines: {node: '>=8'} 7360 7300 dependencies: ··· 7362 7302 make-dir: 3.1.0 7363 7303 pkg-dir: 4.2.0 7364 7304 7365 - /find-up/3.0.0: 7305 + /find-up@3.0.0: 7366 7306 resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} 7367 7307 engines: {node: '>=6'} 7368 7308 dependencies: 7369 7309 locate-path: 3.0.0 7370 7310 7371 - /find-up/4.1.0: 7311 + /find-up@4.1.0: 7372 7312 resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} 7373 7313 engines: {node: '>=8'} 7374 7314 dependencies: 7375 7315 locate-path: 5.0.0 7376 7316 path-exists: 4.0.0 7377 7317 7378 - /find-up/5.0.0: 7318 + /find-up@5.0.0: 7379 7319 resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} 7380 7320 engines: {node: '>=10'} 7381 7321 dependencies: ··· 7383 7323 path-exists: 4.0.0 7384 7324 dev: true 7385 7325 7386 - /find-up/6.3.0: 7326 + /find-up@6.3.0: 7387 7327 resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} 7388 7328 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 7389 7329 dependencies: ··· 7391 7331 path-exists: 5.0.0 7392 7332 dev: true 7393 7333 7394 - /find-versions/4.0.0: 7334 + /find-versions@4.0.0: 7395 7335 resolution: {integrity: sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==} 7396 7336 engines: {node: '>=10'} 7397 7337 dependencies: 7398 7338 semver-regex: 3.1.4 7399 7339 dev: true 7400 7340 7401 - /find-yarn-workspace-root2/1.2.16: 7341 + /find-yarn-workspace-root2@1.2.16: 7402 7342 resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} 7403 7343 dependencies: 7404 7344 micromatch: 4.0.5 7405 7345 pkg-dir: 4.2.0 7406 7346 dev: true 7407 7347 7408 - /flat-cache/3.0.4: 7348 + /flat-cache@3.0.4: 7409 7349 resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} 7410 7350 engines: {node: ^10.12.0 || >=12.0.0} 7411 7351 dependencies: ··· 7413 7353 rimraf: 3.0.2 7414 7354 dev: true 7415 7355 7416 - /flatted/3.2.7: 7356 + /flatted@3.2.7: 7417 7357 resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} 7418 7358 dev: true 7419 7359 7420 - /flush-write-stream/1.1.1: 7360 + /flush-write-stream@1.1.1: 7421 7361 resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} 7422 7362 dependencies: 7423 7363 inherits: 2.0.4 7424 7364 readable-stream: 2.3.7 7425 7365 7426 - /follow-redirects/1.14.0_debug@4.3.4: 7366 + /follow-redirects@1.14.0(debug@4.3.4): 7427 7367 resolution: {integrity: sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==} 7428 7368 engines: {node: '>=4.0'} 7429 7369 peerDependencies: ··· 7432 7372 debug: 7433 7373 optional: true 7434 7374 dependencies: 7435 - debug: 4.3.4_supports-color@6.1.0 7375 + debug: 4.3.4(supports-color@6.1.0) 7436 7376 7437 - /follow-redirects/1.5.10: 7377 + /follow-redirects@1.5.10: 7438 7378 resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==} 7439 7379 engines: {node: '>=4.0'} 7440 7380 dependencies: ··· 7442 7382 transitivePeerDependencies: 7443 7383 - supports-color 7444 7384 7445 - /for-each/0.3.3: 7385 + /for-each@0.3.3: 7446 7386 resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} 7447 7387 dependencies: 7448 7388 is-callable: 1.2.7 7449 7389 7450 - /for-in/1.0.2: 7390 + /for-in@1.0.2: 7451 7391 resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} 7452 7392 engines: {node: '>=0.10.0'} 7453 7393 7454 - /forever-agent/0.6.1: 7394 + /forever-agent@0.6.1: 7455 7395 resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} 7456 7396 dev: true 7457 7397 7458 - /form-data/2.3.3: 7398 + /form-data@2.3.3: 7459 7399 resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} 7460 7400 engines: {node: '>= 0.12'} 7461 7401 dependencies: ··· 7464 7404 mime-types: 2.1.35 7465 7405 dev: true 7466 7406 7467 - /form-data/3.0.1: 7407 + /form-data@3.0.1: 7468 7408 resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} 7469 7409 engines: {node: '>= 6'} 7470 7410 dependencies: ··· 7473 7413 mime-types: 2.1.35 7474 7414 dev: true 7475 7415 7476 - /form-data/4.0.0: 7416 + /form-data@4.0.0: 7477 7417 resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} 7478 7418 engines: {node: '>= 6'} 7479 7419 dependencies: ··· 7482 7422 mime-types: 2.1.35 7483 7423 dev: true 7484 7424 7485 - /format/0.2.2: 7425 + /format@0.2.2: 7486 7426 resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} 7487 7427 engines: {node: '>=0.4.x'} 7488 7428 dev: false 7489 7429 7490 - /formdata-polyfill/4.0.10: 7430 + /formdata-polyfill@4.0.10: 7491 7431 resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} 7492 7432 engines: {node: '>=12.20.0'} 7493 7433 dependencies: 7494 7434 fetch-blob: 3.2.0 7495 7435 dev: false 7496 7436 7497 - /formidable-oss-badges/0.3.5_styled-components@5.2.3: 7437 + /formidable-oss-badges@0.3.5(styled-components@5.2.3): 7498 7438 resolution: {integrity: sha512-jvHSQMXujUtncyT3ObkoQgwOzkxdnnAs7XYgJDGSqhGqPF+LZ0y4rS5b6XzaN2BR3hG2e7isVtCNOmb7gxNuYw==} 7499 7439 engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} 7500 7440 peerDependencies: 7501 7441 styled-components: '>= 4.0.0 || 5' 7502 7442 dependencies: 7503 - styled-components: 5.2.3_fane7jikarojcev26y27hpbhu4 7443 + styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) 7504 7444 dev: false 7505 7445 7506 - /formideploy/0.4.2: 7446 + /formideploy@0.4.2: 7507 7447 resolution: {integrity: sha512-LP/ggaF6vAkBJrKTQOY2z5gfXp554Kmd2YcH1NywvaiZPiRiftamkHHdjsbM16YtelsyPVZ5SE9s1N+gUvu6OQ==} 7508 7448 engines: {node: '>=10.0.0'} 7509 7449 hasBin: true ··· 7520 7460 - encoding 7521 7461 dev: true 7522 7462 7523 - /forwarded/0.1.2: 7463 + /forwarded@0.1.2: 7524 7464 resolution: {integrity: sha512-Ua9xNhH0b8pwE3yRbFfXJvfdWF0UHNCdeyb2sbi9Ul/M+r3PTdrz7Cv4SCfZRMjmzEM9PhraqfZFbGTIg3OMyA==} 7525 7465 engines: {node: '>= 0.6'} 7526 7466 7527 - /fragment-cache/0.2.1: 7467 + /fragment-cache@0.2.1: 7528 7468 resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} 7529 7469 engines: {node: '>=0.10.0'} 7530 7470 dependencies: 7531 7471 map-cache: 0.2.2 7532 7472 7533 - /fresh/0.5.2: 7473 + /fresh@0.5.2: 7534 7474 resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} 7535 7475 engines: {node: '>= 0.6'} 7536 7476 7537 - /from2/2.3.0: 7477 + /from2@2.3.0: 7538 7478 resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} 7539 7479 dependencies: 7540 7480 inherits: 2.0.4 7541 7481 readable-stream: 2.3.7 7542 7482 7543 - /fs-constants/1.0.0: 7483 + /fs-constants@1.0.0: 7544 7484 resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} 7545 7485 7546 - /fs-extra/7.0.1: 7486 + /fs-extra@7.0.1: 7547 7487 resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} 7548 7488 engines: {node: '>=6 <7 || >=8'} 7549 7489 dependencies: ··· 7551 7491 jsonfile: 4.0.0 7552 7492 universalify: 0.1.2 7553 7493 7554 - /fs-extra/8.1.0: 7494 + /fs-extra@8.1.0: 7555 7495 resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} 7556 7496 engines: {node: '>=6 <7 || >=8'} 7557 7497 dependencies: ··· 7560 7500 universalify: 0.1.2 7561 7501 dev: true 7562 7502 7563 - /fs-extra/9.1.0: 7503 + /fs-extra@9.1.0: 7564 7504 resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} 7565 7505 engines: {node: '>=10'} 7566 7506 dependencies: ··· 7570 7510 universalify: 2.0.0 7571 7511 dev: true 7572 7512 7573 - /fs-minipass/2.1.0: 7513 + /fs-minipass@2.1.0: 7574 7514 resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} 7575 7515 engines: {node: '>= 8'} 7576 7516 dependencies: 7577 7517 minipass: 3.3.6 7578 7518 dev: true 7579 7519 7580 - /fs-minipass/3.0.1: 7520 + /fs-minipass@3.0.1: 7581 7521 resolution: {integrity: sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw==} 7582 7522 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 7583 7523 dependencies: 7584 7524 minipass: 4.2.5 7585 7525 dev: true 7586 7526 7587 - /fs-readdir-recursive/1.1.0: 7527 + /fs-readdir-recursive@1.1.0: 7588 7528 resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} 7589 7529 7590 - /fs-write-stream-atomic/1.0.10: 7530 + /fs-write-stream-atomic@1.0.10: 7591 7531 resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} 7592 7532 dependencies: 7593 7533 graceful-fs: 4.2.10 ··· 7595 7535 imurmurhash: 0.1.4 7596 7536 readable-stream: 2.3.7 7597 7537 7598 - /fs.realpath/1.0.0: 7538 + /fs.realpath@1.0.0: 7599 7539 resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 7600 7540 7601 - /fsevents/1.2.13: 7541 + /fsevents@1.2.13: 7602 7542 resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} 7603 7543 engines: {node: '>= 4.0'} 7604 7544 os: [darwin] 7605 - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. 7545 + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 7606 7546 requiresBuild: true 7607 7547 dependencies: 7608 7548 bindings: 1.5.0 7609 7549 nan: 2.14.2 7610 7550 optional: true 7611 7551 7612 - /fsevents/2.3.2: 7552 + /fsevents@2.3.2: 7613 7553 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} 7614 7554 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 7615 7555 os: [darwin] 7616 7556 requiresBuild: true 7617 7557 optional: true 7618 7558 7619 - /fstream/1.0.12: 7559 + /fstream@1.0.12: 7620 7560 resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==} 7621 7561 engines: {node: '>=0.6'} 7622 7562 dependencies: ··· 7626 7566 rimraf: 2.7.1 7627 7567 dev: true 7628 7568 7629 - /function-bind/1.1.1: 7569 + /function-bind@1.1.1: 7630 7570 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} 7631 7571 7632 - /function.prototype.name/1.1.5: 7572 + /function.prototype.name@1.1.5: 7633 7573 resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} 7634 7574 engines: {node: '>= 0.4'} 7635 7575 dependencies: ··· 7638 7578 es-abstract: 1.21.2 7639 7579 functions-have-names: 1.2.3 7640 7580 7641 - /functions-have-names/1.2.3: 7581 + /functions-have-names@1.2.3: 7642 7582 resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} 7643 7583 7644 - /fuse.js/6.4.6: 7584 + /fuse.js@6.4.6: 7645 7585 resolution: {integrity: sha512-/gYxR/0VpXmWSfZOIPS3rWwU8SHgsRTwWuXhyb2O6s7aRuVtHtxCkR33bNYu3wyLyNx/Wpv0vU7FZy8Vj53VNw==} 7646 7586 engines: {node: '>=10'} 7647 7587 dev: false 7648 7588 7649 - /gauge/4.0.4: 7589 + /gauge@4.0.4: 7650 7590 resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} 7651 7591 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 7652 7592 dependencies: ··· 7660 7600 wide-align: 1.1.5 7661 7601 dev: true 7662 7602 7663 - /gauge/5.0.0: 7603 + /gauge@5.0.0: 7664 7604 resolution: {integrity: sha512-0s5T5eciEG7Q3ugkxAkFtaDhrrhXsCRivA5y8C9WMHWuI8UlMOJg7+Iwf7Mccii+Dfs3H5jHepU0joPVyQU0Lw==} 7665 7605 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 7666 7606 dependencies: ··· 7674 7614 wide-align: 1.1.5 7675 7615 dev: true 7676 7616 7677 - /gensync/1.0.0-beta.2: 7617 + /gensync@1.0.0-beta.2: 7678 7618 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} 7679 7619 engines: {node: '>=6.9.0'} 7680 7620 7681 - /get-caller-file/2.0.5: 7621 + /get-caller-file@2.0.5: 7682 7622 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 7683 7623 engines: {node: 6.* || 8.* || >= 10.*} 7684 7624 7685 - /get-func-name/2.0.0: 7625 + /get-func-name@2.0.0: 7686 7626 resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} 7687 7627 dev: true 7688 7628 7689 - /get-intrinsic/1.2.0: 7629 + /get-intrinsic@1.2.0: 7690 7630 resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} 7691 7631 dependencies: 7692 7632 function-bind: 1.1.1 7693 7633 has: 1.0.3 7694 7634 has-symbols: 1.0.3 7695 7635 7696 - /get-orientation/1.1.2: 7636 + /get-orientation@1.1.2: 7697 7637 resolution: {integrity: sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ==} 7698 7638 dependencies: 7699 7639 stream-parser: 0.3.1 ··· 7701 7641 - supports-color 7702 7642 dev: true 7703 7643 7704 - /get-proxy/2.1.0: 7644 + /get-proxy@2.1.0: 7705 7645 resolution: {integrity: sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==} 7706 7646 engines: {node: '>=4'} 7707 7647 dependencies: 7708 7648 npm-conf: 1.1.3 7709 7649 7710 - /get-stream/2.3.1: 7650 + /get-stream@2.3.1: 7711 7651 resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==} 7712 7652 engines: {node: '>=0.10.0'} 7713 7653 dependencies: 7714 7654 object-assign: 4.1.1 7715 7655 pinkie-promise: 2.0.1 7716 7656 7717 - /get-stream/3.0.0: 7657 + /get-stream@3.0.0: 7718 7658 resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} 7719 7659 engines: {node: '>=4'} 7720 7660 7721 - /get-stream/4.1.0: 7661 + /get-stream@4.1.0: 7722 7662 resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} 7723 7663 engines: {node: '>=6'} 7724 7664 dependencies: 7725 7665 pump: 3.0.0 7726 7666 7727 - /get-stream/5.2.0: 7667 + /get-stream@5.2.0: 7728 7668 resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} 7729 7669 engines: {node: '>=8'} 7730 7670 dependencies: 7731 7671 pump: 3.0.0 7732 7672 dev: true 7733 7673 7734 - /get-stream/6.0.1: 7674 + /get-stream@6.0.1: 7735 7675 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} 7736 7676 engines: {node: '>=10'} 7737 7677 dev: true 7738 7678 7739 - /get-symbol-description/1.0.0: 7679 + /get-symbol-description@1.0.0: 7740 7680 resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} 7741 7681 engines: {node: '>= 0.4'} 7742 7682 dependencies: 7743 7683 call-bind: 1.0.2 7744 7684 get-intrinsic: 1.2.0 7745 7685 7746 - /get-value/2.0.6: 7686 + /get-value@2.0.6: 7747 7687 resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} 7748 7688 engines: {node: '>=0.10.0'} 7749 7689 7750 - /getos/3.2.1: 7690 + /getos@3.2.1: 7751 7691 resolution: {integrity: sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==} 7752 7692 dependencies: 7753 7693 async: 3.2.4 7754 7694 dev: true 7755 7695 7756 - /getpass/0.1.7: 7696 + /getpass@0.1.7: 7757 7697 resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} 7758 7698 dependencies: 7759 7699 assert-plus: 1.0.0 7760 7700 dev: true 7761 7701 7762 - /git-clone/0.1.0: 7702 + /git-clone@0.1.0: 7763 7703 resolution: {integrity: sha512-zs9rlfa7HyaJAKG9o+V7C6qfMzyc+tb1IIXdUFcOBcR1U7siKy/uPdauLlrH1mc0vOgUwIv4BF+QxPiiTYz3Rw==} 7764 7704 7765 - /git-promise/0.3.1: 7705 + /git-promise@0.3.1: 7766 7706 resolution: {integrity: sha512-R/1wuoKBcollXIw6IpF+bSTyOxpziuXTE2zsT6Kr5i/JrR7jAahabiI1K+3Kz1IkZ1eAfJXRqrJAM1iOfxJFag==} 7767 7707 engines: {node: '>=0.10.0'} 7768 7708 dependencies: 7769 7709 q: 1.4.1 7770 7710 shelljs: 0.5.3 7771 7711 7772 - /github-slugger/1.3.0: 7712 + /github-slugger@1.3.0: 7773 7713 resolution: {integrity: sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==} 7774 7714 dependencies: 7775 7715 emoji-regex: 6.1.1 7776 7716 dev: false 7777 7717 7778 - /glob-parent/3.1.0: 7718 + /glob-parent@3.1.0: 7779 7719 resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} 7780 7720 dependencies: 7781 7721 is-glob: 3.1.0 7782 7722 path-dirname: 1.0.2 7783 7723 7784 - /glob-parent/5.1.2: 7724 + /glob-parent@5.1.2: 7785 7725 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 7786 7726 engines: {node: '>= 6'} 7787 7727 dependencies: 7788 7728 is-glob: 4.0.3 7789 7729 7790 - /glob-parent/6.0.2: 7730 + /glob-parent@6.0.2: 7791 7731 resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 7792 7732 engines: {node: '>=10.13.0'} 7793 7733 dependencies: 7794 7734 is-glob: 4.0.3 7795 7735 dev: true 7796 7736 7797 - /glob-to-regexp/0.4.1: 7737 + /glob-to-regexp@0.4.1: 7798 7738 resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} 7799 7739 dev: true 7800 7740 7801 - /glob/7.1.6: 7741 + /glob@7.1.6: 7802 7742 resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} 7803 7743 dependencies: 7804 7744 fs.realpath: 1.0.0 ··· 7808 7748 once: 1.4.0 7809 7749 path-is-absolute: 1.0.1 7810 7750 7811 - /glob/8.1.0: 7751 + /glob@8.1.0: 7812 7752 resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} 7813 7753 engines: {node: '>=12'} 7814 7754 dependencies: ··· 7819 7759 once: 1.4.0 7820 7760 dev: true 7821 7761 7822 - /glob/9.3.0: 7762 + /glob@9.3.0: 7823 7763 resolution: {integrity: sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==} 7824 7764 engines: {node: '>=16 || 14 >=14.17'} 7825 7765 dependencies: ··· 7829 7769 path-scurry: 1.6.1 7830 7770 dev: true 7831 7771 7832 - /global-dirs/3.0.1: 7772 + /global-dirs@3.0.1: 7833 7773 resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} 7834 7774 engines: {node: '>=10'} 7835 7775 dependencies: 7836 7776 ini: 2.0.0 7837 7777 dev: true 7838 7778 7839 - /global/4.4.0: 7779 + /global@4.4.0: 7840 7780 resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} 7841 7781 dependencies: 7842 7782 min-document: 2.19.0 7843 7783 process: 0.11.10 7844 7784 7845 - /globals/11.12.0: 7785 + /globals@11.12.0: 7846 7786 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 7847 7787 engines: {node: '>=4'} 7848 7788 7849 - /globals/13.20.0: 7789 + /globals@13.20.0: 7850 7790 resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} 7851 7791 engines: {node: '>=8'} 7852 7792 dependencies: 7853 7793 type-fest: 0.20.2 7854 7794 dev: true 7855 7795 7856 - /globalthis/1.0.3: 7796 + /globalthis@1.0.3: 7857 7797 resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} 7858 7798 engines: {node: '>= 0.4'} 7859 7799 dependencies: 7860 7800 define-properties: 1.2.0 7861 7801 7862 - /globby/11.1.0: 7802 + /globby@11.1.0: 7863 7803 resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} 7864 7804 engines: {node: '>=10'} 7865 7805 dependencies: ··· 7871 7811 slash: 3.0.0 7872 7812 dev: true 7873 7813 7874 - /globby/6.1.0: 7814 + /globby@6.1.0: 7875 7815 resolution: {integrity: sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==} 7876 7816 engines: {node: '>=0.10.0'} 7877 7817 dependencies: ··· 7881 7821 pify: 2.3.0 7882 7822 pinkie-promise: 2.0.1 7883 7823 7884 - /globrex/0.1.2: 7824 + /globrex@0.1.2: 7885 7825 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} 7886 7826 dev: true 7887 7827 7888 - /gopd/1.0.1: 7828 + /gopd@1.0.1: 7889 7829 resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} 7890 7830 dependencies: 7891 7831 get-intrinsic: 1.2.0 7892 7832 7893 - /got/8.3.2: 7833 + /got@8.3.2: 7894 7834 resolution: {integrity: sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==} 7895 7835 engines: {node: '>=4'} 7896 7836 dependencies: ··· 7914 7854 url-parse-lax: 3.0.0 7915 7855 url-to-options: 1.0.1 7916 7856 7917 - /graceful-fs/4.2.10: 7857 + /graceful-fs@4.2.10: 7918 7858 resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} 7919 7859 7920 - /grapheme-splitter/1.0.4: 7860 + /grapheme-splitter@1.0.4: 7921 7861 resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} 7922 7862 dev: true 7923 7863 7924 - /graphql/16.6.0: 7864 + /graphql@16.6.0: 7925 7865 resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} 7926 7866 engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} 7927 7867 7928 - /gud/1.0.0: 7868 + /gud@1.0.0: 7929 7869 resolution: {integrity: sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==} 7930 7870 7931 - /gunzip-maybe/1.4.2: 7871 + /gunzip-maybe@1.4.2: 7932 7872 resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} 7933 7873 hasBin: true 7934 7874 dependencies: ··· 7939 7879 pumpify: 1.5.1 7940 7880 through2: 2.0.5 7941 7881 7942 - /gzip-size/5.1.1: 7882 + /gzip-size@5.1.1: 7943 7883 resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} 7944 7884 engines: {node: '>=6'} 7945 7885 dependencies: 7946 7886 duplexer: 0.1.2 7947 7887 pify: 4.0.1 7948 7888 7949 - /handle-thing/2.0.1: 7889 + /handle-thing@2.0.1: 7950 7890 resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} 7951 7891 7952 - /har-schema/2.0.0: 7892 + /har-schema@2.0.0: 7953 7893 resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} 7954 7894 engines: {node: '>=4'} 7955 7895 dev: true 7956 7896 7957 - /har-validator/5.1.5: 7897 + /har-validator@5.1.5: 7958 7898 resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} 7959 7899 engines: {node: '>=6'} 7960 7900 deprecated: this library is no longer supported ··· 7963 7903 har-schema: 2.0.0 7964 7904 dev: true 7965 7905 7966 - /hard-rejection/2.1.0: 7906 + /hard-rejection@2.1.0: 7967 7907 resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} 7968 7908 engines: {node: '>=6'} 7969 7909 dev: true 7970 7910 7971 - /has-bigints/1.0.2: 7911 + /has-bigints@1.0.2: 7972 7912 resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} 7973 7913 7974 - /has-binary2/1.0.3: 7914 + /has-binary2@1.0.3: 7975 7915 resolution: {integrity: sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==} 7976 7916 dependencies: 7977 7917 isarray: 2.0.1 7978 7918 7979 - /has-cors/1.1.0: 7919 + /has-cors@1.1.0: 7980 7920 resolution: {integrity: sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==} 7981 7921 7982 - /has-flag/3.0.0: 7922 + /has-flag@3.0.0: 7983 7923 resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} 7984 7924 engines: {node: '>=4'} 7985 7925 7986 - /has-flag/4.0.0: 7926 + /has-flag@4.0.0: 7987 7927 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 7988 7928 engines: {node: '>=8'} 7989 7929 7990 - /has-property-descriptors/1.0.0: 7930 + /has-property-descriptors@1.0.0: 7991 7931 resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} 7992 7932 dependencies: 7993 7933 get-intrinsic: 1.2.0 7994 7934 7995 - /has-proto/1.0.1: 7935 + /has-proto@1.0.1: 7996 7936 resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} 7997 7937 engines: {node: '>= 0.4'} 7998 7938 7999 - /has-symbol-support-x/1.4.2: 7939 + /has-symbol-support-x@1.4.2: 8000 7940 resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} 8001 7941 8002 - /has-symbols/1.0.3: 7942 + /has-symbols@1.0.3: 8003 7943 resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} 8004 7944 engines: {node: '>= 0.4'} 8005 7945 8006 - /has-to-string-tag-x/1.4.1: 7946 + /has-to-string-tag-x@1.4.1: 8007 7947 resolution: {integrity: sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==} 8008 7948 dependencies: 8009 7949 has-symbol-support-x: 1.4.2 8010 7950 8011 - /has-tostringtag/1.0.0: 7951 + /has-tostringtag@1.0.0: 8012 7952 resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} 8013 7953 engines: {node: '>= 0.4'} 8014 7954 dependencies: 8015 7955 has-symbols: 1.0.3 8016 7956 8017 - /has-unicode/2.0.1: 7957 + /has-unicode@2.0.1: 8018 7958 resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} 8019 7959 dev: true 8020 7960 8021 - /has-value/0.3.1: 7961 + /has-value@0.3.1: 8022 7962 resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} 8023 7963 engines: {node: '>=0.10.0'} 8024 7964 dependencies: ··· 8026 7966 has-values: 0.1.4 8027 7967 isobject: 2.1.0 8028 7968 8029 - /has-value/1.0.0: 7969 + /has-value@1.0.0: 8030 7970 resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} 8031 7971 engines: {node: '>=0.10.0'} 8032 7972 dependencies: ··· 8034 7974 has-values: 1.0.0 8035 7975 isobject: 3.0.1 8036 7976 8037 - /has-values/0.1.4: 7977 + /has-values@0.1.4: 8038 7978 resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} 8039 7979 engines: {node: '>=0.10.0'} 8040 7980 8041 - /has-values/1.0.0: 7981 + /has-values@1.0.0: 8042 7982 resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} 8043 7983 engines: {node: '>=0.10.0'} 8044 7984 dependencies: 8045 7985 is-number: 3.0.0 8046 7986 kind-of: 4.0.0 8047 7987 8048 - /has/1.0.3: 7988 + /has@1.0.3: 8049 7989 resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} 8050 7990 engines: {node: '>= 0.4.0'} 8051 7991 dependencies: 8052 7992 function-bind: 1.1.1 8053 7993 8054 - /hash-base/3.1.0: 7994 + /hash-base@3.1.0: 8055 7995 resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} 8056 7996 engines: {node: '>=4'} 8057 7997 dependencies: ··· 8059 7999 readable-stream: 3.6.2 8060 8000 safe-buffer: 5.2.1 8061 8001 8062 - /hash.js/1.1.7: 8002 + /hash.js@1.1.7: 8063 8003 resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} 8064 8004 dependencies: 8065 8005 inherits: 2.0.4 8066 8006 minimalistic-assert: 1.0.1 8067 8007 8068 - /hast-to-hyperscript/9.0.1: 8008 + /hast-to-hyperscript@9.0.1: 8069 8009 resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==} 8070 8010 dependencies: 8071 8011 '@types/unist': 2.0.3 ··· 8076 8016 unist-util-is: 4.1.0 8077 8017 web-namespaces: 1.1.4 8078 8018 8079 - /hast-util-from-parse5/6.0.1: 8019 + /hast-util-from-parse5@6.0.1: 8080 8020 resolution: {integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==} 8081 8021 dependencies: 8082 8022 '@types/parse5': 5.0.3 ··· 8086 8026 vfile-location: 3.2.0 8087 8027 web-namespaces: 1.1.4 8088 8028 8089 - /hast-util-parse-selector/2.2.5: 8029 + /hast-util-parse-selector@2.2.5: 8090 8030 resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==} 8091 8031 8092 - /hast-util-raw/6.0.1: 8032 + /hast-util-raw@6.0.1: 8093 8033 resolution: {integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==} 8094 8034 dependencies: 8095 8035 '@types/hast': 2.3.1 ··· 8103 8043 xtend: 4.0.2 8104 8044 zwitch: 1.0.5 8105 8045 8106 - /hast-util-to-parse5/6.0.0: 8046 + /hast-util-to-parse5@6.0.0: 8107 8047 resolution: {integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==} 8108 8048 dependencies: 8109 8049 hast-to-hyperscript: 9.0.1 ··· 8112 8052 xtend: 4.0.2 8113 8053 zwitch: 1.0.5 8114 8054 8115 - /hastscript/6.0.0: 8055 + /hastscript@6.0.0: 8116 8056 resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==} 8117 8057 dependencies: 8118 8058 '@types/hast': 2.3.1 ··· 8121 8061 property-information: 5.6.0 8122 8062 space-separated-tokens: 1.1.5 8123 8063 8124 - /he/1.2.0: 8064 + /he@1.2.0: 8125 8065 resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} 8126 8066 hasBin: true 8127 8067 8128 - /hex-color-regex/1.1.0: 8068 + /hex-color-regex@1.1.0: 8129 8069 resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} 8130 8070 8131 - /history/4.10.1: 8071 + /history@4.10.1: 8132 8072 resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} 8133 8073 dependencies: 8134 8074 '@babel/runtime': 7.21.0 ··· 8139 8079 value-equal: 1.0.1 8140 8080 dev: false 8141 8081 8142 - /hmac-drbg/1.0.1: 8082 + /hmac-drbg@1.0.1: 8143 8083 resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} 8144 8084 dependencies: 8145 8085 hash.js: 1.1.7 8146 8086 minimalistic-assert: 1.0.1 8147 8087 minimalistic-crypto-utils: 1.0.1 8148 8088 8149 - /hoist-non-react-statics/3.3.2: 8089 + /hoist-non-react-statics@3.3.2: 8150 8090 resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} 8151 8091 dependencies: 8152 8092 react-is: 17.0.2 8153 8093 8154 - /hoopy/0.1.4: 8094 + /hoopy@0.1.4: 8155 8095 resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} 8156 8096 engines: {node: '>= 6.0.0'} 8157 8097 8158 - /hosted-git-info/2.8.9: 8098 + /hosted-git-info@2.8.9: 8159 8099 resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} 8160 8100 dev: true 8161 8101 8162 - /hosted-git-info/6.1.1: 8102 + /hosted-git-info@6.1.1: 8163 8103 resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} 8164 8104 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 8165 8105 dependencies: 8166 8106 lru-cache: 7.18.3 8167 8107 dev: true 8168 8108 8169 - /hpack.js/2.1.6: 8109 + /hpack.js@2.1.6: 8170 8110 resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} 8171 8111 dependencies: 8172 8112 inherits: 2.0.4 ··· 8174 8114 readable-stream: 2.3.7 8175 8115 wbuf: 1.7.3 8176 8116 8177 - /hsl-regex/1.0.0: 8117 + /hsl-regex@1.0.0: 8178 8118 resolution: {integrity: sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==} 8179 8119 8180 - /hsla-regex/1.0.0: 8120 + /hsla-regex@1.0.0: 8181 8121 resolution: {integrity: sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==} 8182 8122 8183 - /html-element-map/1.3.0: 8123 + /html-element-map@1.3.0: 8184 8124 resolution: {integrity: sha512-AqCt/m9YaiMwaaAyOPdq4Ga0cM+jdDWWGueUMkdROZcTeClaGpN0AQeyGchZhTegQoABmc6+IqH7oCR/8vhQYg==} 8185 8125 dependencies: 8186 8126 array-filter: 1.0.0 8187 8127 call-bind: 1.0.2 8188 8128 dev: true 8189 8129 8190 - /html-encoding-sniffer/3.0.0: 8130 + /html-encoding-sniffer@3.0.0: 8191 8131 resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} 8192 8132 engines: {node: '>=12'} 8193 8133 dependencies: 8194 8134 whatwg-encoding: 2.0.0 8195 8135 dev: true 8196 8136 8197 - /html-entities/1.4.0: 8137 + /html-entities@1.4.0: 8198 8138 resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} 8199 8139 8200 - /html-minifier/3.5.21: 8140 + /html-minifier@3.5.21: 8201 8141 resolution: {integrity: sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==} 8202 8142 engines: {node: '>=4'} 8203 8143 hasBin: true ··· 8210 8150 relateurl: 0.2.7 8211 8151 uglify-js: 3.4.10 8212 8152 8213 - /html-void-elements/1.0.5: 8153 + /html-void-elements@1.0.5: 8214 8154 resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} 8215 8155 8216 - /html-webpack-plugin/3.2.0_webpack@4.46.0: 8156 + /html-webpack-plugin@3.2.0(webpack@4.46.0): 8217 8157 resolution: {integrity: sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg==} 8218 8158 engines: {node: '>=6.9'} 8219 8159 deprecated: 3.x is no longer supported ··· 8229 8169 util.promisify: 1.0.0 8230 8170 webpack: 4.46.0 8231 8171 8232 - /htmlparser2/3.10.1: 8172 + /htmlparser2@3.10.1: 8233 8173 resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} 8234 8174 dependencies: 8235 8175 domelementtype: 1.3.1 ··· 8239 8179 inherits: 2.0.4 8240 8180 readable-stream: 3.6.2 8241 8181 8242 - /htmlparser2/6.1.0: 8182 + /htmlparser2@6.1.0: 8243 8183 resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} 8244 8184 dependencies: 8245 8185 domelementtype: 2.2.0 ··· 8248 8188 entities: 2.2.0 8249 8189 dev: true 8250 8190 8251 - /http-cache-semantics/3.8.1: 8191 + /http-cache-semantics@3.8.1: 8252 8192 resolution: {integrity: sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==} 8253 8193 8254 - /http-cache-semantics/4.1.1: 8194 + /http-cache-semantics@4.1.1: 8255 8195 resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} 8256 8196 dev: true 8257 8197 8258 - /http-deceiver/1.2.7: 8198 + /http-deceiver@1.2.7: 8259 8199 resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} 8260 8200 8261 - /http-errors/1.6.3: 8201 + /http-errors@1.6.3: 8262 8202 resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==} 8263 8203 engines: {node: '>= 0.6'} 8264 8204 dependencies: ··· 8267 8207 setprototypeof: 1.1.0 8268 8208 statuses: 1.5.0 8269 8209 8270 - /http-errors/1.7.2: 8210 + /http-errors@1.7.2: 8271 8211 resolution: {integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==} 8272 8212 engines: {node: '>= 0.6'} 8273 8213 dependencies: ··· 8277 8217 statuses: 1.5.0 8278 8218 toidentifier: 1.0.0 8279 8219 8280 - /http-errors/1.7.3: 8220 + /http-errors@1.7.3: 8281 8221 resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==} 8282 8222 engines: {node: '>= 0.6'} 8283 8223 dependencies: ··· 8287 8227 statuses: 1.5.0 8288 8228 toidentifier: 1.0.0 8289 8229 8290 - /http-parser-js/0.5.3: 8230 + /http-parser-js@0.5.3: 8291 8231 resolution: {integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==} 8292 8232 8293 - /http-proxy-agent/5.0.0: 8233 + /http-proxy-agent@5.0.0: 8294 8234 resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} 8295 8235 engines: {node: '>= 6'} 8296 8236 dependencies: 8297 8237 '@tootallnate/once': 2.0.0 8298 8238 agent-base: 6.0.2 8299 - debug: 4.3.4 8239 + debug: 4.3.4(supports-color@5.5.0) 8300 8240 transitivePeerDependencies: 8301 8241 - supports-color 8302 8242 dev: true 8303 8243 8304 - /http-proxy-middleware/0.19.1_tmpgdztspuwvsxzgjkhoqk7duq: 8244 + /http-proxy-middleware@0.19.1(debug@4.3.4)(supports-color@6.1.0): 8305 8245 resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==} 8306 8246 engines: {node: '>=4.0.0'} 8307 8247 dependencies: 8308 - http-proxy: 1.18.1_debug@4.3.4 8248 + http-proxy: 1.18.1(debug@4.3.4) 8309 8249 is-glob: 4.0.3 8310 8250 lodash: 4.17.21 8311 - micromatch: 3.1.10_supports-color@6.1.0 8251 + micromatch: 3.1.10(supports-color@6.1.0) 8312 8252 transitivePeerDependencies: 8313 8253 - debug 8314 8254 - supports-color 8315 8255 8316 - /http-proxy/1.18.1_debug@4.3.4: 8256 + /http-proxy@1.18.1(debug@4.3.4): 8317 8257 resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} 8318 8258 engines: {node: '>=8.0.0'} 8319 8259 dependencies: 8320 8260 eventemitter3: 4.0.7 8321 - follow-redirects: 1.14.0_debug@4.3.4 8261 + follow-redirects: 1.14.0(debug@4.3.4) 8322 8262 requires-port: 1.0.0 8323 8263 transitivePeerDependencies: 8324 8264 - debug 8325 8265 8326 - /http-signature/1.2.0: 8266 + /http-signature@1.2.0: 8327 8267 resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} 8328 8268 engines: {node: '>=0.8', npm: '>=1.3.7'} 8329 8269 dependencies: ··· 8332 8272 sshpk: 1.17.0 8333 8273 dev: true 8334 8274 8335 - /http-signature/1.3.6: 8275 + /http-signature@1.3.6: 8336 8276 resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==} 8337 8277 engines: {node: '>=0.10'} 8338 8278 dependencies: ··· 8341 8281 sshpk: 1.17.0 8342 8282 dev: true 8343 8283 8344 - /https-browserify/1.0.0: 8284 + /https-browserify@1.0.0: 8345 8285 resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} 8346 8286 8347 - /https-proxy-agent/5.0.1: 8287 + /https-proxy-agent@5.0.1: 8348 8288 resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} 8349 8289 engines: {node: '>= 6'} 8350 8290 dependencies: 8351 8291 agent-base: 6.0.2 8352 - debug: 4.3.4 8292 + debug: 4.3.4(supports-color@5.5.0) 8353 8293 transitivePeerDependencies: 8354 8294 - supports-color 8355 8295 dev: true 8356 8296 8357 - /human-id/1.0.2: 8297 + /human-id@1.0.2: 8358 8298 resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} 8359 8299 dev: true 8360 8300 8361 - /human-signals/1.1.1: 8301 + /human-signals@1.1.1: 8362 8302 resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} 8363 8303 engines: {node: '>=8.12.0'} 8364 8304 dev: true 8365 8305 8366 - /human-signals/4.3.0: 8306 + /human-signals@4.3.0: 8367 8307 resolution: {integrity: sha512-zyzVyMjpGBX2+6cDVZeFPCdtOtdsxOeseRhB9tkQ6xXmGUNrcnBzdEKPy3VPNYz+4gy1oukVOXcrJCunSyc6QQ==} 8368 8308 engines: {node: '>=14.18.0'} 8369 8309 dev: true 8370 8310 8371 - /humanize-ms/1.2.1: 8311 + /humanize-ms@1.2.1: 8372 8312 resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} 8373 8313 dependencies: 8374 8314 ms: 2.1.3 8375 8315 dev: true 8376 8316 8377 - /husky-v4/4.3.8: 8317 + /husky-v4@4.3.8: 8378 8318 resolution: {integrity: sha512-M7A9u/t6BnT/qbDzKb7SdXhr8qLTGTkqZL6YLDDM20jfCdmpIMEuO384LvYXSBcgv50oIgNWI/IaO3g4A4ShjA==} 8379 8319 engines: {node: '>=10'} 8380 8320 hasBin: true ··· 8392 8332 which-pm-runs: 1.1.0 8393 8333 dev: true 8394 8334 8395 - /iconv-lite/0.4.24: 8335 + /iconv-lite@0.4.24: 8396 8336 resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} 8397 8337 engines: {node: '>=0.10.0'} 8398 8338 dependencies: 8399 8339 safer-buffer: 2.1.2 8400 8340 8401 - /iconv-lite/0.6.3: 8341 + /iconv-lite@0.6.3: 8402 8342 resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} 8403 8343 engines: {node: '>=0.10.0'} 8404 8344 dependencies: 8405 8345 safer-buffer: 2.1.2 8406 8346 dev: true 8407 8347 8408 - /icss-replace-symbols/1.1.0: 8348 + /icss-replace-symbols@1.1.0: 8409 8349 resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} 8410 8350 8411 - /icss-utils/4.1.1: 8351 + /icss-utils@4.1.1: 8412 8352 resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} 8413 8353 engines: {node: '>= 6'} 8414 8354 dependencies: 8415 8355 postcss: 7.0.35 8416 8356 8417 - /ieee754/1.2.1: 8357 + /ieee754@1.2.1: 8418 8358 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 8419 8359 8420 - /iferr/0.1.5: 8360 + /iferr@0.1.5: 8421 8361 resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==} 8422 8362 8423 - /ignore-walk/6.0.1: 8363 + /ignore-walk@6.0.1: 8424 8364 resolution: {integrity: sha512-/c8MxUAqpRccq+LyDOecwF+9KqajueJHh8fz7g3YqjMZt+NSfJzx05zrKiXwa2sKwFCzaiZ5qUVfRj0pmxixEA==} 8425 8365 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 8426 8366 dependencies: 8427 8367 minimatch: 6.2.0 8428 8368 dev: true 8429 8369 8430 - /ignore/5.2.4: 8370 + /ignore@5.2.4: 8431 8371 resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} 8432 8372 engines: {node: '>= 4'} 8433 8373 dev: true 8434 8374 8435 - /image-size/1.0.0: 8375 + /image-size@1.0.0: 8436 8376 resolution: {integrity: sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw==} 8437 8377 engines: {node: '>=12.0.0'} 8438 8378 hasBin: true ··· 8440 8380 queue: 6.0.2 8441 8381 dev: true 8442 8382 8443 - /import-cwd/2.1.0: 8383 + /import-cwd@2.1.0: 8444 8384 resolution: {integrity: sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==} 8445 8385 engines: {node: '>=4'} 8446 8386 dependencies: 8447 8387 import-from: 2.1.0 8448 8388 8449 - /import-fresh/2.0.0: 8389 + /import-fresh@2.0.0: 8450 8390 resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} 8451 8391 engines: {node: '>=4'} 8452 8392 dependencies: 8453 8393 caller-path: 2.0.0 8454 8394 resolve-from: 3.0.0 8455 8395 8456 - /import-fresh/3.3.0: 8396 + /import-fresh@3.3.0: 8457 8397 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 8458 8398 engines: {node: '>=6'} 8459 8399 dependencies: 8460 8400 parent-module: 1.0.1 8461 8401 resolve-from: 4.0.0 8462 8402 8463 - /import-from/2.1.0: 8403 + /import-from@2.1.0: 8464 8404 resolution: {integrity: sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==} 8465 8405 engines: {node: '>=4'} 8466 8406 dependencies: 8467 8407 resolve-from: 3.0.0 8468 8408 8469 - /import-local/2.0.0: 8409 + /import-local@2.0.0: 8470 8410 resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} 8471 8411 engines: {node: '>=6'} 8472 8412 hasBin: true ··· 8474 8414 pkg-dir: 3.0.0 8475 8415 resolve-cwd: 2.0.0 8476 8416 8477 - /imurmurhash/0.1.4: 8417 + /imurmurhash@0.1.4: 8478 8418 resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} 8479 8419 engines: {node: '>=0.8.19'} 8480 8420 8481 - /indent-string/4.0.0: 8421 + /indent-string@4.0.0: 8482 8422 resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} 8483 8423 engines: {node: '>=8'} 8484 8424 dev: true 8485 8425 8486 - /indexes-of/1.0.1: 8426 + /indexes-of@1.0.1: 8487 8427 resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} 8488 8428 8489 - /indexof/0.0.1: 8429 + /indexof@0.0.1: 8490 8430 resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} 8491 8431 8492 - /infer-owner/1.0.4: 8432 + /infer-owner@1.0.4: 8493 8433 resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} 8494 8434 8495 - /inflight/1.0.6: 8435 + /inflight@1.0.6: 8496 8436 resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} 8497 8437 dependencies: 8498 8438 once: 1.4.0 8499 8439 wrappy: 1.0.2 8500 8440 8501 - /inherits/2.0.1: 8441 + /inherits@2.0.1: 8502 8442 resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==} 8503 8443 8504 - /inherits/2.0.3: 8444 + /inherits@2.0.3: 8505 8445 resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} 8506 8446 8507 - /inherits/2.0.4: 8447 + /inherits@2.0.4: 8508 8448 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 8509 8449 8510 - /ini/1.3.8: 8450 + /ini@1.3.8: 8511 8451 resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} 8512 8452 8513 - /ini/2.0.0: 8453 + /ini@2.0.0: 8514 8454 resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} 8515 8455 engines: {node: '>=10'} 8516 8456 dev: true 8517 8457 8518 - /inline-style-parser/0.1.1: 8458 + /inline-style-parser@0.1.1: 8519 8459 resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} 8520 8460 8521 - /inquirer-autocomplete-prompt/1.3.0_inquirer@6.5.2: 8461 + /inquirer-autocomplete-prompt@1.3.0(inquirer@6.5.2): 8522 8462 resolution: {integrity: sha512-zvAc+A6SZdcN+earG5SsBu1RnQdtBS4o8wZ/OqJiCfL34cfOx+twVRq7wumYix6Rkdjn1N2nVCcO3wHqKqgdGg==} 8523 8463 engines: {node: '>=10'} 8524 8464 peerDependencies: ··· 8531 8471 run-async: 2.4.1 8532 8472 rxjs: 6.6.7 8533 8473 8534 - /inquirer/6.5.2: 8474 + /inquirer@6.5.2: 8535 8475 resolution: {integrity: sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==} 8536 8476 engines: {node: '>=6.0.0'} 8537 8477 dependencies: ··· 8549 8489 strip-ansi: 5.2.0 8550 8490 through: 2.3.8 8551 8491 8552 - /internal-ip/4.3.0: 8492 + /internal-ip@4.3.0: 8553 8493 resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} 8554 8494 engines: {node: '>=6'} 8555 8495 dependencies: 8556 8496 default-gateway: 4.2.0 8557 8497 ipaddr.js: 1.9.1 8558 8498 8559 - /internal-slot/1.0.5: 8499 + /internal-slot@1.0.5: 8560 8500 resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} 8561 8501 engines: {node: '>= 0.4'} 8562 8502 dependencies: ··· 8564 8504 has: 1.0.3 8565 8505 side-channel: 1.0.4 8566 8506 8567 - /intersection-observer/0.7.0: 8507 + /intersection-observer@0.7.0: 8568 8508 resolution: {integrity: sha512-Id0Fij0HsB/vKWGeBe9PxeY45ttRiBmhFyyt/geBdDHBYNctMRTE3dC1U3ujzz3lap+hVXlEcVaB56kZP/eEUg==} 8569 8509 8570 - /into-stream/3.1.0: 8510 + /into-stream@3.1.0: 8571 8511 resolution: {integrity: sha512-TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ==} 8572 8512 engines: {node: '>=4'} 8573 8513 dependencies: 8574 8514 from2: 2.3.0 8575 8515 p-is-promise: 1.1.0 8576 8516 8577 - /invariant/2.2.4: 8517 + /invariant@2.2.4: 8578 8518 resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} 8579 8519 dependencies: 8580 8520 loose-envify: 1.4.0 8581 8521 8582 - /ip-regex/2.1.0: 8522 + /ip-regex@2.1.0: 8583 8523 resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} 8584 8524 engines: {node: '>=4'} 8585 8525 8586 - /ip/1.1.5: 8526 + /ip@1.1.5: 8587 8527 resolution: {integrity: sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA==} 8588 8528 8589 - /ip/2.0.0: 8529 + /ip@2.0.0: 8590 8530 resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} 8591 8531 dev: true 8592 8532 8593 - /ipaddr.js/1.9.1: 8533 + /ipaddr.js@1.9.1: 8594 8534 resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} 8595 8535 engines: {node: '>= 0.10'} 8596 8536 8597 - /is-absolute-url/2.1.0: 8537 + /is-absolute-url@2.1.0: 8598 8538 resolution: {integrity: sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==} 8599 8539 engines: {node: '>=0.10.0'} 8600 8540 8601 - /is-absolute-url/3.0.3: 8541 + /is-absolute-url@3.0.3: 8602 8542 resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==} 8603 8543 engines: {node: '>=8'} 8604 8544 8605 - /is-accessor-descriptor/0.1.6: 8545 + /is-accessor-descriptor@0.1.6: 8606 8546 resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} 8607 8547 engines: {node: '>=0.10.0'} 8608 8548 dependencies: 8609 8549 kind-of: 3.2.2 8610 8550 8611 - /is-accessor-descriptor/1.0.0: 8551 + /is-accessor-descriptor@1.0.0: 8612 8552 resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} 8613 8553 engines: {node: '>=0.10.0'} 8614 8554 dependencies: 8615 8555 kind-of: 6.0.3 8616 8556 8617 - /is-alphabetical/1.0.4: 8557 + /is-alphabetical@1.0.4: 8618 8558 resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} 8619 8559 8620 - /is-alphanumeric/1.0.0: 8560 + /is-alphanumeric@1.0.0: 8621 8561 resolution: {integrity: sha512-ZmRL7++ZkcMOfDuWZuMJyIVLr2keE1o/DeNWh1EmgqGhUcV+9BIVsx0BcSBOHTZqzjs4+dISzr2KAeBEWGgXeA==} 8622 8562 engines: {node: '>=0.10.0'} 8623 8563 dev: false 8624 8564 8625 - /is-alphanumerical/1.0.4: 8565 + /is-alphanumerical@1.0.4: 8626 8566 resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} 8627 8567 dependencies: 8628 8568 is-alphabetical: 1.0.4 8629 8569 is-decimal: 1.0.4 8630 8570 8631 - /is-arguments/1.1.0: 8571 + /is-arguments@1.1.0: 8632 8572 resolution: {integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==} 8633 8573 engines: {node: '>= 0.4'} 8634 8574 dependencies: 8635 8575 call-bind: 1.0.2 8636 8576 8637 - /is-array-buffer/3.0.2: 8577 + /is-array-buffer@3.0.2: 8638 8578 resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} 8639 8579 dependencies: 8640 8580 call-bind: 1.0.2 8641 8581 get-intrinsic: 1.2.0 8642 8582 is-typed-array: 1.1.10 8643 8583 8644 - /is-arrayish/0.2.1: 8584 + /is-arrayish@0.2.1: 8645 8585 resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} 8646 8586 8647 - /is-arrayish/0.3.2: 8587 + /is-arrayish@0.3.2: 8648 8588 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 8649 8589 8650 - /is-bigint/1.0.4: 8590 + /is-bigint@1.0.4: 8651 8591 resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} 8652 8592 dependencies: 8653 8593 has-bigints: 1.0.2 8654 8594 8655 - /is-binary-path/1.0.1: 8595 + /is-binary-path@1.0.1: 8656 8596 resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} 8657 8597 engines: {node: '>=0.10.0'} 8658 8598 dependencies: 8659 8599 binary-extensions: 1.13.1 8660 8600 8661 - /is-binary-path/2.1.0: 8601 + /is-binary-path@2.1.0: 8662 8602 resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} 8663 8603 engines: {node: '>=8'} 8664 8604 dependencies: 8665 8605 binary-extensions: 2.2.0 8666 8606 8667 - /is-boolean-object/1.1.2: 8607 + /is-boolean-object@1.1.2: 8668 8608 resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} 8669 8609 engines: {node: '>= 0.4'} 8670 8610 dependencies: 8671 8611 call-bind: 1.0.2 8672 8612 has-tostringtag: 1.0.0 8673 8613 8674 - /is-buffer/1.1.6: 8614 + /is-buffer@1.1.6: 8675 8615 resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} 8676 8616 8677 - /is-buffer/2.0.5: 8617 + /is-buffer@2.0.5: 8678 8618 resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} 8679 8619 engines: {node: '>=4'} 8680 8620 8681 - /is-builtin-module/3.2.1: 8621 + /is-builtin-module@3.2.1: 8682 8622 resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} 8683 8623 engines: {node: '>=6'} 8684 8624 dependencies: 8685 8625 builtin-modules: 3.3.0 8686 8626 dev: true 8687 8627 8688 - /is-callable/1.2.7: 8628 + /is-callable@1.2.7: 8689 8629 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 8690 8630 engines: {node: '>= 0.4'} 8691 8631 8692 - /is-ci/3.0.1: 8632 + /is-ci@3.0.1: 8693 8633 resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} 8694 8634 hasBin: true 8695 8635 dependencies: 8696 8636 ci-info: 3.8.0 8697 8637 dev: true 8698 8638 8699 - /is-color-stop/1.1.0: 8639 + /is-color-stop@1.1.0: 8700 8640 resolution: {integrity: sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==} 8701 8641 dependencies: 8702 8642 css-color-names: 0.0.4 ··· 8706 8646 rgb-regex: 1.0.1 8707 8647 rgba-regex: 1.0.0 8708 8648 8709 - /is-core-module/2.11.0: 8649 + /is-core-module@2.11.0: 8710 8650 resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} 8711 8651 dependencies: 8712 8652 has: 1.0.3 8713 8653 8714 - /is-data-descriptor/0.1.4: 8654 + /is-data-descriptor@0.1.4: 8715 8655 resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} 8716 8656 engines: {node: '>=0.10.0'} 8717 8657 dependencies: 8718 8658 kind-of: 3.2.2 8719 8659 8720 - /is-data-descriptor/1.0.0: 8660 + /is-data-descriptor@1.0.0: 8721 8661 resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} 8722 8662 engines: {node: '>=0.10.0'} 8723 8663 dependencies: 8724 8664 kind-of: 6.0.3 8725 8665 8726 - /is-date-object/1.0.5: 8666 + /is-date-object@1.0.5: 8727 8667 resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} 8728 8668 engines: {node: '>= 0.4'} 8729 8669 dependencies: 8730 8670 has-tostringtag: 1.0.0 8731 8671 8732 - /is-decimal/1.0.4: 8672 + /is-decimal@1.0.4: 8733 8673 resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} 8734 8674 8735 - /is-deflate/1.0.0: 8675 + /is-deflate@1.0.0: 8736 8676 resolution: {integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==} 8737 8677 8738 - /is-descriptor/0.1.6: 8678 + /is-descriptor@0.1.6: 8739 8679 resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} 8740 8680 engines: {node: '>=0.10.0'} 8741 8681 dependencies: ··· 8743 8683 is-data-descriptor: 0.1.4 8744 8684 kind-of: 5.1.0 8745 8685 8746 - /is-descriptor/1.0.2: 8686 + /is-descriptor@1.0.2: 8747 8687 resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} 8748 8688 engines: {node: '>=0.10.0'} 8749 8689 dependencies: ··· 8751 8691 is-data-descriptor: 1.0.0 8752 8692 kind-of: 6.0.3 8753 8693 8754 - /is-directory/0.3.1: 8694 + /is-directory@0.3.1: 8755 8695 resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} 8756 8696 engines: {node: '>=0.10.0'} 8757 8697 8758 - /is-docker/2.2.1: 8698 + /is-docker@2.2.1: 8759 8699 resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} 8760 8700 engines: {node: '>=8'} 8761 8701 hasBin: true 8762 8702 dev: true 8763 8703 8764 - /is-domain/0.0.1: 8704 + /is-domain@0.0.1: 8765 8705 resolution: {integrity: sha512-hLm9uZUDm/sk0+xZgxyJluSf4B37sg3ivzv4ndTxNCAMnWFUUsHh1u4eh2maEcEvQl3mc65a9pJ/KURGItbLIg==} 8766 8706 dev: true 8767 8707 8768 - /is-extendable/0.1.1: 8708 + /is-extendable@0.1.1: 8769 8709 resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} 8770 8710 engines: {node: '>=0.10.0'} 8771 8711 8772 - /is-extendable/1.0.1: 8712 + /is-extendable@1.0.1: 8773 8713 resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} 8774 8714 engines: {node: '>=0.10.0'} 8775 8715 dependencies: 8776 8716 is-plain-object: 2.0.4 8777 8717 8778 - /is-extglob/2.1.1: 8718 + /is-extglob@2.1.1: 8779 8719 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 8780 8720 engines: {node: '>=0.10.0'} 8781 8721 8782 - /is-fullwidth-code-point/2.0.0: 8722 + /is-fullwidth-code-point@2.0.0: 8783 8723 resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} 8784 8724 engines: {node: '>=4'} 8785 8725 8786 - /is-fullwidth-code-point/3.0.0: 8726 + /is-fullwidth-code-point@3.0.0: 8787 8727 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 8788 8728 engines: {node: '>=8'} 8789 8729 dev: true 8790 8730 8791 - /is-fullwidth-code-point/4.0.0: 8731 + /is-fullwidth-code-point@4.0.0: 8792 8732 resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} 8793 8733 engines: {node: '>=12'} 8794 8734 dev: true 8795 8735 8796 - /is-generator-function/1.0.9: 8736 + /is-generator-function@1.0.9: 8797 8737 resolution: {integrity: sha512-ZJ34p1uvIfptHCN7sFTjGibB9/oBg17sHqzDLfuwhvmN/qLVvIQXRQ8licZQ35WJ8KuEQt/etnnzQFI9C9Ue/A==} 8798 8738 engines: {node: '>= 0.4'} 8799 8739 dev: true 8800 8740 8801 - /is-glob/3.1.0: 8741 + /is-glob@3.1.0: 8802 8742 resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} 8803 8743 engines: {node: '>=0.10.0'} 8804 8744 dependencies: 8805 8745 is-extglob: 2.1.1 8806 8746 8807 - /is-glob/4.0.3: 8747 + /is-glob@4.0.3: 8808 8748 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 8809 8749 engines: {node: '>=0.10.0'} 8810 8750 dependencies: 8811 8751 is-extglob: 2.1.1 8812 8752 8813 - /is-gzip/1.0.0: 8753 + /is-gzip@1.0.0: 8814 8754 resolution: {integrity: sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==} 8815 8755 engines: {node: '>=0.10.0'} 8816 8756 8817 - /is-hexadecimal/1.0.4: 8757 + /is-hexadecimal@1.0.4: 8818 8758 resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} 8819 8759 8820 - /is-installed-globally/0.4.0: 8760 + /is-installed-globally@0.4.0: 8821 8761 resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} 8822 8762 engines: {node: '>=10'} 8823 8763 dependencies: ··· 8825 8765 is-path-inside: 3.0.3 8826 8766 dev: true 8827 8767 8828 - /is-lambda/1.0.1: 8768 + /is-lambda@1.0.1: 8829 8769 resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} 8830 8770 dev: true 8831 8771 8832 - /is-module/1.0.0: 8772 + /is-module@1.0.0: 8833 8773 resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} 8834 8774 dev: true 8835 8775 8836 - /is-nan/1.3.2: 8776 + /is-nan@1.3.2: 8837 8777 resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} 8838 8778 engines: {node: '>= 0.4'} 8839 8779 dependencies: ··· 8841 8781 define-properties: 1.2.0 8842 8782 dev: true 8843 8783 8844 - /is-natural-number/4.0.1: 8784 + /is-natural-number@4.0.1: 8845 8785 resolution: {integrity: sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ==} 8846 8786 8847 - /is-negative-zero/2.0.2: 8787 + /is-negative-zero@2.0.2: 8848 8788 resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} 8849 8789 engines: {node: '>= 0.4'} 8850 8790 8851 - /is-number-object/1.0.7: 8791 + /is-number-object@1.0.7: 8852 8792 resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} 8853 8793 engines: {node: '>= 0.4'} 8854 8794 dependencies: 8855 8795 has-tostringtag: 1.0.0 8856 8796 8857 - /is-number/3.0.0: 8797 + /is-number@3.0.0: 8858 8798 resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} 8859 8799 engines: {node: '>=0.10.0'} 8860 8800 dependencies: 8861 8801 kind-of: 3.2.2 8862 8802 8863 - /is-number/7.0.0: 8803 + /is-number@7.0.0: 8864 8804 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 8865 8805 engines: {node: '>=0.12.0'} 8866 8806 8867 - /is-obj/1.0.1: 8807 + /is-obj@1.0.1: 8868 8808 resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} 8869 8809 engines: {node: '>=0.10.0'} 8870 8810 dev: true 8871 8811 8872 - /is-obj/2.0.0: 8812 + /is-obj@2.0.0: 8873 8813 resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} 8874 8814 engines: {node: '>=8'} 8875 8815 8876 - /is-object/1.0.2: 8816 + /is-object@1.0.2: 8877 8817 resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} 8878 8818 8879 - /is-path-cwd/2.2.0: 8819 + /is-path-cwd@2.2.0: 8880 8820 resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} 8881 8821 engines: {node: '>=6'} 8882 8822 8883 - /is-path-in-cwd/2.1.0: 8823 + /is-path-in-cwd@2.1.0: 8884 8824 resolution: {integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==} 8885 8825 engines: {node: '>=6'} 8886 8826 dependencies: 8887 8827 is-path-inside: 2.1.0 8888 8828 8889 - /is-path-inside/2.1.0: 8829 + /is-path-inside@2.1.0: 8890 8830 resolution: {integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==} 8891 8831 engines: {node: '>=6'} 8892 8832 dependencies: 8893 8833 path-is-inside: 1.0.2 8894 8834 8895 - /is-path-inside/3.0.3: 8835 + /is-path-inside@3.0.3: 8896 8836 resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} 8897 8837 engines: {node: '>=8'} 8898 8838 dev: true 8899 8839 8900 - /is-plain-obj/1.1.0: 8840 + /is-plain-obj@1.1.0: 8901 8841 resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} 8902 8842 engines: {node: '>=0.10.0'} 8903 8843 8904 - /is-plain-obj/2.1.0: 8844 + /is-plain-obj@2.1.0: 8905 8845 resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} 8906 8846 engines: {node: '>=8'} 8907 8847 8908 - /is-plain-object/2.0.4: 8848 + /is-plain-object@2.0.4: 8909 8849 resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} 8910 8850 engines: {node: '>=0.10.0'} 8911 8851 dependencies: 8912 8852 isobject: 3.0.1 8913 8853 8914 - /is-plain-object/5.0.0: 8854 + /is-plain-object@5.0.0: 8915 8855 resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} 8916 8856 engines: {node: '>=0.10.0'} 8917 8857 8918 - /is-potential-custom-element-name/1.0.1: 8858 + /is-potential-custom-element-name@1.0.1: 8919 8859 resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} 8920 8860 dev: true 8921 8861 8922 - /is-reference/1.2.1: 8862 + /is-reference@1.2.1: 8923 8863 resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} 8924 8864 dependencies: 8925 8865 '@types/estree': 1.0.0 8926 8866 dev: true 8927 8867 8928 - /is-regex/1.1.4: 8868 + /is-regex@1.1.4: 8929 8869 resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} 8930 8870 engines: {node: '>= 0.4'} 8931 8871 dependencies: 8932 8872 call-bind: 1.0.2 8933 8873 has-tostringtag: 1.0.0 8934 8874 8935 - /is-resolvable/1.1.0: 8875 + /is-resolvable@1.1.0: 8936 8876 resolution: {integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==} 8937 8877 8938 - /is-retry-allowed/1.2.0: 8878 + /is-retry-allowed@1.2.0: 8939 8879 resolution: {integrity: sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==} 8940 8880 engines: {node: '>=0.10.0'} 8941 8881 8942 - /is-shared-array-buffer/1.0.2: 8882 + /is-shared-array-buffer@1.0.2: 8943 8883 resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} 8944 8884 dependencies: 8945 8885 call-bind: 1.0.2 8946 8886 8947 - /is-stream/1.1.0: 8887 + /is-stream@1.1.0: 8948 8888 resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} 8949 8889 engines: {node: '>=0.10.0'} 8950 8890 8951 - /is-stream/2.0.1: 8891 + /is-stream@2.0.1: 8952 8892 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} 8953 8893 engines: {node: '>=8'} 8954 8894 dev: true 8955 8895 8956 - /is-stream/3.0.0: 8896 + /is-stream@3.0.0: 8957 8897 resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} 8958 8898 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 8959 8899 dev: true 8960 8900 8961 - /is-string/1.0.7: 8901 + /is-string@1.0.7: 8962 8902 resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} 8963 8903 engines: {node: '>= 0.4'} 8964 8904 dependencies: 8965 8905 has-tostringtag: 1.0.0 8966 8906 8967 - /is-subdir/1.2.0: 8907 + /is-subdir@1.2.0: 8968 8908 resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} 8969 8909 engines: {node: '>=4'} 8970 8910 dependencies: 8971 8911 better-path-resolve: 1.0.0 8972 8912 dev: true 8973 8913 8974 - /is-subset/0.1.1: 8914 + /is-subset@0.1.1: 8975 8915 resolution: {integrity: sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==} 8976 8916 dev: true 8977 8917 8978 - /is-symbol/1.0.4: 8918 + /is-symbol@1.0.4: 8979 8919 resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} 8980 8920 engines: {node: '>= 0.4'} 8981 8921 dependencies: 8982 8922 has-symbols: 1.0.3 8983 8923 8984 - /is-typed-array/1.1.10: 8924 + /is-typed-array@1.1.10: 8985 8925 resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} 8986 8926 engines: {node: '>= 0.4'} 8987 8927 dependencies: ··· 8991 8931 gopd: 1.0.1 8992 8932 has-tostringtag: 1.0.0 8993 8933 8994 - /is-typedarray/1.0.0: 8934 + /is-typedarray@1.0.0: 8995 8935 resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} 8996 8936 dev: true 8997 8937 8998 - /is-unicode-supported/0.1.0: 8938 + /is-unicode-supported@0.1.0: 8999 8939 resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} 9000 8940 engines: {node: '>=10'} 9001 8941 dev: true 9002 8942 9003 - /is-weakref/1.0.2: 8943 + /is-weakref@1.0.2: 9004 8944 resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} 9005 8945 dependencies: 9006 8946 call-bind: 1.0.2 9007 8947 9008 - /is-whitespace-character/1.0.4: 8948 + /is-whitespace-character@1.0.4: 9009 8949 resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} 9010 8950 9011 - /is-windows/1.0.2: 8951 + /is-windows@1.0.2: 9012 8952 resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} 9013 8953 engines: {node: '>=0.10.0'} 9014 8954 9015 - /is-word-character/1.0.4: 8955 + /is-word-character@1.0.4: 9016 8956 resolution: {integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==} 9017 8957 9018 - /is-wsl/1.1.0: 8958 + /is-wsl@1.1.0: 9019 8959 resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} 9020 8960 engines: {node: '>=4'} 9021 8961 9022 - /is-wsl/2.2.0: 8962 + /is-wsl@2.2.0: 9023 8963 resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} 9024 8964 engines: {node: '>=8'} 9025 8965 dependencies: 9026 8966 is-docker: 2.2.1 9027 8967 dev: true 9028 8968 9029 - /isarray/0.0.1: 8969 + /isarray@0.0.1: 9030 8970 resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} 9031 8971 dev: false 9032 8972 9033 - /isarray/1.0.0: 8973 + /isarray@1.0.0: 9034 8974 resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} 9035 8975 9036 - /isarray/2.0.1: 8976 + /isarray@2.0.1: 9037 8977 resolution: {integrity: sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==} 9038 8978 9039 - /isexe/2.0.0: 8979 + /isexe@2.0.0: 9040 8980 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 9041 8981 9042 - /isobject/2.1.0: 8982 + /isobject@2.1.0: 9043 8983 resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} 9044 8984 engines: {node: '>=0.10.0'} 9045 8985 dependencies: 9046 8986 isarray: 1.0.0 9047 8987 9048 - /isobject/3.0.1: 8988 + /isobject@3.0.1: 9049 8989 resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} 9050 8990 engines: {node: '>=0.10.0'} 9051 8991 9052 - /isstream/0.1.2: 8992 + /isstream@0.1.2: 9053 8993 resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} 9054 8994 dev: true 9055 8995 9056 - /isurl/1.0.0: 8996 + /isurl@1.0.0: 9057 8997 resolution: {integrity: sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==} 9058 8998 engines: {node: '>= 4'} 9059 8999 dependencies: 9060 9000 has-to-string-tag-x: 1.4.1 9061 9001 is-object: 1.0.2 9062 9002 9063 - /jest-worker/27.0.0-next.5: 9003 + /jest-worker@27.0.0-next.5: 9064 9004 resolution: {integrity: sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==} 9065 9005 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} 9066 9006 dependencies: ··· 9069 9009 supports-color: 8.1.1 9070 9010 dev: true 9071 9011 9072 - /js-beautify/1.14.6: 9012 + /js-beautify@1.14.6: 9073 9013 resolution: {integrity: sha512-GfofQY5zDp+cuHc+gsEXKPpNw2KbPddreEo35O6jT6i0RVK6LhsoYBhq5TvK4/n74wnA0QbK8gGd+jUZwTMKJw==} 9074 9014 engines: {node: '>=10'} 9075 9015 hasBin: true ··· 9080 9020 nopt: 6.0.0 9081 9021 dev: true 9082 9022 9083 - /js-sdsl/4.3.0: 9023 + /js-sdsl@4.3.0: 9084 9024 resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} 9085 9025 dev: true 9086 9026 9087 - /js-string-escape/1.0.1: 9027 + /js-string-escape@1.0.1: 9088 9028 resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} 9089 9029 engines: {node: '>= 0.8'} 9090 9030 dev: true 9091 9031 9092 - /js-tokens/4.0.0: 9032 + /js-tokens@4.0.0: 9093 9033 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 9094 9034 9095 - /js-yaml/3.14.1: 9035 + /js-yaml@3.14.1: 9096 9036 resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} 9097 9037 hasBin: true 9098 9038 dependencies: 9099 9039 argparse: 1.0.10 9100 9040 esprima: 4.0.1 9101 9041 9102 - /js-yaml/4.1.0: 9042 + /js-yaml@4.1.0: 9103 9043 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 9104 9044 hasBin: true 9105 9045 dependencies: 9106 9046 argparse: 2.0.1 9107 9047 dev: true 9108 9048 9109 - /jsbn/0.1.1: 9049 + /jsbn@0.1.1: 9110 9050 resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} 9111 9051 dev: true 9112 9052 9113 - /jsdom/21.1.1: 9053 + /jsdom@21.1.1: 9114 9054 resolution: {integrity: sha512-Jjgdmw48RKcdAIQyUD1UdBh2ecH7VqwaXPN3ehoZN6MqgVbMn+lRm1aAT1AsdJRAJpwfa4IpwgzySn61h2qu3w==} 9115 9055 engines: {node: '>=14'} 9116 9056 peerDependencies: ··· 9151 9091 - utf-8-validate 9152 9092 dev: true 9153 9093 9154 - /jsesc/0.5.0: 9094 + /jsesc@0.5.0: 9155 9095 resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} 9156 9096 hasBin: true 9157 9097 9158 - /jsesc/2.5.2: 9098 + /jsesc@2.5.2: 9159 9099 resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} 9160 9100 engines: {node: '>=4'} 9161 9101 hasBin: true 9162 9102 9163 - /json-buffer/3.0.0: 9103 + /json-buffer@3.0.0: 9164 9104 resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} 9165 9105 9166 - /json-parse-better-errors/1.0.2: 9106 + /json-parse-better-errors@1.0.2: 9167 9107 resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} 9168 9108 9169 - /json-parse-even-better-errors/2.3.1: 9109 + /json-parse-even-better-errors@2.3.1: 9170 9110 resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} 9171 9111 9172 - /json-parse-even-better-errors/3.0.0: 9112 + /json-parse-even-better-errors@3.0.0: 9173 9113 resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} 9174 9114 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 9175 9115 dev: true 9176 9116 9177 - /json-schema-traverse/0.4.1: 9117 + /json-schema-traverse@0.4.1: 9178 9118 resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} 9179 9119 9180 - /json-schema/0.2.3: 9120 + /json-schema@0.2.3: 9181 9121 resolution: {integrity: sha512-a3xHnILGMtk+hDOqNwHzF6e2fNbiMrXZvxKQiEv2MlgQP+pjIOzqAmKYD2mDpXYE/44M7g+n9p2bKkYWDUcXCQ==} 9182 9122 dev: true 9183 9123 9184 - /json-schema/0.4.0: 9124 + /json-schema@0.4.0: 9185 9125 resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} 9186 9126 dev: true 9187 9127 9188 - /json-stable-stringify-without-jsonify/1.0.1: 9128 + /json-stable-stringify-without-jsonify@1.0.1: 9189 9129 resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} 9190 9130 dev: true 9191 9131 9192 - /json-stringify-nice/1.1.4: 9132 + /json-stringify-nice@1.1.4: 9193 9133 resolution: {integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==} 9194 9134 dev: true 9195 9135 9196 - /json-stringify-safe/5.0.1: 9136 + /json-stringify-safe@5.0.1: 9197 9137 resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} 9198 9138 dev: true 9199 9139 9200 - /json3/3.3.3: 9140 + /json3@3.3.3: 9201 9141 resolution: {integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==} 9202 9142 9203 - /json5/0.5.1: 9143 + /json5@0.5.1: 9204 9144 resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} 9205 9145 hasBin: true 9206 9146 9207 - /json5/1.0.1: 9147 + /json5@1.0.1: 9208 9148 resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} 9209 9149 hasBin: true 9210 9150 dependencies: 9211 9151 minimist: 1.2.8 9212 9152 9213 - /json5/2.2.3: 9153 + /json5@2.2.3: 9214 9154 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 9215 9155 engines: {node: '>=6'} 9216 9156 hasBin: true 9217 9157 9218 - /jsonc-parser/3.2.0: 9158 + /jsonc-parser@3.2.0: 9219 9159 resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} 9220 9160 dev: true 9221 9161 9222 - /jsonfile/4.0.0: 9162 + /jsonfile@4.0.0: 9223 9163 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} 9224 9164 optionalDependencies: 9225 9165 graceful-fs: 4.2.10 9226 9166 9227 - /jsonfile/6.1.0: 9167 + /jsonfile@6.1.0: 9228 9168 resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} 9229 9169 dependencies: 9230 9170 universalify: 2.0.0 ··· 9232 9172 graceful-fs: 4.2.10 9233 9173 dev: true 9234 9174 9235 - /jsonparse/1.3.1: 9175 + /jsonparse@1.3.1: 9236 9176 resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} 9237 9177 engines: {'0': node >= 0.2.0} 9238 9178 dev: true 9239 9179 9240 - /jsprim/1.4.1: 9180 + /jsprim@1.4.1: 9241 9181 resolution: {integrity: sha512-4Dj8Rf+fQ+/Pn7C5qeEX02op1WfOss3PKTE9Nsop3Dx+6UPxlm1dr/og7o2cRa5hNN07CACr4NFzRLtj/rjWog==} 9242 9182 engines: {'0': node >=0.6.0} 9243 9183 dependencies: ··· 9247 9187 verror: 1.10.0 9248 9188 dev: true 9249 9189 9250 - /jsprim/2.0.2: 9190 + /jsprim@2.0.2: 9251 9191 resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} 9252 9192 engines: {'0': node >=0.6.0} 9253 9193 dependencies: ··· 9257 9197 verror: 1.10.0 9258 9198 dev: true 9259 9199 9260 - /jsx-ast-utils/3.3.3: 9200 + /jsx-ast-utils@3.3.3: 9261 9201 resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} 9262 9202 engines: {node: '>=4.0'} 9263 9203 dependencies: ··· 9265 9205 object.assign: 4.1.4 9266 9206 dev: true 9267 9207 9268 - /just-diff-apply/5.5.0: 9208 + /just-diff-apply@5.5.0: 9269 9209 resolution: {integrity: sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==} 9270 9210 dev: true 9271 9211 9272 - /just-diff/5.2.0: 9212 + /just-diff@5.2.0: 9273 9213 resolution: {integrity: sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw==} 9274 9214 dev: true 9275 9215 9276 - /keyv/3.0.0: 9216 + /keyv@3.0.0: 9277 9217 resolution: {integrity: sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==} 9278 9218 dependencies: 9279 9219 json-buffer: 3.0.0 9280 9220 9281 - /killable/1.0.1: 9221 + /killable@1.0.1: 9282 9222 resolution: {integrity: sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==} 9283 9223 9284 - /kind-of/3.2.2: 9224 + /kind-of@3.2.2: 9285 9225 resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} 9286 9226 engines: {node: '>=0.10.0'} 9287 9227 dependencies: 9288 9228 is-buffer: 1.1.6 9289 9229 9290 - /kind-of/4.0.0: 9230 + /kind-of@4.0.0: 9291 9231 resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} 9292 9232 engines: {node: '>=0.10.0'} 9293 9233 dependencies: 9294 9234 is-buffer: 1.1.6 9295 9235 9296 - /kind-of/5.1.0: 9236 + /kind-of@5.1.0: 9297 9237 resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} 9298 9238 engines: {node: '>=0.10.0'} 9299 9239 9300 - /kind-of/6.0.3: 9240 + /kind-of@6.0.3: 9301 9241 resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} 9302 9242 engines: {node: '>=0.10.0'} 9303 9243 9304 - /kleur/4.1.5: 9244 + /kleur@4.1.5: 9305 9245 resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 9306 9246 engines: {node: '>=6'} 9307 9247 dev: true 9308 9248 9309 - /last-call-webpack-plugin/3.0.0: 9249 + /last-call-webpack-plugin@3.0.0: 9310 9250 resolution: {integrity: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==} 9311 9251 dependencies: 9312 9252 lodash: 4.17.21 9313 9253 webpack-sources: 1.4.3 9314 9254 9315 - /lazy-ass/1.6.0: 9255 + /lazy-ass@1.6.0: 9316 9256 resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} 9317 9257 engines: {node: '> 0.8'} 9318 9258 dev: true 9319 9259 9320 - /levn/0.3.0: 9260 + /levn@0.3.0: 9321 9261 resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} 9322 9262 engines: {node: '>= 0.8.0'} 9323 9263 dependencies: ··· 9325 9265 type-check: 0.3.2 9326 9266 dev: true 9327 9267 9328 - /levn/0.4.1: 9268 + /levn@0.4.1: 9329 9269 resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 9330 9270 engines: {node: '>= 0.8.0'} 9331 9271 dependencies: ··· 9333 9273 type-check: 0.4.0 9334 9274 dev: true 9335 9275 9336 - /lilconfig/2.1.0: 9276 + /lilconfig@2.1.0: 9337 9277 resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} 9338 9278 engines: {node: '>=10'} 9339 9279 dev: true 9340 9280 9341 - /lines-and-columns/1.2.4: 9281 + /lines-and-columns@1.2.4: 9342 9282 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 9343 9283 9344 - /lint-staged/13.2.0: 9284 + /lint-staged@13.2.0: 9345 9285 resolution: {integrity: sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==} 9346 9286 engines: {node: ^14.13.1 || >=16.0.0} 9347 9287 hasBin: true ··· 9349 9289 chalk: 5.2.0 9350 9290 cli-truncate: 3.1.0 9351 9291 commander: 10.0.0 9352 - debug: 4.3.4 9292 + debug: 4.3.4(supports-color@5.5.0) 9353 9293 execa: 7.1.1 9354 9294 lilconfig: 2.1.0 9355 9295 listr2: 5.0.8 ··· 9364 9304 - supports-color 9365 9305 dev: true 9366 9306 9367 - /listr2/3.14.0_enquirer@2.3.6: 9307 + /listr2@3.14.0(enquirer@2.3.6): 9368 9308 resolution: {integrity: sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==} 9369 9309 engines: {node: '>=10.0.0'} 9370 9310 peerDependencies: ··· 9384 9324 wrap-ansi: 7.0.0 9385 9325 dev: true 9386 9326 9387 - /listr2/5.0.8: 9327 + /listr2@5.0.8: 9388 9328 resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==} 9389 9329 engines: {node: ^14.13.1 || >=16.0.0} 9390 9330 peerDependencies: ··· 9403 9343 wrap-ansi: 7.0.0 9404 9344 dev: true 9405 9345 9406 - /load-json-file/4.0.0: 9346 + /load-json-file@4.0.0: 9407 9347 resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} 9408 9348 engines: {node: '>=4'} 9409 9349 dependencies: ··· 9413 9353 strip-bom: 3.0.0 9414 9354 dev: true 9415 9355 9416 - /load-yaml-file/0.2.0: 9356 + /load-yaml-file@0.2.0: 9417 9357 resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} 9418 9358 engines: {node: '>=6'} 9419 9359 dependencies: ··· 9423 9363 strip-bom: 3.0.0 9424 9364 dev: true 9425 9365 9426 - /loader-runner/2.4.0: 9366 + /loader-runner@2.4.0: 9427 9367 resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} 9428 9368 engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} 9429 9369 9430 - /loader-utils/0.2.17: 9370 + /loader-utils@0.2.17: 9431 9371 resolution: {integrity: sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==} 9432 9372 dependencies: 9433 9373 big.js: 3.2.0 ··· 9435 9375 json5: 0.5.1 9436 9376 object-assign: 4.1.1 9437 9377 9438 - /loader-utils/1.2.3: 9378 + /loader-utils@1.2.3: 9439 9379 resolution: {integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==} 9440 9380 engines: {node: '>=4.0.0'} 9441 9381 dependencies: ··· 9444 9384 json5: 1.0.1 9445 9385 dev: true 9446 9386 9447 - /loader-utils/1.4.0: 9387 + /loader-utils@1.4.0: 9448 9388 resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} 9449 9389 engines: {node: '>=4.0.0'} 9450 9390 dependencies: ··· 9452 9392 emojis-list: 3.0.0 9453 9393 json5: 1.0.1 9454 9394 9455 - /loader-utils/2.0.0: 9395 + /loader-utils@2.0.0: 9456 9396 resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} 9457 9397 engines: {node: '>=8.9.0'} 9458 9398 dependencies: ··· 9460 9400 emojis-list: 3.0.0 9461 9401 json5: 2.2.3 9462 9402 9463 - /local-pkg/0.4.3: 9403 + /local-pkg@0.4.3: 9464 9404 resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} 9465 9405 engines: {node: '>=14'} 9466 9406 dev: true 9467 9407 9468 - /locate-path/3.0.0: 9408 + /locate-path@3.0.0: 9469 9409 resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} 9470 9410 engines: {node: '>=6'} 9471 9411 dependencies: 9472 9412 p-locate: 3.0.0 9473 9413 path-exists: 3.0.0 9474 9414 9475 - /locate-path/5.0.0: 9415 + /locate-path@5.0.0: 9476 9416 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} 9477 9417 engines: {node: '>=8'} 9478 9418 dependencies: 9479 9419 p-locate: 4.1.0 9480 9420 9481 - /locate-path/6.0.0: 9421 + /locate-path@6.0.0: 9482 9422 resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} 9483 9423 engines: {node: '>=10'} 9484 9424 dependencies: 9485 9425 p-locate: 5.0.0 9486 9426 dev: true 9487 9427 9488 - /locate-path/7.1.1: 9428 + /locate-path@7.1.1: 9489 9429 resolution: {integrity: sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==} 9490 9430 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 9491 9431 dependencies: 9492 9432 p-locate: 6.0.0 9493 9433 dev: true 9494 9434 9495 - /lodash.debounce/4.0.8: 9435 + /lodash.debounce@4.0.8: 9496 9436 resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} 9497 9437 9498 - /lodash.escape/4.0.1: 9438 + /lodash.escape@4.0.1: 9499 9439 resolution: {integrity: sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==} 9500 9440 dev: true 9501 9441 9502 - /lodash.flattendeep/4.4.0: 9442 + /lodash.flattendeep@4.4.0: 9503 9443 resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} 9504 9444 dev: true 9505 9445 9506 - /lodash.isequal/4.5.0: 9446 + /lodash.isequal@4.5.0: 9507 9447 resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} 9508 9448 dev: true 9509 9449 9510 - /lodash.memoize/4.1.2: 9450 + /lodash.memoize@4.1.2: 9511 9451 resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} 9512 9452 9513 - /lodash.merge/4.6.2: 9453 + /lodash.merge@4.6.2: 9514 9454 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 9515 9455 dev: true 9516 9456 9517 - /lodash.once/4.1.1: 9457 + /lodash.once@4.1.1: 9518 9458 resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==} 9519 9459 dev: true 9520 9460 9521 - /lodash.sortby/4.7.0: 9461 + /lodash.sortby@4.7.0: 9522 9462 resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} 9523 9463 dev: true 9524 9464 9525 - /lodash.startcase/4.4.0: 9465 + /lodash.startcase@4.4.0: 9526 9466 resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} 9527 9467 dev: true 9528 9468 9529 - /lodash.throttle/4.1.1: 9469 + /lodash.throttle@4.1.1: 9530 9470 resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} 9531 9471 dev: false 9532 9472 9533 - /lodash.uniq/4.5.0: 9473 + /lodash.uniq@4.5.0: 9534 9474 resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} 9535 9475 9536 - /lodash/4.17.21: 9476 + /lodash@4.17.21: 9537 9477 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 9538 9478 9539 - /log-symbols/4.1.0: 9479 + /log-symbols@4.1.0: 9540 9480 resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} 9541 9481 engines: {node: '>=10'} 9542 9482 dependencies: ··· 9544 9484 is-unicode-supported: 0.1.0 9545 9485 dev: true 9546 9486 9547 - /log-update/4.0.0: 9487 + /log-update@4.0.0: 9548 9488 resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} 9549 9489 engines: {node: '>=10'} 9550 9490 dependencies: ··· 9554 9494 wrap-ansi: 6.2.0 9555 9495 dev: true 9556 9496 9557 - /loglevel/1.7.1: 9497 + /loglevel@1.7.1: 9558 9498 resolution: {integrity: sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==} 9559 9499 engines: {node: '>= 0.6.0'} 9560 9500 9561 - /longest-streak/2.0.4: 9501 + /longest-streak@2.0.4: 9562 9502 resolution: {integrity: sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==} 9563 9503 dev: false 9564 9504 9565 - /loose-envify/1.4.0: 9505 + /loose-envify@1.4.0: 9566 9506 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 9567 9507 hasBin: true 9568 9508 dependencies: 9569 9509 js-tokens: 4.0.0 9570 9510 9571 - /loupe/2.3.6: 9511 + /loupe@2.3.6: 9572 9512 resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} 9573 9513 dependencies: 9574 9514 get-func-name: 2.0.0 9575 9515 dev: true 9576 9516 9577 - /lower-case/1.1.4: 9517 + /lower-case@1.1.4: 9578 9518 resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==} 9579 9519 9580 - /lowercase-keys/1.0.0: 9520 + /lowercase-keys@1.0.0: 9581 9521 resolution: {integrity: sha512-RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A==} 9582 9522 engines: {node: '>=0.10.0'} 9583 9523 9584 - /lowercase-keys/1.0.1: 9524 + /lowercase-keys@1.0.1: 9585 9525 resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} 9586 9526 engines: {node: '>=0.10.0'} 9587 9527 9588 - /lru-cache/4.1.5: 9528 + /lru-cache@4.1.5: 9589 9529 resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} 9590 9530 dependencies: 9591 9531 pseudomap: 1.0.2 9592 9532 yallist: 2.1.2 9593 9533 9594 - /lru-cache/5.1.1: 9534 + /lru-cache@5.1.1: 9595 9535 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 9596 9536 dependencies: 9597 9537 yallist: 3.1.1 9598 9538 9599 - /lru-cache/6.0.0: 9539 + /lru-cache@6.0.0: 9600 9540 resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} 9601 9541 engines: {node: '>=10'} 9602 9542 dependencies: 9603 9543 yallist: 4.0.0 9604 9544 dev: true 9605 9545 9606 - /lru-cache/7.18.3: 9546 + /lru-cache@7.18.3: 9607 9547 resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} 9608 9548 engines: {node: '>=12'} 9609 9549 dev: true 9610 9550 9611 - /lz-string/1.4.4: 9551 + /lz-string@1.4.4: 9612 9552 resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==} 9613 9553 hasBin: true 9614 9554 dev: true 9615 9555 9616 - /macos-release/2.4.1: 9556 + /macos-release@2.4.1: 9617 9557 resolution: {integrity: sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==} 9618 9558 engines: {node: '>=6'} 9619 9559 dev: true 9620 9560 9621 - /magic-string/0.25.9: 9561 + /magic-string@0.25.9: 9622 9562 resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} 9623 9563 dependencies: 9624 9564 sourcemap-codec: 1.4.8 9625 9565 dev: true 9626 9566 9627 - /magic-string/0.27.0: 9567 + /magic-string@0.27.0: 9628 9568 resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} 9629 9569 engines: {node: '>=12'} 9630 9570 dependencies: 9631 9571 '@jridgewell/sourcemap-codec': 1.4.15 9632 9572 dev: true 9633 9573 9634 - /magic-string/0.29.0: 9574 + /magic-string@0.29.0: 9635 9575 resolution: {integrity: sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==} 9636 9576 engines: {node: '>=12'} 9637 9577 dependencies: 9638 9578 '@jridgewell/sourcemap-codec': 1.4.15 9639 9579 dev: true 9640 9580 9641 - /magic-string/0.30.0: 9581 + /magic-string@0.30.0: 9642 9582 resolution: {integrity: sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==} 9643 9583 engines: {node: '>=12'} 9644 9584 dependencies: 9645 9585 '@jridgewell/sourcemap-codec': 1.4.15 9646 9586 dev: true 9647 9587 9648 - /make-dir/1.3.0: 9588 + /make-dir@1.3.0: 9649 9589 resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} 9650 9590 engines: {node: '>=4'} 9651 9591 dependencies: 9652 9592 pify: 3.0.0 9653 9593 9654 - /make-dir/2.1.0: 9594 + /make-dir@2.1.0: 9655 9595 resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} 9656 9596 engines: {node: '>=6'} 9657 9597 dependencies: 9658 9598 pify: 4.0.1 9659 9599 semver: 5.7.1 9660 9600 9661 - /make-dir/3.1.0: 9601 + /make-dir@3.1.0: 9662 9602 resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} 9663 9603 engines: {node: '>=8'} 9664 9604 dependencies: 9665 9605 semver: 6.3.0 9666 9606 9667 - /make-fetch-happen/10.2.1: 9607 + /make-fetch-happen@10.2.1: 9668 9608 resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==} 9669 9609 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 9670 9610 dependencies: ··· 9689 9629 - supports-color 9690 9630 dev: true 9691 9631 9692 - /make-fetch-happen/11.0.3: 9632 + /make-fetch-happen@11.0.3: 9693 9633 resolution: {integrity: sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==} 9694 9634 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 9695 9635 dependencies: ··· 9713 9653 - supports-color 9714 9654 dev: true 9715 9655 9716 - /map-cache/0.2.2: 9656 + /map-cache@0.2.2: 9717 9657 resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} 9718 9658 engines: {node: '>=0.10.0'} 9719 9659 9720 - /map-obj/1.0.1: 9660 + /map-obj@1.0.1: 9721 9661 resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} 9722 9662 engines: {node: '>=0.10.0'} 9723 9663 dev: true 9724 9664 9725 - /map-obj/4.3.0: 9665 + /map-obj@4.3.0: 9726 9666 resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} 9727 9667 engines: {node: '>=8'} 9728 9668 dev: true 9729 9669 9730 - /map-visit/1.0.0: 9670 + /map-visit@1.0.0: 9731 9671 resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} 9732 9672 engines: {node: '>=0.10.0'} 9733 9673 dependencies: 9734 9674 object-visit: 1.0.1 9735 9675 9736 - /markdown-escapes/1.0.4: 9676 + /markdown-escapes@1.0.4: 9737 9677 resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} 9738 9678 9739 - /markdown-table/1.1.3: 9679 + /markdown-table@1.1.3: 9740 9680 resolution: {integrity: sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==} 9741 9681 dev: false 9742 9682 9743 - /markdown-table/2.0.0: 9683 + /markdown-table@2.0.0: 9744 9684 resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} 9745 9685 dependencies: 9746 9686 repeat-string: 1.6.1 9747 9687 dev: true 9748 9688 9749 - /match-sorter/3.1.1: 9689 + /match-sorter@3.1.1: 9750 9690 resolution: {integrity: sha512-Qlox3wRM/Q4Ww9rv1cBmYKNJwWVX/WC+eA3+1S3Fv4EOhrqyp812ZEfVFKQk0AP6RfzmPUUOwEZBbJ8IRt8SOw==} 9691 + dependencies: 9692 + remove-accents: 0.4.2 9751 9693 bundledDependencies: 9752 9694 - remove-accents 9753 9695 9754 - /md5-hex/3.0.1: 9696 + /md5-hex@3.0.1: 9755 9697 resolution: {integrity: sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==} 9756 9698 engines: {node: '>=8'} 9757 9699 dependencies: 9758 9700 blueimp-md5: 2.19.0 9759 9701 dev: true 9760 9702 9761 - /md5.js/1.3.5: 9703 + /md5.js@1.3.5: 9762 9704 resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} 9763 9705 dependencies: 9764 9706 hash-base: 3.1.0 9765 9707 inherits: 2.0.4 9766 9708 safe-buffer: 5.2.1 9767 9709 9768 - /mdast-squeeze-paragraphs/3.0.5: 9710 + /mdast-squeeze-paragraphs@3.0.5: 9769 9711 resolution: {integrity: sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA==} 9770 9712 dependencies: 9771 9713 unist-util-remove: 1.0.3 9772 9714 dev: false 9773 9715 9774 - /mdast-squeeze-paragraphs/4.0.0: 9716 + /mdast-squeeze-paragraphs@4.0.0: 9775 9717 resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==} 9776 9718 dependencies: 9777 9719 unist-util-remove: 2.1.0 9778 9720 9779 - /mdast-util-compact/1.0.4: 9721 + /mdast-util-compact@1.0.4: 9780 9722 resolution: {integrity: sha512-3YDMQHI5vRiS2uygEFYaqckibpJtKq5Sj2c8JioeOQBU6INpKbdWzfyLqFFnDwEcEnRFIdMsguzs5pC1Jp4Isg==} 9781 9723 dependencies: 9782 9724 unist-util-visit: 1.4.1 9783 9725 dev: false 9784 9726 9785 - /mdast-util-definitions/4.0.0: 9727 + /mdast-util-definitions@4.0.0: 9786 9728 resolution: {integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==} 9787 9729 dependencies: 9788 9730 unist-util-visit: 2.0.3 9789 9731 9790 - /mdast-util-to-hast/10.0.1: 9732 + /mdast-util-to-hast@10.0.1: 9791 9733 resolution: {integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==} 9792 9734 dependencies: 9793 9735 '@types/mdast': 3.0.3 ··· 9799 9741 unist-util-position: 3.1.0 9800 9742 unist-util-visit: 2.0.3 9801 9743 9802 - /mdast-util-to-string/1.1.0: 9744 + /mdast-util-to-string@1.1.0: 9803 9745 resolution: {integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==} 9804 9746 dev: false 9805 9747 9806 - /mdn-data/2.0.14: 9748 + /mdn-data@2.0.14: 9807 9749 resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} 9808 9750 9809 - /mdn-data/2.0.4: 9751 + /mdn-data@2.0.4: 9810 9752 resolution: {integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==} 9811 9753 9812 - /mdurl/1.0.1: 9754 + /mdurl@1.0.1: 9813 9755 resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} 9814 9756 9815 - /media-typer/0.3.0: 9757 + /media-typer@0.3.0: 9816 9758 resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} 9817 9759 engines: {node: '>= 0.6'} 9818 9760 9819 - /memory-fs/0.4.1: 9761 + /memory-fs@0.4.1: 9820 9762 resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} 9821 9763 dependencies: 9822 9764 errno: 0.1.8 9823 9765 readable-stream: 2.3.7 9824 9766 9825 - /memory-fs/0.5.0: 9767 + /memory-fs@0.5.0: 9826 9768 resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} 9827 9769 engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} 9828 9770 dependencies: 9829 9771 errno: 0.1.8 9830 9772 readable-stream: 2.3.7 9831 9773 9832 - /memorystream/0.3.1: 9774 + /memorystream@0.3.1: 9833 9775 resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} 9834 9776 engines: {node: '>= 0.10.0'} 9835 9777 dev: true 9836 9778 9837 - /meow/6.1.1: 9779 + /meow@6.1.1: 9838 9780 resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} 9839 9781 engines: {node: '>=8'} 9840 9782 dependencies: ··· 9851 9793 yargs-parser: 18.1.3 9852 9794 dev: true 9853 9795 9854 - /merge-descriptors/1.0.1: 9796 + /merge-descriptors@1.0.1: 9855 9797 resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} 9856 9798 9857 - /merge-stream/2.0.0: 9799 + /merge-stream@2.0.0: 9858 9800 resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} 9859 9801 dev: true 9860 9802 9861 - /merge2/1.4.1: 9803 + /merge2@1.4.1: 9862 9804 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 9863 9805 engines: {node: '>= 8'} 9864 9806 dev: true 9865 9807 9866 - /methods/1.1.2: 9808 + /methods@1.1.2: 9867 9809 resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} 9868 9810 engines: {node: '>= 0.6'} 9869 9811 9870 - /micromatch/3.1.10: 9812 + /micromatch@3.1.10(supports-color@6.1.0): 9871 9813 resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} 9872 9814 engines: {node: '>=0.10.0'} 9873 9815 dependencies: 9874 9816 arr-diff: 4.0.0 9875 9817 array-unique: 0.3.2 9876 - braces: 2.3.2 9818 + braces: 2.3.2(supports-color@6.1.0) 9877 9819 define-property: 2.0.2 9878 9820 extend-shallow: 3.0.2 9879 - extglob: 2.0.4 9821 + extglob: 2.0.4(supports-color@6.1.0) 9880 9822 fragment-cache: 0.2.1 9881 9823 kind-of: 6.0.3 9882 - nanomatch: 1.2.13 9824 + nanomatch: 1.2.13(supports-color@6.1.0) 9883 9825 object.pick: 1.3.0 9884 9826 regex-not: 1.0.2 9885 - snapdragon: 0.8.2 9827 + snapdragon: 0.8.2(supports-color@6.1.0) 9886 9828 to-regex: 3.0.2 9887 9829 transitivePeerDependencies: 9888 9830 - supports-color 9889 9831 9890 - /micromatch/3.1.10_supports-color@6.1.0: 9891 - resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} 9892 - engines: {node: '>=0.10.0'} 9893 - dependencies: 9894 - arr-diff: 4.0.0 9895 - array-unique: 0.3.2 9896 - braces: 2.3.2_supports-color@6.1.0 9897 - define-property: 2.0.2 9898 - extend-shallow: 3.0.2 9899 - extglob: 2.0.4_supports-color@6.1.0 9900 - fragment-cache: 0.2.1 9901 - kind-of: 6.0.3 9902 - nanomatch: 1.2.13_supports-color@6.1.0 9903 - object.pick: 1.3.0 9904 - regex-not: 1.0.2 9905 - snapdragon: 0.8.2_supports-color@6.1.0 9906 - to-regex: 3.0.2 9907 - transitivePeerDependencies: 9908 - - supports-color 9909 - 9910 - /micromatch/4.0.5: 9832 + /micromatch@4.0.5: 9911 9833 resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} 9912 9834 engines: {node: '>=8.6'} 9913 9835 dependencies: ··· 9915 9837 picomatch: 2.3.1 9916 9838 dev: true 9917 9839 9918 - /miller-rabin/4.0.1: 9840 + /miller-rabin@4.0.1: 9919 9841 resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} 9920 9842 hasBin: true 9921 9843 dependencies: 9922 9844 bn.js: 4.12.0 9923 9845 brorand: 1.1.0 9924 9846 9925 - /mime-db/1.33.0: 9847 + /mime-db@1.33.0: 9926 9848 resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==} 9927 9849 engines: {node: '>= 0.6'} 9928 9850 9929 - /mime-db/1.52.0: 9851 + /mime-db@1.52.0: 9930 9852 resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} 9931 9853 engines: {node: '>= 0.6'} 9932 9854 9933 - /mime-types/2.1.18: 9855 + /mime-types@2.1.18: 9934 9856 resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==} 9935 9857 engines: {node: '>= 0.6'} 9936 9858 dependencies: 9937 9859 mime-db: 1.33.0 9938 9860 9939 - /mime-types/2.1.35: 9861 + /mime-types@2.1.35: 9940 9862 resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} 9941 9863 engines: {node: '>= 0.6'} 9942 9864 dependencies: 9943 9865 mime-db: 1.52.0 9944 9866 9945 - /mime/1.6.0: 9867 + /mime@1.6.0: 9946 9868 resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} 9947 9869 engines: {node: '>=4'} 9948 9870 hasBin: true 9949 9871 9950 - /mime/2.5.2: 9872 + /mime@2.5.2: 9951 9873 resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} 9952 9874 engines: {node: '>=4.0.0'} 9953 9875 hasBin: true 9954 9876 9955 - /mimic-fn/1.2.0: 9877 + /mimic-fn@1.2.0: 9956 9878 resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} 9957 9879 engines: {node: '>=4'} 9958 9880 9959 - /mimic-fn/2.1.0: 9881 + /mimic-fn@2.1.0: 9960 9882 resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} 9961 9883 engines: {node: '>=6'} 9962 9884 dev: true 9963 9885 9964 - /mimic-fn/4.0.0: 9886 + /mimic-fn@4.0.0: 9965 9887 resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} 9966 9888 engines: {node: '>=12'} 9967 9889 dev: true 9968 9890 9969 - /mimic-response/1.0.1: 9891 + /mimic-response@1.0.1: 9970 9892 resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} 9971 9893 engines: {node: '>=4'} 9972 9894 9973 - /min-document/2.19.0: 9895 + /min-document@2.19.0: 9974 9896 resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} 9975 9897 dependencies: 9976 9898 dom-walk: 0.1.2 9977 9899 9978 - /min-indent/1.0.1: 9900 + /min-indent@1.0.1: 9979 9901 resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} 9980 9902 engines: {node: '>=4'} 9981 9903 dev: true 9982 9904 9983 - /mini-create-react-context/0.4.1_at7mkepldmzoo6silmqc5bca74: 9905 + /mini-create-react-context@0.4.1(prop-types@15.8.1)(react@17.0.2): 9984 9906 resolution: {integrity: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==} 9985 9907 deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 9986 9908 peerDependencies: ··· 9993 9915 tiny-warning: 1.0.3 9994 9916 dev: false 9995 9917 9996 - /minimalistic-assert/1.0.1: 9918 + /minimalistic-assert@1.0.1: 9997 9919 resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} 9998 9920 9999 - /minimalistic-crypto-utils/1.0.1: 9921 + /minimalistic-crypto-utils@1.0.1: 10000 9922 resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} 10001 9923 10002 - /minimatch/3.0.4: 9924 + /minimatch@3.0.4: 10003 9925 resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} 10004 9926 dependencies: 10005 9927 brace-expansion: 1.1.11 10006 9928 10007 - /minimatch/3.1.2: 9929 + /minimatch@3.1.2: 10008 9930 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 10009 9931 dependencies: 10010 9932 brace-expansion: 1.1.11 10011 9933 10012 - /minimatch/5.1.6: 9934 + /minimatch@5.1.6: 10013 9935 resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} 10014 9936 engines: {node: '>=10'} 10015 9937 dependencies: 10016 9938 brace-expansion: 2.0.1 10017 9939 dev: true 10018 9940 10019 - /minimatch/6.2.0: 9941 + /minimatch@6.2.0: 10020 9942 resolution: {integrity: sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==} 10021 9943 engines: {node: '>=10'} 10022 9944 dependencies: 10023 9945 brace-expansion: 2.0.1 10024 9946 dev: true 10025 9947 10026 - /minimatch/7.4.2: 9948 + /minimatch@7.4.2: 10027 9949 resolution: {integrity: sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==} 10028 9950 engines: {node: '>=10'} 10029 9951 dependencies: 10030 9952 brace-expansion: 2.0.1 10031 9953 dev: true 10032 9954 10033 - /minimist-options/4.1.0: 9955 + /minimist-options@4.1.0: 10034 9956 resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} 10035 9957 engines: {node: '>= 6'} 10036 9958 dependencies: ··· 10039 9961 kind-of: 6.0.3 10040 9962 dev: true 10041 9963 10042 - /minimist/1.2.3: 9964 + /minimist@1.2.3: 10043 9965 resolution: {integrity: sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==} 10044 9966 dev: true 10045 9967 10046 - /minimist/1.2.8: 9968 + /minimist@1.2.8: 10047 9969 resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 10048 9970 10049 - /minipass-collect/1.0.2: 9971 + /minipass-collect@1.0.2: 10050 9972 resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} 10051 9973 engines: {node: '>= 8'} 10052 9974 dependencies: 10053 9975 minipass: 3.3.6 10054 9976 dev: true 10055 9977 10056 - /minipass-fetch/2.1.2: 9978 + /minipass-fetch@2.1.2: 10057 9979 resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==} 10058 9980 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 10059 9981 dependencies: ··· 10064 9986 encoding: 0.1.13 10065 9987 dev: true 10066 9988 10067 - /minipass-fetch/3.0.1: 9989 + /minipass-fetch@3.0.1: 10068 9990 resolution: {integrity: sha512-t9/wowtf7DYkwz8cfMSt0rMwiyNIBXf5CKZ3S5ZMqRqMYT0oLTp0x1WorMI9WTwvaPg21r1JbFxJMum8JrLGfw==} 10069 9991 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10070 9992 dependencies: ··· 10075 9997 encoding: 0.1.13 10076 9998 dev: true 10077 9999 10078 - /minipass-flush/1.0.5: 10000 + /minipass-flush@1.0.5: 10079 10001 resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} 10080 10002 engines: {node: '>= 8'} 10081 10003 dependencies: 10082 10004 minipass: 3.3.6 10083 10005 dev: true 10084 10006 10085 - /minipass-json-stream/1.0.1: 10007 + /minipass-json-stream@1.0.1: 10086 10008 resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} 10087 10009 dependencies: 10088 10010 jsonparse: 1.3.1 10089 10011 minipass: 3.3.6 10090 10012 dev: true 10091 10013 10092 - /minipass-pipeline/1.2.4: 10014 + /minipass-pipeline@1.2.4: 10093 10015 resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} 10094 10016 engines: {node: '>=8'} 10095 10017 dependencies: 10096 10018 minipass: 3.3.6 10097 10019 dev: true 10098 10020 10099 - /minipass-sized/1.0.3: 10021 + /minipass-sized@1.0.3: 10100 10022 resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} 10101 10023 engines: {node: '>=8'} 10102 10024 dependencies: 10103 10025 minipass: 3.3.6 10104 10026 dev: true 10105 10027 10106 - /minipass/3.3.6: 10028 + /minipass@3.3.6: 10107 10029 resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} 10108 10030 engines: {node: '>=8'} 10109 10031 dependencies: 10110 10032 yallist: 4.0.0 10111 10033 dev: true 10112 10034 10113 - /minipass/4.2.5: 10035 + /minipass@4.2.5: 10114 10036 resolution: {integrity: sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==} 10115 10037 engines: {node: '>=8'} 10116 10038 dev: true 10117 10039 10118 - /minizlib/2.1.2: 10040 + /minizlib@2.1.2: 10119 10041 resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} 10120 10042 engines: {node: '>= 8'} 10121 10043 dependencies: ··· 10123 10045 yallist: 4.0.0 10124 10046 dev: true 10125 10047 10126 - /mississippi/3.0.0: 10048 + /mississippi@3.0.0: 10127 10049 resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} 10128 10050 engines: {node: '>=4.0.0'} 10129 10051 dependencies: ··· 10138 10060 stream-each: 1.2.3 10139 10061 through2: 2.0.5 10140 10062 10141 - /mixin-deep/1.3.2: 10063 + /mixin-deep@1.3.2: 10142 10064 resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} 10143 10065 engines: {node: '>=0.10.0'} 10144 10066 dependencies: 10145 10067 for-in: 1.0.2 10146 10068 is-extendable: 1.0.1 10147 10069 10148 - /mixme/0.5.6: 10070 + /mixme@0.5.6: 10149 10071 resolution: {integrity: sha512-vYW5qOVY3Rh9Ewtrkk/vaEDCeOXFIa7msv5TwUi1B633CFu/lchrmGGy4O/gdK1qfCjDBBxsWw/DhZ+Ta0+rMQ==} 10150 10072 engines: {node: '>= 8.0.0'} 10151 10073 dev: true 10152 10074 10153 - /mkdirp-classic/0.5.3: 10075 + /mkdirp-classic@0.5.3: 10154 10076 resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} 10155 10077 10156 - /mkdirp/0.5.5: 10078 + /mkdirp@0.5.5: 10157 10079 resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} 10158 10080 hasBin: true 10159 10081 dependencies: 10160 10082 minimist: 1.2.8 10161 10083 10162 - /mkdirp/1.0.4: 10084 + /mkdirp@1.0.4: 10163 10085 resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} 10164 10086 engines: {node: '>=10'} 10165 10087 hasBin: true 10166 10088 dev: true 10167 10089 10168 - /mlly/1.2.0: 10090 + /mlly@1.2.0: 10169 10091 resolution: {integrity: sha512-+c7A3CV0KGdKcylsI6khWyts/CYrGTrRVo4R/I7u/cUsy0Conxa6LUhiEzVKIw14lc2L5aiO4+SeVe4TeGRKww==} 10170 10092 dependencies: 10171 10093 acorn: 8.8.2 ··· 10174 10096 ufo: 1.1.1 10175 10097 dev: true 10176 10098 10177 - /moniker/0.1.2: 10099 + /moniker@0.1.2: 10178 10100 resolution: {integrity: sha512-Uj9iV0QYr6281G+o0TvqhKwHHWB2Q/qUTT4LPQ3qDGc0r8cbMuqQjRXPZuVZ+gcL7APx+iQgE8lcfWPrj1LsLA==} 10179 10101 dev: true 10180 10102 10181 - /moo/0.5.1: 10103 + /moo@0.5.1: 10182 10104 resolution: {integrity: sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==} 10183 10105 dev: true 10184 10106 10185 - /move-concurrently/1.0.1: 10107 + /move-concurrently@1.0.1: 10186 10108 resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==} 10187 10109 dependencies: 10188 10110 aproba: 1.2.0 ··· 10192 10114 rimraf: 2.7.1 10193 10115 run-queue: 1.0.3 10194 10116 10195 - /ms/2.0.0: 10117 + /ms@2.0.0: 10196 10118 resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} 10197 10119 10198 - /ms/2.1.1: 10120 + /ms@2.1.1: 10199 10121 resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} 10200 10122 10201 - /ms/2.1.2: 10123 + /ms@2.1.2: 10202 10124 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} 10203 10125 10204 - /ms/2.1.3: 10126 + /ms@2.1.3: 10205 10127 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 10206 10128 10207 - /multicast-dns-service-types/1.1.0: 10129 + /multicast-dns-service-types@1.1.0: 10208 10130 resolution: {integrity: sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==} 10209 10131 10210 - /multicast-dns/6.2.3: 10132 + /multicast-dns@6.2.3: 10211 10133 resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} 10212 10134 hasBin: true 10213 10135 dependencies: 10214 10136 dns-packet: 1.3.1 10215 10137 thunky: 1.1.0 10216 10138 10217 - /mutation-observer/1.0.3: 10139 + /mutation-observer@1.0.3: 10218 10140 resolution: {integrity: sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==} 10219 10141 10220 - /mute-stream/0.0.7: 10142 + /mute-stream@0.0.7: 10221 10143 resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==} 10222 10144 10223 - /mute-stream/0.0.8: 10145 + /mute-stream@0.0.8: 10224 10146 resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} 10225 10147 dev: true 10226 10148 10227 - /mz/2.7.0: 10149 + /mz@2.7.0: 10228 10150 resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 10229 10151 dependencies: 10230 10152 any-promise: 1.3.0 ··· 10232 10154 thenify-all: 1.6.0 10233 10155 dev: true 10234 10156 10235 - /nan/2.14.2: 10157 + /nan@2.14.2: 10236 10158 resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} 10237 10159 requiresBuild: true 10238 10160 optional: true 10239 10161 10240 - /nanoid/3.3.4: 10162 + /nanoid@3.3.4: 10241 10163 resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} 10242 10164 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 10243 10165 hasBin: true 10244 10166 dev: true 10245 10167 10246 - /nanomatch/1.2.13: 10168 + /nanomatch@1.2.13(supports-color@6.1.0): 10247 10169 resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} 10248 10170 engines: {node: '>=0.10.0'} 10249 10171 dependencies: ··· 10256 10178 kind-of: 6.0.3 10257 10179 object.pick: 1.3.0 10258 10180 regex-not: 1.0.2 10259 - snapdragon: 0.8.2 10260 - to-regex: 3.0.2 10261 - transitivePeerDependencies: 10262 - - supports-color 10263 - 10264 - /nanomatch/1.2.13_supports-color@6.1.0: 10265 - resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} 10266 - engines: {node: '>=0.10.0'} 10267 - dependencies: 10268 - arr-diff: 4.0.0 10269 - array-unique: 0.3.2 10270 - define-property: 2.0.2 10271 - extend-shallow: 3.0.2 10272 - fragment-cache: 0.2.1 10273 - is-windows: 1.0.2 10274 - kind-of: 6.0.3 10275 - object.pick: 1.3.0 10276 - regex-not: 1.0.2 10277 - snapdragon: 0.8.2_supports-color@6.1.0 10181 + snapdragon: 0.8.2(supports-color@6.1.0) 10278 10182 to-regex: 3.0.2 10279 10183 transitivePeerDependencies: 10280 10184 - supports-color 10281 10185 10282 - /native-url/0.3.4: 10186 + /native-url@0.3.4: 10283 10187 resolution: {integrity: sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==} 10284 10188 dependencies: 10285 10189 querystring: 0.2.1 10286 10190 dev: true 10287 10191 10288 - /natural-compare-lite/1.4.0: 10192 + /natural-compare-lite@1.4.0: 10289 10193 resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} 10290 10194 dev: true 10291 10195 10292 - /natural-compare/1.4.0: 10196 + /natural-compare@1.4.0: 10293 10197 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 10294 10198 dev: true 10295 10199 10296 - /nearley/2.20.1: 10200 + /nearley@2.20.1: 10297 10201 resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} 10298 10202 hasBin: true 10299 10203 dependencies: ··· 10303 10207 randexp: 0.4.6 10304 10208 dev: true 10305 10209 10306 - /negotiator/0.6.2: 10210 + /negotiator@0.6.2: 10307 10211 resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} 10308 10212 engines: {node: '>= 0.6'} 10309 10213 10310 - /negotiator/0.6.3: 10214 + /negotiator@0.6.3: 10311 10215 resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} 10312 10216 engines: {node: '>= 0.6'} 10313 10217 dev: true 10314 10218 10315 - /neo-async/2.6.2: 10219 + /neo-async@2.6.2: 10316 10220 resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} 10317 10221 10318 - /netrc/0.1.4: 10222 + /netrc@0.1.4: 10319 10223 resolution: {integrity: sha512-ye8AIYWQcP9MvoM1i0Z2jV0qed31Z8EWXYnyGNkiUAd+Fo8J+7uy90xTV8g/oAbhtjkY7iZbNTizQaXdKUuwpQ==} 10320 10224 dev: true 10321 10225 10322 - /next/11.0.1_sfoxds7t5ydpegc3knd667wn6m: 10226 + /next@11.0.1(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): 10323 10227 resolution: {integrity: sha512-yR7be7asNbvpVNpi6xxEg28wZ7Gqmj1nOt0sABH9qORmF3+pms2KZ7Cng33oK5nqPIzEEFJD0pp2PCe3/ueMIg==} 10324 10228 engines: {node: '>=12.0.0'} 10325 10229 hasBin: true ··· 10341 10245 '@hapi/accept': 5.0.2 10342 10246 '@next/env': 11.0.1 10343 10247 '@next/polyfill-module': 11.0.1 10344 - '@next/react-dev-overlay': 11.0.1_sfoxds7t5ydpegc3knd667wn6m 10345 - '@next/react-refresh-utils': 11.0.1_react-refresh@0.8.3 10248 + '@next/react-dev-overlay': 11.0.1(react-dom@17.0.2)(react@17.0.2) 10249 + '@next/react-refresh-utils': 11.0.1(react-refresh@0.8.3) 10346 10250 assert: 2.0.0 10347 10251 ast-types: 0.13.2 10348 10252 browserify-zlib: 0.2.0 ··· 10353 10257 chokidar: 3.5.1 10354 10258 constants-browserify: 1.0.0 10355 10259 crypto-browserify: 3.12.0 10356 - cssnano-simple: 2.0.0_postcss@8.2.13 10260 + cssnano-simple: 2.0.0(postcss@8.2.13) 10357 10261 domain-browser: 4.19.0 10358 10262 encoding: 0.1.13 10359 10263 etag: 1.8.1 ··· 10369 10273 os-browserify: 0.3.0 10370 10274 p-limit: 3.1.0 10371 10275 path-browserify: 1.0.1 10372 - pnp-webpack-plugin: 1.6.4 10276 + pnp-webpack-plugin: 1.6.4(typescript@4.9.5) 10373 10277 postcss: 8.2.13 10374 10278 process: 0.11.10 10375 10279 prop-types: 15.7.2 10376 10280 querystring-es3: 0.2.1 10377 10281 raw-body: 2.4.1 10378 10282 react: 17.0.2 10379 - react-dom: 17.0.2_react@17.0.2 10283 + react-dom: 17.0.2(react@17.0.2) 10380 10284 react-is: 17.0.2 10381 10285 react-refresh: 0.8.3 10382 10286 stream-browserify: 3.0.0 10383 10287 stream-http: 3.1.1 10384 10288 string_decoder: 1.3.0 10385 - styled-jsx: 3.3.2_react@17.0.2 10289 + styled-jsx: 3.3.2(react@17.0.2) 10386 10290 timers-browserify: 2.0.12 10387 10291 tty-browserify: 0.0.1 10388 - use-subscription: 1.5.1_react@17.0.2 10292 + use-subscription: 1.5.1(react@17.0.2) 10389 10293 util: 0.12.3 10390 10294 vm-browserify: 1.1.2 10391 10295 watchpack: 2.1.1 ··· 10395 10299 - webpack 10396 10300 dev: true 10397 10301 10398 - /nice-try/1.0.5: 10302 + /nice-try@1.0.5: 10399 10303 resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} 10400 10304 10401 - /no-case/2.3.2: 10305 + /no-case@2.3.2: 10402 10306 resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} 10403 10307 dependencies: 10404 10308 lower-case: 1.1.4 10405 10309 10406 - /node-domexception/1.0.0: 10310 + /node-domexception@1.0.0: 10407 10311 resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} 10408 10312 engines: {node: '>=10.5.0'} 10409 10313 dev: false 10410 10314 10411 - /node-fetch/2.6.1: 10315 + /node-fetch@2.6.1: 10412 10316 resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} 10413 10317 engines: {node: 4.x || >=6.0.0} 10414 10318 dev: true 10415 10319 10416 - /node-fetch/2.6.9: 10320 + /node-fetch@2.6.9: 10417 10321 resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} 10418 10322 engines: {node: 4.x || >=6.0.0} 10419 10323 peerDependencies: ··· 10424 10328 dependencies: 10425 10329 whatwg-url: 5.0.0 10426 10330 10427 - /node-fetch/3.3.1: 10331 + /node-fetch@3.3.1: 10428 10332 resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} 10429 10333 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 10430 10334 dependencies: ··· 10433 10337 formdata-polyfill: 4.0.10 10434 10338 dev: false 10435 10339 10436 - /node-forge/0.10.0: 10340 + /node-forge@0.10.0: 10437 10341 resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} 10438 10342 engines: {node: '>= 6.0.0'} 10439 10343 10440 - /node-gyp/9.3.1: 10344 + /node-gyp@9.3.1: 10441 10345 resolution: {integrity: sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==} 10442 10346 engines: {node: ^12.13 || ^14.13 || >=16} 10443 10347 hasBin: true ··· 10457 10361 - supports-color 10458 10362 dev: true 10459 10363 10460 - /node-html-parser/1.4.9: 10364 + /node-html-parser@1.4.9: 10461 10365 resolution: {integrity: sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==} 10462 10366 dependencies: 10463 10367 he: 1.2.0 10464 10368 dev: true 10465 10369 10466 - /node-html-parser/5.3.3: 10370 + /node-html-parser@5.3.3: 10467 10371 resolution: {integrity: sha512-ncg1033CaX9UexbyA7e1N0aAoAYRDiV8jkTvzEnfd1GDvzFdrsXLzR4p4ik8mwLgnaKP/jyUFWDy9q3jvRT2Jw==} 10468 10372 dependencies: 10469 10373 css-select: 4.3.0 10470 10374 he: 1.2.0 10471 10375 dev: true 10472 10376 10473 - /node-libs-browser/2.2.1: 10377 + /node-libs-browser@2.2.1: 10474 10378 resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} 10475 10379 dependencies: 10476 10380 assert: 1.5.0 ··· 10497 10401 util: 0.11.1 10498 10402 vm-browserify: 1.1.2 10499 10403 10500 - /node-releases/1.1.71: 10404 + /node-releases@1.1.71: 10501 10405 resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} 10502 10406 dev: true 10503 10407 10504 - /node-releases/2.0.10: 10408 + /node-releases@2.0.10: 10505 10409 resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} 10506 10410 10507 - /nopt/6.0.0: 10411 + /nopt@6.0.0: 10508 10412 resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} 10509 10413 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 10510 10414 hasBin: true ··· 10512 10416 abbrev: 1.1.1 10513 10417 dev: true 10514 10418 10515 - /nopt/7.0.0: 10419 + /nopt@7.0.0: 10516 10420 resolution: {integrity: sha512-e6Qw1rcrGoSxEH0hQ4GBSdUjkMOtXGhGFXdNT/3ZR0S37eR9DMj5za3dEDWE6o1T3/DP8ZOsPP4MIiky0c3QeA==} 10517 10421 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10518 10422 hasBin: true ··· 10520 10424 abbrev: 2.0.0 10521 10425 dev: true 10522 10426 10523 - /normalize-package-data/2.5.0: 10427 + /normalize-package-data@2.5.0: 10524 10428 resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} 10525 10429 dependencies: 10526 10430 hosted-git-info: 2.8.9 ··· 10529 10433 validate-npm-package-license: 3.0.4 10530 10434 dev: true 10531 10435 10532 - /normalize-package-data/5.0.0: 10436 + /normalize-package-data@5.0.0: 10533 10437 resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} 10534 10438 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10535 10439 dependencies: ··· 10539 10443 validate-npm-package-license: 3.0.4 10540 10444 dev: true 10541 10445 10542 - /normalize-path/2.1.1: 10446 + /normalize-path@2.1.1: 10543 10447 resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} 10544 10448 engines: {node: '>=0.10.0'} 10545 10449 dependencies: 10546 10450 remove-trailing-separator: 1.1.0 10547 10451 10548 - /normalize-path/3.0.0: 10452 + /normalize-path@3.0.0: 10549 10453 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 10550 10454 engines: {node: '>=0.10.0'} 10551 10455 10552 - /normalize-range/0.1.2: 10456 + /normalize-range@0.1.2: 10553 10457 resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 10554 10458 engines: {node: '>=0.10.0'} 10555 10459 10556 - /normalize-url/1.9.1: 10460 + /normalize-url@1.9.1: 10557 10461 resolution: {integrity: sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==} 10558 10462 engines: {node: '>=4'} 10559 10463 dependencies: ··· 10562 10466 query-string: 4.3.4 10563 10467 sort-keys: 1.1.2 10564 10468 10565 - /normalize-url/2.0.1: 10469 + /normalize-url@2.0.1: 10566 10470 resolution: {integrity: sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==} 10567 10471 engines: {node: '>=4'} 10568 10472 dependencies: ··· 10570 10474 query-string: 5.1.1 10571 10475 sort-keys: 2.0.0 10572 10476 10573 - /normalize-url/3.3.0: 10477 + /normalize-url@3.3.0: 10574 10478 resolution: {integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==} 10575 10479 engines: {node: '>=6'} 10576 10480 10577 - /not/0.1.0: 10481 + /not@0.1.0: 10578 10482 resolution: {integrity: sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==} 10579 10483 dev: false 10580 10484 10581 - /npm-bundled/3.0.0: 10485 + /npm-bundled@3.0.0: 10582 10486 resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} 10583 10487 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10584 10488 dependencies: 10585 10489 npm-normalize-package-bin: 3.0.0 10586 10490 dev: true 10587 10491 10588 - /npm-conf/1.1.3: 10492 + /npm-conf@1.1.3: 10589 10493 resolution: {integrity: sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==} 10590 10494 engines: {node: '>=4'} 10591 10495 dependencies: 10592 10496 config-chain: 1.1.13 10593 10497 pify: 3.0.0 10594 10498 10595 - /npm-install-checks/6.0.0: 10499 + /npm-install-checks@6.0.0: 10596 10500 resolution: {integrity: sha512-SBU9oFglRVZnfElwAtF14NivyulDqF1VKqqwNsFW9HDcbHMAPHpRSsVFgKuwFGq/hVvWZExz62Th0kvxn/XE7Q==} 10597 10501 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10598 10502 dependencies: 10599 10503 semver: 7.5.0 10600 10504 dev: true 10601 10505 10602 - /npm-normalize-package-bin/3.0.0: 10506 + /npm-normalize-package-bin@3.0.0: 10603 10507 resolution: {integrity: sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==} 10604 10508 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10605 10509 dev: true 10606 10510 10607 - /npm-package-arg/10.1.0: 10511 + /npm-package-arg@10.1.0: 10608 10512 resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} 10609 10513 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10610 10514 dependencies: ··· 10614 10518 validate-npm-package-name: 5.0.0 10615 10519 dev: true 10616 10520 10617 - /npm-packlist/7.0.4: 10521 + /npm-packlist@7.0.4: 10618 10522 resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} 10619 10523 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10620 10524 dependencies: 10621 10525 ignore-walk: 6.0.1 10622 10526 dev: true 10623 10527 10624 - /npm-pick-manifest/8.0.1: 10528 + /npm-pick-manifest@8.0.1: 10625 10529 resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==} 10626 10530 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10627 10531 dependencies: ··· 10631 10535 semver: 7.5.0 10632 10536 dev: true 10633 10537 10634 - /npm-registry-fetch/14.0.3: 10538 + /npm-registry-fetch@14.0.3: 10635 10539 resolution: {integrity: sha512-YaeRbVNpnWvsGOjX2wk5s85XJ7l1qQBGAp724h8e2CZFFhMSuw9enom7K1mWVUtvXO1uUSFIAPofQK0pPN0ZcA==} 10636 10540 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10637 10541 dependencies: ··· 10647 10551 - supports-color 10648 10552 dev: true 10649 10553 10650 - /npm-run-all/4.1.5: 10554 + /npm-run-all@4.1.5: 10651 10555 resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} 10652 10556 engines: {node: '>= 4'} 10653 10557 hasBin: true ··· 10663 10567 string.prototype.padend: 3.1.4 10664 10568 dev: true 10665 10569 10666 - /npm-run-path/2.0.2: 10570 + /npm-run-path@2.0.2: 10667 10571 resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} 10668 10572 engines: {node: '>=4'} 10669 10573 dependencies: 10670 10574 path-key: 2.0.1 10671 10575 10672 - /npm-run-path/4.0.1: 10576 + /npm-run-path@4.0.1: 10673 10577 resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} 10674 10578 engines: {node: '>=8'} 10675 10579 dependencies: 10676 10580 path-key: 3.1.1 10677 10581 dev: true 10678 10582 10679 - /npm-run-path/5.1.0: 10583 + /npm-run-path@5.1.0: 10680 10584 resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} 10681 10585 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 10682 10586 dependencies: 10683 10587 path-key: 4.0.0 10684 10588 dev: true 10685 10589 10686 - /npmlog/6.0.2: 10590 + /npmlog@6.0.2: 10687 10591 resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} 10688 10592 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 10689 10593 dependencies: ··· 10693 10597 set-blocking: 2.0.0 10694 10598 dev: true 10695 10599 10696 - /npmlog/7.0.1: 10600 + /npmlog@7.0.1: 10697 10601 resolution: {integrity: sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==} 10698 10602 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10699 10603 dependencies: ··· 10703 10607 set-blocking: 2.0.0 10704 10608 dev: true 10705 10609 10706 - /nth-check/1.0.2: 10610 + /nth-check@1.0.2: 10707 10611 resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} 10708 10612 dependencies: 10709 10613 boolbase: 1.0.0 10710 10614 10711 - /nth-check/2.1.1: 10615 + /nth-check@2.1.1: 10712 10616 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 10713 10617 dependencies: 10714 10618 boolbase: 1.0.0 10715 10619 10716 - /num2fraction/1.2.2: 10620 + /num2fraction@1.2.2: 10717 10621 resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==} 10718 10622 10719 - /nwsapi/2.2.2: 10623 + /nwsapi@2.2.2: 10720 10624 resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} 10721 10625 dev: true 10722 10626 10723 - /oauth-sign/0.9.0: 10627 + /oauth-sign@0.9.0: 10724 10628 resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} 10725 10629 dev: true 10726 10630 10727 - /object-assign/4.1.1: 10631 + /object-assign@4.1.1: 10728 10632 resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} 10729 10633 engines: {node: '>=0.10.0'} 10730 10634 10731 - /object-copy/0.1.0: 10635 + /object-copy@0.1.0: 10732 10636 resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} 10733 10637 engines: {node: '>=0.10.0'} 10734 10638 dependencies: ··· 10736 10640 define-property: 0.2.5 10737 10641 kind-of: 3.2.2 10738 10642 10739 - /object-inspect/1.12.3: 10643 + /object-inspect@1.12.3: 10740 10644 resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} 10741 10645 10742 - /object-is/1.1.5: 10646 + /object-is@1.1.5: 10743 10647 resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} 10744 10648 engines: {node: '>= 0.4'} 10745 10649 dependencies: 10746 10650 call-bind: 1.0.2 10747 10651 define-properties: 1.2.0 10748 10652 10749 - /object-keys/1.1.1: 10653 + /object-keys@1.1.1: 10750 10654 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} 10751 10655 engines: {node: '>= 0.4'} 10752 10656 10753 - /object-visit/1.0.1: 10657 + /object-visit@1.0.1: 10754 10658 resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} 10755 10659 engines: {node: '>=0.10.0'} 10756 10660 dependencies: 10757 10661 isobject: 3.0.1 10758 10662 10759 - /object.assign/4.1.4: 10663 + /object.assign@4.1.4: 10760 10664 resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} 10761 10665 engines: {node: '>= 0.4'} 10762 10666 dependencies: ··· 10765 10669 has-symbols: 1.0.3 10766 10670 object-keys: 1.1.1 10767 10671 10768 - /object.entries/1.1.6: 10672 + /object.entries@1.1.6: 10769 10673 resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} 10770 10674 engines: {node: '>= 0.4'} 10771 10675 dependencies: ··· 10774 10678 es-abstract: 1.21.2 10775 10679 dev: true 10776 10680 10777 - /object.fromentries/2.0.6: 10681 + /object.fromentries@2.0.6: 10778 10682 resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} 10779 10683 engines: {node: '>= 0.4'} 10780 10684 dependencies: ··· 10783 10687 es-abstract: 1.21.2 10784 10688 dev: true 10785 10689 10786 - /object.getownpropertydescriptors/2.1.2: 10690 + /object.getownpropertydescriptors@2.1.2: 10787 10691 resolution: {integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==} 10788 10692 engines: {node: '>= 0.8'} 10789 10693 dependencies: ··· 10791 10695 define-properties: 1.2.0 10792 10696 es-abstract: 1.21.2 10793 10697 10794 - /object.hasown/1.1.2: 10698 + /object.hasown@1.1.2: 10795 10699 resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} 10796 10700 dependencies: 10797 10701 define-properties: 1.2.0 10798 10702 es-abstract: 1.21.2 10799 10703 dev: true 10800 10704 10801 - /object.pick/1.3.0: 10705 + /object.pick@1.3.0: 10802 10706 resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} 10803 10707 engines: {node: '>=0.10.0'} 10804 10708 dependencies: 10805 10709 isobject: 3.0.1 10806 10710 10807 - /object.values/1.1.6: 10711 + /object.values@1.1.6: 10808 10712 resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} 10809 10713 engines: {node: '>= 0.4'} 10810 10714 dependencies: ··· 10812 10716 define-properties: 1.2.0 10813 10717 es-abstract: 1.21.2 10814 10718 10815 - /obuf/1.1.2: 10719 + /obuf@1.1.2: 10816 10720 resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} 10817 10721 10818 - /on-finished/2.3.0: 10722 + /on-finished@2.3.0: 10819 10723 resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} 10820 10724 engines: {node: '>= 0.8'} 10821 10725 dependencies: 10822 10726 ee-first: 1.1.1 10823 10727 10824 - /on-headers/1.0.2: 10728 + /on-headers@1.0.2: 10825 10729 resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} 10826 10730 engines: {node: '>= 0.8'} 10827 10731 10828 - /once/1.4.0: 10732 + /once@1.4.0: 10829 10733 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 10830 10734 dependencies: 10831 10735 wrappy: 1.0.2 10832 10736 10833 - /onetime/2.0.1: 10737 + /onetime@2.0.1: 10834 10738 resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} 10835 10739 engines: {node: '>=4'} 10836 10740 dependencies: 10837 10741 mimic-fn: 1.2.0 10838 10742 10839 - /onetime/5.1.2: 10743 + /onetime@5.1.2: 10840 10744 resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} 10841 10745 engines: {node: '>=6'} 10842 10746 dependencies: 10843 10747 mimic-fn: 2.1.0 10844 10748 dev: true 10845 10749 10846 - /onetime/6.0.0: 10750 + /onetime@6.0.0: 10847 10751 resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} 10848 10752 engines: {node: '>=12'} 10849 10753 dependencies: 10850 10754 mimic-fn: 4.0.0 10851 10755 dev: true 10852 10756 10853 - /open/8.4.2: 10757 + /open@8.4.2: 10854 10758 resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} 10855 10759 engines: {node: '>=12'} 10856 10760 dependencies: ··· 10859 10763 is-wsl: 2.2.0 10860 10764 dev: true 10861 10765 10862 - /opencollective-postinstall/2.0.3: 10766 + /opencollective-postinstall@2.0.3: 10863 10767 resolution: {integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==} 10864 10768 hasBin: true 10865 10769 dev: true 10866 10770 10867 - /opener/1.5.2: 10771 + /opener@1.5.2: 10868 10772 resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} 10869 10773 hasBin: true 10870 10774 10871 - /opn/5.5.0: 10775 + /opn@5.5.0: 10872 10776 resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} 10873 10777 engines: {node: '>=4'} 10874 10778 dependencies: 10875 10779 is-wsl: 1.1.0 10876 10780 10877 - /optimize-css-assets-webpack-plugin/5.0.4_webpack@4.46.0: 10781 + /optimize-css-assets-webpack-plugin@5.0.4(webpack@4.46.0): 10878 10782 resolution: {integrity: sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==} 10879 10783 peerDependencies: 10880 10784 webpack: ^4.0.0 ··· 10883 10787 last-call-webpack-plugin: 3.0.0 10884 10788 webpack: 4.46.0 10885 10789 10886 - /optionator/0.8.3: 10790 + /optionator@0.8.3: 10887 10791 resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} 10888 10792 engines: {node: '>= 0.8.0'} 10889 10793 dependencies: ··· 10895 10799 word-wrap: 1.2.3 10896 10800 dev: true 10897 10801 10898 - /optionator/0.9.1: 10802 + /optionator@0.9.1: 10899 10803 resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} 10900 10804 engines: {node: '>= 0.8.0'} 10901 10805 dependencies: ··· 10907 10811 word-wrap: 1.2.3 10908 10812 dev: true 10909 10813 10910 - /original/1.0.2: 10814 + /original@1.0.2: 10911 10815 resolution: {integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==} 10912 10816 dependencies: 10913 10817 url-parse: 1.5.10 10914 10818 10915 - /os-browserify/0.3.0: 10819 + /os-browserify@0.3.0: 10916 10820 resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} 10917 10821 10918 - /os-name/3.1.0: 10822 + /os-name@3.1.0: 10919 10823 resolution: {integrity: sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==} 10920 10824 engines: {node: '>=6'} 10921 10825 dependencies: ··· 10923 10827 windows-release: 3.3.3 10924 10828 dev: true 10925 10829 10926 - /os-tmpdir/1.0.2: 10830 + /os-tmpdir@1.0.2: 10927 10831 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} 10928 10832 engines: {node: '>=0.10.0'} 10929 10833 10930 - /ospath/1.2.2: 10834 + /ospath@1.2.2: 10931 10835 resolution: {integrity: sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==} 10932 10836 dev: true 10933 10837 10934 - /outdent/0.5.0: 10838 + /outdent@0.5.0: 10935 10839 resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} 10936 10840 dev: true 10937 10841 10938 - /p-cancelable/0.4.1: 10842 + /p-cancelable@0.4.1: 10939 10843 resolution: {integrity: sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==} 10940 10844 engines: {node: '>=4'} 10941 10845 10942 - /p-event/2.3.1: 10846 + /p-event@2.3.1: 10943 10847 resolution: {integrity: sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==} 10944 10848 engines: {node: '>=6'} 10945 10849 dependencies: 10946 10850 p-timeout: 2.0.1 10947 10851 10948 - /p-filter/2.1.0: 10852 + /p-filter@2.1.0: 10949 10853 resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} 10950 10854 engines: {node: '>=8'} 10951 10855 dependencies: 10952 10856 p-map: 2.1.0 10953 10857 dev: true 10954 10858 10955 - /p-finally/1.0.0: 10859 + /p-finally@1.0.0: 10956 10860 resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} 10957 10861 engines: {node: '>=4'} 10958 10862 10959 - /p-is-promise/1.1.0: 10863 + /p-is-promise@1.1.0: 10960 10864 resolution: {integrity: sha512-zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg==} 10961 10865 engines: {node: '>=4'} 10962 10866 10963 - /p-limit/2.3.0: 10867 + /p-limit@2.3.0: 10964 10868 resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} 10965 10869 engines: {node: '>=6'} 10966 10870 dependencies: 10967 10871 p-try: 2.2.0 10968 10872 10969 - /p-limit/3.1.0: 10873 + /p-limit@3.1.0: 10970 10874 resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} 10971 10875 engines: {node: '>=10'} 10972 10876 dependencies: 10973 10877 yocto-queue: 0.1.0 10974 10878 dev: true 10975 10879 10976 - /p-limit/4.0.0: 10880 + /p-limit@4.0.0: 10977 10881 resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} 10978 10882 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 10979 10883 dependencies: 10980 10884 yocto-queue: 1.0.0 10981 10885 dev: true 10982 10886 10983 - /p-locate/3.0.0: 10887 + /p-locate@3.0.0: 10984 10888 resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} 10985 10889 engines: {node: '>=6'} 10986 10890 dependencies: 10987 10891 p-limit: 2.3.0 10988 10892 10989 - /p-locate/4.1.0: 10893 + /p-locate@4.1.0: 10990 10894 resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} 10991 10895 engines: {node: '>=8'} 10992 10896 dependencies: 10993 10897 p-limit: 2.3.0 10994 10898 10995 - /p-locate/5.0.0: 10899 + /p-locate@5.0.0: 10996 10900 resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} 10997 10901 engines: {node: '>=10'} 10998 10902 dependencies: 10999 10903 p-limit: 3.1.0 11000 10904 dev: true 11001 10905 11002 - /p-locate/6.0.0: 10906 + /p-locate@6.0.0: 11003 10907 resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} 11004 10908 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 11005 10909 dependencies: 11006 10910 p-limit: 4.0.0 11007 10911 dev: true 11008 10912 11009 - /p-map/2.1.0: 10913 + /p-map@2.1.0: 11010 10914 resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} 11011 10915 engines: {node: '>=6'} 11012 10916 11013 - /p-map/4.0.0: 10917 + /p-map@4.0.0: 11014 10918 resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} 11015 10919 engines: {node: '>=10'} 11016 10920 dependencies: 11017 10921 aggregate-error: 3.1.0 11018 10922 dev: true 11019 10923 11020 - /p-retry/3.0.1: 10924 + /p-retry@3.0.1: 11021 10925 resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} 11022 10926 engines: {node: '>=6'} 11023 10927 dependencies: 11024 10928 retry: 0.12.0 11025 10929 11026 - /p-timeout/2.0.1: 10930 + /p-timeout@2.0.1: 11027 10931 resolution: {integrity: sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==} 11028 10932 engines: {node: '>=4'} 11029 10933 dependencies: 11030 10934 p-finally: 1.0.0 11031 10935 11032 - /p-try/2.2.0: 10936 + /p-try@2.2.0: 11033 10937 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} 11034 10938 engines: {node: '>=6'} 11035 10939 11036 - /pacote/15.1.1: 10940 + /pacote@15.1.1: 11037 10941 resolution: {integrity: sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ==} 11038 10942 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 11039 10943 hasBin: true ··· 11061 10965 - supports-color 11062 10966 dev: true 11063 10967 11064 - /pako/0.2.9: 10968 + /pako@0.2.9: 11065 10969 resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} 11066 10970 11067 - /pako/1.0.11: 10971 + /pako@1.0.11: 11068 10972 resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} 11069 10973 11070 - /parallel-transform/1.2.0: 10974 + /parallel-transform@1.2.0: 11071 10975 resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} 11072 10976 dependencies: 11073 10977 cyclist: 1.0.1 11074 10978 inherits: 2.0.4 11075 10979 readable-stream: 2.3.7 11076 10980 11077 - /param-case/2.1.1: 10981 + /param-case@2.1.1: 11078 10982 resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} 11079 10983 dependencies: 11080 10984 no-case: 2.3.2 11081 10985 11082 - /parent-module/1.0.1: 10986 + /parent-module@1.0.1: 11083 10987 resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 11084 10988 engines: {node: '>=6'} 11085 10989 dependencies: 11086 10990 callsites: 3.1.0 11087 10991 11088 - /parse-asn1/5.1.6: 10992 + /parse-asn1@5.1.6: 11089 10993 resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} 11090 10994 dependencies: 11091 10995 asn1.js: 5.4.1 ··· 11094 10998 pbkdf2: 3.1.2 11095 10999 safe-buffer: 5.2.1 11096 11000 11097 - /parse-conflict-json/3.0.0: 11001 + /parse-conflict-json@3.0.0: 11098 11002 resolution: {integrity: sha512-ipcKLCmZbAj7n+h9qQREvdvsBUMPetGk9mM4ljCvs5inZznAlkHPk5XPc7ROtknUKw7kO6Jnz10Y3Eec7tky/A==} 11099 11003 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 11100 11004 dependencies: ··· 11103 11007 just-diff-apply: 5.5.0 11104 11008 dev: true 11105 11009 11106 - /parse-entities/1.2.2: 11010 + /parse-entities@1.2.2: 11107 11011 resolution: {integrity: sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==} 11108 11012 dependencies: 11109 11013 character-entities: 1.2.4 ··· 11114 11018 is-hexadecimal: 1.0.4 11115 11019 dev: false 11116 11020 11117 - /parse-entities/2.0.0: 11021 + /parse-entities@2.0.0: 11118 11022 resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} 11119 11023 dependencies: 11120 11024 character-entities: 1.2.4 ··· 11124 11028 is-decimal: 1.0.4 11125 11029 is-hexadecimal: 1.0.4 11126 11030 11127 - /parse-json/4.0.0: 11031 + /parse-json@4.0.0: 11128 11032 resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} 11129 11033 engines: {node: '>=4'} 11130 11034 dependencies: 11131 11035 error-ex: 1.3.2 11132 11036 json-parse-better-errors: 1.0.2 11133 11037 11134 - /parse-json/5.2.0: 11038 + /parse-json@5.2.0: 11135 11039 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 11136 11040 engines: {node: '>=8'} 11137 11041 dependencies: ··· 11140 11044 json-parse-even-better-errors: 2.3.1 11141 11045 lines-and-columns: 1.2.4 11142 11046 11143 - /parse5-htmlparser2-tree-adapter/6.0.1: 11047 + /parse5-htmlparser2-tree-adapter@6.0.1: 11144 11048 resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} 11145 11049 dependencies: 11146 11050 parse5: 6.0.1 11147 11051 dev: true 11148 11052 11149 - /parse5/6.0.1: 11053 + /parse5@6.0.1: 11150 11054 resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} 11151 11055 11152 - /parse5/7.1.2: 11056 + /parse5@7.1.2: 11153 11057 resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} 11154 11058 dependencies: 11155 11059 entities: 4.4.0 11156 11060 dev: true 11157 11061 11158 - /parseqs/0.0.6: 11062 + /parseqs@0.0.6: 11159 11063 resolution: {integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==} 11160 11064 11161 - /parseuri/0.0.6: 11065 + /parseuri@0.0.6: 11162 11066 resolution: {integrity: sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==} 11163 11067 11164 - /parseurl/1.3.3: 11068 + /parseurl@1.3.3: 11165 11069 resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} 11166 11070 engines: {node: '>= 0.8'} 11167 11071 11168 - /pascalcase/0.1.1: 11072 + /pascalcase@0.1.1: 11169 11073 resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} 11170 11074 engines: {node: '>=0.10.0'} 11171 11075 11172 - /path-browserify/0.0.1: 11076 + /path-browserify@0.0.1: 11173 11077 resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} 11174 11078 11175 - /path-browserify/1.0.1: 11079 + /path-browserify@1.0.1: 11176 11080 resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} 11177 11081 dev: true 11178 11082 11179 - /path-dirname/1.0.2: 11083 + /path-dirname@1.0.2: 11180 11084 resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} 11181 11085 11182 - /path-exists/3.0.0: 11086 + /path-exists@3.0.0: 11183 11087 resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} 11184 11088 engines: {node: '>=4'} 11185 11089 11186 - /path-exists/4.0.0: 11090 + /path-exists@4.0.0: 11187 11091 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} 11188 11092 engines: {node: '>=8'} 11189 11093 11190 - /path-exists/5.0.0: 11094 + /path-exists@5.0.0: 11191 11095 resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} 11192 11096 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 11193 11097 dev: true 11194 11098 11195 - /path-is-absolute/1.0.1: 11099 + /path-is-absolute@1.0.1: 11196 11100 resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} 11197 11101 engines: {node: '>=0.10.0'} 11198 11102 11199 - /path-is-inside/1.0.2: 11103 + /path-is-inside@1.0.2: 11200 11104 resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} 11201 11105 11202 - /path-key/2.0.1: 11106 + /path-key@2.0.1: 11203 11107 resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} 11204 11108 engines: {node: '>=4'} 11205 11109 11206 - /path-key/3.1.1: 11110 + /path-key@3.1.1: 11207 11111 resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 11208 11112 engines: {node: '>=8'} 11209 11113 dev: true 11210 11114 11211 - /path-key/4.0.0: 11115 + /path-key@4.0.0: 11212 11116 resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} 11213 11117 engines: {node: '>=12'} 11214 11118 dev: true 11215 11119 11216 - /path-parse/1.0.7: 11120 + /path-parse@1.0.7: 11217 11121 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} 11218 11122 11219 - /path-scurry/1.6.1: 11123 + /path-scurry@1.6.1: 11220 11124 resolution: {integrity: sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==} 11221 11125 engines: {node: '>=14'} 11222 11126 dependencies: ··· 11224 11128 minipass: 4.2.5 11225 11129 dev: true 11226 11130 11227 - /path-to-regexp/0.1.7: 11131 + /path-to-regexp@0.1.7: 11228 11132 resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} 11229 11133 11230 - /path-to-regexp/1.8.0: 11134 + /path-to-regexp@1.8.0: 11231 11135 resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} 11232 11136 dependencies: 11233 11137 isarray: 0.0.1 11234 11138 dev: false 11235 11139 11236 - /path-to-regexp/2.2.1: 11140 + /path-to-regexp@2.2.1: 11237 11141 resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} 11238 11142 11239 - /path-type/3.0.0: 11143 + /path-type@3.0.0: 11240 11144 resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} 11241 11145 engines: {node: '>=4'} 11242 11146 dependencies: 11243 11147 pify: 3.0.0 11244 11148 dev: true 11245 11149 11246 - /path-type/4.0.0: 11150 + /path-type@4.0.0: 11247 11151 resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 11248 11152 engines: {node: '>=8'} 11249 11153 11250 - /path/0.12.7: 11154 + /path@0.12.7: 11251 11155 resolution: {integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==} 11252 11156 dependencies: 11253 11157 process: 0.11.10 11254 11158 util: 0.10.4 11255 11159 dev: false 11256 11160 11257 - /pathe/1.1.0: 11161 + /pathe@1.1.0: 11258 11162 resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==} 11259 11163 dev: true 11260 11164 11261 - /pathval/1.1.1: 11165 + /pathval@1.1.1: 11262 11166 resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} 11263 11167 dev: true 11264 11168 11265 - /pbkdf2/3.1.2: 11169 + /pbkdf2@3.1.2: 11266 11170 resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} 11267 11171 engines: {node: '>=0.12'} 11268 11172 dependencies: ··· 11272 11176 safe-buffer: 5.2.1 11273 11177 sha.js: 2.4.11 11274 11178 11275 - /peek-stream/1.1.3: 11179 + /peek-stream@1.1.3: 11276 11180 resolution: {integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==} 11277 11181 dependencies: 11278 11182 buffer-from: 1.1.2 11279 11183 duplexify: 3.7.1 11280 11184 through2: 2.0.5 11281 11185 11282 - /pend/1.2.0: 11186 + /pend@1.2.0: 11283 11187 resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} 11284 11188 11285 - /performance-now/2.1.0: 11189 + /performance-now@2.1.0: 11286 11190 resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} 11287 11191 11288 - /picocolors/1.0.0: 11192 + /picocolors@1.0.0: 11289 11193 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} 11290 11194 11291 - /picomatch/2.3.1: 11195 + /picomatch@2.3.1: 11292 11196 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 11293 11197 engines: {node: '>=8.6'} 11294 11198 11295 - /pidtree/0.3.1: 11199 + /pidtree@0.3.1: 11296 11200 resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} 11297 11201 engines: {node: '>=0.10'} 11298 11202 hasBin: true 11299 11203 dev: true 11300 11204 11301 - /pidtree/0.6.0: 11205 + /pidtree@0.6.0: 11302 11206 resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} 11303 11207 engines: {node: '>=0.10'} 11304 11208 hasBin: true 11305 11209 dev: true 11306 11210 11307 - /pify/2.3.0: 11211 + /pify@2.3.0: 11308 11212 resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 11309 11213 engines: {node: '>=0.10.0'} 11310 11214 11311 - /pify/3.0.0: 11215 + /pify@3.0.0: 11312 11216 resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} 11313 11217 engines: {node: '>=4'} 11314 11218 11315 - /pify/4.0.1: 11219 + /pify@4.0.1: 11316 11220 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 11317 11221 engines: {node: '>=6'} 11318 11222 11319 - /pinkie-promise/2.0.1: 11223 + /pinkie-promise@2.0.1: 11320 11224 resolution: {integrity: sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==} 11321 11225 engines: {node: '>=0.10.0'} 11322 11226 dependencies: 11323 11227 pinkie: 2.0.4 11324 11228 11325 - /pinkie/2.0.4: 11229 + /pinkie@2.0.4: 11326 11230 resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} 11327 11231 engines: {node: '>=0.10.0'} 11328 11232 11329 - /pirates/4.0.5: 11233 + /pirates@4.0.5: 11330 11234 resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} 11331 11235 engines: {node: '>= 6'} 11332 11236 11333 - /pkg-dir/3.0.0: 11237 + /pkg-dir@3.0.0: 11334 11238 resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} 11335 11239 engines: {node: '>=6'} 11336 11240 dependencies: 11337 11241 find-up: 3.0.0 11338 11242 11339 - /pkg-dir/4.2.0: 11243 + /pkg-dir@4.2.0: 11340 11244 resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} 11341 11245 engines: {node: '>=8'} 11342 11246 dependencies: 11343 11247 find-up: 4.1.0 11344 11248 11345 - /pkg-dir/5.0.0: 11249 + /pkg-dir@5.0.0: 11346 11250 resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==} 11347 11251 engines: {node: '>=10'} 11348 11252 dependencies: 11349 11253 find-up: 5.0.0 11350 11254 dev: true 11351 11255 11352 - /pkg-types/1.0.2: 11256 + /pkg-types@1.0.2: 11353 11257 resolution: {integrity: sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==} 11354 11258 dependencies: 11355 11259 jsonc-parser: 3.2.0 ··· 11357 11261 pathe: 1.1.0 11358 11262 dev: true 11359 11263 11360 - /platform/1.3.6: 11264 + /platform@1.3.6: 11361 11265 resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} 11362 11266 dev: true 11363 11267 11364 - /please-upgrade-node/3.2.0: 11268 + /please-upgrade-node@3.2.0: 11365 11269 resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} 11366 11270 dependencies: 11367 11271 semver-compare: 1.0.0 11368 11272 dev: true 11369 11273 11370 - /pnp-webpack-plugin/1.6.4: 11274 + /pnp-webpack-plugin@1.6.4(typescript@4.9.5): 11371 11275 resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} 11372 11276 engines: {node: '>=6'} 11373 11277 dependencies: 11374 - ts-pnp: 1.2.0 11278 + ts-pnp: 1.2.0(typescript@4.9.5) 11375 11279 transitivePeerDependencies: 11376 11280 - typescript 11377 11281 dev: true 11378 11282 11379 - /portfinder/1.0.28: 11283 + /portfinder@1.0.28(supports-color@6.1.0): 11380 11284 resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} 11381 11285 engines: {node: '>= 0.12.0'} 11382 11286 dependencies: 11383 11287 async: 2.6.3 11384 - debug: 3.2.7 11288 + debug: 3.2.7(supports-color@6.1.0) 11385 11289 mkdirp: 0.5.5 11386 11290 transitivePeerDependencies: 11387 11291 - supports-color 11388 11292 11389 - /portfinder/1.0.28_supports-color@6.1.0: 11390 - resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} 11391 - engines: {node: '>= 0.12.0'} 11392 - dependencies: 11393 - async: 2.6.3 11394 - debug: 3.2.7_supports-color@6.1.0 11395 - mkdirp: 0.5.5 11396 - transitivePeerDependencies: 11397 - - supports-color 11398 - 11399 - /posix-character-classes/0.1.1: 11293 + /posix-character-classes@0.1.1: 11400 11294 resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} 11401 11295 engines: {node: '>=0.10.0'} 11402 11296 11403 - /postcss-calc/7.0.5: 11297 + /postcss-calc@7.0.5: 11404 11298 resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} 11405 11299 dependencies: 11406 11300 postcss: 7.0.35 11407 11301 postcss-selector-parser: 6.0.11 11408 11302 postcss-value-parser: 4.1.0 11409 11303 11410 - /postcss-colormin/4.0.3: 11304 + /postcss-colormin@4.0.3: 11411 11305 resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} 11412 11306 engines: {node: '>=6.9.0'} 11413 11307 dependencies: ··· 11417 11311 postcss: 7.0.35 11418 11312 postcss-value-parser: 3.3.1 11419 11313 11420 - /postcss-convert-values/4.0.1: 11314 + /postcss-convert-values@4.0.1: 11421 11315 resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} 11422 11316 engines: {node: '>=6.9.0'} 11423 11317 dependencies: 11424 11318 postcss: 7.0.35 11425 11319 postcss-value-parser: 3.3.1 11426 11320 11427 - /postcss-discard-comments/4.0.2: 11321 + /postcss-discard-comments@4.0.2: 11428 11322 resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} 11429 11323 engines: {node: '>=6.9.0'} 11430 11324 dependencies: 11431 11325 postcss: 7.0.35 11432 11326 11433 - /postcss-discard-duplicates/4.0.2: 11327 + /postcss-discard-duplicates@4.0.2: 11434 11328 resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} 11435 11329 engines: {node: '>=6.9.0'} 11436 11330 dependencies: 11437 11331 postcss: 7.0.35 11438 11332 11439 - /postcss-discard-empty/4.0.1: 11333 + /postcss-discard-empty@4.0.1: 11440 11334 resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} 11441 11335 engines: {node: '>=6.9.0'} 11442 11336 dependencies: 11443 11337 postcss: 7.0.35 11444 11338 11445 - /postcss-discard-overridden/4.0.1: 11339 + /postcss-discard-overridden@4.0.1: 11446 11340 resolution: {integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==} 11447 11341 engines: {node: '>=6.9.0'} 11448 11342 dependencies: 11449 11343 postcss: 7.0.35 11450 11344 11451 - /postcss-flexbugs-fixes/4.2.1: 11345 + /postcss-flexbugs-fixes@4.2.1: 11452 11346 resolution: {integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==} 11453 11347 dependencies: 11454 11348 postcss: 7.0.35 11455 11349 11456 - /postcss-load-config/2.1.2: 11350 + /postcss-load-config@2.1.2: 11457 11351 resolution: {integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==} 11458 11352 engines: {node: '>= 4'} 11459 11353 dependencies: 11460 11354 cosmiconfig: 5.2.1 11461 11355 import-cwd: 2.1.0 11462 11356 11463 - /postcss-loader/3.0.0: 11357 + /postcss-loader@3.0.0: 11464 11358 resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} 11465 11359 engines: {node: '>= 6'} 11466 11360 dependencies: ··· 11469 11363 postcss-load-config: 2.1.2 11470 11364 schema-utils: 1.0.0 11471 11365 11472 - /postcss-merge-longhand/4.0.11: 11366 + /postcss-merge-longhand@4.0.11: 11473 11367 resolution: {integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==} 11474 11368 engines: {node: '>=6.9.0'} 11475 11369 dependencies: ··· 11478 11372 postcss-value-parser: 3.3.1 11479 11373 stylehacks: 4.0.3 11480 11374 11481 - /postcss-merge-rules/4.0.3: 11375 + /postcss-merge-rules@4.0.3: 11482 11376 resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} 11483 11377 engines: {node: '>=6.9.0'} 11484 11378 dependencies: ··· 11489 11383 postcss-selector-parser: 3.1.2 11490 11384 vendors: 1.0.4 11491 11385 11492 - /postcss-minify-font-values/4.0.2: 11386 + /postcss-minify-font-values@4.0.2: 11493 11387 resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} 11494 11388 engines: {node: '>=6.9.0'} 11495 11389 dependencies: 11496 11390 postcss: 7.0.35 11497 11391 postcss-value-parser: 3.3.1 11498 11392 11499 - /postcss-minify-gradients/4.0.2: 11393 + /postcss-minify-gradients@4.0.2: 11500 11394 resolution: {integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==} 11501 11395 engines: {node: '>=6.9.0'} 11502 11396 dependencies: ··· 11505 11399 postcss: 7.0.35 11506 11400 postcss-value-parser: 3.3.1 11507 11401 11508 - /postcss-minify-params/4.0.2: 11402 + /postcss-minify-params@4.0.2: 11509 11403 resolution: {integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==} 11510 11404 engines: {node: '>=6.9.0'} 11511 11405 dependencies: ··· 11516 11410 postcss-value-parser: 3.3.1 11517 11411 uniqs: 2.0.0 11518 11412 11519 - /postcss-minify-selectors/4.0.2: 11413 + /postcss-minify-selectors@4.0.2: 11520 11414 resolution: {integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==} 11521 11415 engines: {node: '>=6.9.0'} 11522 11416 dependencies: ··· 11525 11419 postcss: 7.0.35 11526 11420 postcss-selector-parser: 3.1.2 11527 11421 11528 - /postcss-modules-extract-imports/2.0.0: 11422 + /postcss-modules-extract-imports@2.0.0: 11529 11423 resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} 11530 11424 engines: {node: '>= 6'} 11531 11425 dependencies: 11532 11426 postcss: 7.0.35 11533 11427 11534 - /postcss-modules-local-by-default/2.0.6: 11428 + /postcss-modules-local-by-default@2.0.6: 11535 11429 resolution: {integrity: sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==} 11536 11430 engines: {node: '>= 6'} 11537 11431 dependencies: ··· 11539 11433 postcss-selector-parser: 6.0.11 11540 11434 postcss-value-parser: 3.3.1 11541 11435 11542 - /postcss-modules-scope/2.2.0: 11436 + /postcss-modules-scope@2.2.0: 11543 11437 resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} 11544 11438 engines: {node: '>= 6'} 11545 11439 dependencies: 11546 11440 postcss: 7.0.35 11547 11441 postcss-selector-parser: 6.0.11 11548 11442 11549 - /postcss-modules-values/2.0.0: 11443 + /postcss-modules-values@2.0.0: 11550 11444 resolution: {integrity: sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w==} 11551 11445 dependencies: 11552 11446 icss-replace-symbols: 1.1.0 11553 11447 postcss: 7.0.35 11554 11448 11555 - /postcss-normalize-charset/4.0.1: 11449 + /postcss-normalize-charset@4.0.1: 11556 11450 resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} 11557 11451 engines: {node: '>=6.9.0'} 11558 11452 dependencies: 11559 11453 postcss: 7.0.35 11560 11454 11561 - /postcss-normalize-display-values/4.0.2: 11455 + /postcss-normalize-display-values@4.0.2: 11562 11456 resolution: {integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==} 11563 11457 engines: {node: '>=6.9.0'} 11564 11458 dependencies: ··· 11566 11460 postcss: 7.0.35 11567 11461 postcss-value-parser: 3.3.1 11568 11462 11569 - /postcss-normalize-positions/4.0.2: 11463 + /postcss-normalize-positions@4.0.2: 11570 11464 resolution: {integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==} 11571 11465 engines: {node: '>=6.9.0'} 11572 11466 dependencies: ··· 11575 11469 postcss: 7.0.35 11576 11470 postcss-value-parser: 3.3.1 11577 11471 11578 - /postcss-normalize-repeat-style/4.0.2: 11472 + /postcss-normalize-repeat-style@4.0.2: 11579 11473 resolution: {integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==} 11580 11474 engines: {node: '>=6.9.0'} 11581 11475 dependencies: ··· 11584 11478 postcss: 7.0.35 11585 11479 postcss-value-parser: 3.3.1 11586 11480 11587 - /postcss-normalize-string/4.0.2: 11481 + /postcss-normalize-string@4.0.2: 11588 11482 resolution: {integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==} 11589 11483 engines: {node: '>=6.9.0'} 11590 11484 dependencies: ··· 11592 11486 postcss: 7.0.35 11593 11487 postcss-value-parser: 3.3.1 11594 11488 11595 - /postcss-normalize-timing-functions/4.0.2: 11489 + /postcss-normalize-timing-functions@4.0.2: 11596 11490 resolution: {integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==} 11597 11491 engines: {node: '>=6.9.0'} 11598 11492 dependencies: ··· 11600 11494 postcss: 7.0.35 11601 11495 postcss-value-parser: 3.3.1 11602 11496 11603 - /postcss-normalize-unicode/4.0.1: 11497 + /postcss-normalize-unicode@4.0.1: 11604 11498 resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} 11605 11499 engines: {node: '>=6.9.0'} 11606 11500 dependencies: ··· 11608 11502 postcss: 7.0.35 11609 11503 postcss-value-parser: 3.3.1 11610 11504 11611 - /postcss-normalize-url/4.0.1: 11505 + /postcss-normalize-url@4.0.1: 11612 11506 resolution: {integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==} 11613 11507 engines: {node: '>=6.9.0'} 11614 11508 dependencies: ··· 11617 11511 postcss: 7.0.35 11618 11512 postcss-value-parser: 3.3.1 11619 11513 11620 - /postcss-normalize-whitespace/4.0.2: 11514 + /postcss-normalize-whitespace@4.0.2: 11621 11515 resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} 11622 11516 engines: {node: '>=6.9.0'} 11623 11517 dependencies: 11624 11518 postcss: 7.0.35 11625 11519 postcss-value-parser: 3.3.1 11626 11520 11627 - /postcss-ordered-values/4.1.2: 11521 + /postcss-ordered-values@4.1.2: 11628 11522 resolution: {integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==} 11629 11523 engines: {node: '>=6.9.0'} 11630 11524 dependencies: ··· 11632 11526 postcss: 7.0.35 11633 11527 postcss-value-parser: 3.3.1 11634 11528 11635 - /postcss-reduce-initial/4.0.3: 11529 + /postcss-reduce-initial@4.0.3: 11636 11530 resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} 11637 11531 engines: {node: '>=6.9.0'} 11638 11532 dependencies: ··· 11641 11535 has: 1.0.3 11642 11536 postcss: 7.0.35 11643 11537 11644 - /postcss-reduce-transforms/4.0.2: 11538 + /postcss-reduce-transforms@4.0.2: 11645 11539 resolution: {integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==} 11646 11540 engines: {node: '>=6.9.0'} 11647 11541 dependencies: ··· 11650 11544 postcss: 7.0.35 11651 11545 postcss-value-parser: 3.3.1 11652 11546 11653 - /postcss-selector-parser/3.1.2: 11547 + /postcss-selector-parser@3.1.2: 11654 11548 resolution: {integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==} 11655 11549 engines: {node: '>=8'} 11656 11550 dependencies: ··· 11658 11552 indexes-of: 1.0.1 11659 11553 uniq: 1.0.1 11660 11554 11661 - /postcss-selector-parser/6.0.11: 11555 + /postcss-selector-parser@6.0.11: 11662 11556 resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} 11663 11557 engines: {node: '>=4'} 11664 11558 dependencies: 11665 11559 cssesc: 3.0.0 11666 11560 util-deprecate: 1.0.2 11667 11561 11668 - /postcss-svgo/4.0.3: 11562 + /postcss-svgo@4.0.3: 11669 11563 resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} 11670 11564 engines: {node: '>=6.9.0'} 11671 11565 dependencies: ··· 11673 11567 postcss-value-parser: 3.3.1 11674 11568 svgo: 1.3.2 11675 11569 11676 - /postcss-unique-selectors/4.0.1: 11570 + /postcss-unique-selectors@4.0.1: 11677 11571 resolution: {integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==} 11678 11572 engines: {node: '>=6.9.0'} 11679 11573 dependencies: ··· 11681 11575 postcss: 7.0.35 11682 11576 uniqs: 2.0.0 11683 11577 11684 - /postcss-value-parser/3.3.1: 11578 + /postcss-value-parser@3.3.1: 11685 11579 resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==} 11686 11580 11687 - /postcss-value-parser/4.1.0: 11581 + /postcss-value-parser@4.1.0: 11688 11582 resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} 11689 11583 11690 - /postcss/7.0.35: 11584 + /postcss@7.0.35: 11691 11585 resolution: {integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==} 11692 11586 engines: {node: '>=6.0.0'} 11693 11587 dependencies: ··· 11695 11589 source-map: 0.6.1 11696 11590 supports-color: 6.1.0 11697 11591 11698 - /postcss/8.2.13: 11592 + /postcss@8.2.13: 11699 11593 resolution: {integrity: sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==} 11700 11594 engines: {node: ^10 || ^12 || >=14} 11701 11595 dependencies: ··· 11704 11598 source-map: 0.6.1 11705 11599 dev: true 11706 11600 11707 - /postcss/8.4.21: 11601 + /postcss@8.4.21: 11708 11602 resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} 11709 11603 engines: {node: ^10 || ^12 || >=14} 11710 11604 dependencies: ··· 11713 11607 source-map-js: 1.0.2 11714 11608 dev: true 11715 11609 11716 - /preact/10.13.1: 11610 + /preact@10.13.1: 11717 11611 resolution: {integrity: sha512-KyoXVDU5OqTpG9LXlB3+y639JAGzl8JSBXLn1J9HTSB3gbKcuInga7bZnXLlxmK94ntTs1EFeZp0lrja2AuBYQ==} 11718 11612 11719 - /preferred-pm/3.0.3: 11613 + /preferred-pm@3.0.3: 11720 11614 resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} 11721 11615 engines: {node: '>=10'} 11722 11616 dependencies: ··· 11726 11620 which-pm: 2.0.0 11727 11621 dev: true 11728 11622 11729 - /prelude-ls/1.1.2: 11623 + /prelude-ls@1.1.2: 11730 11624 resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} 11731 11625 engines: {node: '>= 0.8.0'} 11732 11626 dev: true 11733 11627 11734 - /prelude-ls/1.2.1: 11628 + /prelude-ls@1.2.1: 11735 11629 resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 11736 11630 engines: {node: '>= 0.8.0'} 11737 11631 dev: true 11738 11632 11739 - /prepend-http/1.0.4: 11633 + /prepend-http@1.0.4: 11740 11634 resolution: {integrity: sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==} 11741 11635 engines: {node: '>=0.10.0'} 11742 11636 11743 - /prepend-http/2.0.0: 11637 + /prepend-http@2.0.0: 11744 11638 resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} 11745 11639 engines: {node: '>=4'} 11746 11640 11747 - /prettier-linter-helpers/1.0.0: 11641 + /prettier-linter-helpers@1.0.0: 11748 11642 resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} 11749 11643 engines: {node: '>=6.0.0'} 11750 11644 dependencies: 11751 11645 fast-diff: 1.2.0 11752 11646 dev: true 11753 11647 11754 - /prettier/2.8.4: 11648 + /prettier@2.8.4: 11755 11649 resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} 11756 11650 engines: {node: '>=10.13.0'} 11757 11651 hasBin: true 11758 11652 dev: true 11759 11653 11760 - /pretty-bytes/5.6.0: 11654 + /pretty-bytes@5.6.0: 11761 11655 resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} 11762 11656 engines: {node: '>=6'} 11763 11657 dev: true 11764 11658 11765 - /pretty-error/2.1.2: 11659 + /pretty-error@2.1.2: 11766 11660 resolution: {integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==} 11767 11661 dependencies: 11768 11662 lodash: 4.17.21 11769 11663 renderkid: 2.0.5 11770 11664 11771 - /pretty-format/26.6.2: 11665 + /pretty-format@26.6.2: 11772 11666 resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} 11773 11667 engines: {node: '>= 10'} 11774 11668 dependencies: ··· 11778 11672 react-is: 17.0.2 11779 11673 dev: true 11780 11674 11781 - /pretty-format/27.5.1: 11675 + /pretty-format@27.5.1: 11782 11676 resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} 11783 11677 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} 11784 11678 dependencies: ··· 11787 11681 react-is: 17.0.2 11788 11682 dev: true 11789 11683 11790 - /prism-react-renderer/1.2.0_react@17.0.2: 11684 + /prism-react-renderer@1.2.0(react@17.0.2): 11791 11685 resolution: {integrity: sha512-GHqzxLYImx1iKN1jJURcuRoA/0ygCcNhfGw1IT8nPIMzarmKQ3Nc+JcG0gi8JXQzuh0C5ShE4npMIoqNin40hg==} 11792 11686 peerDependencies: 11793 11687 react: '>=0.14.9 || 17' ··· 11795 11689 react: 17.0.2 11796 11690 dev: false 11797 11691 11798 - /proc-log/3.0.0: 11692 + /proc-log@3.0.0: 11799 11693 resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} 11800 11694 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 11801 11695 dev: true 11802 11696 11803 - /process-nextick-args/2.0.1: 11697 + /process-nextick-args@2.0.1: 11804 11698 resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} 11805 11699 11806 - /process/0.11.10: 11700 + /process@0.11.10: 11807 11701 resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 11808 11702 engines: {node: '>= 0.6.0'} 11809 11703 11810 - /progress/1.1.8: 11704 + /progress@1.1.8: 11811 11705 resolution: {integrity: sha512-UdA8mJ4weIkUBO224tIarHzuHs4HuYiJvsuGT7j/SPQiUJVjYvNDBIPa0hAorduOfjGohB/qHWRa/lrrWX/mXw==} 11812 11706 engines: {node: '>=0.4.0'} 11813 11707 dev: true 11814 11708 11815 - /progress/2.0.3: 11709 + /progress@2.0.3: 11816 11710 resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} 11817 11711 engines: {node: '>=0.4.0'} 11818 11712 11819 - /promise-all-reject-late/1.0.1: 11713 + /promise-all-reject-late@1.0.1: 11820 11714 resolution: {integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==} 11821 11715 dev: true 11822 11716 11823 - /promise-call-limit/1.0.1: 11717 + /promise-call-limit@1.0.1: 11824 11718 resolution: {integrity: sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q==} 11825 11719 dev: true 11826 11720 11827 - /promise-inflight/1.0.1: 11828 - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} 11829 - peerDependencies: 11830 - bluebird: '*' 11831 - peerDependenciesMeta: 11832 - bluebird: 11833 - optional: true 11834 - dev: true 11835 - 11836 - /promise-inflight/1.0.1_bluebird@3.7.2: 11721 + /promise-inflight@1.0.1(bluebird@3.7.2): 11837 11722 resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} 11838 11723 peerDependencies: 11839 11724 bluebird: '*' ··· 11843 11728 dependencies: 11844 11729 bluebird: 3.7.2 11845 11730 11846 - /promise-retry/2.0.1: 11731 + /promise-retry@2.0.1: 11847 11732 resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} 11848 11733 engines: {node: '>=10'} 11849 11734 dependencies: ··· 11851 11736 retry: 0.12.0 11852 11737 dev: true 11853 11738 11854 - /prop-types-exact/1.2.0: 11739 + /prop-types-exact@1.2.0: 11855 11740 resolution: {integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==} 11856 11741 dependencies: 11857 11742 has: 1.0.3 ··· 11859 11744 reflect.ownkeys: 0.2.0 11860 11745 dev: true 11861 11746 11862 - /prop-types/15.7.2: 11747 + /prop-types@15.7.2: 11863 11748 resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} 11864 11749 dependencies: 11865 11750 loose-envify: 1.4.0 ··· 11867 11752 react-is: 17.0.2 11868 11753 dev: true 11869 11754 11870 - /prop-types/15.8.1: 11755 + /prop-types@15.8.1: 11871 11756 resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} 11872 11757 dependencies: 11873 11758 loose-envify: 1.4.0 11874 11759 object-assign: 4.1.1 11875 11760 react-is: 17.0.2 11876 11761 11877 - /property-information/5.6.0: 11762 + /property-information@5.6.0: 11878 11763 resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} 11879 11764 dependencies: 11880 11765 xtend: 4.0.2 11881 11766 11882 - /proto-list/1.2.4: 11767 + /proto-list@1.2.4: 11883 11768 resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} 11884 11769 11885 - /proxy-addr/2.0.6: 11770 + /proxy-addr@2.0.6: 11886 11771 resolution: {integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==} 11887 11772 engines: {node: '>= 0.10'} 11888 11773 dependencies: 11889 11774 forwarded: 0.1.2 11890 11775 ipaddr.js: 1.9.1 11891 11776 11892 - /proxy-from-env/1.0.0: 11777 + /proxy-from-env@1.0.0: 11893 11778 resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==} 11894 11779 dev: true 11895 11780 11896 - /prr/1.0.1: 11781 + /prr@1.0.1: 11897 11782 resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} 11898 11783 11899 - /pseudomap/1.0.2: 11784 + /pseudomap@1.0.2: 11900 11785 resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} 11901 11786 11902 - /psl/1.9.0: 11787 + /psl@1.9.0: 11903 11788 resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} 11904 11789 dev: true 11905 11790 11906 - /public-encrypt/4.0.3: 11791 + /public-encrypt@4.0.3: 11907 11792 resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} 11908 11793 dependencies: 11909 11794 bn.js: 4.12.0 ··· 11913 11798 randombytes: 2.1.0 11914 11799 safe-buffer: 5.2.1 11915 11800 11916 - /pump/2.0.1: 11801 + /pump@2.0.1: 11917 11802 resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} 11918 11803 dependencies: 11919 11804 end-of-stream: 1.4.4 11920 11805 once: 1.4.0 11921 11806 11922 - /pump/3.0.0: 11807 + /pump@3.0.0: 11923 11808 resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} 11924 11809 dependencies: 11925 11810 end-of-stream: 1.4.4 11926 11811 once: 1.4.0 11927 11812 11928 - /pumpify/1.5.1: 11813 + /pumpify@1.5.1: 11929 11814 resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} 11930 11815 dependencies: 11931 11816 duplexify: 3.7.1 11932 11817 inherits: 2.0.4 11933 11818 pump: 2.0.1 11934 11819 11935 - /punycode/1.3.2: 11820 + /punycode@1.3.2: 11936 11821 resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} 11937 11822 11938 - /punycode/1.4.1: 11823 + /punycode@1.4.1: 11939 11824 resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} 11940 11825 11941 - /punycode/2.3.0: 11826 + /punycode@2.3.0: 11942 11827 resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} 11943 11828 engines: {node: '>=6'} 11944 11829 11945 - /q/1.4.1: 11830 + /q@1.4.1: 11946 11831 resolution: {integrity: sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==} 11947 11832 engines: {node: '>=0.6.0', teleport: '>=0.2.0'} 11948 11833 11949 - /q/1.5.1: 11834 + /q@1.5.1: 11950 11835 resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} 11951 11836 engines: {node: '>=0.6.0', teleport: '>=0.2.0'} 11952 11837 11953 - /qs/6.10.4: 11838 + /qs@6.10.4: 11954 11839 resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==} 11955 11840 engines: {node: '>=0.6'} 11956 11841 dependencies: 11957 11842 side-channel: 1.0.4 11958 11843 dev: true 11959 11844 11960 - /qs/6.5.2: 11845 + /qs@6.5.2: 11961 11846 resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} 11962 11847 engines: {node: '>=0.6'} 11963 11848 dev: true 11964 11849 11965 - /qs/6.7.0: 11850 + /qs@6.7.0: 11966 11851 resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} 11967 11852 engines: {node: '>=0.6'} 11968 11853 11969 - /query-string/4.3.4: 11854 + /query-string@4.3.4: 11970 11855 resolution: {integrity: sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==} 11971 11856 engines: {node: '>=0.10.0'} 11972 11857 dependencies: 11973 11858 object-assign: 4.1.1 11974 11859 strict-uri-encode: 1.1.0 11975 11860 11976 - /query-string/5.1.1: 11861 + /query-string@5.1.1: 11977 11862 resolution: {integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==} 11978 11863 engines: {node: '>=0.10.0'} 11979 11864 dependencies: ··· 11981 11866 object-assign: 4.1.1 11982 11867 strict-uri-encode: 1.1.0 11983 11868 11984 - /querystring-es3/0.2.1: 11869 + /querystring-es3@0.2.1: 11985 11870 resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} 11986 11871 engines: {node: '>=0.4.x'} 11987 11872 11988 - /querystring/0.2.0: 11873 + /querystring@0.2.0: 11989 11874 resolution: {integrity: sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==} 11990 11875 engines: {node: '>=0.4.x'} 11991 11876 deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 11992 11877 11993 - /querystring/0.2.1: 11878 + /querystring@0.2.1: 11994 11879 resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} 11995 11880 engines: {node: '>=0.4.x'} 11996 11881 deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 11997 11882 dev: true 11998 11883 11999 - /querystringify/2.2.0: 11884 + /querystringify@2.2.0: 12000 11885 resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} 12001 11886 12002 - /queue-microtask/1.2.3: 11887 + /queue-microtask@1.2.3: 12003 11888 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 12004 11889 dev: true 12005 11890 12006 - /queue/6.0.2: 11891 + /queue@6.0.2: 12007 11892 resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} 12008 11893 dependencies: 12009 11894 inherits: 2.0.4 12010 11895 dev: true 12011 11896 12012 - /quick-lru/4.0.1: 11897 + /quick-lru@4.0.1: 12013 11898 resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} 12014 11899 engines: {node: '>=8'} 12015 11900 dev: true 12016 11901 12017 - /raf/3.4.1: 11902 + /raf@3.4.1: 12018 11903 resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} 12019 11904 dependencies: 12020 11905 performance-now: 2.1.0 12021 11906 12022 - /railroad-diagrams/1.0.0: 11907 + /railroad-diagrams@1.0.0: 12023 11908 resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} 12024 11909 dev: true 12025 11910 12026 - /randexp/0.4.6: 11911 + /randexp@0.4.6: 12027 11912 resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} 12028 11913 engines: {node: '>=0.12'} 12029 11914 dependencies: ··· 12031 11916 ret: 0.1.15 12032 11917 dev: true 12033 11918 12034 - /randombytes/2.1.0: 11919 + /randombytes@2.1.0: 12035 11920 resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} 12036 11921 dependencies: 12037 11922 safe-buffer: 5.2.1 12038 11923 12039 - /randomfill/1.0.4: 11924 + /randomfill@1.0.4: 12040 11925 resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} 12041 11926 dependencies: 12042 11927 randombytes: 2.1.0 12043 11928 safe-buffer: 5.2.1 12044 11929 12045 - /range-parser/1.2.0: 11930 + /range-parser@1.2.0: 12046 11931 resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==} 12047 11932 engines: {node: '>= 0.6'} 12048 11933 12049 - /range-parser/1.2.1: 11934 + /range-parser@1.2.1: 12050 11935 resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 12051 11936 engines: {node: '>= 0.6'} 12052 11937 12053 - /raw-body/2.4.0: 11938 + /raw-body@2.4.0: 12054 11939 resolution: {integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==} 12055 11940 engines: {node: '>= 0.8'} 12056 11941 dependencies: ··· 12059 11944 iconv-lite: 0.4.24 12060 11945 unpipe: 1.0.0 12061 11946 12062 - /raw-body/2.4.1: 11947 + /raw-body@2.4.1: 12063 11948 resolution: {integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==} 12064 11949 engines: {node: '>= 0.8'} 12065 11950 dependencies: ··· 12069 11954 unpipe: 1.0.0 12070 11955 dev: true 12071 11956 12072 - /raw-loader/3.1.0_webpack@4.46.0: 11957 + /raw-loader@3.1.0(webpack@4.46.0): 12073 11958 resolution: {integrity: sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA==} 12074 11959 engines: {node: '>= 8.9.0'} 12075 11960 peerDependencies: ··· 12079 11964 schema-utils: 2.7.1 12080 11965 webpack: 4.46.0 12081 11966 12082 - /rc/1.2.8: 11967 + /rc@1.2.8: 12083 11968 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 12084 11969 hasBin: true 12085 11970 dependencies: ··· 12088 11973 minimist: 1.2.8 12089 11974 strip-json-comments: 2.0.1 12090 11975 12091 - /react-dom/17.0.2_react@17.0.2: 11976 + /react-dom@17.0.2(react@17.0.2): 12092 11977 resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} 12093 11978 peerDependencies: 12094 11979 react: 17.0.2 || 17 ··· 12098 11983 react: 17.0.2 12099 11984 scheduler: 0.20.2 12100 11985 12101 - /react-error-boundary/3.1.1_react@17.0.2: 11986 + /react-error-boundary@3.1.1(react@17.0.2): 12102 11987 resolution: {integrity: sha512-W3xCd9zXnanqrTUeViceufD3mIW8Ut29BUD+S2f0eO2XCOU8b6UrJfY46RDGe5lxCJzfe4j0yvIfh0RbTZhKJw==} 12103 11988 engines: {node: '>=10', npm: '>=6'} 12104 11989 peerDependencies: ··· 12108 11993 react: 17.0.2 12109 11994 dev: true 12110 11995 12111 - /react-fast-compare/2.0.4: 11996 + /react-fast-compare@2.0.4: 12112 11997 resolution: {integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==} 12113 11998 12114 - /react-from-dom/0.3.1_react@17.0.2: 11999 + /react-from-dom@0.3.1(react@17.0.2): 12115 12000 resolution: {integrity: sha512-PeNBa8iuzoD7qHA9O7YpGnXFvC+XFFwStmFh2/r2zJAvEIaRg6EwOj+EPcDIFwyYBhqPIItxIx/dGdeWiFivjQ==} 12116 12001 peerDependencies: 12117 12002 react: ^15.0.0 || ^16.0.0 || 17 ··· 12119 12004 react: 17.0.2 12120 12005 dev: false 12121 12006 12122 - /react-ga/3.3.0_at7mkepldmzoo6silmqc5bca74: 12007 + /react-ga@3.3.0(prop-types@15.8.1)(react@17.0.2): 12123 12008 resolution: {integrity: sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==} 12124 12009 peerDependencies: 12125 12010 prop-types: ^15.6.0 ··· 12129 12014 react: 17.0.2 12130 12015 dev: false 12131 12016 12132 - /react-gtm-module/2.0.11: 12017 + /react-gtm-module@2.0.11: 12133 12018 resolution: {integrity: sha512-8gyj4TTxeP7eEyc2QKawEuQoAZdjKvMY4pgWfycGmqGByhs17fR+zEBs0JUDq4US/l+vbTl+6zvUIx27iDo/Vw==} 12134 12019 dev: false 12135 12020 12136 - /react-helmet/5.2.1_react@17.0.2: 12021 + /react-helmet@5.2.1(react@17.0.2): 12137 12022 resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} 12138 12023 peerDependencies: 12139 12024 react: '>=15.0.0 || 17' ··· 12142 12027 prop-types: 15.8.1 12143 12028 react: 17.0.2 12144 12029 react-fast-compare: 2.0.4 12145 - react-side-effect: 1.2.0_react@17.0.2 12030 + react-side-effect: 1.2.0(react@17.0.2) 12146 12031 12147 - /react-hot-loader/4.13.0_sfoxds7t5ydpegc3knd667wn6m: 12032 + /react-hot-loader@4.13.0(react-dom@17.0.2)(react@17.0.2): 12148 12033 resolution: {integrity: sha512-JrLlvUPqh6wIkrK2hZDfOyq/Uh/WeVEr8nc7hkn2/3Ul0sx1Kr5y4kOGNacNRoj7RhwLNcQ3Udf1KJXrqc0ZtA==} 12149 12034 engines: {node: '>= 6'} 12150 12035 peerDependencies: ··· 12161 12046 loader-utils: 1.4.0 12162 12047 prop-types: 15.8.1 12163 12048 react: 17.0.2 12164 - react-dom: 17.0.2_react@17.0.2 12049 + react-dom: 17.0.2(react@17.0.2) 12165 12050 react-lifecycles-compat: 3.0.4 12166 12051 shallowequal: 1.1.0 12167 12052 source-map: 0.7.4 12168 12053 12169 - /react-inlinesvg/1.2.0_react@17.0.2: 12054 + /react-inlinesvg@1.2.0(react@17.0.2): 12170 12055 resolution: {integrity: sha512-IsznU+UzpUwDGzBWbf0bfSRA5Jbqz87xeoqLM/nSIDPkoHksInF1wCGybTSn4sIui+30TqboRQP1wAelNTkdog==} 12171 12056 peerDependencies: 12172 12057 react: ^16.3.0 || 17 12173 12058 dependencies: 12174 12059 exenv: 1.2.2 12175 12060 react: 17.0.2 12176 - react-from-dom: 0.3.1_react@17.0.2 12061 + react-from-dom: 0.3.1(react@17.0.2) 12177 12062 dev: false 12178 12063 12179 - /react-is/17.0.2: 12064 + /react-is@17.0.2: 12180 12065 resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} 12181 12066 12182 - /react-lifecycles-compat/3.0.4: 12067 + /react-lifecycles-compat@3.0.4: 12183 12068 resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} 12184 12069 12185 - /react-refresh/0.8.3: 12070 + /react-refresh@0.8.3: 12186 12071 resolution: {integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==} 12187 12072 engines: {node: '>=0.10.0'} 12188 12073 dev: true 12189 12074 12190 - /react-router-dom/5.2.0_react@17.0.2: 12075 + /react-router-dom@5.2.0(react@17.0.2): 12191 12076 resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} 12192 12077 peerDependencies: 12193 12078 react: '>=15 || 17' ··· 12197 12082 loose-envify: 1.4.0 12198 12083 prop-types: 15.8.1 12199 12084 react: 17.0.2 12200 - react-router: 5.2.0_react@17.0.2 12085 + react-router: 5.2.0(react@17.0.2) 12201 12086 tiny-invariant: 1.1.0 12202 12087 tiny-warning: 1.0.3 12203 12088 dev: false 12204 12089 12205 - /react-router-ga/1.2.3_kif4pc2luqdf47h6j7sqnbsxne: 12090 + /react-router-ga@1.2.3(react-router-dom@5.2.0)(react@17.0.2): 12206 12091 resolution: {integrity: sha512-0rNBGGI6Q1hkznbLB+bAmDTS+8w3duaJYYIbCrCwof/p7RbZuv+Lsv9enumRZXxb4oTZrY95vOvFxnsRQ4cFCg==} 12207 12092 peerDependencies: 12208 12093 react: ^16.8.6 || 17 12209 12094 react-router-dom: ^5.0.0 12210 12095 dependencies: 12211 12096 react: 17.0.2 12212 - react-router-dom: 5.2.0_react@17.0.2 12097 + react-router-dom: 5.2.0(react@17.0.2) 12213 12098 dev: false 12214 12099 12215 - /react-router/5.2.0_react@17.0.2: 12100 + /react-router@5.2.0(react@17.0.2): 12216 12101 resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} 12217 12102 peerDependencies: 12218 12103 react: '>=15 || 17' ··· 12221 12106 history: 4.10.1 12222 12107 hoist-non-react-statics: 3.3.2 12223 12108 loose-envify: 1.4.0 12224 - mini-create-react-context: 0.4.1_at7mkepldmzoo6silmqc5bca74 12109 + mini-create-react-context: 0.4.1(prop-types@15.8.1)(react@17.0.2) 12225 12110 path-to-regexp: 1.8.0 12226 12111 prop-types: 15.8.1 12227 12112 react: 17.0.2 ··· 12230 12115 tiny-warning: 1.0.3 12231 12116 dev: false 12232 12117 12233 - /react-scroll/1.8.2_sfoxds7t5ydpegc3knd667wn6m: 12118 + /react-scroll@1.8.2(react-dom@17.0.2)(react@17.0.2): 12234 12119 resolution: {integrity: sha512-f2ZEG5fsPbPTySI9ekcFpETCcNlqbmwbQj9hhzYK8tkgv+PA8APatSt66o/q0KSkDZxyT98ONTtXp9x0lyowEw==} 12235 12120 peerDependencies: 12236 12121 react: ^15.5.4 || ^16.0.0 || ^17.0.0 || 17 ··· 12239 12124 lodash.throttle: 4.1.1 12240 12125 prop-types: 15.8.1 12241 12126 react: 17.0.2 12242 - react-dom: 17.0.2_react@17.0.2 12127 + react-dom: 17.0.2(react@17.0.2) 12243 12128 dev: false 12244 12129 12245 - /react-shallow-renderer/16.14.1_react@17.0.2: 12130 + /react-shallow-renderer@16.14.1(react@17.0.2): 12246 12131 resolution: {integrity: sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==} 12247 12132 peerDependencies: 12248 12133 react: ^16.0.0 || ^17.0.0 || 17 ··· 12252 12137 react-is: 17.0.2 12253 12138 dev: true 12254 12139 12255 - /react-side-effect/1.2.0_react@17.0.2: 12140 + /react-side-effect@1.2.0(react@17.0.2): 12256 12141 resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} 12257 12142 peerDependencies: 12258 12143 react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 ··· 12260 12145 react: 17.0.2 12261 12146 shallowequal: 1.1.0 12262 12147 12263 - /react-ssr-prepass/1.4.0_react@17.0.2: 12148 + /react-ssr-prepass@1.4.0(react@17.0.2): 12264 12149 resolution: {integrity: sha512-0SzdmiQUtHvhxCabHg9BI/pkJfijGkQ0jQL6fC4YFy7idaDOuaiQLsajIkkNxffFXtJFHIWFITlve2WB88e0Jw==} 12265 12150 peerDependencies: 12266 12151 react: ^16.8.0 || ^17.0.0 || 17 12267 12152 dependencies: 12268 12153 react: 17.0.2 12269 12154 12270 - /react-static-plugin-md-pages/0.3.3_xgkhbco6atghv75bh5wsakkl2e: 12155 + /react-static-plugin-md-pages@0.3.3(react-static@7.3.0)(react@17.0.2): 12271 12156 resolution: {integrity: sha512-2vJO2g62zKf5avSsT/5IEbDPhAoWjP4tH+nyMLKta1G4AixlqPYagS7aCpDXRpzgs9ot8LN/aewrd5Vi1oWqew==} 12272 12157 peerDependencies: 12273 12158 react-static: '>=7.0.0' 12274 12159 dependencies: 12275 12160 '@mdx-js/mdx': 1.6.22 12276 - '@mdx-js/react': 1.6.22_react@17.0.2 12161 + '@mdx-js/react': 1.6.22(react@17.0.2) 12277 12162 github-slugger: 1.3.0 12278 12163 glob: 7.1.6 12279 12164 loader-utils: 1.4.0 12280 12165 mdast-util-to-string: 1.1.0 12281 - react-static: 7.3.0_react-hot-loader@4.13.0 12166 + react-static: 7.3.0(react-hot-loader@4.13.0) 12282 12167 remark: 11.0.2 12283 12168 remark-frontmatter: 1.3.3 12284 12169 remark-squeeze-paragraphs: 3.0.4 ··· 12292 12177 - supports-color 12293 12178 dev: false 12294 12179 12295 - /react-static-plugin-sitemap/7.2.2_react-static@7.3.0: 12180 + /react-static-plugin-sitemap@7.2.2(react-static@7.3.0): 12296 12181 resolution: {integrity: sha512-uBnsjJBC/IIH+/FJXBUuMvxUPgZNe5KMPuVJPxaRhXFv9HBgYe9H1tCYnlrkZHRjF5aln399cvKyxrJs1CYhiQ==} 12297 12182 peerDependencies: 12298 12183 react-static: ^7.1.0 12299 12184 dependencies: 12300 12185 chalk: 2.4.2 12301 12186 fs-extra: 8.1.0 12302 - react-static: 7.3.0_react-hot-loader@4.13.0 12187 + react-static: 7.3.0(react-hot-loader@4.13.0) 12303 12188 dev: true 12304 12189 12305 - /react-static-plugin-styled-components/7.2.2_fayjhbjxuiggpd6pbyt74m547u: 12190 + /react-static-plugin-styled-components@7.2.2(react@17.0.2)(styled-components@5.2.3): 12306 12191 resolution: {integrity: sha512-yjZ2V5b4HLRs6ldbLmreXpXBiNU5y4IByPID/rYWe3J8NFenPMI7kbhiFlBDkUDEhJvGIpSFw3I8OCvAcm4yQg==} 12307 12192 peerDependencies: 12308 12193 react: ^16.9.0 || 17 12309 12194 styled-components: ^4.3.2 || 5 12310 12195 dependencies: 12311 12196 react: 17.0.2 12312 - styled-components: 5.2.3_fane7jikarojcev26y27hpbhu4 12197 + styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) 12313 12198 dev: true 12314 12199 12315 - /react-static/7.3.0_react-hot-loader@4.13.0: 12200 + /react-static@7.3.0(react-hot-loader@4.13.0): 12316 12201 resolution: {integrity: sha512-oOEXADtXhaCaVGOOwQcIRf9TDnVMFEBZ9+23Yu34KHdnMHZ4okyuMITbsd/G83aw4uVIsr/0s+rfPxAQakVvtg==} 12317 12202 engines: {node: '>=8.9.0'} 12318 12203 hasBin: true 12319 12204 peerDependencies: 12320 12205 react-hot-loader: ^4.12.11 12321 12206 dependencies: 12322 - '@babel/cli': 7.13.16_@babel+core@7.21.3 12207 + '@babel/cli': 7.13.16(@babel/core@7.21.3) 12323 12208 '@babel/core': 7.21.3 12324 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.21.3 12325 - '@babel/plugin-proposal-export-default-from': 7.12.13_@babel+core@7.21.3 12326 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.21.3 12327 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.3 12328 - '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.21.3 12329 - '@babel/plugin-transform-modules-commonjs': 7.14.0_@babel+core@7.21.3 12330 - '@babel/plugin-transform-runtime': 7.13.15_@babel+core@7.21.3 12331 - '@babel/preset-env': 7.13.15_@babel+core@7.21.3 12332 - '@babel/preset-react': 7.13.13_@babel+core@7.21.3 12209 + '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.3) 12210 + '@babel/plugin-proposal-export-default-from': 7.12.13(@babel/core@7.21.3) 12211 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 12212 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 12213 + '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.3) 12214 + '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.3) 12215 + '@babel/plugin-transform-runtime': 7.13.15(@babel/core@7.21.3) 12216 + '@babel/preset-env': 7.13.15(@babel/core@7.21.3) 12217 + '@babel/preset-react': 7.13.13(@babel/core@7.21.3) 12333 12218 '@babel/preset-stage-0': 7.8.3 12334 - '@babel/register': 7.13.16_@babel+core@7.21.3 12219 + '@babel/register': 7.13.16(@babel/core@7.21.3) 12335 12220 '@babel/runtime': 7.21.0 12336 - '@reach/router': 1.3.4_sfoxds7t5ydpegc3knd667wn6m 12221 + '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) 12337 12222 autoprefixer: 9.8.6 12338 12223 axios: 0.19.2 12339 - babel-core: 7.0.0-bridge.0_@babel+core@7.21.3 12340 - babel-loader: 8.2.2_y3c3uzyfhmxjbwhc6k6hyxg3aa 12224 + babel-core: 7.0.0-bridge.0(@babel/core@7.21.3) 12225 + babel-loader: 8.2.2(@babel/core@7.21.3)(webpack@4.46.0) 12341 12226 babel-plugin-macros: 2.8.0 12342 12227 babel-plugin-transform-react-remove-prop-types: 0.4.24 12343 - babel-plugin-universal-import: 4.0.2_webpack@4.46.0 12228 + babel-plugin-universal-import: 4.0.2(webpack@4.46.0) 12344 12229 case-sensitive-paths-webpack-plugin: 2.4.0 12345 12230 chalk: 2.4.2 12346 12231 chokidar: 3.5.1 12347 - circular-dependency-plugin: 5.2.2_webpack@4.46.0 12232 + circular-dependency-plugin: 5.2.2(webpack@4.46.0) 12348 12233 cors: 2.8.5 12349 - css-loader: 2.1.1_webpack@4.46.0 12234 + css-loader: 2.1.1(webpack@4.46.0) 12350 12235 download-git-repo: 2.0.0 12351 - extract-css-chunks-webpack-plugin: 4.9.0_webpack@4.46.0 12352 - file-loader: 3.0.1_webpack@4.46.0 12236 + extract-css-chunks-webpack-plugin: 4.9.0(webpack@4.46.0) 12237 + file-loader: 3.0.1(webpack@4.46.0) 12353 12238 fs-extra: 7.0.1 12354 12239 git-promise: 0.3.1 12355 12240 glob: 7.1.6 12356 12241 gunzip-maybe: 1.4.2 12357 - html-webpack-plugin: 3.2.0_webpack@4.46.0 12242 + html-webpack-plugin: 3.2.0(webpack@4.46.0) 12358 12243 inquirer: 6.5.2 12359 - inquirer-autocomplete-prompt: 1.3.0_inquirer@6.5.2 12244 + inquirer-autocomplete-prompt: 1.3.0(inquirer@6.5.2) 12360 12245 intersection-observer: 0.7.0 12361 12246 jsesc: 2.5.2 12362 12247 match-sorter: 3.1.1 12363 12248 minimist: 1.2.8 12364 12249 mutation-observer: 1.0.3 12365 - optimize-css-assets-webpack-plugin: 5.0.4_webpack@4.46.0 12366 - portfinder: 1.0.28 12250 + optimize-css-assets-webpack-plugin: 5.0.4(webpack@4.46.0) 12251 + portfinder: 1.0.28(supports-color@6.1.0) 12367 12252 postcss-flexbugs-fixes: 4.2.1 12368 12253 postcss-loader: 3.0.0 12369 12254 pretty-error: 2.1.2 12370 12255 progress: 2.0.3 12371 12256 prop-types: 15.8.1 12372 12257 raf: 3.4.1 12373 - raw-loader: 3.1.0_webpack@4.46.0 12258 + raw-loader: 3.1.0(webpack@4.46.0) 12374 12259 react: 17.0.2 12375 - react-dom: 17.0.2_react@17.0.2 12376 - react-helmet: 5.2.1_react@17.0.2 12377 - react-hot-loader: 4.13.0_sfoxds7t5ydpegc3knd667wn6m 12378 - react-universal-component: 4.5.0_react@17.0.2 12260 + react-dom: 17.0.2(react@17.0.2) 12261 + react-helmet: 5.2.1(react@17.0.2) 12262 + react-hot-loader: 4.13.0(react-dom@17.0.2)(react@17.0.2) 12263 + react-universal-component: 4.5.0(react@17.0.2) 12379 12264 resolve-from: 5.0.0 12380 12265 serve: 11.3.2 12381 12266 shorthash: 0.0.2 ··· 12385 12270 style-loader: 0.23.1 12386 12271 swimmer: 1.4.0 12387 12272 tar-fs: 2.1.1 12388 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 12273 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) 12389 12274 upath: 1.2.0 12390 - url-loader: 2.3.0_pezfbhhluxf7i7b6o2z4mpp25u 12275 + url-loader: 2.3.0(file-loader@3.0.1)(webpack@4.46.0) 12391 12276 webpack: 4.46.0 12392 12277 webpack-bundle-analyzer: 3.9.0 12393 - webpack-dev-server: 3.11.2_webpack@4.46.0 12394 - webpack-flush-chunks: 2.0.3_react@17.0.2 12278 + webpack-dev-server: 3.11.2(webpack@4.46.0) 12279 + webpack-flush-chunks: 2.0.3(react@17.0.2) 12395 12280 webpack-node-externals: 1.7.2 12396 12281 transitivePeerDependencies: 12397 12282 - bufferutil ··· 12400 12285 - webpack-cli 12401 12286 - webpack-command 12402 12287 12403 - /react-test-renderer/16.14.0_react@17.0.2: 12288 + /react-test-renderer@16.14.0(react@17.0.2): 12404 12289 resolution: {integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==} 12405 12290 peerDependencies: 12406 12291 react: ^16.14.0 || 17 ··· 12412 12297 scheduler: 0.19.1 12413 12298 dev: true 12414 12299 12415 - /react-test-renderer/17.0.2_react@17.0.2: 12300 + /react-test-renderer@17.0.2(react@17.0.2): 12416 12301 resolution: {integrity: sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==} 12417 12302 peerDependencies: 12418 12303 react: 17.0.2 || 17 ··· 12420 12305 object-assign: 4.1.1 12421 12306 react: 17.0.2 12422 12307 react-is: 17.0.2 12423 - react-shallow-renderer: 16.14.1_react@17.0.2 12308 + react-shallow-renderer: 16.14.1(react@17.0.2) 12424 12309 scheduler: 0.20.2 12425 12310 dev: true 12426 12311 12427 - /react-universal-component/4.5.0_react@17.0.2: 12312 + /react-universal-component@4.5.0(react@17.0.2): 12428 12313 resolution: {integrity: sha512-dBUC6afvSAQhDcE4oh1eTmfU29W0O2eZhcGXnfGUTulXkU8ejuWqlJWXXrSMx5iV1H6LNgj2NJMj3BtBMfBNhA==} 12429 12314 peerDependencies: 12430 12315 react: ^16.3.0 || ^17.0.0 || 17 ··· 12433 12318 prop-types: 15.8.1 12434 12319 react: 17.0.2 12435 12320 12436 - /react/17.0.2: 12321 + /react@17.0.2: 12437 12322 resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} 12438 12323 engines: {node: '>=0.10.0'} 12439 12324 dependencies: 12440 12325 loose-envify: 1.4.0 12441 12326 object-assign: 4.1.1 12442 12327 12443 - /read-cmd-shim/4.0.0: 12328 + /read-cmd-shim@4.0.0: 12444 12329 resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} 12445 12330 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 12446 12331 dev: true 12447 12332 12448 - /read-package-json-fast/3.0.2: 12333 + /read-package-json-fast@3.0.2: 12449 12334 resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} 12450 12335 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 12451 12336 dependencies: ··· 12453 12338 npm-normalize-package-bin: 3.0.0 12454 12339 dev: true 12455 12340 12456 - /read-package-json/6.0.0: 12341 + /read-package-json@6.0.0: 12457 12342 resolution: {integrity: sha512-b/9jxWJ8EwogJPpv99ma+QwtqB7FSl3+V6UXS7Aaay8/5VwMY50oIFooY1UKXMWpfNCM6T/PoGqa5GD1g9xf9w==} 12458 12343 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 12459 12344 dependencies: ··· 12463 12348 npm-normalize-package-bin: 3.0.0 12464 12349 dev: true 12465 12350 12466 - /read-pkg-up/7.0.1: 12351 + /read-pkg-up@7.0.1: 12467 12352 resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} 12468 12353 engines: {node: '>=8'} 12469 12354 dependencies: ··· 12472 12357 type-fest: 0.8.1 12473 12358 dev: true 12474 12359 12475 - /read-pkg/3.0.0: 12360 + /read-pkg@3.0.0: 12476 12361 resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} 12477 12362 engines: {node: '>=4'} 12478 12363 dependencies: ··· 12481 12366 path-type: 3.0.0 12482 12367 dev: true 12483 12368 12484 - /read-pkg/5.2.0: 12369 + /read-pkg@5.2.0: 12485 12370 resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} 12486 12371 engines: {node: '>=8'} 12487 12372 dependencies: ··· 12491 12376 type-fest: 0.6.0 12492 12377 dev: true 12493 12378 12494 - /read-yaml-file/1.1.0: 12379 + /read-yaml-file@1.1.0: 12495 12380 resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} 12496 12381 engines: {node: '>=6'} 12497 12382 dependencies: ··· 12501 12386 strip-bom: 3.0.0 12502 12387 dev: true 12503 12388 12504 - /read/1.0.5: 12389 + /read@1.0.5: 12505 12390 resolution: {integrity: sha512-hDLATrzYLoMu23c/69pMC6u3fO3Y0qLTIygJkEZHLOn+AO2gSapu6QgrgwX9ehyVtaRoZVZbF4IuiZPPRdGgdg==} 12506 12391 engines: {node: '>=0.8'} 12507 12392 dependencies: 12508 12393 mute-stream: 0.0.8 12509 12394 dev: true 12510 12395 12511 - /readable-stream/2.3.7: 12396 + /readable-stream@2.3.7: 12512 12397 resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} 12513 12398 dependencies: 12514 12399 core-util-is: 1.0.2 ··· 12519 12404 string_decoder: 1.1.1 12520 12405 util-deprecate: 1.0.2 12521 12406 12522 - /readable-stream/3.6.2: 12407 + /readable-stream@3.6.2: 12523 12408 resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} 12524 12409 engines: {node: '>= 6'} 12525 12410 dependencies: ··· 12527 12412 string_decoder: 1.3.0 12528 12413 util-deprecate: 1.0.2 12529 12414 12530 - /readable-stream/4.3.0: 12415 + /readable-stream@4.3.0: 12531 12416 resolution: {integrity: sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==} 12532 12417 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 12533 12418 dependencies: ··· 12537 12422 process: 0.11.10 12538 12423 dev: true 12539 12424 12540 - /readdirp/2.2.1: 12425 + /readdirp@2.2.1(supports-color@6.1.0): 12541 12426 resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} 12542 12427 engines: {node: '>=0.10'} 12543 12428 dependencies: 12544 12429 graceful-fs: 4.2.10 12545 - micromatch: 3.1.10 12430 + micromatch: 3.1.10(supports-color@6.1.0) 12546 12431 readable-stream: 2.3.7 12547 12432 transitivePeerDependencies: 12548 12433 - supports-color 12549 - optional: true 12550 12434 12551 - /readdirp/2.2.1_supports-color@6.1.0: 12552 - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} 12553 - engines: {node: '>=0.10'} 12554 - dependencies: 12555 - graceful-fs: 4.2.10 12556 - micromatch: 3.1.10_supports-color@6.1.0 12557 - readable-stream: 2.3.7 12558 - transitivePeerDependencies: 12559 - - supports-color 12560 - 12561 - /readdirp/3.5.0: 12435 + /readdirp@3.5.0: 12562 12436 resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} 12563 12437 engines: {node: '>=8.10.0'} 12564 12438 dependencies: 12565 12439 picomatch: 2.3.1 12566 12440 12567 - /redent/3.0.0: 12441 + /redent@3.0.0: 12568 12442 resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} 12569 12443 engines: {node: '>=8'} 12570 12444 dependencies: ··· 12572 12446 strip-indent: 3.0.0 12573 12447 dev: true 12574 12448 12575 - /reflect.ownkeys/0.2.0: 12449 + /reflect.ownkeys@0.2.0: 12576 12450 resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} 12577 12451 dev: true 12578 12452 12579 - /regenerate-unicode-properties/8.2.0: 12453 + /regenerate-unicode-properties@8.2.0: 12580 12454 resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==} 12581 12455 engines: {node: '>=4'} 12582 12456 dependencies: 12583 12457 regenerate: 1.4.2 12584 12458 12585 - /regenerate/1.4.2: 12459 + /regenerate@1.4.2: 12586 12460 resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} 12587 12461 12588 - /regenerator-runtime/0.11.1: 12462 + /regenerator-runtime@0.11.1: 12589 12463 resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} 12590 12464 12591 - /regenerator-runtime/0.13.11: 12465 + /regenerator-runtime@0.13.11: 12592 12466 resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} 12593 12467 12594 - /regenerator-transform/0.14.5: 12468 + /regenerator-transform@0.14.5: 12595 12469 resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} 12596 12470 dependencies: 12597 12471 '@babel/runtime': 7.21.0 12598 12472 12599 - /regex-not/1.0.2: 12473 + /regex-not@1.0.2: 12600 12474 resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} 12601 12475 engines: {node: '>=0.10.0'} 12602 12476 dependencies: 12603 12477 extend-shallow: 3.0.2 12604 12478 safe-regex: 1.1.0 12605 12479 12606 - /regexp.prototype.flags/1.4.3: 12480 + /regexp.prototype.flags@1.4.3: 12607 12481 resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} 12608 12482 engines: {node: '>= 0.4'} 12609 12483 dependencies: ··· 12611 12485 define-properties: 1.2.0 12612 12486 functions-have-names: 1.2.3 12613 12487 12614 - /regexpu-core/4.7.1: 12488 + /regexpu-core@4.7.1: 12615 12489 resolution: {integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==} 12616 12490 engines: {node: '>=4'} 12617 12491 dependencies: ··· 12622 12496 unicode-match-property-ecmascript: 1.0.4 12623 12497 unicode-match-property-value-ecmascript: 1.2.0 12624 12498 12625 - /registry-auth-token/3.3.2: 12499 + /registry-auth-token@3.3.2: 12626 12500 resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} 12627 12501 dependencies: 12628 12502 rc: 1.2.8 12629 12503 safe-buffer: 5.2.1 12630 12504 12631 - /registry-url/3.1.0: 12505 + /registry-url@3.1.0: 12632 12506 resolution: {integrity: sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==} 12633 12507 engines: {node: '>=0.10.0'} 12634 12508 dependencies: 12635 12509 rc: 1.2.8 12636 12510 12637 - /regjsgen/0.5.2: 12511 + /regjsgen@0.5.2: 12638 12512 resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==} 12639 12513 12640 - /regjsparser/0.6.9: 12514 + /regjsparser@0.6.9: 12641 12515 resolution: {integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==} 12642 12516 hasBin: true 12643 12517 dependencies: 12644 12518 jsesc: 0.5.0 12645 12519 12646 - /relateurl/0.2.7: 12520 + /relateurl@0.2.7: 12647 12521 resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} 12648 12522 engines: {node: '>= 0.10'} 12649 12523 12650 - /remark-footnotes/2.0.0: 12524 + /remark-footnotes@2.0.0: 12651 12525 resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==} 12652 12526 12653 - /remark-frontmatter/1.3.3: 12527 + /remark-frontmatter@1.3.3: 12654 12528 resolution: {integrity: sha512-fM5eZPBvu2pVNoq3ZPW22q+5Ativ1oLozq2qYt9I2oNyxiUd/tDl0iLLntEVAegpZIslPWg1brhcP1VsaSVUag==} 12655 12529 dependencies: 12656 12530 fault: 1.0.4 12657 12531 xtend: 4.0.2 12658 12532 dev: false 12659 12533 12660 - /remark-mdx/1.6.22: 12534 + /remark-mdx@1.6.22: 12661 12535 resolution: {integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==} 12662 12536 dependencies: 12663 12537 '@babel/core': 7.12.9 12664 12538 '@babel/helper-plugin-utils': 7.10.4 12665 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 12666 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 12539 + '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.12.9) 12540 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) 12667 12541 '@mdx-js/util': 1.6.22 12668 12542 is-alphabetical: 1.0.4 12669 12543 remark-parse: 8.0.3 ··· 12671 12545 transitivePeerDependencies: 12672 12546 - supports-color 12673 12547 12674 - /remark-parse/7.0.2: 12548 + /remark-parse@7.0.2: 12675 12549 resolution: {integrity: sha512-9+my0lQS80IQkYXsMA8Sg6m9QfXYJBnXjWYN5U+kFc5/n69t+XZVXU/ZBYr3cYH8FheEGf1v87rkFDhJ8bVgMA==} 12676 12550 dependencies: 12677 12551 collapse-white-space: 1.0.6 ··· 12691 12565 xtend: 4.0.2 12692 12566 dev: false 12693 12567 12694 - /remark-parse/8.0.3: 12568 + /remark-parse@8.0.3: 12695 12569 resolution: {integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==} 12696 12570 dependencies: 12697 12571 ccount: 1.1.0 ··· 12711 12585 vfile-location: 3.2.0 12712 12586 xtend: 4.0.2 12713 12587 12714 - /remark-squeeze-paragraphs/3.0.4: 12588 + /remark-squeeze-paragraphs@3.0.4: 12715 12589 resolution: {integrity: sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA==} 12716 12590 dependencies: 12717 12591 mdast-squeeze-paragraphs: 3.0.5 12718 12592 dev: false 12719 12593 12720 - /remark-squeeze-paragraphs/4.0.0: 12594 + /remark-squeeze-paragraphs@4.0.0: 12721 12595 resolution: {integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==} 12722 12596 dependencies: 12723 12597 mdast-squeeze-paragraphs: 4.0.0 12724 12598 12725 - /remark-stringify/7.0.4: 12599 + /remark-stringify@7.0.4: 12726 12600 resolution: {integrity: sha512-qck+8NeA1D0utk1ttKcWAoHRrJxERYQzkHDyn+pF5Z4whX1ug98uCNPPSeFgLSaNERRxnD6oxIug6DzZQth6Pg==} 12727 12601 dependencies: 12728 12602 ccount: 1.1.0 ··· 12741 12615 xtend: 4.0.2 12742 12616 dev: false 12743 12617 12744 - /remark/11.0.2: 12618 + /remark@11.0.2: 12745 12619 resolution: {integrity: sha512-bh+eJgn8wgmbHmIBOuwJFdTVRVpl3fcVP6HxmpPWO0ULGP9Qkh6INJh0N5Uy7GqlV7DQYGoqaKiEIpM5LLvJ8w==} 12746 12620 dependencies: 12747 12621 remark-parse: 7.0.2 ··· 12749 12623 unified: 8.4.2 12750 12624 dev: false 12751 12625 12752 - /remove-trailing-separator/1.1.0: 12626 + /remove-accents@0.4.2: 12627 + resolution: {integrity: sha512-7pXIJqJOq5tFgG1A2Zxti3Ht8jJF337m4sowbuHsW30ZnkQFnDzy9qBNhgzX8ZLW4+UBcXiiR7SwR6pokHsxiA==} 12628 + 12629 + /remove-trailing-separator@1.1.0: 12753 12630 resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} 12754 12631 12755 - /renderkid/2.0.5: 12632 + /renderkid@2.0.5: 12756 12633 resolution: {integrity: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==} 12757 12634 dependencies: 12758 12635 css-select: 2.1.0 ··· 12761 12638 lodash: 4.17.21 12762 12639 strip-ansi: 3.0.1 12763 12640 12764 - /repeat-element/1.1.4: 12641 + /repeat-element@1.1.4: 12765 12642 resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} 12766 12643 engines: {node: '>=0.10.0'} 12767 12644 12768 - /repeat-string/1.6.1: 12645 + /repeat-string@1.6.1: 12769 12646 resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} 12770 12647 engines: {node: '>=0.10'} 12771 12648 12772 - /request-progress/3.0.0: 12649 + /request-progress@3.0.0: 12773 12650 resolution: {integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==} 12774 12651 dependencies: 12775 12652 throttleit: 1.0.0 12776 12653 dev: true 12777 12654 12778 - /request/2.88.2: 12655 + /request@2.88.2: 12779 12656 resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} 12780 12657 engines: {node: '>= 6'} 12781 12658 deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 ··· 12802 12679 uuid: 3.4.0 12803 12680 dev: true 12804 12681 12805 - /require-directory/2.1.1: 12682 + /require-directory@2.1.1: 12806 12683 resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 12807 12684 engines: {node: '>=0.10.0'} 12808 12685 12809 - /require-main-filename/2.0.0: 12686 + /require-main-filename@2.0.0: 12810 12687 resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} 12811 12688 12812 - /requires-port/1.0.0: 12689 + /requires-port@1.0.0: 12813 12690 resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} 12814 12691 12815 - /resolve-cwd/2.0.0: 12692 + /resolve-cwd@2.0.0: 12816 12693 resolution: {integrity: sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==} 12817 12694 engines: {node: '>=4'} 12818 12695 dependencies: 12819 12696 resolve-from: 3.0.0 12820 12697 12821 - /resolve-from/3.0.0: 12698 + /resolve-from@3.0.0: 12822 12699 resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==} 12823 12700 engines: {node: '>=4'} 12824 12701 12825 - /resolve-from/4.0.0: 12702 + /resolve-from@4.0.0: 12826 12703 resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 12827 12704 engines: {node: '>=4'} 12828 12705 12829 - /resolve-from/5.0.0: 12706 + /resolve-from@5.0.0: 12830 12707 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} 12831 12708 engines: {node: '>=8'} 12832 12709 12833 - /resolve-pathname/3.0.0: 12710 + /resolve-pathname@3.0.0: 12834 12711 resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} 12835 12712 dev: false 12836 12713 12837 - /resolve-url/0.2.1: 12714 + /resolve-url@0.2.1: 12838 12715 resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} 12839 12716 deprecated: https://github.com/lydell/resolve-url#deprecated 12840 12717 12841 - /resolve/1.22.1: 12718 + /resolve@1.22.1: 12842 12719 resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} 12843 12720 hasBin: true 12844 12721 dependencies: ··· 12846 12723 path-parse: 1.0.7 12847 12724 supports-preserve-symlinks-flag: 1.0.0 12848 12725 12849 - /resolve/2.0.0-next.4: 12726 + /resolve@2.0.0-next.4: 12850 12727 resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} 12851 12728 hasBin: true 12852 12729 dependencies: ··· 12855 12732 supports-preserve-symlinks-flag: 1.0.0 12856 12733 dev: true 12857 12734 12858 - /responselike/1.0.2: 12735 + /responselike@1.0.2: 12859 12736 resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==} 12860 12737 dependencies: 12861 12738 lowercase-keys: 1.0.1 12862 12739 12863 - /restore-cursor/2.0.0: 12740 + /restore-cursor@2.0.0: 12864 12741 resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} 12865 12742 engines: {node: '>=4'} 12866 12743 dependencies: 12867 12744 onetime: 2.0.1 12868 12745 signal-exit: 3.0.7 12869 12746 12870 - /restore-cursor/3.1.0: 12747 + /restore-cursor@3.1.0: 12871 12748 resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} 12872 12749 engines: {node: '>=8'} 12873 12750 dependencies: ··· 12875 12752 signal-exit: 3.0.7 12876 12753 dev: true 12877 12754 12878 - /ret/0.1.15: 12755 + /ret@0.1.15: 12879 12756 resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} 12880 12757 engines: {node: '>=0.12'} 12881 12758 12882 - /retry/0.12.0: 12759 + /retry@0.12.0: 12883 12760 resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} 12884 12761 engines: {node: '>= 4'} 12885 12762 12886 - /reusify/1.0.4: 12763 + /reusify@1.0.4: 12887 12764 resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} 12888 12765 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 12889 12766 dev: true 12890 12767 12891 - /rfdc/1.3.0: 12768 + /rfdc@1.3.0: 12892 12769 resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} 12893 12770 dev: true 12894 12771 12895 - /rgb-regex/1.0.1: 12772 + /rgb-regex@1.0.1: 12896 12773 resolution: {integrity: sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==} 12897 12774 12898 - /rgba-regex/1.0.0: 12775 + /rgba-regex@1.0.0: 12899 12776 resolution: {integrity: sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==} 12900 12777 12901 - /rimraf/2.7.1: 12778 + /rimraf@2.7.1: 12902 12779 resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} 12903 12780 hasBin: true 12904 12781 dependencies: 12905 12782 glob: 7.1.6 12906 12783 12907 - /rimraf/3.0.2: 12784 + /rimraf@3.0.2: 12908 12785 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 12909 12786 hasBin: true 12910 12787 dependencies: 12911 12788 glob: 7.1.6 12912 12789 dev: true 12913 12790 12914 - /rimraf/4.4.0: 12791 + /rimraf@4.4.0: 12915 12792 resolution: {integrity: sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==} 12916 12793 engines: {node: '>=14'} 12917 12794 hasBin: true ··· 12919 12796 glob: 9.3.0 12920 12797 dev: true 12921 12798 12922 - /ripemd160/2.0.2: 12799 + /ripemd160@2.0.2: 12923 12800 resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} 12924 12801 dependencies: 12925 12802 hash-base: 3.1.0 12926 12803 inherits: 2.0.4 12927 12804 12928 - /rollup-plugin-cjs-check/1.0.2_rollup@3.19.1: 12805 + /rollup-plugin-cjs-check@1.0.2(rollup@3.19.1): 12929 12806 resolution: {integrity: sha512-q5DuMiYTXoMlLIHeTDdTYQrN+v/AdjEyVZnfkdvX1NnS4jQP1fwSuOr29WS4pB/4lnF1D7Annp62/27aZUyTyQ==} 12930 12807 engines: {node: '>=14.0.0'} 12931 12808 peerDependencies: 12932 12809 rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 12933 12810 dependencies: 12934 - '@rollup/pluginutils': 5.0.2_rollup@3.19.1 12811 + '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 12935 12812 cjs-module-lexer: 1.2.2 12936 12813 rollup: 3.19.1 12937 12814 dev: true 12938 12815 12939 - /rollup-plugin-dts/5.2.0_h4kaxwm6ctjivrsm4cpxaz7nqu: 12816 + /rollup-plugin-dts@5.2.0(rollup@3.19.1)(typescript@4.9.5): 12940 12817 resolution: {integrity: sha512-B68T/haEu2MKcz4kNUhXB8/h5sq4gpplHAJIYNHbh8cp4ZkvzDvNca/11KQdFrB9ZeKucegQIotzo5T0JUtM8w==} 12941 12818 engines: {node: '>=v14'} 12942 12819 peerDependencies: ··· 12950 12827 '@babel/code-frame': 7.21.4 12951 12828 dev: true 12952 12829 12953 - /rollup-plugin-generate-package-json/3.2.0_rollup@3.19.1: 12830 + /rollup-plugin-generate-package-json@3.2.0(rollup@3.19.1): 12954 12831 resolution: {integrity: sha512-+Kq1kFVr+maxW/mZB+E+XuaieCXVZqjl2tNU9k3TtAMs3NOaeREa5sRHy67qKDmcnFtZZukIQ3dFCcnV+r0xyw==} 12955 12832 engines: {node: '>=8.3'} 12956 12833 peerDependencies: ··· 12961 12838 write-pkg: 4.0.0 12962 12839 dev: true 12963 12840 12964 - /rollup-plugin-visualizer/5.9.0_rollup@3.19.1: 12841 + /rollup-plugin-visualizer@5.9.0(rollup@3.19.1): 12965 12842 resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} 12966 12843 engines: {node: '>=14'} 12967 12844 hasBin: true ··· 12978 12855 yargs: 17.7.1 12979 12856 dev: true 12980 12857 12981 - /rollup/2.79.1: 12858 + /rollup@2.79.1: 12982 12859 resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} 12983 12860 engines: {node: '>=10.0.0'} 12984 12861 hasBin: true ··· 12986 12863 fsevents: 2.3.2 12987 12864 dev: true 12988 12865 12989 - /rollup/3.19.1: 12866 + /rollup@3.19.1: 12990 12867 resolution: {integrity: sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==} 12991 12868 engines: {node: '>=14.18.0', npm: '>=8.0.0'} 12992 12869 hasBin: true ··· 12994 12871 fsevents: 2.3.2 12995 12872 dev: true 12996 12873 12997 - /rrweb-cssom/0.6.0: 12874 + /rrweb-cssom@0.6.0: 12998 12875 resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} 12999 12876 dev: true 13000 12877 13001 - /rst-selector-parser/2.2.3: 12878 + /rst-selector-parser@2.2.3: 13002 12879 resolution: {integrity: sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==} 13003 12880 dependencies: 13004 12881 lodash.flattendeep: 4.4.0 13005 12882 nearley: 2.20.1 13006 12883 dev: true 13007 12884 13008 - /run-async/2.4.1: 12885 + /run-async@2.4.1: 13009 12886 resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} 13010 12887 engines: {node: '>=0.12.0'} 13011 12888 13012 - /run-parallel/1.2.0: 12889 + /run-parallel@1.2.0: 13013 12890 resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 13014 12891 dependencies: 13015 12892 queue-microtask: 1.2.3 13016 12893 dev: true 13017 12894 13018 - /run-queue/1.0.3: 12895 + /run-queue@1.0.3: 13019 12896 resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==} 13020 12897 dependencies: 13021 12898 aproba: 1.2.0 13022 12899 13023 - /rxjs/6.6.7: 12900 + /rxjs@6.6.7: 13024 12901 resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} 13025 12902 engines: {npm: '>=2.0.0'} 13026 12903 dependencies: 13027 12904 tslib: 1.14.1 13028 12905 13029 - /rxjs/7.8.0: 12906 + /rxjs@7.8.0: 13030 12907 resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} 13031 12908 dependencies: 13032 12909 tslib: 2.5.0 13033 12910 dev: true 13034 12911 13035 - /safe-buffer/5.1.2: 12912 + /safe-buffer@5.1.2: 13036 12913 resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} 13037 12914 13038 - /safe-buffer/5.2.1: 12915 + /safe-buffer@5.2.1: 13039 12916 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 13040 12917 13041 - /safe-regex-test/1.0.0: 12918 + /safe-regex-test@1.0.0: 13042 12919 resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} 13043 12920 dependencies: 13044 12921 call-bind: 1.0.2 13045 12922 get-intrinsic: 1.2.0 13046 12923 is-regex: 1.1.4 13047 12924 13048 - /safe-regex/1.1.0: 12925 + /safe-regex@1.1.0: 13049 12926 resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} 13050 12927 dependencies: 13051 12928 ret: 0.1.15 13052 12929 13053 - /safer-buffer/2.1.2: 12930 + /safer-buffer@2.1.2: 13054 12931 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} 13055 12932 13056 - /sax/1.2.4: 12933 + /sax@1.2.4: 13057 12934 resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} 13058 12935 13059 - /saxes/6.0.0: 12936 + /saxes@6.0.0: 13060 12937 resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} 13061 12938 engines: {node: '>=v12.22.7'} 13062 12939 dependencies: 13063 12940 xmlchars: 2.2.0 13064 12941 dev: true 13065 12942 13066 - /scheduler/0.19.1: 12943 + /scheduler@0.19.1: 13067 12944 resolution: {integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==} 13068 12945 dependencies: 13069 12946 loose-envify: 1.4.0 13070 12947 object-assign: 4.1.1 13071 12948 dev: true 13072 12949 13073 - /scheduler/0.20.2: 12950 + /scheduler@0.20.2: 13074 12951 resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} 13075 12952 dependencies: 13076 12953 loose-envify: 1.4.0 13077 12954 object-assign: 4.1.1 13078 12955 13079 - /schema-utils/1.0.0: 12956 + /schema-utils@1.0.0: 13080 12957 resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} 13081 12958 engines: {node: '>= 4'} 13082 12959 dependencies: 13083 12960 ajv: 6.12.6 13084 - ajv-errors: 1.0.1_ajv@6.12.6 13085 - ajv-keywords: 3.5.2_ajv@6.12.6 12961 + ajv-errors: 1.0.1(ajv@6.12.6) 12962 + ajv-keywords: 3.5.2(ajv@6.12.6) 13086 12963 13087 - /schema-utils/2.7.1: 12964 + /schema-utils@2.7.1: 13088 12965 resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} 13089 12966 engines: {node: '>= 8.9.0'} 13090 12967 dependencies: 13091 12968 '@types/json-schema': 7.0.11 13092 12969 ajv: 6.12.6 13093 - ajv-keywords: 3.5.2_ajv@6.12.6 12970 + ajv-keywords: 3.5.2(ajv@6.12.6) 13094 12971 13095 - /seek-bzip/1.0.6: 12972 + /seek-bzip@1.0.6: 13096 12973 resolution: {integrity: sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==} 13097 12974 hasBin: true 13098 12975 dependencies: 13099 12976 commander: 2.20.3 13100 12977 13101 - /select-hose/2.0.0: 12978 + /select-hose@2.0.0: 13102 12979 resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} 13103 12980 13104 - /selfsigned/1.10.8: 12981 + /selfsigned@1.10.8: 13105 12982 resolution: {integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==} 13106 12983 dependencies: 13107 12984 node-forge: 0.10.0 13108 12985 13109 - /semver-compare/1.0.0: 12986 + /semver-compare@1.0.0: 13110 12987 resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} 13111 12988 dev: true 13112 12989 13113 - /semver-regex/3.1.4: 12990 + /semver-regex@3.1.4: 13114 12991 resolution: {integrity: sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==} 13115 12992 engines: {node: '>=8'} 13116 12993 dev: true 13117 12994 13118 - /semver/5.7.1: 12995 + /semver@5.7.1: 13119 12996 resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} 13120 12997 hasBin: true 13121 12998 13122 - /semver/6.3.0: 12999 + /semver@6.3.0: 13123 13000 resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} 13124 13001 hasBin: true 13125 13002 13126 - /semver/7.0.0: 13003 + /semver@7.0.0: 13127 13004 resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} 13128 13005 hasBin: true 13129 13006 13130 - /semver/7.5.0: 13007 + /semver@7.5.0: 13131 13008 resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} 13132 13009 engines: {node: '>=10'} 13133 13010 hasBin: true ··· 13135 13012 lru-cache: 6.0.0 13136 13013 dev: true 13137 13014 13138 - /send/0.17.1: 13015 + /send@0.17.1(supports-color@6.1.0): 13139 13016 resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} 13140 13017 engines: {node: '>= 0.8.0'} 13141 13018 dependencies: 13142 - debug: 2.6.9 13019 + debug: 2.6.9(supports-color@6.1.0) 13143 13020 depd: 1.1.2 13144 13021 destroy: 1.0.4 13145 13022 encodeurl: 1.0.2 ··· 13155 13032 transitivePeerDependencies: 13156 13033 - supports-color 13157 13034 13158 - /send/0.17.1_supports-color@6.1.0: 13159 - resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} 13160 - engines: {node: '>= 0.8.0'} 13161 - dependencies: 13162 - debug: 2.6.9_supports-color@6.1.0 13163 - depd: 1.1.2 13164 - destroy: 1.0.4 13165 - encodeurl: 1.0.2 13166 - escape-html: 1.0.3 13167 - etag: 1.8.1 13168 - fresh: 0.5.2 13169 - http-errors: 1.7.3 13170 - mime: 1.6.0 13171 - ms: 2.1.1 13172 - on-finished: 2.3.0 13173 - range-parser: 1.2.1 13174 - statuses: 1.5.0 13175 - transitivePeerDependencies: 13176 - - supports-color 13177 - 13178 - /serialize-javascript/4.0.0: 13035 + /serialize-javascript@4.0.0: 13179 13036 resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} 13180 13037 dependencies: 13181 13038 randombytes: 2.1.0 13182 13039 13183 - /serialize-javascript/6.0.1: 13040 + /serialize-javascript@6.0.1: 13184 13041 resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} 13185 13042 dependencies: 13186 13043 randombytes: 2.1.0 13187 13044 dev: true 13188 13045 13189 - /serve-handler/6.1.3: 13046 + /serve-handler@6.1.3: 13190 13047 resolution: {integrity: sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==} 13191 13048 dependencies: 13192 13049 bytes: 3.0.0 ··· 13198 13055 path-to-regexp: 2.2.1 13199 13056 range-parser: 1.2.0 13200 13057 13201 - /serve-index/1.9.1_supports-color@6.1.0: 13058 + /serve-index@1.9.1(supports-color@6.1.0): 13202 13059 resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==} 13203 13060 engines: {node: '>= 0.8.0'} 13204 13061 dependencies: 13205 13062 accepts: 1.3.7 13206 13063 batch: 0.6.1 13207 - debug: 2.6.9_supports-color@6.1.0 13064 + debug: 2.6.9(supports-color@6.1.0) 13208 13065 escape-html: 1.0.3 13209 13066 http-errors: 1.6.3 13210 13067 mime-types: 2.1.35 ··· 13212 13069 transitivePeerDependencies: 13213 13070 - supports-color 13214 13071 13215 - /serve-static/1.14.1: 13216 - resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} 13217 - engines: {node: '>= 0.8.0'} 13218 - dependencies: 13219 - encodeurl: 1.0.2 13220 - escape-html: 1.0.3 13221 - parseurl: 1.3.3 13222 - send: 0.17.1 13223 - transitivePeerDependencies: 13224 - - supports-color 13225 - 13226 - /serve-static/1.14.1_supports-color@6.1.0: 13072 + /serve-static@1.14.1(supports-color@6.1.0): 13227 13073 resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} 13228 13074 engines: {node: '>= 0.8.0'} 13229 13075 dependencies: 13230 13076 encodeurl: 1.0.2 13231 13077 escape-html: 1.0.3 13232 13078 parseurl: 1.3.3 13233 - send: 0.17.1_supports-color@6.1.0 13079 + send: 0.17.1(supports-color@6.1.0) 13234 13080 transitivePeerDependencies: 13235 13081 - supports-color 13236 13082 13237 - /serve/11.3.2: 13083 + /serve@11.3.2: 13238 13084 resolution: {integrity: sha512-yKWQfI3xbj/f7X1lTBg91fXBP0FqjJ4TEi+ilES5yzH0iKJpN5LjNb1YzIfQg9Rqn4ECUS2SOf2+Kmepogoa5w==} 13239 13085 hasBin: true 13240 13086 dependencies: ··· 13250 13096 transitivePeerDependencies: 13251 13097 - supports-color 13252 13098 13253 - /set-blocking/2.0.0: 13099 + /set-blocking@2.0.0: 13254 13100 resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} 13255 13101 13256 - /set-value/2.0.1: 13102 + /set-value@2.0.1: 13257 13103 resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} 13258 13104 engines: {node: '>=0.10.0'} 13259 13105 dependencies: ··· 13262 13108 is-plain-object: 2.0.4 13263 13109 split-string: 3.1.0 13264 13110 13265 - /setimmediate/1.0.5: 13111 + /setimmediate@1.0.5: 13266 13112 resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} 13267 13113 13268 - /setprototypeof/1.1.0: 13114 + /setprototypeof@1.1.0: 13269 13115 resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} 13270 13116 13271 - /setprototypeof/1.1.1: 13117 + /setprototypeof@1.1.1: 13272 13118 resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} 13273 13119 13274 - /sha.js/2.4.11: 13120 + /sha.js@2.4.11: 13275 13121 resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} 13276 13122 hasBin: true 13277 13123 dependencies: 13278 13124 inherits: 2.0.4 13279 13125 safe-buffer: 5.2.1 13280 13126 13281 - /shallow-clone/3.0.1: 13127 + /shallow-clone@3.0.1: 13282 13128 resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} 13283 13129 engines: {node: '>=8'} 13284 13130 dependencies: 13285 13131 kind-of: 6.0.3 13286 13132 13287 - /shallowequal/1.1.0: 13133 + /shallowequal@1.1.0: 13288 13134 resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} 13289 13135 13290 - /shebang-command/1.2.0: 13136 + /shebang-command@1.2.0: 13291 13137 resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} 13292 13138 engines: {node: '>=0.10.0'} 13293 13139 dependencies: 13294 13140 shebang-regex: 1.0.0 13295 13141 13296 - /shebang-command/2.0.0: 13142 + /shebang-command@2.0.0: 13297 13143 resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 13298 13144 engines: {node: '>=8'} 13299 13145 dependencies: 13300 13146 shebang-regex: 3.0.0 13301 13147 dev: true 13302 13148 13303 - /shebang-regex/1.0.0: 13149 + /shebang-regex@1.0.0: 13304 13150 resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} 13305 13151 engines: {node: '>=0.10.0'} 13306 13152 13307 - /shebang-regex/3.0.0: 13153 + /shebang-regex@3.0.0: 13308 13154 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 13309 13155 engines: {node: '>=8'} 13310 13156 dev: true 13311 13157 13312 - /shell-quote/1.7.2: 13158 + /shell-quote@1.7.2: 13313 13159 resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==} 13314 13160 dev: true 13315 13161 13316 - /shell-quote/1.8.0: 13162 + /shell-quote@1.8.0: 13317 13163 resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} 13318 13164 dev: true 13319 13165 13320 - /shelljs/0.5.3: 13166 + /shelljs@0.5.3: 13321 13167 resolution: {integrity: sha512-C2FisSSW8S6TIYHHiMHN0NqzdjWfTekdMpA2FJTbRWnQMLO1RRIXEB9eVZYOlofYmjZA7fY3ChoFu09MeI3wlQ==} 13322 13168 engines: {node: '>=0.8.0'} 13323 13169 hasBin: true 13324 13170 13325 - /shorthash/0.0.2: 13171 + /shorthash@0.0.2: 13326 13172 resolution: {integrity: sha512-L/QRElsfTaCCzA7AJPXuin6/jgWjgmTfjdaXucQ5PauPypmqAZ7t4GueaCv+Jti0M8S2Iv1C/ryD+aWY/KUGCA==} 13327 13173 13328 - /side-channel/1.0.4: 13174 + /side-channel@1.0.4: 13329 13175 resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} 13330 13176 dependencies: 13331 13177 call-bind: 1.0.2 13332 13178 get-intrinsic: 1.2.0 13333 13179 object-inspect: 1.12.3 13334 13180 13335 - /siginfo/2.0.0: 13181 + /siginfo@2.0.0: 13336 13182 resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} 13337 13183 dev: true 13338 13184 13339 - /sigmund/1.0.1: 13185 + /sigmund@1.0.1: 13340 13186 resolution: {integrity: sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==} 13341 13187 dev: true 13342 13188 13343 - /signal-exit/3.0.7: 13189 + /signal-exit@3.0.7: 13344 13190 resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} 13345 13191 13346 - /sigstore/1.1.1: 13192 + /sigstore@1.1.1: 13347 13193 resolution: {integrity: sha512-4hR3tPP1y59YWlaoAgAWFVZ7srTjNWOrrpkQXWu05qP0BvwFYyt3K3l848+IHo+mKhkOzGcNDf7ktASXLEPC+A==} 13348 13194 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 13349 13195 hasBin: true ··· 13356 13202 - supports-color 13357 13203 dev: true 13358 13204 13359 - /simple-swizzle/0.2.2: 13205 + /simple-swizzle@0.2.2: 13360 13206 resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} 13361 13207 dependencies: 13362 13208 is-arrayish: 0.3.2 13363 13209 13364 - /slash/2.0.0: 13210 + /slash@2.0.0: 13365 13211 resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} 13366 13212 engines: {node: '>=6'} 13367 13213 13368 - /slash/3.0.0: 13214 + /slash@3.0.0: 13369 13215 resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} 13370 13216 engines: {node: '>=8'} 13371 13217 dev: true 13372 13218 13373 - /slice-ansi/3.0.0: 13219 + /slice-ansi@3.0.0: 13374 13220 resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} 13375 13221 engines: {node: '>=8'} 13376 13222 dependencies: ··· 13379 13225 is-fullwidth-code-point: 3.0.0 13380 13226 dev: true 13381 13227 13382 - /slice-ansi/4.0.0: 13228 + /slice-ansi@4.0.0: 13383 13229 resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} 13384 13230 engines: {node: '>=10'} 13385 13231 dependencies: ··· 13388 13234 is-fullwidth-code-point: 3.0.0 13389 13235 dev: true 13390 13236 13391 - /slice-ansi/5.0.0: 13237 + /slice-ansi@5.0.0: 13392 13238 resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} 13393 13239 engines: {node: '>=12'} 13394 13240 dependencies: ··· 13396 13242 is-fullwidth-code-point: 4.0.0 13397 13243 dev: true 13398 13244 13399 - /smart-buffer/4.2.0: 13245 + /smart-buffer@4.2.0: 13400 13246 resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} 13401 13247 engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} 13402 13248 dev: true 13403 13249 13404 - /smartwrap/2.0.2: 13250 + /smartwrap@2.0.2: 13405 13251 resolution: {integrity: sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==} 13406 13252 engines: {node: '>=6'} 13407 13253 hasBin: true ··· 13414 13260 yargs: 15.4.1 13415 13261 dev: true 13416 13262 13417 - /smob/0.0.6: 13263 + /smob@0.0.6: 13418 13264 resolution: {integrity: sha512-V21+XeNni+tTyiST1MHsa84AQhT1aFZipzPpOFAVB8DkHzwJyjjAmt9bgwnuZiZWnIbMo2duE29wybxv/7HWUw==} 13419 13265 dev: true 13420 13266 13421 - /snapdragon-node/2.1.1: 13267 + /snapdragon-node@2.1.1: 13422 13268 resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} 13423 13269 engines: {node: '>=0.10.0'} 13424 13270 dependencies: ··· 13426 13272 isobject: 3.0.1 13427 13273 snapdragon-util: 3.0.1 13428 13274 13429 - /snapdragon-util/3.0.1: 13275 + /snapdragon-util@3.0.1: 13430 13276 resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} 13431 13277 engines: {node: '>=0.10.0'} 13432 13278 dependencies: 13433 13279 kind-of: 3.2.2 13434 13280 13435 - /snapdragon/0.8.2: 13436 - resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} 13437 - engines: {node: '>=0.10.0'} 13438 - dependencies: 13439 - base: 0.11.2 13440 - debug: 2.6.9 13441 - define-property: 0.2.5 13442 - extend-shallow: 2.0.1 13443 - map-cache: 0.2.2 13444 - source-map: 0.5.7 13445 - source-map-resolve: 0.5.3 13446 - use: 3.1.1 13447 - transitivePeerDependencies: 13448 - - supports-color 13449 - 13450 - /snapdragon/0.8.2_supports-color@6.1.0: 13281 + /snapdragon@0.8.2(supports-color@6.1.0): 13451 13282 resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} 13452 13283 engines: {node: '>=0.10.0'} 13453 13284 dependencies: 13454 13285 base: 0.11.2 13455 - debug: 2.6.9_supports-color@6.1.0 13286 + debug: 2.6.9(supports-color@6.1.0) 13456 13287 define-property: 0.2.5 13457 13288 extend-shallow: 2.0.1 13458 13289 map-cache: 0.2.2 ··· 13462 13293 transitivePeerDependencies: 13463 13294 - supports-color 13464 13295 13465 - /socket.io-adapter/1.1.2: 13296 + /socket.io-adapter@1.1.2: 13466 13297 resolution: {integrity: sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==} 13467 13298 13468 - /socket.io-client/2.4.0: 13299 + /socket.io-client@2.4.0: 13469 13300 resolution: {integrity: sha512-M6xhnKQHuuZd4Ba9vltCLT9oa+YvTsP8j9NcEiLElfIg8KeYPyhWOes6x4t+LTAC8enQbE/995AdTem2uNyKKQ==} 13470 13301 dependencies: 13471 13302 backo2: 1.0.2 ··· 13484 13315 - supports-color 13485 13316 - utf-8-validate 13486 13317 13487 - /socket.io-parser/3.3.2: 13318 + /socket.io-parser@3.3.2: 13488 13319 resolution: {integrity: sha512-FJvDBuOALxdCI9qwRrO/Rfp9yfndRtc1jSgVgV8FDraihmSP/MLGD5PEuJrNfjALvcQ+vMDM/33AWOYP/JSjDg==} 13489 13320 dependencies: 13490 13321 component-emitter: 1.3.0 ··· 13493 13324 transitivePeerDependencies: 13494 13325 - supports-color 13495 13326 13496 - /socket.io-parser/3.4.1: 13327 + /socket.io-parser@3.4.1: 13497 13328 resolution: {integrity: sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==} 13498 13329 dependencies: 13499 13330 component-emitter: 1.2.1 ··· 13502 13333 transitivePeerDependencies: 13503 13334 - supports-color 13504 13335 13505 - /socket.io/2.4.1: 13336 + /socket.io@2.4.1: 13506 13337 resolution: {integrity: sha512-Si18v0mMXGAqLqCVpTxBa8MGqriHGQh8ccEOhmsmNS3thNCGBwO8WGrwMibANsWtQQ5NStdZwHqZR3naJVFc3w==} 13507 13338 dependencies: 13508 13339 debug: 4.1.1 ··· 13516 13347 - supports-color 13517 13348 - utf-8-validate 13518 13349 13519 - /sockjs-client/1.5.1_supports-color@6.1.0: 13350 + /sockjs-client@1.5.1(supports-color@6.1.0): 13520 13351 resolution: {integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==} 13521 13352 dependencies: 13522 - debug: 3.2.7_supports-color@6.1.0 13353 + debug: 3.2.7(supports-color@6.1.0) 13523 13354 eventsource: 1.1.0 13524 13355 faye-websocket: 0.11.3 13525 13356 inherits: 2.0.4 ··· 13528 13359 transitivePeerDependencies: 13529 13360 - supports-color 13530 13361 13531 - /sockjs/0.3.21: 13362 + /sockjs@0.3.21: 13532 13363 resolution: {integrity: sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==} 13533 13364 dependencies: 13534 13365 faye-websocket: 0.11.3 13535 13366 uuid: 3.4.0 13536 13367 websocket-driver: 0.7.4 13537 13368 13538 - /socks-proxy-agent/7.0.0: 13369 + /socks-proxy-agent@7.0.0: 13539 13370 resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} 13540 13371 engines: {node: '>= 10'} 13541 13372 dependencies: 13542 13373 agent-base: 6.0.2 13543 - debug: 4.3.4 13374 + debug: 4.3.4(supports-color@5.5.0) 13544 13375 socks: 2.7.1 13545 13376 transitivePeerDependencies: 13546 13377 - supports-color 13547 13378 dev: true 13548 13379 13549 - /socks/2.7.1: 13380 + /socks@2.7.1: 13550 13381 resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} 13551 13382 engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} 13552 13383 dependencies: ··· 13554 13385 smart-buffer: 4.2.0 13555 13386 dev: true 13556 13387 13557 - /sort-keys-length/1.0.1: 13388 + /sort-keys-length@1.0.1: 13558 13389 resolution: {integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==} 13559 13390 engines: {node: '>=0.10.0'} 13560 13391 dependencies: 13561 13392 sort-keys: 1.1.2 13562 13393 13563 - /sort-keys/1.1.2: 13394 + /sort-keys@1.1.2: 13564 13395 resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==} 13565 13396 engines: {node: '>=0.10.0'} 13566 13397 dependencies: 13567 13398 is-plain-obj: 1.1.0 13568 13399 13569 - /sort-keys/2.0.0: 13400 + /sort-keys@2.0.0: 13570 13401 resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} 13571 13402 engines: {node: '>=4'} 13572 13403 dependencies: 13573 13404 is-plain-obj: 1.1.0 13574 13405 13575 - /source-list-map/2.0.1: 13406 + /source-list-map@2.0.1: 13576 13407 resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} 13577 13408 13578 - /source-map-js/1.0.2: 13409 + /source-map-js@1.0.2: 13579 13410 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} 13580 13411 engines: {node: '>=0.10.0'} 13581 13412 dev: true 13582 13413 13583 - /source-map-resolve/0.5.3: 13414 + /source-map-resolve@0.5.3: 13584 13415 resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} 13585 13416 deprecated: See https://github.com/lydell/source-map-resolve#deprecated 13586 13417 dependencies: ··· 13590 13421 source-map-url: 0.4.1 13591 13422 urix: 0.1.0 13592 13423 13593 - /source-map-support/0.5.21: 13424 + /source-map-support@0.5.21: 13594 13425 resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} 13595 13426 dependencies: 13596 13427 buffer-from: 1.1.2 13597 13428 source-map: 0.6.1 13598 13429 13599 - /source-map-url/0.4.1: 13430 + /source-map-url@0.4.1: 13600 13431 resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} 13601 13432 deprecated: See https://github.com/lydell/source-map-url#deprecated 13602 13433 13603 - /source-map/0.5.7: 13434 + /source-map@0.5.7: 13604 13435 resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} 13605 13436 engines: {node: '>=0.10.0'} 13606 13437 13607 - /source-map/0.6.1: 13438 + /source-map@0.6.1: 13608 13439 resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} 13609 13440 engines: {node: '>=0.10.0'} 13610 13441 13611 - /source-map/0.7.3: 13442 + /source-map@0.7.3: 13612 13443 resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} 13613 13444 engines: {node: '>= 8'} 13614 13445 dev: true 13615 13446 13616 - /source-map/0.7.4: 13447 + /source-map@0.7.4: 13617 13448 resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} 13618 13449 engines: {node: '>= 8'} 13619 13450 13620 - /source-map/0.8.0-beta.0: 13451 + /source-map@0.8.0-beta.0: 13621 13452 resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} 13622 13453 engines: {node: '>= 8'} 13623 13454 dependencies: 13624 13455 whatwg-url: 7.1.0 13625 13456 dev: true 13626 13457 13627 - /sourcemap-codec/1.4.8: 13458 + /sourcemap-codec@1.4.8: 13628 13459 resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} 13629 13460 deprecated: Please use @jridgewell/sourcemap-codec instead 13630 13461 dev: true 13631 13462 13632 - /space-separated-tokens/1.1.5: 13463 + /space-separated-tokens@1.1.5: 13633 13464 resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} 13634 13465 13635 - /spawndamnit/2.0.0: 13466 + /spawndamnit@2.0.0: 13636 13467 resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} 13637 13468 dependencies: 13638 13469 cross-spawn: 5.1.0 13639 13470 signal-exit: 3.0.7 13640 13471 dev: true 13641 13472 13642 - /spdx-correct/3.2.0: 13473 + /spdx-correct@3.2.0: 13643 13474 resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} 13644 13475 dependencies: 13645 13476 spdx-expression-parse: 3.0.1 13646 13477 spdx-license-ids: 3.0.13 13647 13478 dev: true 13648 13479 13649 - /spdx-exceptions/2.3.0: 13480 + /spdx-exceptions@2.3.0: 13650 13481 resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} 13651 13482 dev: true 13652 13483 13653 - /spdx-expression-parse/3.0.1: 13484 + /spdx-expression-parse@3.0.1: 13654 13485 resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} 13655 13486 dependencies: 13656 13487 spdx-exceptions: 2.3.0 13657 13488 spdx-license-ids: 3.0.13 13658 13489 dev: true 13659 13490 13660 - /spdx-license-ids/3.0.13: 13491 + /spdx-license-ids@3.0.13: 13661 13492 resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} 13662 13493 dev: true 13663 13494 13664 - /spdy-transport/3.0.0_supports-color@6.1.0: 13495 + /spdy-transport@3.0.0(supports-color@6.1.0): 13665 13496 resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} 13666 13497 dependencies: 13667 - debug: 4.3.4_supports-color@6.1.0 13498 + debug: 4.3.4(supports-color@6.1.0) 13668 13499 detect-node: 2.0.5 13669 13500 hpack.js: 2.1.6 13670 13501 obuf: 1.1.2 ··· 13673 13504 transitivePeerDependencies: 13674 13505 - supports-color 13675 13506 13676 - /spdy/4.0.2_supports-color@6.1.0: 13507 + /spdy@4.0.2(supports-color@6.1.0): 13677 13508 resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} 13678 13509 engines: {node: '>=6.0.0'} 13679 13510 dependencies: 13680 - debug: 4.3.4_supports-color@6.1.0 13511 + debug: 4.3.4(supports-color@6.1.0) 13681 13512 handle-thing: 2.0.1 13682 13513 http-deceiver: 1.2.7 13683 13514 select-hose: 2.0.0 13684 - spdy-transport: 3.0.0_supports-color@6.1.0 13515 + spdy-transport: 3.0.0(supports-color@6.1.0) 13685 13516 transitivePeerDependencies: 13686 13517 - supports-color 13687 13518 13688 - /split-string/3.1.0: 13519 + /split-string@3.1.0: 13689 13520 resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} 13690 13521 engines: {node: '>=0.10.0'} 13691 13522 dependencies: 13692 13523 extend-shallow: 3.0.2 13693 13524 13694 - /split/0.3.1: 13525 + /split@0.3.1: 13695 13526 resolution: {integrity: sha512-hCHXkQDs1HFKRsrT9EutGT1hmjS1FW1Aei8dk/CxrT7mslcMtAxbiv8LYA/AYDvjB6h9rSXgW8zAZwg20tKMTw==} 13696 13527 dependencies: 13697 13528 through: 2.3.8 13698 13529 dev: true 13699 13530 13700 - /sprintf-js/1.0.3: 13531 + /sprintf-js@1.0.3: 13701 13532 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 13702 13533 13703 - /sshpk/1.17.0: 13534 + /sshpk@1.17.0: 13704 13535 resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} 13705 13536 engines: {node: '>=0.10.0'} 13706 13537 hasBin: true ··· 13716 13547 tweetnacl: 0.14.5 13717 13548 dev: true 13718 13549 13719 - /ssri/10.0.1: 13550 + /ssri@10.0.1: 13720 13551 resolution: {integrity: sha512-WVy6di9DlPOeBWEjMScpNipeSX2jIZBGEn5Uuo8Q7aIuFEuDX0pw8RxcOjlD1TWP4obi24ki7m/13+nFpcbXrw==} 13721 13552 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 13722 13553 dependencies: 13723 13554 minipass: 4.2.5 13724 13555 dev: true 13725 13556 13726 - /ssri/6.0.2: 13557 + /ssri@6.0.2: 13727 13558 resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} 13728 13559 dependencies: 13729 13560 figgy-pudding: 3.5.2 13730 13561 13731 - /ssri/9.0.1: 13562 + /ssri@9.0.1: 13732 13563 resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} 13733 13564 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 13734 13565 dependencies: 13735 13566 minipass: 3.3.6 13736 13567 dev: true 13737 13568 13738 - /stable/0.1.8: 13569 + /stable@0.1.8: 13739 13570 resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} 13740 13571 deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' 13741 13572 13742 - /stackback/0.0.2: 13573 + /stackback@0.0.2: 13743 13574 resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} 13744 13575 dev: true 13745 13576 13746 - /stacktrace-parser/0.1.10: 13577 + /stacktrace-parser@0.1.10: 13747 13578 resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} 13748 13579 engines: {node: '>=6'} 13749 13580 dependencies: 13750 13581 type-fest: 0.7.1 13751 13582 dev: true 13752 13583 13753 - /state-toggle/1.0.3: 13584 + /state-toggle@1.0.3: 13754 13585 resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==} 13755 13586 13756 - /static-extend/0.1.2: 13587 + /static-extend@0.1.2: 13757 13588 resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} 13758 13589 engines: {node: '>=0.10.0'} 13759 13590 dependencies: 13760 13591 define-property: 0.2.5 13761 13592 object-copy: 0.1.0 13762 13593 13763 - /statuses/1.5.0: 13594 + /statuses@1.5.0: 13764 13595 resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} 13765 13596 engines: {node: '>= 0.6'} 13766 13597 13767 - /std-env/3.3.2: 13598 + /std-env@3.3.2: 13768 13599 resolution: {integrity: sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==} 13769 13600 dev: true 13770 13601 13771 - /stream-browserify/2.0.2: 13602 + /stream-browserify@2.0.2: 13772 13603 resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} 13773 13604 dependencies: 13774 13605 inherits: 2.0.4 13775 13606 readable-stream: 2.3.7 13776 13607 13777 - /stream-browserify/3.0.0: 13608 + /stream-browserify@3.0.0: 13778 13609 resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} 13779 13610 dependencies: 13780 13611 inherits: 2.0.4 13781 13612 readable-stream: 3.6.2 13782 13613 dev: true 13783 13614 13784 - /stream-each/1.2.3: 13615 + /stream-each@1.2.3: 13785 13616 resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} 13786 13617 dependencies: 13787 13618 end-of-stream: 1.4.4 13788 13619 stream-shift: 1.0.1 13789 13620 13790 - /stream-http/2.8.3: 13621 + /stream-http@2.8.3: 13791 13622 resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} 13792 13623 dependencies: 13793 13624 builtin-status-codes: 3.0.0 ··· 13796 13627 to-arraybuffer: 1.0.1 13797 13628 xtend: 4.0.2 13798 13629 13799 - /stream-http/3.1.1: 13630 + /stream-http@3.1.1: 13800 13631 resolution: {integrity: sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==} 13801 13632 dependencies: 13802 13633 builtin-status-codes: 3.0.0 ··· 13805 13636 xtend: 4.0.2 13806 13637 dev: true 13807 13638 13808 - /stream-parser/0.3.1: 13639 + /stream-parser@0.3.1: 13809 13640 resolution: {integrity: sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==} 13810 13641 dependencies: 13811 - debug: 2.6.9 13642 + debug: 2.6.9(supports-color@6.1.0) 13812 13643 transitivePeerDependencies: 13813 13644 - supports-color 13814 13645 dev: true 13815 13646 13816 - /stream-shift/1.0.1: 13647 + /stream-shift@1.0.1: 13817 13648 resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} 13818 13649 13819 - /stream-transform/2.1.3: 13650 + /stream-transform@2.1.3: 13820 13651 resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==} 13821 13652 dependencies: 13822 13653 mixme: 0.5.6 13823 13654 dev: true 13824 13655 13825 - /strict-uri-encode/1.1.0: 13656 + /strict-uri-encode@1.1.0: 13826 13657 resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} 13827 13658 engines: {node: '>=0.10.0'} 13828 13659 13829 - /string-argv/0.3.1: 13660 + /string-argv@0.3.1: 13830 13661 resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} 13831 13662 engines: {node: '>=0.6.19'} 13832 13663 dev: true 13833 13664 13834 - /string-hash/1.1.3: 13665 + /string-hash@1.1.3: 13835 13666 resolution: {integrity: sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==} 13836 13667 dev: true 13837 13668 13838 - /string-width/2.1.1: 13669 + /string-width@2.1.1: 13839 13670 resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} 13840 13671 engines: {node: '>=4'} 13841 13672 dependencies: 13842 13673 is-fullwidth-code-point: 2.0.0 13843 13674 strip-ansi: 4.0.0 13844 13675 13845 - /string-width/3.1.0: 13676 + /string-width@3.1.0: 13846 13677 resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} 13847 13678 engines: {node: '>=6'} 13848 13679 dependencies: ··· 13850 13681 is-fullwidth-code-point: 2.0.0 13851 13682 strip-ansi: 5.2.0 13852 13683 13853 - /string-width/4.2.3: 13684 + /string-width@4.2.3: 13854 13685 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 13855 13686 engines: {node: '>=8'} 13856 13687 dependencies: ··· 13859 13690 strip-ansi: 6.0.1 13860 13691 dev: true 13861 13692 13862 - /string-width/5.1.2: 13693 + /string-width@5.1.2: 13863 13694 resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} 13864 13695 engines: {node: '>=12'} 13865 13696 dependencies: ··· 13868 13699 strip-ansi: 7.0.1 13869 13700 dev: true 13870 13701 13871 - /string.prototype.matchall/4.0.8: 13702 + /string.prototype.matchall@4.0.8: 13872 13703 resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} 13873 13704 dependencies: 13874 13705 call-bind: 1.0.2 ··· 13881 13712 side-channel: 1.0.4 13882 13713 dev: true 13883 13714 13884 - /string.prototype.padend/3.1.4: 13715 + /string.prototype.padend@3.1.4: 13885 13716 resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} 13886 13717 engines: {node: '>= 0.4'} 13887 13718 dependencies: ··· 13890 13721 es-abstract: 1.21.2 13891 13722 dev: true 13892 13723 13893 - /string.prototype.trim/1.2.7: 13724 + /string.prototype.trim@1.2.7: 13894 13725 resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} 13895 13726 engines: {node: '>= 0.4'} 13896 13727 dependencies: ··· 13898 13729 define-properties: 1.2.0 13899 13730 es-abstract: 1.21.2 13900 13731 13901 - /string.prototype.trimend/1.0.6: 13732 + /string.prototype.trimend@1.0.6: 13902 13733 resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} 13903 13734 dependencies: 13904 13735 call-bind: 1.0.2 13905 13736 define-properties: 1.2.0 13906 13737 es-abstract: 1.21.2 13907 13738 13908 - /string.prototype.trimstart/1.0.6: 13739 + /string.prototype.trimstart@1.0.6: 13909 13740 resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} 13910 13741 dependencies: 13911 13742 call-bind: 1.0.2 13912 13743 define-properties: 1.2.0 13913 13744 es-abstract: 1.21.2 13914 13745 13915 - /string_decoder/1.1.1: 13746 + /string_decoder@1.1.1: 13916 13747 resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} 13917 13748 dependencies: 13918 13749 safe-buffer: 5.1.2 13919 13750 13920 - /string_decoder/1.3.0: 13751 + /string_decoder@1.3.0: 13921 13752 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 13922 13753 dependencies: 13923 13754 safe-buffer: 5.2.1 13924 13755 13925 - /stringify-entities/2.0.0: 13756 + /stringify-entities@2.0.0: 13926 13757 resolution: {integrity: sha512-fqqhZzXyAM6pGD9lky/GOPq6V4X0SeTAFBl0iXb/BzOegl40gpf/bV3QQP7zULNYvjr6+Dx8SCaDULjVoOru0A==} 13927 13758 dependencies: 13928 13759 character-entities-html4: 1.1.4 ··· 13932 13763 is-hexadecimal: 1.0.4 13933 13764 dev: false 13934 13765 13935 - /strip-ansi/3.0.1: 13766 + /strip-ansi@3.0.1: 13936 13767 resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} 13937 13768 engines: {node: '>=0.10.0'} 13938 13769 dependencies: 13939 13770 ansi-regex: 2.1.1 13940 13771 13941 - /strip-ansi/4.0.0: 13772 + /strip-ansi@4.0.0: 13942 13773 resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==} 13943 13774 engines: {node: '>=4'} 13944 13775 dependencies: 13945 13776 ansi-regex: 3.0.0 13946 13777 13947 - /strip-ansi/5.2.0: 13778 + /strip-ansi@5.2.0: 13948 13779 resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} 13949 13780 engines: {node: '>=6'} 13950 13781 dependencies: 13951 13782 ansi-regex: 4.1.0 13952 13783 13953 - /strip-ansi/6.0.0: 13784 + /strip-ansi@6.0.0: 13954 13785 resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} 13955 13786 engines: {node: '>=8'} 13956 13787 dependencies: 13957 13788 ansi-regex: 5.0.1 13958 13789 dev: true 13959 13790 13960 - /strip-ansi/6.0.1: 13791 + /strip-ansi@6.0.1: 13961 13792 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 13962 13793 engines: {node: '>=8'} 13963 13794 dependencies: 13964 13795 ansi-regex: 5.0.1 13965 13796 dev: true 13966 13797 13967 - /strip-ansi/7.0.1: 13798 + /strip-ansi@7.0.1: 13968 13799 resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} 13969 13800 engines: {node: '>=12'} 13970 13801 dependencies: 13971 13802 ansi-regex: 6.0.1 13972 13803 dev: true 13973 13804 13974 - /strip-bom/3.0.0: 13805 + /strip-bom@3.0.0: 13975 13806 resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} 13976 13807 engines: {node: '>=4'} 13977 13808 dev: true 13978 13809 13979 - /strip-dirs/2.1.0: 13810 + /strip-dirs@2.1.0: 13980 13811 resolution: {integrity: sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==} 13981 13812 dependencies: 13982 13813 is-natural-number: 4.0.1 13983 13814 13984 - /strip-eof/1.0.0: 13815 + /strip-eof@1.0.0: 13985 13816 resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} 13986 13817 engines: {node: '>=0.10.0'} 13987 13818 13988 - /strip-final-newline/2.0.0: 13819 + /strip-final-newline@2.0.0: 13989 13820 resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} 13990 13821 engines: {node: '>=6'} 13991 13822 dev: true 13992 13823 13993 - /strip-final-newline/3.0.0: 13824 + /strip-final-newline@3.0.0: 13994 13825 resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} 13995 13826 engines: {node: '>=12'} 13996 13827 dev: true 13997 13828 13998 - /strip-indent/3.0.0: 13829 + /strip-indent@3.0.0: 13999 13830 resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} 14000 13831 engines: {node: '>=8'} 14001 13832 dependencies: 14002 13833 min-indent: 1.0.1 14003 13834 dev: true 14004 13835 14005 - /strip-json-comments/2.0.1: 13836 + /strip-json-comments@2.0.1: 14006 13837 resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 14007 13838 engines: {node: '>=0.10.0'} 14008 13839 14009 - /strip-json-comments/3.1.1: 13840 + /strip-json-comments@3.1.1: 14010 13841 resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} 14011 13842 engines: {node: '>=8'} 14012 13843 dev: true 14013 13844 14014 - /strip-literal/1.0.1: 13845 + /strip-literal@1.0.1: 14015 13846 resolution: {integrity: sha512-QZTsipNpa2Ppr6v1AmJHESqJ3Uz247MUS0OjrnnZjFAvEoWqxuyFuXn2xLgMtRnijJShAa1HL0gtJyUs7u7n3Q==} 14016 13847 dependencies: 14017 13848 acorn: 8.8.2 14018 13849 dev: true 14019 13850 14020 - /strip-outer/1.0.1: 13851 + /strip-outer@1.0.1: 14021 13852 resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} 14022 13853 engines: {node: '>=0.10.0'} 14023 13854 dependencies: 14024 13855 escape-string-regexp: 1.0.5 14025 13856 14026 - /style-loader/0.23.1: 13857 + /style-loader@0.23.1: 14027 13858 resolution: {integrity: sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==} 14028 13859 engines: {node: '>= 0.12.0'} 14029 13860 dependencies: 14030 13861 loader-utils: 1.4.0 14031 13862 schema-utils: 1.0.0 14032 13863 14033 - /style-to-object/0.3.0: 13864 + /style-to-object@0.3.0: 14034 13865 resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} 14035 13866 dependencies: 14036 13867 inline-style-parser: 0.1.1 14037 13868 14038 - /styled-components/5.2.3_fane7jikarojcev26y27hpbhu4: 13869 + /styled-components@5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2): 14039 13870 resolution: {integrity: sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==} 14040 13871 engines: {node: '>=10'} 14041 13872 peerDependencies: ··· 14044 13875 react-is: '>= 16.8.0 || 17' 14045 13876 dependencies: 14046 13877 '@babel/helper-module-imports': 7.18.6 14047 - '@babel/traverse': 7.21.3_supports-color@5.5.0 13878 + '@babel/traverse': 7.21.3(supports-color@5.5.0) 14048 13879 '@emotion/is-prop-valid': 0.8.8 14049 13880 '@emotion/stylis': 0.8.5 14050 13881 '@emotion/unitless': 0.7.5 14051 - babel-plugin-styled-components: 1.12.0_styled-components@5.2.3 13882 + babel-plugin-styled-components: 1.12.0(styled-components@5.2.3) 14052 13883 css-to-react-native: 3.0.0 14053 13884 hoist-non-react-statics: 3.3.2 14054 13885 react: 17.0.2 14055 - react-dom: 17.0.2_react@17.0.2 13886 + react-dom: 17.0.2(react@17.0.2) 14056 13887 react-is: 17.0.2 14057 13888 shallowequal: 1.1.0 14058 13889 supports-color: 5.5.0 14059 13890 14060 - /styled-jsx/3.3.2_react@17.0.2: 13891 + /styled-jsx@3.3.2(react@17.0.2): 14061 13892 resolution: {integrity: sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==} 14062 13893 peerDependencies: 14063 13894 react: 15.x.x || 16.x.x || 17.x.x || 17 ··· 14070 13901 source-map: 0.7.3 14071 13902 string-hash: 1.1.3 14072 13903 stylis: 3.5.4 14073 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 13904 + stylis-rule-sheet: 0.0.10(stylis@3.5.4) 14074 13905 dev: true 14075 13906 14076 - /stylehacks/4.0.3: 13907 + /stylehacks@4.0.3: 14077 13908 resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} 14078 13909 engines: {node: '>=6.9.0'} 14079 13910 dependencies: ··· 14081 13912 postcss: 7.0.35 14082 13913 postcss-selector-parser: 3.1.2 14083 13914 14084 - /stylis-rule-sheet/0.0.10_stylis@3.5.4: 13915 + /stylis-rule-sheet@0.0.10(stylis@3.5.4): 14085 13916 resolution: {integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==} 14086 13917 peerDependencies: 14087 13918 stylis: ^3.5.0 ··· 14089 13920 stylis: 3.5.4 14090 13921 dev: true 14091 13922 14092 - /stylis/3.5.4: 13923 + /stylis@3.5.4: 14093 13924 resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==} 14094 13925 dev: true 14095 13926 14096 - /sucrase/3.29.0: 13927 + /sucrase@3.29.0: 14097 13928 resolution: {integrity: sha512-bZPAuGA5SdFHuzqIhTAqt9fvNEo9rESqXIG3oiKdF8K4UmkQxC4KlNL3lVyAErXp+mPvUqZ5l13qx6TrDIGf3A==} 14098 13929 engines: {node: '>=8'} 14099 13930 hasBin: true ··· 14106 13937 ts-interface-checker: 0.1.13 14107 13938 dev: true 14108 13939 14109 - /supports-color/5.5.0: 13940 + /supports-color@5.5.0: 14110 13941 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} 14111 13942 engines: {node: '>=4'} 14112 13943 dependencies: 14113 13944 has-flag: 3.0.0 14114 13945 14115 - /supports-color/6.1.0: 13946 + /supports-color@6.1.0: 14116 13947 resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} 14117 13948 engines: {node: '>=6'} 14118 13949 dependencies: 14119 13950 has-flag: 3.0.0 14120 13951 14121 - /supports-color/7.2.0: 13952 + /supports-color@7.2.0: 14122 13953 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 14123 13954 engines: {node: '>=8'} 14124 13955 dependencies: 14125 13956 has-flag: 4.0.0 14126 13957 14127 - /supports-color/8.1.1: 13958 + /supports-color@8.1.1: 14128 13959 resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} 14129 13960 engines: {node: '>=10'} 14130 13961 dependencies: 14131 13962 has-flag: 4.0.0 14132 13963 dev: true 14133 13964 14134 - /supports-preserve-symlinks-flag/1.0.0: 13965 + /supports-preserve-symlinks-flag@1.0.0: 14135 13966 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 14136 13967 engines: {node: '>= 0.4'} 14137 13968 14138 - /surge-fstream-ignore/1.0.6: 13969 + /surge-fstream-ignore@1.0.6: 14139 13970 resolution: {integrity: sha512-hNN52cz2fYCAzhlHmWPn4aE3bFbpBt01AkWFLljrtSzFvxlipLAeLuLtQ3t4f0RKoUkjzXWCAFK13WoET2iM1A==} 14140 13971 dependencies: 14141 13972 fstream: 1.0.12 ··· 14143 13974 minimatch: 3.1.2 14144 13975 dev: true 14145 13976 14146 - /surge-ignore/0.2.0: 13977 + /surge-ignore@0.2.0: 14147 13978 resolution: {integrity: sha512-ay4MPFjfiQzDsyTidljJLXQi22l2AwjcuamYnJWj/LdhaHdKmDJxRox52WXimdcLpMuLDtkQvv4+jEu+wu9eSw==} 14148 13979 dev: true 14149 13980 14150 - /surge/0.21.7: 13981 + /surge@0.21.7: 14151 13982 resolution: {integrity: sha512-XcMY2Z3I4kBZ1zVTOkeKmTcnAy/r9Mnu87+/3fAaN6ZCVnNy4Qtdh6ai77NwyORIltRP1cOn05sAi+nYoy5taQ==} 14152 13983 hasBin: true 14153 13984 dependencies: ··· 14168 13999 url-parse-as-address: 1.0.0 14169 14000 dev: true 14170 14001 14171 - /svelte/3.37.0: 14002 + /svelte@3.37.0: 14172 14003 resolution: {integrity: sha512-TRF30F4W4+d+Jr2KzUUL1j8Mrpns/WM/WacxYlo5MMb2E5Qy2Pk1Guj6GylxsW9OnKQl1tnF8q3hG/hQ3h6VUA==} 14173 14004 engines: {node: '>= 8'} 14174 14005 dev: true 14175 14006 14176 - /svgo/1.3.2: 14007 + /svgo@1.3.2: 14177 14008 resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} 14178 14009 engines: {node: '>=4.0.0'} 14179 14010 deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. ··· 14193 14024 unquote: 1.1.1 14194 14025 util.promisify: 1.0.1 14195 14026 14196 - /swimmer/1.4.0: 14027 + /swimmer@1.4.0: 14197 14028 resolution: {integrity: sha512-r6e+3pUnXgHQnzEN0tcIGmaTs76HbZEoM9NSdmAoNqSS4BPyoUFYeQtyGUm56SXoe62LS6BIrXc8q9yp9TuZgQ==} 14198 14029 dependencies: 14199 14030 babel-runtime: 6.26.0 14200 14031 14201 - /symbol-tree/3.2.4: 14032 + /symbol-tree@3.2.4: 14202 14033 resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} 14203 14034 dev: true 14204 14035 14205 - /tapable/1.1.3: 14036 + /tapable@1.1.3: 14206 14037 resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} 14207 14038 engines: {node: '>=6'} 14208 14039 14209 - /tar-fs/2.1.1: 14040 + /tar-fs@2.1.1: 14210 14041 resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} 14211 14042 dependencies: 14212 14043 chownr: 1.1.4 ··· 14214 14045 pump: 3.0.0 14215 14046 tar-stream: 2.2.0 14216 14047 14217 - /tar-stream/1.6.2: 14048 + /tar-stream@1.6.2: 14218 14049 resolution: {integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==} 14219 14050 engines: {node: '>= 0.8.0'} 14220 14051 dependencies: ··· 14226 14057 to-buffer: 1.1.1 14227 14058 xtend: 4.0.2 14228 14059 14229 - /tar-stream/2.2.0: 14060 + /tar-stream@2.2.0: 14230 14061 resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} 14231 14062 engines: {node: '>=6'} 14232 14063 dependencies: ··· 14236 14067 inherits: 2.0.4 14237 14068 readable-stream: 3.6.2 14238 14069 14239 - /tar/6.1.13: 14070 + /tar@6.1.13: 14240 14071 resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} 14241 14072 engines: {node: '>=10'} 14242 14073 dependencies: ··· 14248 14079 yallist: 4.0.0 14249 14080 dev: true 14250 14081 14251 - /tarr/1.1.0: 14082 + /tarr@1.1.0: 14252 14083 resolution: {integrity: sha512-tENbQ43IQckay71stp1p1lljRhoEZpZk10FzEZKW2tJcMcnLwV3CfZdxBAERlH6nwnFvnHMS9eJOJl6IzSsG0g==} 14253 14084 dependencies: 14254 14085 block-stream: 0.0.9 ··· 14256 14087 inherits: 2.0.4 14257 14088 dev: true 14258 14089 14259 - /term-size/1.2.0: 14090 + /term-size@1.2.0: 14260 14091 resolution: {integrity: sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==} 14261 14092 engines: {node: '>=4'} 14262 14093 dependencies: 14263 14094 execa: 0.7.0 14264 14095 14265 - /term-size/2.2.1: 14096 + /term-size@2.2.1: 14266 14097 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 14267 14098 engines: {node: '>=8'} 14268 14099 dev: true 14269 14100 14270 - /terser-webpack-plugin/1.4.5_webpack@4.46.0: 14101 + /terser-webpack-plugin@1.4.5(webpack@4.46.0): 14271 14102 resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} 14272 14103 engines: {node: '>= 6.9.0'} 14273 14104 peerDependencies: ··· 14284 14115 webpack-sources: 1.4.3 14285 14116 worker-farm: 1.7.0 14286 14117 14287 - /terser/4.8.0: 14118 + /terser@4.8.0: 14288 14119 resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} 14289 14120 engines: {node: '>=6.0.0'} 14290 14121 hasBin: true ··· 14294 14125 source-map: 0.6.1 14295 14126 source-map-support: 0.5.21 14296 14127 14297 - /terser/5.16.6: 14128 + /terser@5.16.6: 14298 14129 resolution: {integrity: sha512-IBZ+ZQIA9sMaXmRZCUMDjNH0D5AQQfdn4WUjHL0+1lF4TP1IHRJbrhb6fNaXWikrYQTSkb7SLxkeXAiy1p7mbg==} 14299 14130 engines: {node: '>=10'} 14300 14131 hasBin: true ··· 14305 14136 source-map-support: 0.5.21 14306 14137 dev: true 14307 14138 14308 - /text-table/0.2.0: 14139 + /text-table@0.2.0: 14309 14140 resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} 14310 14141 dev: true 14311 14142 14312 - /thenify-all/1.6.0: 14143 + /thenify-all@1.6.0: 14313 14144 resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} 14314 14145 engines: {node: '>=0.8'} 14315 14146 dependencies: 14316 14147 thenify: 3.3.1 14317 14148 dev: true 14318 14149 14319 - /thenify/3.3.1: 14150 + /thenify@3.3.1: 14320 14151 resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 14321 14152 dependencies: 14322 14153 any-promise: 1.3.0 14323 14154 dev: true 14324 14155 14325 - /throttleit/1.0.0: 14156 + /throttleit@1.0.0: 14326 14157 resolution: {integrity: sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==} 14327 14158 dev: true 14328 14159 14329 - /through/2.3.8: 14330 - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 14331 - 14332 - /through2/2.0.5: 14160 + /through2@2.0.5: 14333 14161 resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} 14334 14162 dependencies: 14335 14163 readable-stream: 2.3.7 14336 14164 xtend: 4.0.2 14337 14165 14338 - /thunky/1.1.0: 14166 + /through@2.3.8: 14167 + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 14168 + 14169 + /thunky@1.1.0: 14339 14170 resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} 14340 14171 14341 - /time-zone/1.0.0: 14172 + /time-zone@1.0.0: 14342 14173 resolution: {integrity: sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==} 14343 14174 engines: {node: '>=4'} 14344 14175 dev: true 14345 14176 14346 - /timed-out/4.0.1: 14177 + /timed-out@4.0.1: 14347 14178 resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==} 14348 14179 engines: {node: '>=0.10.0'} 14349 14180 14350 - /timers-browserify/2.0.12: 14181 + /timers-browserify@2.0.12: 14351 14182 resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} 14352 14183 engines: {node: '>=0.6.0'} 14353 14184 dependencies: 14354 14185 setimmediate: 1.0.5 14355 14186 14356 - /timsort/0.3.0: 14187 + /timsort@0.3.0: 14357 14188 resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} 14358 14189 14359 - /tiny-invariant/1.1.0: 14190 + /tiny-invariant@1.1.0: 14360 14191 resolution: {integrity: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==} 14361 14192 dev: false 14362 14193 14363 - /tiny-warning/1.0.3: 14194 + /tiny-warning@1.0.3: 14364 14195 resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} 14365 14196 dev: false 14366 14197 14367 - /tinybench/2.4.0: 14198 + /tinybench@2.4.0: 14368 14199 resolution: {integrity: sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==} 14369 14200 dev: true 14370 14201 14371 - /tinypool/0.4.0: 14202 + /tinypool@0.4.0: 14372 14203 resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==} 14373 14204 engines: {node: '>=14.0.0'} 14374 14205 dev: true 14375 14206 14376 - /tinyspy/2.1.0: 14207 + /tinyspy@2.1.0: 14377 14208 resolution: {integrity: sha512-7eORpyqImoOvkQJCSkL0d0mB4NHHIFAy4b1u8PHdDa7SjGS2njzl6/lyGoZLm+eyYEtlUmFGE0rFj66SWxZgQQ==} 14378 14209 engines: {node: '>=14.0.0'} 14379 14210 dev: true 14380 14211 14381 - /tmp-promise/3.0.3: 14212 + /tmp-promise@3.0.3: 14382 14213 resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} 14383 14214 dependencies: 14384 14215 tmp: 0.2.1 14385 14216 dev: true 14386 14217 14387 - /tmp/0.0.33: 14218 + /tmp@0.0.33: 14388 14219 resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} 14389 14220 engines: {node: '>=0.6.0'} 14390 14221 dependencies: 14391 14222 os-tmpdir: 1.0.2 14392 14223 14393 - /tmp/0.2.1: 14224 + /tmp@0.2.1: 14394 14225 resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} 14395 14226 engines: {node: '>=8.17.0'} 14396 14227 dependencies: 14397 14228 rimraf: 3.0.2 14398 14229 dev: true 14399 14230 14400 - /to-array/0.1.4: 14231 + /to-array@0.1.4: 14401 14232 resolution: {integrity: sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==} 14402 14233 14403 - /to-arraybuffer/1.0.1: 14234 + /to-arraybuffer@1.0.1: 14404 14235 resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} 14405 14236 14406 - /to-buffer/1.1.1: 14237 + /to-buffer@1.1.1: 14407 14238 resolution: {integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==} 14408 14239 14409 - /to-fast-properties/2.0.0: 14240 + /to-fast-properties@2.0.0: 14410 14241 resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} 14411 14242 engines: {node: '>=4'} 14412 14243 14413 - /to-object-path/0.3.0: 14244 + /to-object-path@0.3.0: 14414 14245 resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} 14415 14246 engines: {node: '>=0.10.0'} 14416 14247 dependencies: 14417 14248 kind-of: 3.2.2 14418 14249 14419 - /to-regex-range/2.1.1: 14250 + /to-regex-range@2.1.1: 14420 14251 resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} 14421 14252 engines: {node: '>=0.10.0'} 14422 14253 dependencies: 14423 14254 is-number: 3.0.0 14424 14255 repeat-string: 1.6.1 14425 14256 14426 - /to-regex-range/5.0.1: 14257 + /to-regex-range@5.0.1: 14427 14258 resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 14428 14259 engines: {node: '>=8.0'} 14429 14260 dependencies: 14430 14261 is-number: 7.0.0 14431 14262 14432 - /to-regex/3.0.2: 14263 + /to-regex@3.0.2: 14433 14264 resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} 14434 14265 engines: {node: '>=0.10.0'} 14435 14266 dependencies: ··· 14438 14269 regex-not: 1.0.2 14439 14270 safe-regex: 1.1.0 14440 14271 14441 - /to-vfile/6.1.0: 14272 + /to-vfile@6.1.0: 14442 14273 resolution: {integrity: sha512-BxX8EkCxOAZe+D/ToHdDsJcVI4HqQfmw0tCkp31zf3dNP/XWIAjU4CmeuSwsSoOzOTqHPOL0KUzyZqJplkD0Qw==} 14443 14274 dependencies: 14444 14275 is-buffer: 2.0.5 14445 14276 vfile: 4.2.1 14446 14277 dev: false 14447 14278 14448 - /toidentifier/1.0.0: 14279 + /toidentifier@1.0.0: 14449 14280 resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} 14450 14281 engines: {node: '>=0.6'} 14451 14282 14452 - /toposort/1.0.7: 14283 + /toposort@1.0.7: 14453 14284 resolution: {integrity: sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg==} 14454 14285 14455 - /tough-cookie/2.5.0: 14286 + /tough-cookie@2.5.0: 14456 14287 resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} 14457 14288 engines: {node: '>=0.8'} 14458 14289 dependencies: ··· 14460 14291 punycode: 2.3.0 14461 14292 dev: true 14462 14293 14463 - /tough-cookie/4.1.2: 14294 + /tough-cookie@4.1.2: 14464 14295 resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} 14465 14296 engines: {node: '>=6'} 14466 14297 dependencies: ··· 14470 14301 url-parse: 1.5.10 14471 14302 dev: true 14472 14303 14473 - /tr46/0.0.3: 14304 + /tr46@0.0.3: 14474 14305 resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} 14475 14306 14476 - /tr46/1.0.1: 14307 + /tr46@1.0.1: 14477 14308 resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} 14478 14309 dependencies: 14479 14310 punycode: 2.3.0 14480 14311 dev: true 14481 14312 14482 - /tr46/4.1.1: 14313 + /tr46@4.1.1: 14483 14314 resolution: {integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==} 14484 14315 engines: {node: '>=14'} 14485 14316 dependencies: 14486 14317 punycode: 2.3.0 14487 14318 dev: true 14488 14319 14489 - /treeverse/3.0.0: 14320 + /treeverse@3.0.0: 14490 14321 resolution: {integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==} 14491 14322 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 14492 14323 dev: true 14493 14324 14494 - /trim-newlines/3.0.1: 14325 + /trim-newlines@3.0.1: 14495 14326 resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} 14496 14327 engines: {node: '>=8'} 14497 14328 dev: true 14498 14329 14499 - /trim-repeated/1.0.0: 14330 + /trim-repeated@1.0.0: 14500 14331 resolution: {integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==} 14501 14332 engines: {node: '>=0.10.0'} 14502 14333 dependencies: 14503 14334 escape-string-regexp: 1.0.5 14504 14335 14505 - /trim-trailing-lines/1.1.4: 14336 + /trim-trailing-lines@1.1.4: 14506 14337 resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==} 14507 14338 14508 - /trim/0.0.1: 14339 + /trim@0.0.1: 14509 14340 resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==} 14510 14341 14511 - /trough/1.0.5: 14342 + /trough@1.0.5: 14512 14343 resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} 14513 14344 14514 - /tryer/1.0.1: 14345 + /tryer@1.0.1: 14515 14346 resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} 14516 14347 14517 - /ts-interface-checker/0.1.13: 14348 + /ts-interface-checker@0.1.13: 14518 14349 resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 14519 14350 dev: true 14520 14351 14521 - /ts-pnp/1.2.0: 14352 + /ts-pnp@1.2.0(typescript@4.9.5): 14522 14353 resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} 14523 14354 engines: {node: '>=6'} 14524 14355 peerDependencies: ··· 14526 14357 peerDependenciesMeta: 14527 14358 typescript: 14528 14359 optional: true 14360 + dependencies: 14361 + typescript: 4.9.5 14529 14362 dev: true 14530 14363 14531 - /tsconfck/2.1.0_typescript@4.9.5: 14364 + /tsconfck@2.1.0(typescript@4.9.5): 14532 14365 resolution: {integrity: sha512-lztI9ohwclQHISVWrM/hlcgsRpphsii94DV9AQtAw2XJSVNiv+3ppdEsrL5J+xc5oTeHXe1qDqlOAGw8VSa9+Q==} 14533 14366 engines: {node: ^14.13.1 || ^16 || >=18} 14534 14367 hasBin: true ··· 14541 14374 typescript: 4.9.5 14542 14375 dev: true 14543 14376 14544 - /tslib/1.14.1: 14377 + /tslib@1.14.1: 14545 14378 resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} 14546 14379 14547 - /tslib/2.5.0: 14380 + /tslib@2.5.0: 14548 14381 resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} 14549 14382 dev: true 14550 14383 14551 - /tsutils/3.21.0_typescript@4.9.5: 14384 + /tsutils@3.21.0(typescript@4.9.5): 14552 14385 resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} 14553 14386 engines: {node: '>= 6'} 14554 14387 peerDependencies: ··· 14558 14391 typescript: 4.9.5 14559 14392 dev: true 14560 14393 14561 - /tty-browserify/0.0.0: 14394 + /tty-browserify@0.0.0: 14562 14395 resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} 14563 14396 14564 - /tty-browserify/0.0.1: 14397 + /tty-browserify@0.0.1: 14565 14398 resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} 14566 14399 dev: true 14567 14400 14568 - /tty-table/4.1.6: 14401 + /tty-table@4.1.6: 14569 14402 resolution: {integrity: sha512-kRj5CBzOrakV4VRRY5kUWbNYvo/FpOsz65DzI5op9P+cHov3+IqPbo1JE1ZnQGkHdZgNFDsrEjrfqqy/Ply9fw==} 14570 14403 engines: {node: '>=8.0.0'} 14571 14404 hasBin: true ··· 14579 14412 yargs: 17.7.1 14580 14413 dev: true 14581 14414 14582 - /tuf-js/1.1.1: 14415 + /tuf-js@1.1.1: 14583 14416 resolution: {integrity: sha512-WTp382/PR96k0dI4GD5RdiRhgOU0rAC7+lnoih/5pZg3cyb3aNMqDozleEEWwyfT3+FOg7Qz9JU3n6A44tLSHw==} 14584 14417 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 14585 14418 dependencies: ··· 14590 14423 - supports-color 14591 14424 dev: true 14592 14425 14593 - /tunnel-agent/0.6.0: 14426 + /tunnel-agent@0.6.0: 14594 14427 resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} 14595 14428 dependencies: 14596 14429 safe-buffer: 5.2.1 14597 14430 14598 - /tunnel/0.0.6: 14431 + /tunnel@0.0.6: 14599 14432 resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} 14600 14433 engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} 14601 14434 14602 - /tweetnacl/0.14.5: 14435 + /tweetnacl@0.14.5: 14603 14436 resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} 14604 14437 dev: true 14605 14438 14606 - /type-check/0.3.2: 14439 + /type-check@0.3.2: 14607 14440 resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} 14608 14441 engines: {node: '>= 0.8.0'} 14609 14442 dependencies: 14610 14443 prelude-ls: 1.1.2 14611 14444 dev: true 14612 14445 14613 - /type-check/0.4.0: 14446 + /type-check@0.4.0: 14614 14447 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 14615 14448 engines: {node: '>= 0.8.0'} 14616 14449 dependencies: 14617 14450 prelude-ls: 1.2.1 14618 14451 dev: true 14619 14452 14620 - /type-detect/4.0.8: 14453 + /type-detect@4.0.8: 14621 14454 resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} 14622 14455 engines: {node: '>=4'} 14623 14456 dev: true 14624 14457 14625 - /type-fest/0.13.1: 14458 + /type-fest@0.13.1: 14626 14459 resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} 14627 14460 engines: {node: '>=10'} 14628 14461 dev: true 14629 14462 14630 - /type-fest/0.20.2: 14463 + /type-fest@0.20.2: 14631 14464 resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} 14632 14465 engines: {node: '>=10'} 14633 14466 dev: true 14634 14467 14635 - /type-fest/0.21.3: 14468 + /type-fest@0.21.3: 14636 14469 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 14637 14470 engines: {node: '>=10'} 14638 14471 14639 - /type-fest/0.4.1: 14472 + /type-fest@0.4.1: 14640 14473 resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} 14641 14474 engines: {node: '>=6'} 14642 14475 dev: true 14643 14476 14644 - /type-fest/0.6.0: 14477 + /type-fest@0.6.0: 14645 14478 resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} 14646 14479 engines: {node: '>=8'} 14647 14480 dev: true 14648 14481 14649 - /type-fest/0.7.1: 14482 + /type-fest@0.7.1: 14650 14483 resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} 14651 14484 engines: {node: '>=8'} 14652 14485 dev: true 14653 14486 14654 - /type-fest/0.8.1: 14487 + /type-fest@0.8.1: 14655 14488 resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} 14656 14489 engines: {node: '>=8'} 14657 14490 dev: true 14658 14491 14659 - /type-is/1.6.18: 14492 + /type-is@1.6.18: 14660 14493 resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} 14661 14494 engines: {node: '>= 0.6'} 14662 14495 dependencies: 14663 14496 media-typer: 0.3.0 14664 14497 mime-types: 2.1.35 14665 14498 14666 - /typed-array-length/1.0.4: 14499 + /typed-array-length@1.0.4: 14667 14500 resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} 14668 14501 dependencies: 14669 14502 call-bind: 1.0.2 14670 14503 for-each: 0.3.3 14671 14504 is-typed-array: 1.1.10 14672 14505 14673 - /typedarray/0.0.6: 14506 + /typedarray@0.0.6: 14674 14507 resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} 14675 14508 14676 - /typescript/4.9.5: 14509 + /typescript@4.9.5: 14677 14510 resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} 14678 14511 engines: {node: '>=4.2.0'} 14679 14512 hasBin: true 14680 14513 dev: true 14681 14514 14682 - /ufo/1.1.1: 14515 + /ufo@1.1.1: 14683 14516 resolution: {integrity: sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==} 14684 14517 dev: true 14685 14518 14686 - /uglify-js/3.4.10: 14519 + /uglify-js@3.4.10: 14687 14520 resolution: {integrity: sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==} 14688 14521 engines: {node: '>=0.8.0'} 14689 14522 hasBin: true ··· 14691 14524 commander: 2.19.0 14692 14525 source-map: 0.6.1 14693 14526 14694 - /unbox-primitive/1.0.2: 14527 + /unbox-primitive@1.0.2: 14695 14528 resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} 14696 14529 dependencies: 14697 14530 call-bind: 1.0.2 ··· 14699 14532 has-symbols: 1.0.3 14700 14533 which-boxed-primitive: 1.0.2 14701 14534 14702 - /unbzip2-stream/1.4.3: 14535 + /unbzip2-stream@1.4.3: 14703 14536 resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==} 14704 14537 dependencies: 14705 14538 buffer: 5.7.1 14706 14539 through: 2.3.8 14707 14540 14708 - /unherit/1.1.3: 14541 + /unherit@1.1.3: 14709 14542 resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==} 14710 14543 dependencies: 14711 14544 inherits: 2.0.4 14712 14545 xtend: 4.0.2 14713 14546 14714 - /unicode-canonical-property-names-ecmascript/1.0.4: 14547 + /unicode-canonical-property-names-ecmascript@1.0.4: 14715 14548 resolution: {integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==} 14716 14549 engines: {node: '>=4'} 14717 14550 14718 - /unicode-match-property-ecmascript/1.0.4: 14551 + /unicode-match-property-ecmascript@1.0.4: 14719 14552 resolution: {integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==} 14720 14553 engines: {node: '>=4'} 14721 14554 dependencies: 14722 14555 unicode-canonical-property-names-ecmascript: 1.0.4 14723 14556 unicode-property-aliases-ecmascript: 1.1.0 14724 14557 14725 - /unicode-match-property-value-ecmascript/1.2.0: 14558 + /unicode-match-property-value-ecmascript@1.2.0: 14726 14559 resolution: {integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==} 14727 14560 engines: {node: '>=4'} 14728 14561 14729 - /unicode-property-aliases-ecmascript/1.1.0: 14562 + /unicode-property-aliases-ecmascript@1.1.0: 14730 14563 resolution: {integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==} 14731 14564 engines: {node: '>=4'} 14732 14565 14733 - /unified/8.4.2: 14566 + /unified@8.4.2: 14734 14567 resolution: {integrity: sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==} 14735 14568 dependencies: 14736 14569 '@types/unist': 2.0.3 ··· 14741 14574 vfile: 4.2.1 14742 14575 dev: false 14743 14576 14744 - /unified/9.2.0: 14577 + /unified@9.2.0: 14745 14578 resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==} 14746 14579 dependencies: 14747 14580 '@types/unist': 2.0.3 ··· 14752 14585 trough: 1.0.5 14753 14586 vfile: 4.2.1 14754 14587 14755 - /union-value/1.0.1: 14588 + /union-value@1.0.1: 14756 14589 resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} 14757 14590 engines: {node: '>=0.10.0'} 14758 14591 dependencies: ··· 14761 14594 is-extendable: 0.1.1 14762 14595 set-value: 2.0.1 14763 14596 14764 - /uniq/1.0.1: 14597 + /uniq@1.0.1: 14765 14598 resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} 14766 14599 14767 - /uniqs/2.0.0: 14600 + /uniqs@2.0.0: 14768 14601 resolution: {integrity: sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==} 14769 14602 14770 - /unique-filename/1.1.1: 14603 + /unique-filename@1.1.1: 14771 14604 resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} 14772 14605 dependencies: 14773 14606 unique-slug: 2.0.2 14774 14607 14775 - /unique-filename/2.0.1: 14608 + /unique-filename@2.0.1: 14776 14609 resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==} 14777 14610 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 14778 14611 dependencies: 14779 14612 unique-slug: 3.0.0 14780 14613 dev: true 14781 14614 14782 - /unique-filename/3.0.0: 14615 + /unique-filename@3.0.0: 14783 14616 resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} 14784 14617 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 14785 14618 dependencies: 14786 14619 unique-slug: 4.0.0 14787 14620 dev: true 14788 14621 14789 - /unique-slug/2.0.2: 14622 + /unique-slug@2.0.2: 14790 14623 resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} 14791 14624 dependencies: 14792 14625 imurmurhash: 0.1.4 14793 14626 14794 - /unique-slug/3.0.0: 14627 + /unique-slug@3.0.0: 14795 14628 resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==} 14796 14629 engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} 14797 14630 dependencies: 14798 14631 imurmurhash: 0.1.4 14799 14632 dev: true 14800 14633 14801 - /unique-slug/4.0.0: 14634 + /unique-slug@4.0.0: 14802 14635 resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} 14803 14636 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 14804 14637 dependencies: 14805 14638 imurmurhash: 0.1.4 14806 14639 dev: true 14807 14640 14808 - /unist-builder/2.0.3: 14641 + /unist-builder@2.0.3: 14809 14642 resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==} 14810 14643 14811 - /unist-util-generated/1.1.6: 14644 + /unist-util-generated@1.1.6: 14812 14645 resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==} 14813 14646 14814 - /unist-util-is/3.0.0: 14647 + /unist-util-is@3.0.0: 14815 14648 resolution: {integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==} 14816 14649 dev: false 14817 14650 14818 - /unist-util-is/4.1.0: 14651 + /unist-util-is@4.1.0: 14819 14652 resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==} 14820 14653 14821 - /unist-util-position/3.1.0: 14654 + /unist-util-position@3.1.0: 14822 14655 resolution: {integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==} 14823 14656 14824 - /unist-util-remove-position/1.1.4: 14657 + /unist-util-remove-position@1.1.4: 14825 14658 resolution: {integrity: sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==} 14826 14659 dependencies: 14827 14660 unist-util-visit: 1.4.1 14828 14661 dev: false 14829 14662 14830 - /unist-util-remove-position/2.0.1: 14663 + /unist-util-remove-position@2.0.1: 14831 14664 resolution: {integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==} 14832 14665 dependencies: 14833 14666 unist-util-visit: 2.0.3 14834 14667 14835 - /unist-util-remove/1.0.3: 14668 + /unist-util-remove@1.0.3: 14836 14669 resolution: {integrity: sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g==} 14837 14670 dependencies: 14838 14671 unist-util-is: 3.0.0 14839 14672 dev: false 14840 14673 14841 - /unist-util-remove/2.1.0: 14674 + /unist-util-remove@2.1.0: 14842 14675 resolution: {integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==} 14843 14676 dependencies: 14844 14677 unist-util-is: 4.1.0 14845 14678 14846 - /unist-util-select/3.0.4: 14679 + /unist-util-select@3.0.4: 14847 14680 resolution: {integrity: sha512-xf1zCu4okgPqGLdhCDpRnjwBNyv3EqjiXRUbz2SdK1+qnLMB7uXXajfzuBvvbHoQ+JLyp4AEbFCGndmc6S72sw==} 14848 14681 dependencies: 14849 14682 css-selector-parser: 1.4.1 ··· 14853 14686 zwitch: 1.0.5 14854 14687 dev: false 14855 14688 14856 - /unist-util-stringify-position/2.0.3: 14689 + /unist-util-stringify-position@2.0.3: 14857 14690 resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} 14858 14691 dependencies: 14859 14692 '@types/unist': 2.0.3 14860 14693 14861 - /unist-util-visit-parents/2.1.2: 14694 + /unist-util-visit-parents@2.1.2: 14862 14695 resolution: {integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==} 14863 14696 dependencies: 14864 14697 unist-util-is: 3.0.0 14865 14698 dev: false 14866 14699 14867 - /unist-util-visit-parents/3.1.1: 14700 + /unist-util-visit-parents@3.1.1: 14868 14701 resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==} 14869 14702 dependencies: 14870 14703 '@types/unist': 2.0.3 14871 14704 unist-util-is: 4.1.0 14872 14705 14873 - /unist-util-visit/1.4.1: 14706 + /unist-util-visit@1.4.1: 14874 14707 resolution: {integrity: sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==} 14875 14708 dependencies: 14876 14709 unist-util-visit-parents: 2.1.2 14877 14710 dev: false 14878 14711 14879 - /unist-util-visit/2.0.3: 14712 + /unist-util-visit@2.0.3: 14880 14713 resolution: {integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==} 14881 14714 dependencies: 14882 14715 '@types/unist': 2.0.3 14883 14716 unist-util-is: 4.1.0 14884 14717 unist-util-visit-parents: 3.1.1 14885 14718 14886 - /universal-user-agent/5.0.0: 14719 + /universal-user-agent@5.0.0: 14887 14720 resolution: {integrity: sha512-B5TPtzZleXyPrUMKCpEHFmVhMN6EhmJYjG5PQna9s7mXeSqGTLap4OpqLl5FCEFUI3UBmllkETwKf/db66Y54Q==} 14888 14721 dependencies: 14889 14722 os-name: 3.1.0 14890 14723 dev: true 14891 14724 14892 - /universal-user-agent/6.0.0: 14725 + /universal-user-agent@6.0.0: 14893 14726 resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} 14894 14727 14895 - /universalify/0.1.2: 14728 + /universalify@0.1.2: 14896 14729 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} 14897 14730 engines: {node: '>= 4.0.0'} 14898 14731 14899 - /universalify/0.2.0: 14732 + /universalify@0.2.0: 14900 14733 resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} 14901 14734 engines: {node: '>= 4.0.0'} 14902 14735 dev: true 14903 14736 14904 - /universalify/2.0.0: 14737 + /universalify@2.0.0: 14905 14738 resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} 14906 14739 engines: {node: '>= 10.0.0'} 14907 14740 dev: true 14908 14741 14909 - /unpipe/1.0.0: 14742 + /unpipe@1.0.0: 14910 14743 resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} 14911 14744 engines: {node: '>= 0.8'} 14912 14745 14913 - /unquote/1.1.1: 14746 + /unquote@1.1.1: 14914 14747 resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} 14915 14748 14916 - /unset-value/1.0.0: 14749 + /unset-value@1.0.0: 14917 14750 resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} 14918 14751 engines: {node: '>=0.10.0'} 14919 14752 dependencies: 14920 14753 has-value: 0.3.1 14921 14754 isobject: 3.0.1 14922 14755 14923 - /untildify/4.0.0: 14756 + /untildify@4.0.0: 14924 14757 resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} 14925 14758 engines: {node: '>=8'} 14926 14759 dev: true 14927 14760 14928 - /upath/1.2.0: 14761 + /upath@1.2.0: 14929 14762 resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} 14930 14763 engines: {node: '>=4'} 14931 14764 14932 - /update-browserslist-db/1.0.10_browserslist@4.21.5: 14765 + /update-browserslist-db@1.0.10(browserslist@4.21.5): 14933 14766 resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} 14934 14767 hasBin: true 14935 14768 peerDependencies: ··· 14939 14772 escalade: 3.1.1 14940 14773 picocolors: 1.0.0 14941 14774 14942 - /update-check/1.5.2: 14775 + /update-check@1.5.2: 14943 14776 resolution: {integrity: sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==} 14944 14777 dependencies: 14945 14778 registry-auth-token: 3.3.2 14946 14779 registry-url: 3.1.0 14947 14780 14948 - /upper-case/1.1.3: 14781 + /upper-case@1.1.3: 14949 14782 resolution: {integrity: sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==} 14950 14783 14951 - /uri-js/4.4.1: 14784 + /uri-js@4.4.1: 14952 14785 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 14953 14786 dependencies: 14954 14787 punycode: 2.3.0 14955 14788 14956 - /urix/0.1.0: 14789 + /urix@0.1.0: 14957 14790 resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} 14958 14791 deprecated: Please see https://github.com/lydell/urix#deprecated 14959 14792 14960 - /url-loader/2.3.0_pezfbhhluxf7i7b6o2z4mpp25u: 14793 + /url-loader@2.3.0(file-loader@3.0.1)(webpack@4.46.0): 14961 14794 resolution: {integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog==} 14962 14795 engines: {node: '>= 8.9.0'} 14963 14796 peerDependencies: ··· 14967 14800 file-loader: 14968 14801 optional: true 14969 14802 dependencies: 14970 - file-loader: 3.0.1_webpack@4.46.0 14803 + file-loader: 3.0.1(webpack@4.46.0) 14971 14804 loader-utils: 1.4.0 14972 14805 mime: 2.5.2 14973 14806 schema-utils: 2.7.1 14974 14807 webpack: 4.46.0 14975 14808 14976 - /url-parse-as-address/1.0.0: 14809 + /url-parse-as-address@1.0.0: 14977 14810 resolution: {integrity: sha512-1WJ8YX1Kcec9wgxy8d/ATzGP1ayO6BRnd3iB6NlM+7cOnn6U8p5PKppRTCPLobh3CSdJ4d0TdPjopzyU2KcVFw==} 14978 14811 dev: true 14979 14812 14980 - /url-parse-lax/3.0.0: 14813 + /url-parse-lax@3.0.0: 14981 14814 resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==} 14982 14815 engines: {node: '>=4'} 14983 14816 dependencies: 14984 14817 prepend-http: 2.0.0 14985 14818 14986 - /url-parse/1.5.10: 14819 + /url-parse@1.5.10: 14987 14820 resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} 14988 14821 dependencies: 14989 14822 querystringify: 2.2.0 14990 14823 requires-port: 1.0.0 14991 14824 14992 - /url-to-options/1.0.1: 14825 + /url-to-options@1.0.1: 14993 14826 resolution: {integrity: sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==} 14994 14827 engines: {node: '>= 4'} 14995 14828 14996 - /url/0.11.0: 14829 + /url@0.11.0: 14997 14830 resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==} 14998 14831 dependencies: 14999 14832 punycode: 1.3.2 15000 14833 querystring: 0.2.0 15001 14834 15002 - /use-subscription/1.5.1_react@17.0.2: 14835 + /use-subscription@1.5.1(react@17.0.2): 15003 14836 resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} 15004 14837 peerDependencies: 15005 14838 react: ^16.8.0 || ^17.0.0 || 17 ··· 15008 14841 react: 17.0.2 15009 14842 dev: true 15010 14843 15011 - /use/3.1.1: 14844 + /use@3.1.1: 15012 14845 resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} 15013 14846 engines: {node: '>=0.10.0'} 15014 14847 15015 - /util-deprecate/1.0.2: 14848 + /util-deprecate@1.0.2: 15016 14849 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 15017 14850 15018 - /util.promisify/1.0.0: 14851 + /util.promisify@1.0.0: 15019 14852 resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} 15020 14853 dependencies: 15021 14854 define-properties: 1.2.0 15022 14855 object.getownpropertydescriptors: 2.1.2 15023 14856 15024 - /util.promisify/1.0.1: 14857 + /util.promisify@1.0.1: 15025 14858 resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} 15026 14859 dependencies: 15027 14860 define-properties: 1.2.0 ··· 15029 14862 has-symbols: 1.0.3 15030 14863 object.getownpropertydescriptors: 2.1.2 15031 14864 15032 - /util/0.10.3: 14865 + /util@0.10.3: 15033 14866 resolution: {integrity: sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==} 15034 14867 dependencies: 15035 14868 inherits: 2.0.1 15036 14869 15037 - /util/0.10.4: 14870 + /util@0.10.4: 15038 14871 resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==} 15039 14872 dependencies: 15040 14873 inherits: 2.0.3 15041 14874 dev: false 15042 14875 15043 - /util/0.11.1: 14876 + /util@0.11.1: 15044 14877 resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==} 15045 14878 dependencies: 15046 14879 inherits: 2.0.3 15047 14880 15048 - /util/0.12.3: 14881 + /util@0.12.3: 15049 14882 resolution: {integrity: sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==} 15050 14883 dependencies: 15051 14884 inherits: 2.0.4 ··· 15056 14889 which-typed-array: 1.1.9 15057 14890 dev: true 15058 14891 15059 - /util/0.12.4: 14892 + /util@0.12.4: 15060 14893 resolution: {integrity: sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==} 15061 14894 dependencies: 15062 14895 inherits: 2.0.4 ··· 15067 14900 which-typed-array: 1.1.9 15068 14901 dev: true 15069 14902 15070 - /utila/0.4.0: 14903 + /utila@0.4.0: 15071 14904 resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} 15072 14905 15073 - /utils-merge/1.0.1: 14906 + /utils-merge@1.0.1: 15074 14907 resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} 15075 14908 engines: {node: '>= 0.4.0'} 15076 14909 15077 - /uuid/3.4.0: 14910 + /uuid@3.4.0: 15078 14911 resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} 15079 14912 deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 15080 14913 hasBin: true 15081 14914 15082 - /uuid/8.3.2: 14915 + /uuid@8.3.2: 15083 14916 resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} 15084 14917 hasBin: true 15085 14918 dev: true 15086 14919 15087 - /validate-npm-package-license/3.0.4: 14920 + /validate-npm-package-license@3.0.4: 15088 14921 resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} 15089 14922 dependencies: 15090 14923 spdx-correct: 3.2.0 15091 14924 spdx-expression-parse: 3.0.1 15092 14925 dev: true 15093 14926 15094 - /validate-npm-package-name/5.0.0: 14927 + /validate-npm-package-name@5.0.0: 15095 14928 resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} 15096 14929 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 15097 14930 dependencies: 15098 14931 builtins: 5.0.1 15099 14932 dev: true 15100 14933 15101 - /value-equal/1.0.1: 14934 + /value-equal@1.0.1: 15102 14935 resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} 15103 14936 dev: false 15104 14937 15105 - /vary/1.1.2: 14938 + /vary@1.1.2: 15106 14939 resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} 15107 14940 engines: {node: '>= 0.8'} 15108 14941 15109 - /vendors/1.0.4: 14942 + /vendors@1.0.4: 15110 14943 resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} 15111 14944 15112 - /verror/1.10.0: 14945 + /verror@1.10.0: 15113 14946 resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} 15114 14947 engines: {'0': node >=0.6.0} 15115 14948 dependencies: ··· 15118 14951 extsprintf: 1.3.0 15119 14952 dev: true 15120 14953 15121 - /vfile-location/2.0.6: 14954 + /vfile-location@2.0.6: 15122 14955 resolution: {integrity: sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==} 15123 14956 dev: false 15124 14957 15125 - /vfile-location/3.2.0: 14958 + /vfile-location@3.2.0: 15126 14959 resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} 15127 14960 15128 - /vfile-message/2.0.4: 14961 + /vfile-message@2.0.4: 15129 14962 resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} 15130 14963 dependencies: 15131 14964 '@types/unist': 2.0.3 15132 14965 unist-util-stringify-position: 2.0.3 15133 14966 15134 - /vfile/4.2.1: 14967 + /vfile@4.2.1: 15135 14968 resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} 15136 14969 dependencies: 15137 14970 '@types/unist': 2.0.3 ··· 15139 14972 unist-util-stringify-position: 2.0.3 15140 14973 vfile-message: 2.0.4 15141 14974 15142 - /vite-node/0.30.1_67ayhxtn77ihpqz7ip4pro4g64: 14975 + /vite-node@0.30.1(@types/node@18.15.3)(terser@5.16.6): 15143 14976 resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} 15144 14977 engines: {node: '>=v14.18.0'} 15145 14978 hasBin: true 15146 14979 dependencies: 15147 14980 cac: 6.7.14 15148 - debug: 4.3.4 14981 + debug: 4.3.4(supports-color@5.5.0) 15149 14982 mlly: 1.2.0 15150 14983 pathe: 1.1.0 15151 14984 picocolors: 1.0.0 15152 - vite: 3.2.5_67ayhxtn77ihpqz7ip4pro4g64 14985 + vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 15153 14986 transitivePeerDependencies: 15154 14987 - '@types/node' 15155 14988 - less ··· 15160 14993 - terser 15161 14994 dev: true 15162 14995 15163 - /vite-tsconfig-paths/4.0.7_mmfldfnusamjexuwtlvii3fpxu: 14996 + /vite-tsconfig-paths@4.0.7(typescript@4.9.5)(vite@3.2.5): 15164 14997 resolution: {integrity: sha512-MwIYaby6kcbQGZqMH+gAK6h0UYQGOkjsuAgw4q6bP/5vWkn8VKvnmLuCQHA2+IzHAJHnE8OFTO4lnJLFMf9+7Q==} 15165 14998 peerDependencies: 15166 14999 vite: '*' ··· 15168 15001 vite: 15169 15002 optional: true 15170 15003 dependencies: 15171 - debug: 4.3.4 15004 + debug: 4.3.4(supports-color@5.5.0) 15172 15005 globrex: 0.1.2 15173 - tsconfck: 2.1.0_typescript@4.9.5 15174 - vite: 3.2.5_67ayhxtn77ihpqz7ip4pro4g64 15006 + tsconfck: 2.1.0(typescript@4.9.5) 15007 + vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 15175 15008 transitivePeerDependencies: 15176 15009 - supports-color 15177 15010 - typescript 15178 15011 dev: true 15179 15012 15180 - /vite/3.2.5: 15181 - resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} 15182 - engines: {node: ^14.18.0 || >=16.0.0} 15183 - hasBin: true 15184 - peerDependencies: 15185 - '@types/node': '>= 14' 15186 - less: '*' 15187 - sass: '*' 15188 - stylus: '*' 15189 - sugarss: '*' 15190 - terser: ^5.4.0 15191 - peerDependenciesMeta: 15192 - '@types/node': 15193 - optional: true 15194 - less: 15195 - optional: true 15196 - sass: 15197 - optional: true 15198 - stylus: 15199 - optional: true 15200 - sugarss: 15201 - optional: true 15202 - terser: 15203 - optional: true 15204 - dependencies: 15205 - esbuild: 0.15.18 15206 - postcss: 8.4.21 15207 - resolve: 1.22.1 15208 - rollup: 2.79.1 15209 - optionalDependencies: 15210 - fsevents: 2.3.2 15211 - dev: true 15212 - 15213 - /vite/3.2.5_67ayhxtn77ihpqz7ip4pro4g64: 15013 + /vite@3.2.5(@types/node@18.15.3)(terser@5.16.6): 15214 15014 resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} 15215 15015 engines: {node: ^14.18.0 || >=16.0.0} 15216 15016 hasBin: true ··· 15245 15045 fsevents: 2.3.2 15246 15046 dev: true 15247 15047 15248 - /vitest/0.30.1_jsdom@21.1.1+terser@5.16.6: 15048 + /vitest@0.30.1(jsdom@21.1.1)(terser@5.16.6): 15249 15049 resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==} 15250 15050 engines: {node: '>=v14.18.0'} 15251 15051 hasBin: true ··· 15289 15089 cac: 6.7.14 15290 15090 chai: 4.3.7 15291 15091 concordance: 5.0.4 15292 - debug: 4.3.4 15092 + debug: 4.3.4(supports-color@5.5.0) 15293 15093 jsdom: 21.1.1 15294 15094 local-pkg: 0.4.3 15295 15095 magic-string: 0.30.0 ··· 15300 15100 strip-literal: 1.0.1 15301 15101 tinybench: 2.4.0 15302 15102 tinypool: 0.4.0 15303 - vite: 3.2.5_67ayhxtn77ihpqz7ip4pro4g64 15304 - vite-node: 0.30.1_67ayhxtn77ihpqz7ip4pro4g64 15103 + vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 15104 + vite-node: 0.30.1(@types/node@18.15.3)(terser@5.16.6) 15305 15105 why-is-node-running: 2.2.2 15306 15106 transitivePeerDependencies: 15307 15107 - less ··· 15312 15112 - terser 15313 15113 dev: true 15314 15114 15315 - /vm-browserify/1.1.2: 15115 + /vm-browserify@1.1.2: 15316 15116 resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} 15317 15117 15318 - /vue/3.2.47: 15118 + /vue@3.2.47: 15319 15119 resolution: {integrity: sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==} 15320 15120 dependencies: 15321 15121 '@vue/compiler-dom': 3.2.47 15322 15122 '@vue/compiler-sfc': 3.2.47 15323 15123 '@vue/runtime-dom': 3.2.47 15324 - '@vue/server-renderer': 3.2.47_vue@3.2.47 15124 + '@vue/server-renderer': 3.2.47(vue@3.2.47) 15325 15125 '@vue/shared': 3.2.47 15326 15126 dev: true 15327 15127 15328 - /w3c-xmlserializer/4.0.0: 15128 + /w3c-xmlserializer@4.0.0: 15329 15129 resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} 15330 15130 engines: {node: '>=14'} 15331 15131 dependencies: 15332 15132 xml-name-validator: 4.0.0 15333 15133 dev: true 15334 15134 15335 - /walk-up-path/1.0.0: 15135 + /walk-up-path@1.0.0: 15336 15136 resolution: {integrity: sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==} 15337 15137 dev: true 15338 15138 15339 - /warning/4.0.3: 15139 + /warning@4.0.3: 15340 15140 resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} 15341 15141 dependencies: 15342 15142 loose-envify: 1.4.0 15343 15143 15344 - /watchpack-chokidar2/2.0.1: 15144 + /watchpack-chokidar2@2.0.1: 15345 15145 resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} 15346 15146 requiresBuild: true 15347 15147 dependencies: 15348 - chokidar: 2.1.8 15148 + chokidar: 2.1.8(supports-color@6.1.0) 15349 15149 transitivePeerDependencies: 15350 15150 - supports-color 15351 15151 optional: true 15352 15152 15353 - /watchpack/1.7.5: 15153 + /watchpack@1.7.5: 15354 15154 resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} 15355 15155 dependencies: 15356 15156 graceful-fs: 4.2.10 ··· 15361 15161 transitivePeerDependencies: 15362 15162 - supports-color 15363 15163 15364 - /watchpack/2.1.1: 15164 + /watchpack@2.1.1: 15365 15165 resolution: {integrity: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==} 15366 15166 engines: {node: '>=10.13.0'} 15367 15167 dependencies: ··· 15369 15169 graceful-fs: 4.2.10 15370 15170 dev: true 15371 15171 15372 - /wbuf/1.7.3: 15172 + /wbuf@1.7.3: 15373 15173 resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} 15374 15174 dependencies: 15375 15175 minimalistic-assert: 1.0.1 15376 15176 15377 - /wcwidth/1.0.1: 15177 + /wcwidth@1.0.1: 15378 15178 resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} 15379 15179 dependencies: 15380 15180 defaults: 1.0.4 15381 15181 dev: true 15382 15182 15383 - /web-namespaces/1.1.4: 15183 + /web-namespaces@1.1.4: 15384 15184 resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==} 15385 15185 15386 - /web-streams-polyfill/3.2.1: 15186 + /web-streams-polyfill@3.2.1: 15387 15187 resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} 15388 15188 engines: {node: '>= 8'} 15389 15189 dev: false 15390 15190 15391 - /webidl-conversions/3.0.1: 15191 + /webidl-conversions@3.0.1: 15392 15192 resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} 15393 15193 15394 - /webidl-conversions/4.0.2: 15194 + /webidl-conversions@4.0.2: 15395 15195 resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} 15396 15196 dev: true 15397 15197 15398 - /webidl-conversions/7.0.0: 15198 + /webidl-conversions@7.0.0: 15399 15199 resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} 15400 15200 engines: {node: '>=12'} 15401 15201 dev: true 15402 15202 15403 - /webpack-bundle-analyzer/3.9.0: 15203 + /webpack-bundle-analyzer@3.9.0: 15404 15204 resolution: {integrity: sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==} 15405 15205 engines: {node: '>= 6.14.4'} 15406 15206 hasBin: true ··· 15411 15211 chalk: 2.4.2 15412 15212 commander: 2.20.3 15413 15213 ejs: 2.7.4 15414 - express: 4.17.1 15214 + express: 4.17.1(supports-color@6.1.0) 15415 15215 filesize: 3.6.1 15416 15216 gzip-size: 5.1.1 15417 15217 lodash: 4.17.21 ··· 15423 15223 - supports-color 15424 15224 - utf-8-validate 15425 15225 15426 - /webpack-dev-middleware/3.7.3_webpack@4.46.0: 15226 + /webpack-dev-middleware@3.7.3(webpack@4.46.0): 15427 15227 resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} 15428 15228 engines: {node: '>= 6'} 15429 15229 peerDependencies: ··· 15436 15236 webpack: 4.46.0 15437 15237 webpack-log: 2.0.0 15438 15238 15439 - /webpack-dev-server/3.11.2_webpack@4.46.0: 15239 + /webpack-dev-server@3.11.2(webpack@4.46.0): 15440 15240 resolution: {integrity: sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==} 15441 15241 engines: {node: '>= 6.11.5'} 15442 15242 hasBin: true ··· 15449 15249 dependencies: 15450 15250 ansi-html: 0.0.7 15451 15251 bonjour: 3.5.0 15452 - chokidar: 2.1.8_supports-color@6.1.0 15453 - compression: 1.7.4_supports-color@6.1.0 15252 + chokidar: 2.1.8(supports-color@6.1.0) 15253 + compression: 1.7.4(supports-color@6.1.0) 15454 15254 connect-history-api-fallback: 1.6.0 15455 - debug: 4.3.4_supports-color@6.1.0 15255 + debug: 4.3.4(supports-color@6.1.0) 15456 15256 del: 4.1.1 15457 - express: 4.17.1_supports-color@6.1.0 15257 + express: 4.17.1(supports-color@6.1.0) 15458 15258 html-entities: 1.4.0 15459 - http-proxy-middleware: 0.19.1_tmpgdztspuwvsxzgjkhoqk7duq 15259 + http-proxy-middleware: 0.19.1(debug@4.3.4)(supports-color@6.1.0) 15460 15260 import-local: 2.0.0 15461 15261 internal-ip: 4.3.0 15462 15262 ip: 1.1.5 ··· 15465 15265 loglevel: 1.7.1 15466 15266 opn: 5.5.0 15467 15267 p-retry: 3.0.1 15468 - portfinder: 1.0.28_supports-color@6.1.0 15268 + portfinder: 1.0.28(supports-color@6.1.0) 15469 15269 schema-utils: 1.0.0 15470 15270 selfsigned: 1.10.8 15471 15271 semver: 6.3.0 15472 - serve-index: 1.9.1_supports-color@6.1.0 15272 + serve-index: 1.9.1(supports-color@6.1.0) 15473 15273 sockjs: 0.3.21 15474 - sockjs-client: 1.5.1_supports-color@6.1.0 15475 - spdy: 4.0.2_supports-color@6.1.0 15274 + sockjs-client: 1.5.1(supports-color@6.1.0) 15275 + spdy: 4.0.2(supports-color@6.1.0) 15476 15276 strip-ansi: 3.0.1 15477 15277 supports-color: 6.1.0 15478 15278 url: 0.11.0 15479 15279 webpack: 4.46.0 15480 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 15280 + webpack-dev-middleware: 3.7.3(webpack@4.46.0) 15481 15281 webpack-log: 2.0.0 15482 15282 ws: 6.2.1 15483 15283 yargs: 13.3.2 ··· 15485 15285 - bufferutil 15486 15286 - utf-8-validate 15487 15287 15488 - /webpack-flush-chunks/2.0.3_react@17.0.2: 15288 + /webpack-flush-chunks@2.0.3(react@17.0.2): 15489 15289 resolution: {integrity: sha512-CXGOyXG5YjjxyI+Qyt3VlI//JX92UmGRNP65zN3o9CIntEzfzc1J30YTKRRvF1JsE/iEzbnp5u99yCkL9obotQ==} 15490 15290 peerDependencies: 15491 15291 react: '*' 15492 15292 dependencies: 15493 15293 react: 17.0.2 15494 15294 15495 - /webpack-log/2.0.0: 15295 + /webpack-log@2.0.0: 15496 15296 resolution: {integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==} 15497 15297 engines: {node: '>= 6'} 15498 15298 dependencies: 15499 15299 ansi-colors: 3.2.4 15500 15300 uuid: 3.4.0 15501 15301 15502 - /webpack-node-externals/1.7.2: 15302 + /webpack-node-externals@1.7.2: 15503 15303 resolution: {integrity: sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==} 15504 15304 15505 - /webpack-sources/1.4.3: 15305 + /webpack-sources@1.4.3: 15506 15306 resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==} 15507 15307 dependencies: 15508 15308 source-list-map: 2.0.1 15509 15309 source-map: 0.6.1 15510 15310 15511 - /webpack/4.46.0: 15311 + /webpack@4.46.0: 15512 15312 resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} 15513 15313 engines: {node: '>=6.11.5'} 15514 15314 hasBin: true ··· 15527 15327 '@webassemblyjs/wasm-parser': 1.9.0 15528 15328 acorn: 6.4.2 15529 15329 ajv: 6.12.6 15530 - ajv-keywords: 3.5.2_ajv@6.12.6 15330 + ajv-keywords: 3.5.2(ajv@6.12.6) 15531 15331 chrome-trace-event: 1.0.3 15532 15332 enhanced-resolve: 4.5.0 15533 15333 eslint-scope: 4.0.3 ··· 15535 15335 loader-runner: 2.4.0 15536 15336 loader-utils: 1.4.0 15537 15337 memory-fs: 0.4.1 15538 - micromatch: 3.1.10 15338 + micromatch: 3.1.10(supports-color@6.1.0) 15539 15339 mkdirp: 0.5.5 15540 15340 neo-async: 2.6.2 15541 15341 node-libs-browser: 2.2.1 15542 15342 schema-utils: 1.0.0 15543 15343 tapable: 1.1.3 15544 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 15344 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) 15545 15345 watchpack: 1.7.5 15546 15346 webpack-sources: 1.4.3 15547 15347 transitivePeerDependencies: 15548 15348 - supports-color 15549 15349 15550 - /websocket-driver/0.7.4: 15350 + /websocket-driver@0.7.4: 15551 15351 resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} 15552 15352 engines: {node: '>=0.8.0'} 15553 15353 dependencies: ··· 15555 15355 safe-buffer: 5.2.1 15556 15356 websocket-extensions: 0.1.4 15557 15357 15558 - /websocket-extensions/0.1.4: 15358 + /websocket-extensions@0.1.4: 15559 15359 resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==} 15560 15360 engines: {node: '>=0.8.0'} 15561 15361 15562 - /well-known-symbols/2.0.0: 15362 + /well-known-symbols@2.0.0: 15563 15363 resolution: {integrity: sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==} 15564 15364 engines: {node: '>=6'} 15565 15365 dev: true 15566 15366 15567 - /whatwg-encoding/2.0.0: 15367 + /whatwg-encoding@2.0.0: 15568 15368 resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} 15569 15369 engines: {node: '>=12'} 15570 15370 dependencies: 15571 15371 iconv-lite: 0.6.3 15572 15372 dev: true 15573 15373 15574 - /whatwg-mimetype/3.0.0: 15374 + /whatwg-mimetype@3.0.0: 15575 15375 resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} 15576 15376 engines: {node: '>=12'} 15577 15377 dev: true 15578 15378 15579 - /whatwg-url/12.0.1: 15379 + /whatwg-url@12.0.1: 15580 15380 resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==} 15581 15381 engines: {node: '>=14'} 15582 15382 dependencies: ··· 15584 15384 webidl-conversions: 7.0.0 15585 15385 dev: true 15586 15386 15587 - /whatwg-url/5.0.0: 15387 + /whatwg-url@5.0.0: 15588 15388 resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} 15589 15389 dependencies: 15590 15390 tr46: 0.0.3 15591 15391 webidl-conversions: 3.0.1 15592 15392 15593 - /whatwg-url/7.1.0: 15393 + /whatwg-url@7.1.0: 15594 15394 resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} 15595 15395 dependencies: 15596 15396 lodash.sortby: 4.7.0 ··· 15598 15398 webidl-conversions: 4.0.2 15599 15399 dev: true 15600 15400 15601 - /which-boxed-primitive/1.0.2: 15401 + /which-boxed-primitive@1.0.2: 15602 15402 resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} 15603 15403 dependencies: 15604 15404 is-bigint: 1.0.4 ··· 15607 15407 is-string: 1.0.7 15608 15408 is-symbol: 1.0.4 15609 15409 15610 - /which-module/2.0.0: 15410 + /which-module@2.0.0: 15611 15411 resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} 15612 15412 15613 - /which-pm-runs/1.1.0: 15413 + /which-pm-runs@1.1.0: 15614 15414 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 15615 15415 engines: {node: '>=4'} 15616 15416 dev: true 15617 15417 15618 - /which-pm/2.0.0: 15418 + /which-pm@2.0.0: 15619 15419 resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} 15620 15420 engines: {node: '>=8.15'} 15621 15421 dependencies: ··· 15623 15423 path-exists: 4.0.0 15624 15424 dev: true 15625 15425 15626 - /which-typed-array/1.1.9: 15426 + /which-typed-array@1.1.9: 15627 15427 resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} 15628 15428 engines: {node: '>= 0.4'} 15629 15429 dependencies: ··· 15634 15434 has-tostringtag: 1.0.0 15635 15435 is-typed-array: 1.1.10 15636 15436 15637 - /which/1.3.1: 15437 + /which@1.3.1: 15638 15438 resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} 15639 15439 hasBin: true 15640 15440 dependencies: 15641 15441 isexe: 2.0.0 15642 15442 15643 - /which/2.0.2: 15443 + /which@2.0.2: 15644 15444 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 15645 15445 engines: {node: '>= 8'} 15646 15446 hasBin: true ··· 15648 15448 isexe: 2.0.0 15649 15449 dev: true 15650 15450 15651 - /which/3.0.0: 15451 + /which@3.0.0: 15652 15452 resolution: {integrity: sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==} 15653 15453 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 15654 15454 hasBin: true ··· 15656 15456 isexe: 2.0.0 15657 15457 dev: true 15658 15458 15659 - /why-is-node-running/2.2.2: 15459 + /why-is-node-running@2.2.2: 15660 15460 resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} 15661 15461 engines: {node: '>=8'} 15662 15462 hasBin: true ··· 15665 15465 stackback: 0.0.2 15666 15466 dev: true 15667 15467 15668 - /wide-align/1.1.5: 15468 + /wide-align@1.1.5: 15669 15469 resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} 15670 15470 dependencies: 15671 15471 string-width: 4.2.3 15672 15472 dev: true 15673 15473 15674 - /widest-line/2.0.1: 15474 + /widest-line@2.0.1: 15675 15475 resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==} 15676 15476 engines: {node: '>=4'} 15677 15477 dependencies: 15678 15478 string-width: 2.1.1 15679 15479 15680 - /windows-release/3.3.3: 15480 + /windows-release@3.3.3: 15681 15481 resolution: {integrity: sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==} 15682 15482 engines: {node: '>=6'} 15683 15483 dependencies: 15684 15484 execa: 1.0.0 15685 15485 dev: true 15686 15486 15687 - /wonka/6.3.0: 15688 - resolution: {integrity: sha512-7np+Kj4OnDQeEN0kafYLkPFKj1Qo+k7mNgyMHSgOeg+9AEvJbL8ipTBgSCTQfGcgVo6TPNU4T5+AZ2rAOyVrAw==} 15487 + /wonka@6.3.2: 15488 + resolution: {integrity: sha512-2xXbQ1LnwNS7egVm1HPhW2FyKrekolzhpM3mCwXdQr55gO+tAiY76rhb32OL9kKsW8taj++iP7C6hxlVzbnvrw==} 15689 15489 dev: false 15690 15490 15691 - /word-wrap/1.2.3: 15491 + /word-wrap@1.2.3: 15692 15492 resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} 15693 15493 engines: {node: '>=0.10.0'} 15694 15494 dev: true 15695 15495 15696 - /worker-farm/1.7.0: 15496 + /worker-farm@1.7.0: 15697 15497 resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} 15698 15498 dependencies: 15699 15499 errno: 0.1.8 15700 15500 15701 - /wrap-ansi/5.1.0: 15501 + /wrap-ansi@5.1.0: 15702 15502 resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} 15703 15503 engines: {node: '>=6'} 15704 15504 dependencies: ··· 15706 15506 string-width: 3.1.0 15707 15507 strip-ansi: 5.2.0 15708 15508 15709 - /wrap-ansi/6.2.0: 15509 + /wrap-ansi@6.2.0: 15710 15510 resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} 15711 15511 engines: {node: '>=8'} 15712 15512 dependencies: ··· 15715 15515 strip-ansi: 6.0.1 15716 15516 dev: true 15717 15517 15718 - /wrap-ansi/7.0.0: 15518 + /wrap-ansi@7.0.0: 15719 15519 resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} 15720 15520 engines: {node: '>=10'} 15721 15521 dependencies: ··· 15724 15524 strip-ansi: 6.0.1 15725 15525 dev: true 15726 15526 15727 - /wrappy/1.0.2: 15527 + /wrappy@1.0.2: 15728 15528 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 15729 15529 15730 - /write-file-atomic/2.4.3: 15530 + /write-file-atomic@2.4.3: 15731 15531 resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} 15732 15532 dependencies: 15733 15533 graceful-fs: 4.2.10 ··· 15735 15535 signal-exit: 3.0.7 15736 15536 dev: true 15737 15537 15738 - /write-file-atomic/5.0.0: 15538 + /write-file-atomic@5.0.0: 15739 15539 resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==} 15740 15540 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 15741 15541 dependencies: ··· 15743 15543 signal-exit: 3.0.7 15744 15544 dev: true 15745 15545 15746 - /write-json-file/3.2.0: 15546 + /write-json-file@3.2.0: 15747 15547 resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} 15748 15548 engines: {node: '>=6'} 15749 15549 dependencies: ··· 15755 15555 write-file-atomic: 2.4.3 15756 15556 dev: true 15757 15557 15758 - /write-pkg/4.0.0: 15558 + /write-pkg@4.0.0: 15759 15559 resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} 15760 15560 engines: {node: '>=8'} 15761 15561 dependencies: ··· 15764 15564 write-json-file: 3.2.0 15765 15565 dev: true 15766 15566 15767 - /ws/6.2.1: 15567 + /ws@6.2.1: 15768 15568 resolution: {integrity: sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==} 15769 15569 peerDependencies: 15770 15570 bufferutil: ^4.0.1 ··· 15777 15577 dependencies: 15778 15578 async-limiter: 1.0.1 15779 15579 15780 - /ws/7.4.5: 15580 + /ws@7.4.5: 15781 15581 resolution: {integrity: sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==} 15782 15582 engines: {node: '>=8.3.0'} 15783 15583 peerDependencies: ··· 15789 15589 utf-8-validate: 15790 15590 optional: true 15791 15591 15792 - /ws/8.13.0: 15592 + /ws@8.13.0: 15793 15593 resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} 15794 15594 engines: {node: '>=10.0.0'} 15795 15595 peerDependencies: ··· 15802 15602 optional: true 15803 15603 dev: true 15804 15604 15805 - /xml-name-validator/4.0.0: 15605 + /xml-name-validator@4.0.0: 15806 15606 resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} 15807 15607 engines: {node: '>=12'} 15808 15608 dev: true 15809 15609 15810 - /xmlchars/2.2.0: 15610 + /xmlchars@2.2.0: 15811 15611 resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} 15812 15612 dev: true 15813 15613 15814 - /xmlhttprequest-ssl/1.5.5: 15614 + /xmlhttprequest-ssl@1.5.5: 15815 15615 resolution: {integrity: sha512-/bFPLUgJrfGUL10AIv4Y7/CUt6so9CLtB/oFxQSHseSDNNCdC6vwwKEqwLN6wNPBg9YWXAiMu8jkf6RPRS/75Q==} 15816 15616 engines: {node: '>=0.4.0'} 15817 15617 15818 - /xtend/4.0.2: 15618 + /xtend@4.0.2: 15819 15619 resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} 15820 15620 engines: {node: '>=0.4'} 15821 15621 15822 - /y18n/4.0.3: 15622 + /y18n@4.0.3: 15823 15623 resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} 15824 15624 15825 - /y18n/5.0.8: 15625 + /y18n@5.0.8: 15826 15626 resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} 15827 15627 engines: {node: '>=10'} 15828 15628 dev: true 15829 15629 15830 - /yallist/2.1.2: 15630 + /yallist@2.1.2: 15831 15631 resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} 15832 15632 15833 - /yallist/3.1.1: 15633 + /yallist@3.1.1: 15834 15634 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 15835 15635 15836 - /yallist/4.0.0: 15636 + /yallist@4.0.0: 15837 15637 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} 15838 15638 dev: true 15839 15639 15840 - /yaml/1.10.2: 15640 + /yaml@1.10.2: 15841 15641 resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} 15842 15642 engines: {node: '>= 6'} 15843 15643 15844 - /yaml/2.2.1: 15644 + /yaml@2.2.1: 15845 15645 resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==} 15846 15646 engines: {node: '>= 14'} 15847 15647 dev: true 15848 15648 15849 - /yargs-parser/13.1.2: 15649 + /yargs-parser@13.1.2: 15850 15650 resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} 15851 15651 dependencies: 15852 15652 camelcase: 5.3.1 15853 15653 decamelize: 1.2.0 15854 15654 15855 - /yargs-parser/18.1.3: 15655 + /yargs-parser@18.1.3: 15856 15656 resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} 15857 15657 engines: {node: '>=6'} 15858 15658 dependencies: ··· 15860 15660 decamelize: 1.2.0 15861 15661 dev: true 15862 15662 15863 - /yargs-parser/21.1.1: 15663 + /yargs-parser@21.1.1: 15864 15664 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 15865 15665 engines: {node: '>=12'} 15866 15666 dev: true 15867 15667 15868 - /yargs/13.3.2: 15668 + /yargs@13.3.2: 15869 15669 resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} 15870 15670 dependencies: 15871 15671 cliui: 5.0.0 ··· 15879 15679 y18n: 4.0.3 15880 15680 yargs-parser: 13.1.2 15881 15681 15882 - /yargs/15.4.1: 15682 + /yargs@15.4.1: 15883 15683 resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} 15884 15684 engines: {node: '>=8'} 15885 15685 dependencies: ··· 15896 15696 yargs-parser: 18.1.3 15897 15697 dev: true 15898 15698 15899 - /yargs/17.7.1: 15699 + /yargs@17.7.1: 15900 15700 resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} 15901 15701 engines: {node: '>=12'} 15902 15702 dependencies: ··· 15909 15709 yargs-parser: 21.1.1 15910 15710 dev: true 15911 15711 15912 - /yauzl/2.10.0: 15712 + /yauzl@2.10.0: 15913 15713 resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} 15914 15714 dependencies: 15915 15715 buffer-crc32: 0.2.13 15916 15716 fd-slicer: 1.1.0 15917 15717 15918 - /yeast/0.1.2: 15718 + /yeast@0.1.2: 15919 15719 resolution: {integrity: sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==} 15920 15720 15921 - /yocto-queue/0.1.0: 15721 + /yocto-queue@0.1.0: 15922 15722 resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 15923 15723 engines: {node: '>=10'} 15924 15724 dev: true 15925 15725 15926 - /yocto-queue/1.0.0: 15726 + /yocto-queue@1.0.0: 15927 15727 resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} 15928 15728 engines: {node: '>=12.20'} 15929 15729 dev: true 15930 15730 15931 - /zwitch/1.0.5: 15731 + /zwitch@1.0.5: 15932 15732 resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
+5
scripts/prepare/index.js
··· 27 27 28 28 const is = (a, b) => posixPath(a) === posixPath(b); 29 29 30 + invariant( 31 + pkg.publishConfig.provenance === true, 32 + 'package.json:publishConfig.provenance must be set to true' 33 + ); 34 + 30 35 if (pkg.name.startsWith('@urql/')) { 31 36 invariant( 32 37 pkg.publishConfig.access === 'public',