From 7c5fb749b02ff6de27c9b5c9ecb0a878e1f3130e Mon Sep 17 00:00:00 2001 From: Gabe Pearhill Date: Tue, 10 Mar 2026 16:51:17 -0700 Subject: [PATCH 1/5] chore: udpate unit tests to use pnpm workspaces and turbo repo --- .github/workflows/presubmit.yaml | 2 + .github/workflows/windows-presubmit.yaml | 2 + .gitignore | 1 + ci/run_conditional_tests.sh | 29 +- package.json | 3 +- pnpm-lock.yaml | 24224 +++++++++++++++++++-- pnpm-workspace.yaml | 6 + turbo.json | 10 + 8 files changed, 22734 insertions(+), 1543 deletions(-) create mode 100644 pnpm-workspace.yaml create mode 100644 turbo.json diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index 9c37deef21d..bd97e29ddd3 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -19,8 +19,10 @@ jobs: with: version: ^10.0.0 - run: node --version + - run: pnpm install - run: ci/run_conditional_tests.sh name: Run unit tests env: BUILD_TYPE: presubmit TEST_TYPE: units + TURBO_TELEMETRY_DISABLED: 1 diff --git a/.github/workflows/windows-presubmit.yaml b/.github/workflows/windows-presubmit.yaml index 624c0f32a7c..c28d2a48836 100644 --- a/.github/workflows/windows-presubmit.yaml +++ b/.github/workflows/windows-presubmit.yaml @@ -19,9 +19,11 @@ jobs: with: version: ^10.0.0 - run: node --version + - run: pnpm install - run: bash ci/run_conditional_tests.sh name: Run windows unit tests shell: bash env: BUILD_TYPE: presubmit TEST_TYPE: units + TURBO_TELEMETRY_DISABLED: 1 \ No newline at end of file diff --git a/.gitignore b/.gitignore index c33c727fdb1..bc907550ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ **/node_modules .coverage .nyc_output +.turbo docs/json packages/google-cloud/README.md packages/*/AUTHORS diff --git a/ci/run_conditional_tests.sh b/ci/run_conditional_tests.sh index a7902ed6ca9..949c4bdc7ea 100755 --- a/ci/run_conditional_tests.sh +++ b/ci/run_conditional_tests.sh @@ -61,11 +61,11 @@ set -e if [[ "${changed}" -eq 0 ]]; then echo "no change detected in ci" else - echo "skipping trigger of tests for now: tracking in #7540" - # echo "change detected in ci, we should test everything" - # echo "result of git diff ${GIT_DIFF_ARG} ci:" - # git diff ${GIT_DIFF_ARG} ci - # GIT_DIFF_ARG="" + # echo "skipping trigger of tests for now: tracking in #7540" + echo "change detected in ci, we should test everything" + echo "result of git diff ${GIT_DIFF_ARG} ci:" + git diff ${GIT_DIFF_ARG} ci + GIT_DIFF_ARG="" fi # Now we have a fixed list, but we can change it to autodetect if @@ -93,6 +93,25 @@ tests_with_credentials="packages/google-analytics-admin/ packages/google-area120 windows_exempt_tests=".github/scripts/fixtures/ .github/scripts/tests/ packages/gapic-node-processing/ packages/typeless-sample-bot/" for subdir in ${subdirs[@]}; do + if [[ ("${subdir}" == "packages" || "${subdir}" == ".github/scripts") && "${TEST_TYPE}" == "units" ]]; then + cd ${PROJECT_ROOT} + + echo "installing turbo . . ." + pnpm install -g turbo + + echo "running all unit tests for packages" + set +e + turbo run test + ret=$? + set -e + + if [ ${ret} -ne 0 ]; then + RETVAL=${ret} + break + fi + continue + fi + for d in `ls -d ${subdir}/*/`; do if [ -f "ignore.json" ] && jq -e ".ignored[] | select(. == \"$d\")" ignore.json > /dev/null; then echo "Skipping ${d} (explicitly ignored in ignore.json)" diff --git a/package.json b/package.json index 9fe35bf5b43..54ec123adc2 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,6 @@ }, "engines": { "node": ">=18" - } + }, + "packageManager": "pnpm@10.0.0" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 86d481864dc..54484507eb4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,2119 +25,22445 @@ importers: specifier: ^17.0.0 version: 17.0.0 + containers/node-bootstrap-container: + dependencies: + '@octokit/rest': + specifier: 19.0.0 + version: 19.0.0(encoding@0.1.13) + devDependencies: + mocha: + specifier: ^9.0.0 + version: 9.2.2 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + snap-shot-it: + specifier: ^7.9.6 + version: 7.9.10 + + packages/gapic-node-processing: + dependencies: + '@google-cloud/storage': + specifier: ^7.15.2 + version: 7.19.0(encoding@0.1.13) + '@octokit/rest': + specifier: ^20.0.0 + version: 20.1.2 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 + nunjucks: + specifier: ^3.2.4 + version: 3.2.4(chokidar@3.6.0) + yargs: + specifier: ^17.7.2 + version: 17.7.2 + devDependencies: + '@types/js-yaml': + specifier: ^4.0.9 + version: 4.0.9 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/nunjucks': + specifier: ^3.2.6 + version: 3.2.6 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + '@types/yargs': + specifier: ^17.0.33 + version: 17.0.35 + c8: + specifier: ^10.1.3 + version: 10.1.3 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + mocha: + specifier: ^11.1.0 + version: 11.7.5 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + snap-shot-it: + specifier: ^7.9.10 + version: 7.9.10 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-ads-admanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-ads-datamanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-ai-generativelanguage: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-analytics-admin: + dependencies: + google-auth-library: + specifier: ^10.0.0-rc.1 + version: 10.6.1 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + server-destroy: + specifier: ^1.0.1 + version: 1.0.1 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-analytics-data: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-api-apikeys: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-api-cloudquotas: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-api-servicecontrol: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-api-servicemanagement: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-api-serviceusage: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-appengine: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-apps-events-subscriptions: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-apps-meet: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-area120-tables: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-chat: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-accessapproval: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-advisorynotifications: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-aiplatform: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-alloydb: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-apigateway: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-apigeeconnect: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-apigeeregistry: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + null-loader: + specifier: ^4.0.1 + version: 4.0.1(webpack@5.105.4) + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.5.2 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.2 + version: 5.9.3 + webpack: + specifier: ^5.98.0 + version: 5.105.4(webpack-cli@6.0.1) + webpack-cli: + specifier: ^6.0.1 + version: 6.0.1(webpack@5.105.4) + + packages/google-cloud-apihub: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-apiregistry: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-apphub: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-asset: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-assuredworkloads: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-automl: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + null-loader: + specifier: ^4.0.1 + version: 4.0.1(webpack@5.105.4) + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.5.2 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.2 + version: 5.9.3 + webpack: + specifier: ^5.98.0 + version: 5.105.4(webpack-cli@6.0.1) + webpack-cli: + specifier: ^6.0.1 + version: 6.0.1(webpack@5.105.4) + + packages/google-cloud-backupdr: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-baremetalsolution: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-batch: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-beyondcorp-appconnections: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-beyondcorp-appconnectors: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-beyondcorp-appgateways: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-beyondcorp-clientconnectorservices: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-beyondcorp-clientgateways: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-analyticshub: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-connection: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-dataexchange: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-datapolicies: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-datatransfer: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-bigquery-migration: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + null-loader: + specifier: ^4.0.1 + version: 4.0.1(webpack@5.105.4) + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.5.2 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.2 + version: 5.9.3 + webpack: + specifier: ^5.98.0 + version: 5.105.4(webpack-cli@6.0.1) + webpack-cli: + specifier: ^6.0.1 + version: 6.0.1(webpack@5.105.4) + + packages/google-cloud-bigquery-reservation: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-billing: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-billing-budgets: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-binaryauthorization: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-capacityplanner: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-certificatemanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-ces: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-channel: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-chronicle: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-cloudcontrolspartner: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-clouddms: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-cloudsecuritycompliance: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-commerce-consumer-procurement: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + null-loader: + specifier: ^4.0.1 + version: 4.0.1(webpack@5.105.4) + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.5.2 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.2 + version: 5.9.3 + webpack: + specifier: ^5.98.0 + version: 5.105.4(webpack-cli@6.0.1) + webpack-cli: + specifier: ^6.0.1 + version: 6.0.1(webpack@5.105.4) + + packages/google-cloud-compute: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + uuid: + specifier: ^11.1.0 + version: 11.1.0 + + packages/google-cloud-confidentialcomputing: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-config: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-configdelivery: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-connectors: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-contactcenterinsights: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-contentwarehouse: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-datacatalog: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-datacatalog-lineage: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dataform: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-datafusion: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-datalabeling: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dataplex: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dataproc: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dataqna: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-datastream: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-deploy: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-developerconnect: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-devicestreaming: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dialogflow: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dialogflow-cx: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-discoveryengine: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-dns: + dependencies: + '@google-cloud/common': + specifier: ^6.0.0 + version: 6.0.0 + '@google-cloud/paginator': + specifier: ^6.0.0 + version: 6.0.0 + '@google-cloud/promisify': + specifier: ^5.0.0 + version: 5.0.0 + arrify: + specifier: ^2.0.0 + version: 2.0.1 + dns-zonefile: + specifier: 0.2.10 + version: 0.2.10 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + lodash.groupby: + specifier: ^4.6.0 + version: 4.6.0 + string-format-obj: + specifier: ^1.1.1 + version: 1.1.1 + devDependencies: + '@types/lodash.groupby': + specifier: ^4.6.9 + version: 4.6.9 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/proxyquire': + specifier: ^1.3.31 + version: 1.3.31 + '@types/request': + specifier: ^2.48.12 + version: 2.48.13 + '@types/tmp': + specifier: ^0.2.6 + version: 0.2.6 + '@types/uuid': + specifier: ^11.0.0 + version: 11.0.0 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + proxyquire: + specifier: ^2.1.3 + version: 2.1.3 + tmp: + specifier: ^0.2.3 + version: 0.2.4 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + uuid: + specifier: ^11.1.0 + version: 11.1.0 + + packages/google-cloud-documentai: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-domains: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-edgecontainer: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-edgenetwork: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-essentialcontacts: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-eventarc: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-eventarc-publishing: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-filestore: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-financialservices: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-functions: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gdchardwaremanagement: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-geminidataanalytics: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gkebackup: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gkeconnect-gateway: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gkehub: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gkemulticloud: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gkerecommender: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-gsuiteaddons: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-hypercomputecluster: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-iap: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-ids: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-iot: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-kms: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-kms-inventory: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-language: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-licensemanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-lifesciences: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-locationfinder: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-lustre: + dependencies: + google-gax: + specifier: ^5.0.1-rc.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-maintenance-api: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-managedidentities: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-managedkafka: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-managedkafka-schemaregistry: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-mediatranslation: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-memcache: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-memorystore: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-metastore: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-migrationcenter: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-modelarmor: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^9.0.0 + version: 9.1.1 + '@types/node': + specifier: ^22.0.0 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.0 + version: 17.0.4 + c8: + specifier: ^9.0.0 + version: 9.1.0 + gapic-tools: + specifier: ^0.4.0 + version: 0.4.6(encoding@0.1.13)(protobufjs@7.5.4) + gts: + specifier: ^5.0.0 + version: 5.3.1(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.0 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: 4.1.2 + version: 4.1.2(encoding@0.1.13) + long: + specifier: ^5.2.3 + version: 5.3.2 + mocha: + specifier: ^9.2.2 + version: 9.2.2 + pack-n-play: + specifier: ^2.0.0 + version: 2.1.0 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.1.6 + version: 5.9.3 + + packages/google-cloud-monitoring: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-netapp: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-networkconnectivity: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-networkmanagement: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-networksecurity: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-networkservices: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-notebooks: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-oracledatabase: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-orchestration-airflow-service: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-orgpolicy: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-osconfig: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-oslogin: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-parallelstore: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-parametermanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-phishingprotection: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-policysimulator: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-policytroubleshooter: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-policytroubleshooter-iam: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-privatecatalog: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-privilegedaccessmanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-rapidmigrationassessment: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-recaptchaenterprise: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-recommender: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-redis: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-redis-cluster: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-resourcemanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-retail: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-run: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-saasplatform-saasservicemgmt: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-scheduler: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-secretmanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-securesourcemanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-security-privateca: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-security-publicca: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-securitycenter: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-securitycentermanagement: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-servicedirectory: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + json-schema: + specifier: ^0.4.0 + version: 0.4.0 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-servicehealth: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-shell: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-speech: + dependencies: + '@google-cloud/common': + specifier: ^6.0.0 + version: 6.0.0 + '@types/pumpify': + specifier: ^1.4.4 + version: 1.4.5 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + pumpify: + specifier: ^2.0.1 + version: 2.0.1 + stream-events: + specifier: ^1.0.5 + version: 1.0.5 + uuid: + specifier: ^11.1.0 + version: 11.1.0 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-sql: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: 5.3.1 + version: 5.3.1(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.2 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: 4.1.3 + version: 4.1.3(encoding@0.1.13) + long: + specifier: ^5.2.3 + version: 5.3.2 + mocha: + specifier: ^9.2.2 + version: 9.2.2 + null-loader: + specifier: ^4.0.1 + version: 4.0.1(webpack@5.105.4) + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.0.0 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.3 + version: 5.9.3 + webpack: + specifier: ^5.9.0 + version: 5.105.4(webpack-cli@5.1.4) + webpack-cli: + specifier: ^5.0.0 + version: 5.1.4(webpack@5.105.4) + + packages/google-cloud-storagebatchoperations: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-storageinsights: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-support: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-talent: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-tasks: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@babel/cli': + specifier: ^7.26.4 + version: 7.28.6(@babel/core@7.27.7) + '@babel/core': + specifier: ^7.26.9 + version: 7.27.7 + '@babel/preset-env': + specifier: ^7.26.9 + version: 7.29.0(@babel/core@7.27.7) + '@babel/preset-typescript': + specifier: ^7.26.0 + version: 7.28.5(@babel/core@7.27.7) + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.10 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + babel-plugin-replace-import-extension: + specifier: ^1.1.5 + version: 1.1.5 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.1 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: 3.0.1 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + ts-loader: + specifier: ^9.5.2 + version: 9.5.4(typescript@5.9.3)(webpack@5.105.4) + typescript: + specifier: ^5.8.2 + version: 5.9.3 + webpack: + specifier: ^5.98.0 + version: 5.105.4(webpack-cli@6.0.1) + webpack-cli: + specifier: ^6.0.1 + version: 6.0.1(webpack@5.105.4) + + packages/google-cloud-telcoautomation: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-texttospeech: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-tpu: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-translate: + dependencies: + '@google-cloud/common': + specifier: ^6.0.0 + version: 6.0.0 + '@google-cloud/promisify': + specifier: ^5.0.0 + version: 5.0.0 + arrify: + specifier: ^2.0.0 + version: 2.0.1 + extend: + specifier: ^3.0.2 + version: 3.0.2 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + is-html: + specifier: ^2.0.0 + version: 2.0.0 + devDependencies: + '@types/extend': + specifier: ^3.0.4 + version: 3.0.4 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.10 + version: 22.19.15 + '@types/proxyquire': + specifier: ^1.3.31 + version: 1.3.31 + '@types/request': + specifier: ^2.48.12 + version: 2.48.13 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.1 + version: 1.0.5(protobufjs@7.5.4) + google-auth-library: + specifier: ^10.0.0-rc.1 + version: 10.6.1 + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + http2spy: + specifier: ^2.0.2 + version: 2.0.2 + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + proxyquire: + specifier: ^2.1.3 + version: 2.1.3 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-vectorsearch: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-video-livestream: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-video-stitcher: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-video-transcoder: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-videointelligence: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + eslint-plugin-n: + specifier: ^17.16.1 + version: 17.24.0(eslint@8.57.1)(typescript@5.9.3) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + prettier: + specifier: ^3.5.3 + version: 3.8.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-vision: + dependencies: + '@google-cloud/promisify': + specifier: ^5.0.0 + version: 5.0.0 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@google-cloud/storage': + specifier: ^7.15.2 + version: 7.19.0(encoding@0.1.13) + '@types/is': + specifier: ^0.0.25 + version: 0.0.25 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + '@types/uuid': + specifier: ^11.0.0 + version: 11.0.0 + c8: + specifier: ^10.1.3 + version: 10.1.3 + codecov: + specifier: ^3.8.3 + version: 3.8.3(encoding@0.1.13) + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + uuid: + specifier: ^11.1.0 + version: 11.1.0 + + packages/google-cloud-visionai: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-vmmigration: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-vmwareengine: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-vpcaccess: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-webrisk: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/chai': + specifier: ^4.2.7 + version: 4.3.20 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^4.0.0 + version: 4.5.0 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + http2spy: + specifier: ^2.0.2 + version: 2.0.2 + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-websecurityscanner: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-workflows: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-workloadmanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-cloud-workstations: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-container: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-dataflow: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-devtools-artifactregistry: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-devtools-cloudbuild: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + chai: + specifier: ^5.2.0 + version: 5.3.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-devtools-cloudprofiler: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-devtools-containeranalysis: + dependencies: + '@google-cloud/grafeas': + specifier: ^6.0.0 + version: 6.1.1 + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-iam: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-iam-credentials: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-identity-accesscontextmanager: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-addressvalidation: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-areainsights: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-fleetengine: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-fleetengine-delivery: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-mapsplatformdatasets: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-navconnect: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-places: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-routeoptimization: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-routing: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-maps-solar: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-marketingplatform-admin: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-monitoring-dashboard: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-privacy-dlp: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-css: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-accounts: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-conversions: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-datasources: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-inventories: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-issueresolution: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-lfp: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-notifications: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-ordertracking: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-products: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-promotions: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-quota: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-reports: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-shopping-merchant-reviews: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-storage-control: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + prettier: + specifier: ^3.6.2 + version: 3.8.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-storagetransfer: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/google-streetview-publish: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/grafeas: + dependencies: + google-gax: + specifier: ^5.0.0 + version: 5.0.6 + devDependencies: + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gapic-tools: + specifier: ^1.0.0 + version: 1.0.5(protobufjs@7.5.4) + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + jsdoc: + specifier: ^4.0.4 + version: 4.0.5 + jsdoc-fresh: + specifier: ^4.0.0 + version: 4.0.0 + jsdoc-region-tag: + specifier: ^3.0.0 + version: 3.0.0 + linkinator: + specifier: ^6.1.2 + version: 6.3.0(encoding@0.1.13) + long: + specifier: ^5.3.1 + version: 5.3.2 + mocha: + specifier: ^11.1.0 + version: 11.7.5 + pack-n-play: + specifier: ^3.0.0 + version: 3.0.1 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + + packages/typeless-sample-bot: + dependencies: + '@babel/core': + specifier: ^7.26.9 + version: 7.27.7 + '@babel/plugin-transform-modules-commonjs': + specifier: ^7.26.3 + version: 7.28.6(@babel/core@7.27.7) + '@babel/preset-env': + specifier: ^7.26.9 + version: 7.29.0(@babel/core@7.27.7) + '@babel/preset-typescript': + specifier: ^7.26.0 + version: 7.28.5(@babel/core@7.27.7) + '@babel/traverse': + specifier: ^7.26.9 + version: 7.27.7 + chalk: + specifier: ^5.4.1 + version: 5.4.1 + debug: + specifier: ^4.4.0 + version: 4.4.0(supports-color@8.1.1) + recast: + specifier: ^0.23.11 + version: 0.23.11 + yargs: + specifier: ^17.7.2 + version: 17.7.2 + devDependencies: + '@babel/cli': + specifier: ^7.26.4 + version: 7.28.6(@babel/core@7.27.7) + '@babel/types': + specifier: ^7.26.9 + version: 7.29.0 + '@types/babel__core': + specifier: ^7.20.5 + version: 7.20.5 + '@types/babel__traverse': + specifier: ^7.20.6 + version: 7.28.0 + '@types/mocha': + specifier: ^10.0.10 + version: 10.0.10 + '@types/node': + specifier: ^22.13.9 + version: 22.19.15 + '@types/sinon': + specifier: ^17.0.4 + version: 17.0.4 + '@types/yargs': + specifier: ^17.0.33 + version: 17.0.35 + c8: + specifier: ^10.1.3 + version: 10.1.3 + gts: + specifier: ^6.0.2 + version: 6.0.2(@types/eslint@9.6.1)(typescript@5.9.3) + mocha: + specifier: ^11.1.0 + version: 11.7.5 + sinon: + specifier: ^21.0.0 + version: 21.0.2 + snap-shot-it: + specifier: ^7.9.10 + version: 7.9.10 + typescript: + specifier: ^5.8.2 + version: 5.9.3 + packages: - '@eslint-community/eslint-utils@4.4.1': - resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@ampproject/remapping@2.3.0': + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + + '@babel/cli@7.28.6': + resolution: {integrity: sha512-6EUNcuBbNkj08Oj4gAZ+BUU8yLCgKzgVX4gaTh09Ya2C8ICM4P+G30g4m3akRxSYAp3A/gnWchrNst7px4/nUQ==} + engines: {node: '>=6.9.0'} + hasBin: true + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/code-frame@7.29.0': + resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} + engines: {node: '>=6.9.0'} + + '@babel/compat-data@7.29.0': + resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.27.7': + resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.29.1': + resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-annotate-as-pure@7.27.3': + resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.28.6': + resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-create-class-features-plugin@7.28.6': + resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-create-regexp-features-plugin@7.28.5': + resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-define-polyfill-provider@0.6.7': + resolution: {integrity: sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + '@babel/helper-globals@7.28.0': + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-member-expression-to-functions@7.28.5': + resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.28.6': + resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-transforms@7.28.6': + resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-optimise-call-expression@7.27.1': + resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-plugin-utils@7.28.6': + resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} + engines: {node: '>=6.9.0'} + + '@babel/helper-remap-async-to-generator@7.27.1': + resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-replace-supers@7.28.6': + resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.28.5': + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-wrap-function@7.28.6': + resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.29.0': + resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5': + resolution: {integrity: sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1': + resolution: {integrity: sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1': + resolution: {integrity: sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1': + resolution: {integrity: sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6': + resolution: {integrity: sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-assertions@7.28.6': + resolution: {integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-attributes@7.28.6': + resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-jsx@7.28.6': + resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-typescript@7.28.6': + resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-transform-arrow-functions@7.27.1': + resolution: {integrity: sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-async-generator-functions@7.29.0': + resolution: {integrity: sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-async-to-generator@7.28.6': + resolution: {integrity: sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-block-scoped-functions@7.27.1': + resolution: {integrity: sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-block-scoping@7.28.6': + resolution: {integrity: sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-class-properties@7.28.6': + resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-class-static-block@7.28.6': + resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + + '@babel/plugin-transform-classes@7.28.6': + resolution: {integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-computed-properties@7.28.6': + resolution: {integrity: sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-destructuring@7.28.5': + resolution: {integrity: sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-dotall-regex@7.28.6': + resolution: {integrity: sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-duplicate-keys@7.27.1': + resolution: {integrity: sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': + resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-transform-dynamic-import@7.27.1': + resolution: {integrity: sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-explicit-resource-management@7.28.6': + resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-exponentiation-operator@7.28.6': + resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-export-namespace-from@7.27.1': + resolution: {integrity: sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-for-of@7.27.1': + resolution: {integrity: sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-function-name@7.27.1': + resolution: {integrity: sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-json-strings@7.28.6': + resolution: {integrity: sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-literals@7.27.1': + resolution: {integrity: sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-logical-assignment-operators@7.28.6': + resolution: {integrity: sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-member-expression-literals@7.27.1': + resolution: {integrity: sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-modules-amd@7.27.1': + resolution: {integrity: sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-modules-commonjs@7.28.6': + resolution: {integrity: sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-modules-systemjs@7.29.0': + resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-modules-umd@7.27.1': + resolution: {integrity: sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0': + resolution: {integrity: sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-transform-new-target@7.27.1': + resolution: {integrity: sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6': + resolution: {integrity: sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-numeric-separator@7.28.6': + resolution: {integrity: sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-object-rest-spread@7.28.6': + resolution: {integrity: sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-object-super@7.27.1': + resolution: {integrity: sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-optional-catch-binding@7.28.6': + resolution: {integrity: sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-optional-chaining@7.28.6': + resolution: {integrity: sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-parameters@7.27.7': + resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-private-methods@7.28.6': + resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-private-property-in-object@7.28.6': + resolution: {integrity: sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-property-literals@7.27.1': + resolution: {integrity: sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-regenerator@7.29.0': + resolution: {integrity: sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-regexp-modifiers@7.28.6': + resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-transform-reserved-words@7.27.1': + resolution: {integrity: sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-shorthand-properties@7.27.1': + resolution: {integrity: sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-spread@7.28.6': + resolution: {integrity: sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-sticky-regex@7.27.1': + resolution: {integrity: sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-template-literals@7.27.1': + resolution: {integrity: sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-typeof-symbol@7.27.1': + resolution: {integrity: sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-typescript@7.28.6': + resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-unicode-escapes@7.27.1': + resolution: {integrity: sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-unicode-property-regex@7.28.6': + resolution: {integrity: sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-unicode-regex@7.27.1': + resolution: {integrity: sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-unicode-sets-regex@7.28.6': + resolution: {integrity: sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/preset-env@7.29.0': + resolution: {integrity: sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/preset-modules@0.1.6-no-external-plugins': + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + + '@babel/preset-typescript@7.28.5': + resolution: {integrity: sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/template@7.28.6': + resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.27.7': + resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.29.0': + resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.29.0': + resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} + engines: {node: '>=6.9.0'} + + '@bahmutov/data-driven@1.0.0': + resolution: {integrity: sha512-YqW3hPS0RXriqjcCrLOTJj+LWe3c8JpwlL83k1ka1Q8U05ZjAKbGQZYeTzUd0NFEnnfPtsUiKGpFEBJG6kFuvg==} + engines: {node: '>=6'} + + '@bcoe/v8-coverage@0.2.3': + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + + '@bcoe/v8-coverage@1.0.2': + resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} + engines: {node: '>=18'} + + '@discoveryjs/json-ext@0.5.7': + resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + engines: {node: '>=10.0.0'} + + '@discoveryjs/json-ext@0.6.3': + resolution: {integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==} + engines: {node: '>=14.17.0'} + + '@eslint-community/eslint-utils@4.4.1': + resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/eslint-utils@4.9.1': + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.12.1': + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/eslintrc@2.1.4': + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.0': + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.1': + resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@gar/promisify@1.1.3': + resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + + '@google-cloud/common@6.0.0': + resolution: {integrity: sha512-IXh04DlkLMxWgYLIUYuHHKXKOUwPDzDgke1ykkkJPe48cGIS9kkL2U/o0pm4ankHLlvzLF/ma1eO86n/bkumIA==} + engines: {node: '>=18'} + + '@google-cloud/grafeas@6.1.1': + resolution: {integrity: sha512-tqsZYxkHHMW5/cSb4O+qYjdAixnYrPczC7HNeUVR713NwWVeLpawMcJDXwc0kY/Y/DjRMzS6Rrqs7yfB856/2A==} + engines: {node: '>=18'} + + '@google-cloud/paginator@5.0.2': + resolution: {integrity: sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==} + engines: {node: '>=14.0.0'} + + '@google-cloud/paginator@6.0.0': + resolution: {integrity: sha512-g5nmMnzC+94kBxOKkLGpK1ikvolTFCC3s2qtE4F+1EuArcJ7HHC23RDQVt3Ra3CqpUYZ+oXNKZ8n5Cn5yug8DA==} + engines: {node: '>=18'} + + '@google-cloud/projectify@4.0.0': + resolution: {integrity: sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==} + engines: {node: '>=14.0.0'} + + '@google-cloud/promisify@4.0.0': + resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==} + engines: {node: '>=14'} + + '@google-cloud/promisify@5.0.0': + resolution: {integrity: sha512-N8qS6dlORGHwk7WjGXKOSsLjIjNINCPicsOX6gyyLiYk7mq3MtII96NZ9N2ahwA2vnkLmZODOIH9rlNniYWvCQ==} + engines: {node: '>=18'} + + '@google-cloud/storage@7.19.0': + resolution: {integrity: sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==} + engines: {node: '>=14'} + + '@grpc/grpc-js@1.14.3': + resolution: {integrity: sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==} + engines: {node: '>=12.10.0'} + + '@grpc/proto-loader@0.7.15': + resolution: {integrity: sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==} + engines: {node: '>=6'} + hasBin: true + + '@grpc/proto-loader@0.8.0': + resolution: {integrity: sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==} + engines: {node: '>=6'} + hasBin: true + + '@humanwhocodes/config-array@0.11.14': + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead + + '@humanwhocodes/config-array@0.13.0': + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} + engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + deprecated: Use @eslint/object-schema instead + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@isaacs/fs-minipass@4.0.1': + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + + '@isaacs/string-locale-compare@1.1.0': + resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==} + + '@istanbuljs/schema@0.1.3': + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} + + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/source-map@0.3.11': + resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} + + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + + '@jridgewell/trace-mapping@0.3.31': + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} + + '@js-sdsl/ordered-map@4.4.2': + resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==} + + '@jsdoc/salty@0.2.10': + resolution: {integrity: sha512-VFHSsQAQp8y1NJvAJBpLs9I2shHE6hz9TwukocDObuUgGVAq62yZGbTgJg04Z3Fj0XSMWe0sJqGg5dhKGTV92A==} + engines: {node: '>=v12.0.0'} + + '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': + resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@npmcli/agent@3.0.0': + resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/arborist@6.5.1': + resolution: {integrity: sha512-cdV8pGurLK0CifZRilMJbm2CZ3H4Snk8PAqOngj5qmgFLjEllMLvScSZ3XKfd+CK8fo/hrPHO9zazy9OYdvmUg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + '@npmcli/arborist@8.0.2': + resolution: {integrity: sha512-BN7B/7QJrbRMITJujeYWTx1PEdUwTuJykfEdm+AAljLirAJ7j6Afh9lsHvbkvGbxaN5SqZhwIET5oRg+9osJJA==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + '@npmcli/fs@2.1.2': + resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + '@npmcli/fs@3.1.1': + resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/fs@4.0.0': + resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/git@4.1.0': + resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/git@6.0.3': + resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/installed-package-contents@2.1.0': + resolution: {integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + '@npmcli/installed-package-contents@3.0.0': + resolution: {integrity: sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + '@npmcli/map-workspaces@3.0.6': + resolution: {integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/map-workspaces@4.0.2': + resolution: {integrity: sha512-mnuMuibEbkaBTYj9HQ3dMe6L0ylYW+s/gfz7tBDMFY/la0w9Kf44P9aLn4/+/t3aTR3YUHKoT6XQL9rlicIe3Q==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/metavuln-calculator@5.0.1': + resolution: {integrity: sha512-qb8Q9wIIlEPj3WeA1Lba91R4ZboPL0uspzV0F9uwP+9AYMVB2zOoa7Pbk12g6D2NHAinSbHh6QYmGuRyHZ874Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/metavuln-calculator@8.0.1': + resolution: {integrity: sha512-WXlJx9cz3CfHSt9W9Opi1PTFc4WZLFomm5O8wekxQZmkyljrBRwATwDxfC9iOXJwYVmfiW1C1dUe0W2aN0UrSg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/move-file@2.0.1': + resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This functionality has been moved to @npmcli/fs + + '@npmcli/name-from-folder@2.0.0': + resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/name-from-folder@3.0.0': + resolution: {integrity: sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/node-gyp@3.0.0': + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/node-gyp@4.0.0': + resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/package-json@4.0.1': + resolution: {integrity: sha512-lRCEGdHZomFsURroh522YvA/2cVb9oPIJrjHanCJZkiasz1BzcnLr3tBJhlV7S86MBJBuAQ33is2D60YitZL2Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/package-json@6.2.0': + resolution: {integrity: sha512-rCNLSB/JzNvot0SEyXqWZ7tX2B5dD2a1br2Dp0vSYVo5jh8Z0EZ7lS9TsZ1UtziddB1UfNUaMCc538/HztnJGA==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/promise-spawn@6.0.2': + resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/promise-spawn@8.0.3': + resolution: {integrity: sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/query@3.1.0': + resolution: {integrity: sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/query@4.0.1': + resolution: {integrity: sha512-4OIPFb4weUUwkDXJf4Hh1inAn8neBGq3xsH4ZsAaN6FK3ldrFkH7jSpCc7N9xesi0Sp+EBXJ9eGMDrEww2Ztqw==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/redact@3.2.2': + resolution: {integrity: sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@npmcli/run-script@6.0.2': + resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/run-script@9.1.0': + resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@octokit/auth-token@2.5.0': + resolution: {integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==} + + '@octokit/auth-token@4.0.0': + resolution: {integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==} + engines: {node: '>= 18'} + + '@octokit/core@3.6.0': + resolution: {integrity: sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==} + + '@octokit/core@5.2.2': + resolution: {integrity: sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==} + engines: {node: '>= 18'} + + '@octokit/endpoint@6.0.12': + resolution: {integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==} + + '@octokit/endpoint@9.0.6': + resolution: {integrity: sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==} + engines: {node: '>= 18'} + + '@octokit/graphql@4.8.0': + resolution: {integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==} + + '@octokit/graphql@7.1.1': + resolution: {integrity: sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==} + engines: {node: '>= 18'} + + '@octokit/openapi-types@12.11.0': + resolution: {integrity: sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==} + + '@octokit/openapi-types@24.2.0': + resolution: {integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==} + + '@octokit/plugin-paginate-rest@11.4.4-cjs.2': + resolution: {integrity: sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '5' + + '@octokit/plugin-paginate-rest@2.21.3': + resolution: {integrity: sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==} + peerDependencies: + '@octokit/core': '>=2' + + '@octokit/plugin-request-log@1.0.4': + resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} + peerDependencies: + '@octokit/core': '>=3' + + '@octokit/plugin-request-log@4.0.1': + resolution: {integrity: sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '5' + + '@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1': + resolution: {integrity: sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': ^5 + + '@octokit/plugin-rest-endpoint-methods@5.16.2': + resolution: {integrity: sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==} + peerDependencies: + '@octokit/core': '>=3' + + '@octokit/request-error@2.1.0': + resolution: {integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==} + + '@octokit/request-error@5.1.1': + resolution: {integrity: sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==} + engines: {node: '>= 18'} + + '@octokit/request@5.6.3': + resolution: {integrity: sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==} + + '@octokit/request@8.4.1': + resolution: {integrity: sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==} + engines: {node: '>= 18'} + + '@octokit/rest@19.0.0': + resolution: {integrity: sha512-WrddtZvegoqARLEvx9MeBYNe3JHLXUlxGLm09R+t6RZOo4tOCD9SAUrzB4rn0fPz6rMFYGCv6L27Q6edcg1gkA==} + engines: {node: '>= 14'} + + '@octokit/rest@20.1.2': + resolution: {integrity: sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA==} + engines: {node: '>= 18'} + + '@octokit/types@13.10.0': + resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} + + '@octokit/types@6.41.0': + resolution: {integrity: sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@pkgr/core@0.1.2': + resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + + '@protobufjs/aspromise@1.1.2': + resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} + + '@protobufjs/base64@1.1.2': + resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==} + + '@protobufjs/codegen@2.0.4': + resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==} + + '@protobufjs/eventemitter@1.1.0': + resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} + + '@protobufjs/fetch@1.1.0': + resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} + + '@protobufjs/float@1.0.2': + resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} + + '@protobufjs/inquire@1.1.0': + resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} + + '@protobufjs/path@1.1.2': + resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} + + '@protobufjs/pool@1.1.0': + resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} + + '@protobufjs/utf8@1.1.0': + resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} + + '@rtsao/scc@1.1.0': + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + + '@sigstore/bundle@1.1.0': + resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@sigstore/bundle@3.1.0': + resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sigstore/core@2.0.0': + resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sigstore/protobuf-specs@0.2.1': + resolution: {integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@sigstore/protobuf-specs@0.4.3': + resolution: {integrity: sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sigstore/sign@1.0.0': + resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@sigstore/sign@3.1.0': + resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sigstore/tuf@1.0.3': + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@sigstore/tuf@3.1.1': + resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sigstore/verify@2.1.1': + resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@sinonjs/commons@3.0.1': + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + + '@sinonjs/fake-timers@15.1.1': + resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==} + + '@sinonjs/samsam@9.0.2': + resolution: {integrity: sha512-H/JSxa4GNKZuuU41E3b8Y3tbSEx8y4uq4UH1C56ONQac16HblReJomIvv3Ud7ANQHQmkeSowY49Ij972e/pGxQ==} + + '@tootallnate/once@1.1.2': + resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} + engines: {node: '>= 6'} + + '@tootallnate/once@2.0.0': + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} + + '@tufjs/canonical-json@1.0.0': + resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@tufjs/canonical-json@2.0.0': + resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@tufjs/models@1.0.4': + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@tufjs/models@3.0.1': + resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} + engines: {node: ^18.17.0 || >=20.5.0} + + '@types/babel__core@7.20.5': + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + + '@types/babel__generator@7.27.0': + resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==} + + '@types/babel__template@7.4.4': + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + + '@types/babel__traverse@7.28.0': + resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} + + '@types/caseless@0.12.5': + resolution: {integrity: sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==} + + '@types/chai@4.3.20': + resolution: {integrity: sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==} + + '@types/duplexify@3.6.5': + resolution: {integrity: sha512-fB56ACzlW91UdZ5F3VXplVMDngO8QaX5Y2mjvADtN01TT2TMy4WjF0Lg+tFDvt4uMBeTe4SgaD+qCrA7dL5/tA==} + + '@types/eslint-scope@3.7.7': + resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} + + '@types/eslint@9.6.1': + resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} + + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + + '@types/extend@3.0.4': + resolution: {integrity: sha512-ArMouDUTJEz1SQRpFsT2rIw7DeqICFv5aaVzLSIYMYQSLcwcGOfT3VyglQs/p7K3F7fT4zxr0NWxYZIdifD6dA==} + + '@types/is@0.0.25': + resolution: {integrity: sha512-1tBuxKlnPVPNCWPXbPQvFs5dTn4G6SuesBjlGiMHLfOPWDoH4wO/17QNl5/tTqA2GSMo/aC0LH06SVBqAIvFiw==} + + '@types/istanbul-lib-coverage@2.0.6': + resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} + + '@types/js-yaml@4.0.9': + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} + + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + + '@types/json5@0.0.29': + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + + '@types/linkify-it@5.0.0': + resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} + + '@types/lodash.groupby@4.6.9': + resolution: {integrity: sha512-z2xtCX2ko7GrqORnnYea4+ksT7jZNAvaOcLd6mP9M7J09RHvJs06W8BGdQQAX8ARef09VQLdeRilSOcfHlDQJQ==} + + '@types/lodash@4.17.24': + resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} + + '@types/long@4.0.2': + resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} + + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} + + '@types/mdurl@2.0.0': + resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} + + '@types/minimist@1.2.5': + resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} + + '@types/mocha@10.0.10': + resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==} + + '@types/mocha@9.1.1': + resolution: {integrity: sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==} + + '@types/node@22.19.15': + resolution: {integrity: sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==} + + '@types/normalize-package-data@2.4.4': + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} + + '@types/nunjucks@3.2.6': + resolution: {integrity: sha512-pHiGtf83na1nCzliuAdq8GowYiXvH5l931xZ0YEHaLMNFgynpEqx+IPStlu7UaDkehfvl01e4x/9Tpwhy7Ue3w==} + + '@types/proxyquire@1.3.31': + resolution: {integrity: sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==} + + '@types/pumpify@1.4.5': + resolution: {integrity: sha512-BGVAQyK5yJdfIII230fVYGY47V63hUNAhryuuS3b4lEN2LNwxUXFKsEf8QLDCjmZuimlj23BHppJgcrGvNtqKg==} + + '@types/request@2.48.13': + resolution: {integrity: sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==} + + '@types/semver@7.7.1': + resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} + + '@types/sinon@17.0.4': + resolution: {integrity: sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==} + + '@types/sinonjs__fake-timers@15.0.1': + resolution: {integrity: sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w==} + + '@types/tmp@0.2.6': + resolution: {integrity: sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==} + + '@types/tough-cookie@4.0.5': + resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} + + '@types/uuid@11.0.0': + resolution: {integrity: sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==} + deprecated: This is a stub types definition. uuid provides its own type definitions, so you do not need this installed. + + '@types/yargs-parser@21.0.3': + resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} + + '@types/yargs@17.0.35': + resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==} + + '@typescript-eslint/eslint-plugin@5.62.0': + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@5.62.0': + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@5.62.0': + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@typescript-eslint/type-utils@5.62.0': + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@5.62.0': + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@typescript-eslint/typescript-estree@5.62.0': + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@5.62.0': + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + + '@typescript-eslint/visitor-keys@5.62.0': + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@ungap/promise-all-settled@1.1.2': + resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} + + '@ungap/structured-clone@1.2.1': + resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==} + + '@webassemblyjs/ast@1.14.1': + resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} + + '@webassemblyjs/floating-point-hex-parser@1.13.2': + resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==} + + '@webassemblyjs/helper-api-error@1.13.2': + resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==} + + '@webassemblyjs/helper-buffer@1.14.1': + resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==} + + '@webassemblyjs/helper-numbers@1.13.2': + resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==} + + '@webassemblyjs/helper-wasm-bytecode@1.13.2': + resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==} + + '@webassemblyjs/helper-wasm-section@1.14.1': + resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==} + + '@webassemblyjs/ieee754@1.13.2': + resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==} + + '@webassemblyjs/leb128@1.13.2': + resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==} + + '@webassemblyjs/utf8@1.13.2': + resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==} + + '@webassemblyjs/wasm-edit@1.14.1': + resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==} + + '@webassemblyjs/wasm-gen@1.14.1': + resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==} + + '@webassemblyjs/wasm-opt@1.14.1': + resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==} + + '@webassemblyjs/wasm-parser@1.14.1': + resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==} + + '@webassemblyjs/wast-printer@1.14.1': + resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==} + + '@webpack-cli/configtest@2.1.1': + resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} + engines: {node: '>=14.15.0'} + peerDependencies: + webpack: 5.x.x + webpack-cli: 5.x.x + + '@webpack-cli/configtest@3.0.1': + resolution: {integrity: sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==} + engines: {node: '>=18.12.0'} + peerDependencies: + webpack: ^5.82.0 + webpack-cli: 6.x.x + + '@webpack-cli/info@2.0.2': + resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} + engines: {node: '>=14.15.0'} + peerDependencies: + webpack: 5.x.x + webpack-cli: 5.x.x + + '@webpack-cli/info@3.0.1': + resolution: {integrity: sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==} + engines: {node: '>=18.12.0'} + peerDependencies: + webpack: ^5.82.0 + webpack-cli: 6.x.x + + '@webpack-cli/serve@2.0.5': + resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} + engines: {node: '>=14.15.0'} + peerDependencies: + webpack: 5.x.x + webpack-cli: 5.x.x + webpack-dev-server: '*' + peerDependenciesMeta: + webpack-dev-server: + optional: true + + '@webpack-cli/serve@3.0.1': + resolution: {integrity: sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==} + engines: {node: '>=18.12.0'} + peerDependencies: + webpack: ^5.82.0 + webpack-cli: 6.x.x + webpack-dev-server: '*' + peerDependenciesMeta: + webpack-dev-server: + optional: true + + '@xtuc/ieee754@1.2.0': + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + + '@xtuc/long@4.2.2': + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + + a-sync-waterfall@1.0.1: + resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==} + + abbrev@1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + + abbrev@2.0.0: + resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + abbrev@3.0.1: + resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} + engines: {node: ^18.17.0 || >=20.5.0} + + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + + acorn-import-phases@1.0.4: + resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==} + engines: {node: '>=10.13.0'} + peerDependencies: + acorn: ^8.14.0 + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} + engines: {node: '>=0.4.0'} + hasBin: true + + acorn@8.16.0: + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} + engines: {node: '>=0.4.0'} + hasBin: true + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + agent-base@7.1.3: + resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + engines: {node: '>= 14'} + + agentkeepalive@4.6.0: + resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} + engines: {node: '>= 8.0.0'} + + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + + ajv-formats@2.1.1: + resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + + ajv-keywords@3.5.2: + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + peerDependencies: + ajv: ^6.9.1 + + ajv-keywords@5.1.0: + resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} + peerDependencies: + ajv: ^8.8.2 + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ajv@8.18.0: + resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} + + ansi-colors@4.1.1: + resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} + engines: {node: '>=6'} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@2.1.1: + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} + engines: {node: '>=0.10.0'} + + ansi-regex@4.1.1: + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + engines: {node: '>=6'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.2.2: + resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} + engines: {node: '>=12'} + + ansi-styles@2.2.1: + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} + engines: {node: '>=0.10.0'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.3: + resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} + engines: {node: '>=12'} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + aproba@2.1.0: + resolution: {integrity: sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==} + + are-we-there-yet@3.0.1: + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + are-we-there-yet@4.0.2: + resolution: {integrity: sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + deprecated: This package is no longer supported. + + arg@4.1.3: + resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + + argparse@1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + argv@0.0.2: + resolution: {integrity: sha512-dEamhpPEwRUBpLNHeuCm/v+g0anFByHahxodVO/BbAarHVBBg2MccCwf9K+o1Pof+2btdnkJelYVUWjW/VrATw==} + engines: {node: '>=0.6.10'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. + + array-buffer-byte-length@1.0.2: + resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} + engines: {node: '>= 0.4'} + + array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + array.prototype.findlast@1.2.5: + resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} + engines: {node: '>= 0.4'} + + array.prototype.findlastindex@1.2.5: + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + engines: {node: '>= 0.4'} + + array.prototype.flat@1.3.3: + resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} + engines: {node: '>= 0.4'} + + array.prototype.flatmap@1.3.3: + resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==} + engines: {node: '>= 0.4'} + + array.prototype.tosorted@1.1.4: + resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} + engines: {node: '>= 0.4'} + + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} + engines: {node: '>= 0.4'} + + arrify@1.0.1: + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} + + arrify@2.0.1: + resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} + engines: {node: '>=8'} + + asap@2.0.6: + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + + assertion-error@1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + + assertion-error@2.0.1: + resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} + engines: {node: '>=12'} + + ast-types@0.16.1: + resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} + engines: {node: '>=4'} + + async-retry@1.3.3: + resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==} + + asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + babel-plugin-polyfill-corejs2@0.4.16: + resolution: {integrity: sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-polyfill-corejs3@0.14.1: + resolution: {integrity: sha512-ENp89vM9Pw4kv/koBb5N2f9bDZsR0hpf3BdPMOg/pkS3pwO4dzNnQZVXtBbeyAadgm865DmQG2jMMLqmZXvuCw==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-polyfill-regenerator@0.6.7: + resolution: {integrity: sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-replace-import-extension@1.1.5: + resolution: {integrity: sha512-gqXyzEEQ7pAdH8+twgt+GzwJB/5l3CzN+kbX1YxmX1f/qxMqb1q4Sm6ugpGqezt9QxdD/SKfoDnJHSlZryv+jA==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + balanced-match@4.0.4: + resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} + engines: {node: 18 || 20 || >=22} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + baseline-browser-mapping@2.10.0: + resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==} + engines: {node: '>=6.0.0'} + hasBin: true + + before-after-hook@2.2.3: + resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + + big.js@5.2.2: + resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} + + bignumber.js@9.3.1: + resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==} + + bin-links@4.0.4: + resolution: {integrity: sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + bin-links@5.0.0: + resolution: {integrity: sha512-sdleLVfCjBtgO5cNjA2HVRvWBJAHs4zwenaCPMNJAJU0yNxpzj80IpjOIimkpkr+mhlA+how5poQtt53PygbHA==} + engines: {node: ^18.17.0 || >=20.5.0} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + bluebird@3.7.2: + resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.2: + resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} + + brace-expansion@5.0.4: + resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==} + engines: {node: 18 || 20 || >=22} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + browser-stdout@1.3.1: + resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} + + browserslist@4.28.1: + resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + buffer-equal-constant-time@1.0.1: + resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + builtins@5.1.0: + resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} + + c8@10.1.3: + resolution: {integrity: sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + monocart-coverage-reports: ^2 + peerDependenciesMeta: + monocart-coverage-reports: + optional: true + + c8@9.1.0: + resolution: {integrity: sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==} + engines: {node: '>=14.14.0'} + hasBin: true + + cacache@16.1.3: + resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + cacache@17.1.4: + resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + cacache@19.0.1: + resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + call-bind-apply-helpers@1.0.1: + resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} + engines: {node: '>= 0.4'} + + call-bind-apply-helpers@1.0.2: + resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} + engines: {node: '>= 0.4'} + + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + engines: {node: '>= 0.4'} + + call-bound@1.0.3: + resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} + engines: {node: '>= 0.4'} + + call-bound@1.0.4: + resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase-keys@6.2.2: + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} + + camelcase-keys@8.0.2: + resolution: {integrity: sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA==} + engines: {node: '>=14.16'} + + camelcase@5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + camelcase@7.0.1: + resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} + engines: {node: '>=14.16'} + + caniuse-lite@1.0.30001777: + resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==} + + catharsis@0.9.0: + resolution: {integrity: sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==} + engines: {node: '>= 10'} + + chai@4.5.0: + resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} + engines: {node: '>=4'} + + chai@5.3.3: + resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} + engines: {node: '>=18'} + + chalk@1.1.3: + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} + engines: {node: '>=0.10.0'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + + check-error@1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + + check-error@2.1.3: + resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} + engines: {node: '>= 16'} + + check-more-types@2.24.0: + resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==} + engines: {node: '>= 0.8.0'} + + chokidar@3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + + chrome-trace-event@1.0.4: + resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} + engines: {node: '>=6.0'} + + ci-info@2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + + cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + + cli-width@3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + + cliui@7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + + cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + + clone-deep@4.0.1: + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} + + cmd-shim@6.0.3: + resolution: {integrity: sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + cmd-shim@7.0.0: + resolution: {integrity: sha512-rtpaCbr164TPPh+zFdkWpCyZuKkjpAzODfaZCf/SVJZzJN+4bHQb/LP3Jzq5/+84um3XXY8r548XiWKSborwVw==} + engines: {node: ^18.17.0 || >=20.5.0} + + codecov@3.8.3: + resolution: {integrity: sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==} + engines: {node: '>=4.0'} + deprecated: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/ + hasBin: true + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-support@1.1.3: + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + hasBin: true + + colorette@2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + + combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + + commander@10.0.1: + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} + + commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + commander@5.1.0: + resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} + engines: {node: '>= 6'} + + commander@6.2.1: + resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} + engines: {node: '>= 6'} + + common-ancestor-path@1.0.1: + resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} + + common-tags@1.8.0: + resolution: {integrity: sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==} + engines: {node: '>=4.0.0'} + + common-tags@1.8.2: + resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} + engines: {node: '>=4.0.0'} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + + core-js-compat@3.48.0: + resolution: {integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==} + + cross-env@7.0.3: + resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} + engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} + hasBin: true + + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + data-uri-to-buffer@4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} + + data-view-buffer@1.0.2: + resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} + engines: {node: '>= 0.4'} + + data-view-byte-length@1.0.2: + resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} + engines: {node: '>= 0.4'} + + data-view-byte-offset@1.0.1: + resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} + engines: {node: '>= 0.4'} + + debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.1.1: + resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==} + 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) + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.1: + resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.3: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decamelize-keys@1.1.1: + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} + + decamelize@1.2.0: + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} + + decamelize@4.0.0: + resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} + engines: {node: '>=10'} + + decamelize@6.0.1: + resolution: {integrity: sha512-G7Cqgaelq68XHJNGlZ7lrNQyhZGsFqpwtGFexqUv4IQdjKoSYF7ipZ9UuTJZUSQXFj/XaoBLuEVIVqr8EJngEQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + deep-eql@4.1.4: + resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} + engines: {node: '>=6'} + + deep-eql@5.0.2: + resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} + engines: {node: '>=6'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + + deprecation@2.3.1: + resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} + + diff@4.0.4: + resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==} + engines: {node: '>=0.3.1'} + + diff@5.0.0: + resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==} + engines: {node: '>=0.3.1'} + + diff@7.0.0: + resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==} + engines: {node: '>=0.3.1'} + + diff@8.0.3: + resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} + engines: {node: '>=0.3.1'} + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + disparity@3.0.0: + resolution: {integrity: sha512-n94Rzbv2ambRaFzrnBf34IEiyOdIci7maRpMkoQWB6xFYGA7Nbs0Z5YQzMfTeyQeelv23nayqOcssBoc6rKrgw==} + engines: {node: '>=8'} + hasBin: true + + dns-zonefile@0.2.10: + resolution: {integrity: sha512-YXs0T8EjhwI3YFpL4l7n9Uy+g/ufmd3WyDSQsI4mrMNlrrdgK6aN0AbNjOkKoHyF59l/x4Y3/z64F3aJWCKWpg==} + hasBin: true + + doctrine@2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-serializer@2.0.0: + resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + + domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + + domhandler@5.0.3: + resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} + engines: {node: '>= 4'} + + domutils@3.2.2: + resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} + + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + + duplexify@4.1.3: + resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + ecdsa-sig-formatter@1.0.11: + resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} + + electron-to-chromium@1.5.307: + resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + emojis-list@3.0.0: + resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} + engines: {node: '>= 4'} + + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + end-of-stream@1.4.5: + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} + + enhanced-resolve@5.20.0: + resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} + engines: {node: '>=10.13.0'} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + entities@7.0.1: + resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} + engines: {node: '>=0.12'} + + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + envinfo@7.21.0: + resolution: {integrity: sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==} + engines: {node: '>=4'} + hasBin: true + + err-code@2.0.3: + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + + es-abstract@1.23.7: + resolution: {integrity: sha512-OygGC8kIcDhXX+6yAZRGLqwi2CmEXCbLQixeGUgYeR+Qwlppqmo7DIDr8XibtEBZp+fJcoYpoatp5qwLMEdcqQ==} + engines: {node: '>= 0.4'} + + es-abstract@1.24.1: + resolution: {integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==} + engines: {node: '>= 0.4'} + + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-iterator-helpers@1.2.1: + resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} + engines: {node: '>= 0.4'} + + es-module-lexer@2.0.0: + resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} + + es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} + + es-object-atoms@1.1.1: + resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.1.0: + resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} + engines: {node: '>= 0.4'} + + es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + engines: {node: '>= 0.4'} + + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} + engines: {node: '>=6'} + + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + + escape-quotes@1.0.2: + resolution: {integrity: sha512-JpLFzklNReeakCpyj59s78P5F72q0ZUpDnp2BuIk9TtTjj2HMsgiWBChw17BlZT8dRhMtmSb1jE2+pTP1iFYyw==} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + escodegen@1.14.3: + resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} + engines: {node: '>=4.0'} + hasBin: true + + eslint-compat-utils@0.5.1: + resolution: {integrity: sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==} + engines: {node: '>=12'} + peerDependencies: + eslint: '>=6.0.0' + + eslint-config-prettier@9.1.0: + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + hasBin: true + peerDependencies: + eslint: '>=7.0.0' + + eslint-config-semistandard@17.0.0: + resolution: {integrity: sha512-tLi0JYmfiiJgtmRhoES55tENatR7y/5aXOh6cBeW+qjzl1+WwyV0arDqR65XN3/xrPZt+/1EG+xNLknV/0jWsQ==} + peerDependencies: + eslint: ^8.13.0 + eslint-config-standard: ^17.0.0 + eslint-plugin-import: ^2.26.0 + eslint-plugin-n: ^15.0.0 + eslint-plugin-promise: ^6.0.0 + + eslint-config-standard-jsx@11.0.0: + resolution: {integrity: sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==} + peerDependencies: + eslint: ^8.8.0 + eslint-plugin-react: ^7.28.0 + + eslint-config-standard@17.0.0: + resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} + peerDependencies: + eslint: ^8.0.1 + eslint-plugin-import: ^2.25.2 + eslint-plugin-n: ^15.0.0 + eslint-plugin-promise: ^6.0.0 + + eslint-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + + eslint-module-utils@2.12.0: + resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + + eslint-plugin-es-x@7.8.0: + resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + eslint: '>=8' + + eslint-plugin-es@4.1.0: + resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} + engines: {node: '>=8.10.0'} + peerDependencies: + eslint: '>=4.19.1' + + eslint-plugin-import@2.31.0: + resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + + eslint-plugin-n@15.7.0: + resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==} + engines: {node: '>=12.22.0'} + peerDependencies: + eslint: '>=7.0.0' + + eslint-plugin-n@17.24.0: + resolution: {integrity: sha512-/gC7/KAYmfNnPNOb3eu8vw+TdVnV0zhdQwexsw6FLXbhzroVj20vRn2qL8lDWDGnAQ2J8DhdfvXxX9EoxvERvw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: '>=8.23.0' + + eslint-plugin-prettier@5.1.3: + resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + '@types/eslint': '>=8.0.0' + eslint: '>=8.0.0' + eslint-config-prettier: '*' + prettier: '>=3.0.0' + peerDependenciesMeta: + '@types/eslint': + optional: true + eslint-config-prettier: + optional: true + + eslint-plugin-prettier@5.2.1: + resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + '@types/eslint': '>=8.0.0' + eslint: '>=8.0.0' + eslint-config-prettier: '*' + prettier: '>=3.0.0' + peerDependenciesMeta: + '@types/eslint': + optional: true + eslint-config-prettier: + optional: true + + eslint-plugin-promise@6.6.0: + resolution: {integrity: sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + + eslint-plugin-react@7.37.3: + resolution: {integrity: sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + + eslint-scope@5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + + eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-utils@2.1.0: + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} + + eslint-utils@3.0.0: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + + eslint-visitor-keys@1.3.0: + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} + + eslint-visitor-keys@2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + hasBin: true + + eslint@8.57.1: + resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + hasBin: true + + espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + esprima@4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + + events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + + exponential-backoff@3.1.3: + resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} + + extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + + external-editor@3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-diff@1.3.0: + resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} + + fast-glob@3.3.3: + resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fast-uri@3.1.0: + resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + + fast-url-parser@1.1.3: + resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} + + fast-xml-builder@1.1.0: + resolution: {integrity: sha512-7mtITW/we2/wTUZqMyBOR2F8xP4CRxMiSEcQxPIqdRWdO2L/HZSOlzoNyghmyDwNB8BDxePooV1ZTJpkOUhdRg==} + + fast-xml-parser@5.5.1: + resolution: {integrity: sha512-JTpMz8P5mDoNYzXTmTT/xzWjFiCWi0U+UQTJtrFH9muXsr2RqtXZPbnCW5h2mKsOd4u3XcPWCvDSrnaBPlUcMQ==} + hasBin: true + + fastest-levenshtein@1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + + fastq@1.18.0: + resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} + + fdir@6.5.0: + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} + engines: {node: '>=12.0.0'} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + fetch-blob@3.2.0: + resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} + engines: {node: ^12.20 || >= 14.13} + + figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + + figures@6.1.0: + resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} + engines: {node: '>=18'} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + fill-keys@1.0.2: + resolution: {integrity: sha512-tcgI872xXjwFF4xgQmLxi76GnwJG3g/3isB1l4/G5Z4zrbddGpBjqZCO9oEAcB5wX0Hj/5iQB3toxfO7in1hHA==} + engines: {node: '>=0.10.0'} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + find-up@3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + + find-up@4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + find-up@6.3.0: + resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flat@5.0.2: + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + hasBin: true + + flatted@3.3.2: + resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} + + folktale@2.3.2: + resolution: {integrity: sha512-+8GbtQBwEqutP0v3uajDDoN64K2ehmHd0cjlghhxh0WpcfPzAIjPA03e1VvHlxL02FVGR0A6lwXsNQKn3H1RNQ==} + deprecated: This package is no longer actively maintained. Only security patches will be provided, if needed. Consider switching to fp-ts. + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + for-each@0.3.5: + resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} + engines: {node: '>= 0.4'} + + foreground-child@3.3.1: + resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} + engines: {node: '>=14'} + + form-data@2.5.5: + resolution: {integrity: sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==} + engines: {node: '>= 0.12'} + + formdata-polyfill@4.0.10: + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} + + fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + + fs-minipass@3.0.3: + resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + fs-readdir-recursive@1.1.0: + resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + function.prototype.name@1.1.8: + resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + engines: {node: '>= 0.4'} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + gapic-tools@0.4.6: + resolution: {integrity: sha512-MZeXMNgFIiKIDJwh4wEgpL/5V0L8G9llI642fgiljys8VWGlxlz8QEVJhmOdfbVoVNtzvMqnlJagUQ90WsKAug==} + engines: {node: '>=14'} + hasBin: true + + gapic-tools@1.0.5: + resolution: {integrity: sha512-4KfYejUWVXQ3AoEOS4/xr7DpUkyXFED8VbdvtY0Y1i+nB7r1Dj3kUD5M0faSkw9hS9s9i2W9FIMcirSf1Rn2ng==} + engines: {node: '>=18'} + hasBin: true + + gauge@4.0.4: + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + gauge@5.0.2: + resolution: {integrity: sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + deprecated: This package is no longer supported. + + gaxios@5.1.3: + resolution: {integrity: sha512-95hVgBRgEIRQQQHIbnxBXeHbW4TqFk4ZDJW7wmVtvYar72FdhRIo1UGOLS2eRAKCPEdPBWu+M7+A33D9CdX9rA==} + engines: {node: '>=12'} + + gaxios@6.7.1: + resolution: {integrity: sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==} + engines: {node: '>=14'} + + gaxios@7.1.0: + resolution: {integrity: sha512-y1Q0MX1Ba6eg67Zz92kW0MHHhdtWksYckQy1KJsI6P4UlDQ8cvdvpLEPslD/k7vFkdPppMESFGTvk7XpSiKj8g==} + engines: {node: '>=18'} + + gaxios@7.1.3: + resolution: {integrity: sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==} + engines: {node: '>=18'} + + gcp-metadata@6.1.1: + resolution: {integrity: sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==} + engines: {node: '>=14'} + + gcp-metadata@8.1.2: + resolution: {integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==} + engines: {node: '>=18'} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-func-name@2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + + get-intrinsic@1.2.6: + resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==} + engines: {node: '>= 0.4'} + + get-intrinsic@1.3.0: + resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} + engines: {node: '>= 0.4'} + + get-proto@1.0.1: + resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} + engines: {node: '>= 0.4'} + + get-stdin@8.0.0: + resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} + engines: {node: '>=10'} + + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + + get-symbol-description@1.1.0: + resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} + engines: {node: '>= 0.4'} + + get-tsconfig@4.13.6: + resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob-to-regexp@0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + + glob@10.5.0: + resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + hasBin: true + + glob@7.2.0: + resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + glob@9.3.5: + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + + globals@15.15.0: + resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} + engines: {node: '>=18'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + globrex@0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + + google-auth-library@10.6.1: + resolution: {integrity: sha512-5awwuLrzNol+pFDmKJd0dKtZ0fPLAtoA5p7YO4ODsDu6ONJUVqbYwvv8y2ZBO5MBNp9TJXigB19710kYpBPdtA==} + engines: {node: '>=18'} + + google-auth-library@9.15.1: + resolution: {integrity: sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==} + engines: {node: '>=14'} + + google-gax@4.6.1: + resolution: {integrity: sha512-V6eky/xz2mcKfAd1Ioxyd6nmA61gao3n01C+YeuIwu3vzM9EDR6wcVzMSIbLMDXWeoi9SHYctXuKYC5uJUT3eQ==} + engines: {node: '>=14'} + + google-gax@5.0.6: + resolution: {integrity: sha512-1kGbqVQBZPAAu4+/R1XxPQKP0ydbNYoLAr4l0ZO2bMV0kLyLW4I1gAk++qBLWt7DPORTzmWRMsCZe86gDjShJA==} + engines: {node: '>=18'} + + google-logging-utils@0.0.2: + resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==} + engines: {node: '>=14'} + + google-logging-utils@1.1.3: + resolution: {integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==} + engines: {node: '>=14'} + + google-proto-files@4.2.0: + resolution: {integrity: sha512-Yl3ZtTSpkOLjHTqHn91NhDp2jMPzpHWowSGz3S30N6gkqOXrJwUu44alR9dX+NyHK3n165uR+jezOH365b1pPA==} + engines: {node: '>=14.0.0'} + + google-proto-files@5.0.1: + resolution: {integrity: sha512-DM5x0D1QM/kTQ12p57lG14+aL3PMPtbzYf+oekPMkUweUjrrT4crzV7O9LakZF5/rdl+SVBeSiA/sfTu/dAWvw==} + engines: {node: '>=18'} + + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + growl@1.10.5: + resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==} + engines: {node: '>=4.x'} + + gtoken@7.1.0: + resolution: {integrity: sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==} + engines: {node: '>=14.0.0'} + + gts@5.3.1: + resolution: {integrity: sha512-P9F+krJkGOkisUX+P9pfUas1Xy+U+CxBFZT62uInkJbgvZpnW1ug/pIcMJJmLOthMq1J88lpQUGhXDC9UTvVcw==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + typescript: '>=3' + + gts@6.0.2: + resolution: {integrity: sha512-lp9+eDzzm6TYqiBpgGY00EInxBHFTJiU5brsVp11qXCJEw7Q6WNNngja0spZeqSFWSquaRuHQUuWxdZLaxnKmw==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + typescript: '>=5' + + hard-rejection@2.1.0: + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} + + has-ansi@2.0.0: + resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} + engines: {node: '>=0.10.0'} + + has-bigints@1.1.0: + resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} + engines: {node: '>= 0.4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-only@1.1.1: + resolution: {integrity: sha512-3GuFy9rDw0xvovCHb4SOKiRImbZ+a8boFBUyGNRPVd2mRyQOzYdau5G9nodUXC1ZKYN59hrHFkW1lgBQscYfTg==} + engines: {node: '>=6'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} + engines: {node: '>= 0.4'} + + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} + engines: {node: '>= 0.4'} + + has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + + has-unicode@2.0.1: + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + + hosted-git-info@2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + + hosted-git-info@4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} + + hosted-git-info@5.2.1: + resolution: {integrity: sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + hosted-git-info@6.1.3: + resolution: {integrity: sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + hosted-git-info@8.1.0: + resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} + engines: {node: ^18.17.0 || >=20.5.0} + + html-entities@2.6.0: + resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} + + html-escaper@2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + + html-tags@3.3.1: + resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} + engines: {node: '>=8'} + + htmlparser2@10.1.0: + resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==} + + htmlparser2@8.0.2: + resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + + htmlparser2@9.1.0: + resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} + + http-cache-semantics@4.2.0: + resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} + + http-proxy-agent@4.0.1: + resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} + engines: {node: '>= 6'} + + http-proxy-agent@5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} + + http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} + engines: {node: '>= 14'} + + http2spy@2.0.2: + resolution: {integrity: sha512-m7ebGBYF6HyYdJyiPtEw7rC0Ve+sY0Xq6IWEisee55iOJV4SzqOG4TEMPpTlmBKLeADx0auLaeOd62CMo8Z5pg==} + engines: {node: '>=10.10.0'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + + https-proxy-agent@7.0.6: + resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} + engines: {node: '>= 14'} + + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + + humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + + iconv-lite@0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + + iconv-lite@0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + + ignore-walk@3.0.4: + resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} + + ignore-walk@6.0.5: + resolution: {integrity: sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + ignore-walk@7.0.0: + resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + import-local@3.2.0: + resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==} + engines: {node: '>=8'} + hasBin: true + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + + indent-string@5.0.0: + resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} + engines: {node: '>=12'} + + infer-owner@1.0.4: + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@5.0.0: + resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==} + engines: {node: ^18.17.0 || >=20.5.0} + + inquirer@7.3.3: + resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} + engines: {node: '>=8.0.0'} + + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} + engines: {node: '>= 0.4'} + + interpret@3.1.1: + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} + + ip-address@10.1.0: + resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==} + engines: {node: '>= 12'} + + is-array-buffer@3.0.5: + resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} + engines: {node: '>= 0.4'} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-async-function@2.0.0: + resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} + engines: {node: '>= 0.4'} + + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-boolean-object@1.2.1: + resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + engines: {node: '>= 0.4'} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-ci@2.0.0: + resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} + hasBin: true + + is-core-module@2.16.1: + resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} + engines: {node: '>= 0.4'} + + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} + engines: {node: '>= 0.4'} + + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} + engines: {node: '>= 0.4'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-html@2.0.0: + resolution: {integrity: sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==} + engines: {node: '>=8'} + + is-lambda@1.0.1: + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + + is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + + is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} + engines: {node: '>= 0.4'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-object@1.0.2: + resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + is-plain-obj@1.1.0: + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} + + is-plain-obj@2.1.0: + resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} + engines: {node: '>=8'} + + is-plain-object@2.0.4: + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} + + is-plain-object@5.0.0: + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} + + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} + engines: {node: '>= 0.4'} + + is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + + is-shared-array-buffer@1.0.4: + resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} + engines: {node: '>= 0.4'} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} + engines: {node: '>= 0.4'} + + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} + engines: {node: '>= 0.4'} + + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} + engines: {node: '>= 0.4'} + + is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + + is-unicode-supported@2.1.0: + resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} + engines: {node: '>=18'} + + is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + + is-weakref@1.1.0: + resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + engines: {node: '>= 0.4'} + + is-weakref@1.1.1: + resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} + engines: {node: '>= 0.4'} + + is-weakset@2.0.4: + resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} + engines: {node: '>= 0.4'} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + isexe@3.1.5: + resolution: {integrity: sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==} + engines: {node: '>=18'} + + isobject@3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + + istanbul-lib-coverage@3.2.2: + resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} + engines: {node: '>=8'} + + istanbul-lib-report@3.0.1: + resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} + engines: {node: '>=10'} + + istanbul-reports@3.2.0: + resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==} + engines: {node: '>=8'} + + iterator.prototype@1.1.4: + resolution: {integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==} + engines: {node: '>= 0.4'} + + its-name@1.0.0: + resolution: {integrity: sha512-GYUWFxViqxDvGzsNEItTEuOqqAQVx29Xl9Lh5YUqyJd6gPHTCMiIbjqcjjyUzsBUqEcgwIdRoydwgfFw1oYbhg==} + engines: {node: '>=6'} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + jest-worker@27.5.1: + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + js2xmlparser@4.0.2: + resolution: {integrity: sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==} + + jsdoc-fresh@4.0.0: + resolution: {integrity: sha512-XrjEMs1wbOcIT2GtsVD7l+Dx1tHop4wmECtDUaTWUFElFFJ7xpDeM/6TxK/NlMcC+wAjt1/ZCJj0i2dk0P8jdw==} + engines: {node: '>=14.0.0'} + + jsdoc-region-tag@3.0.0: + resolution: {integrity: sha512-pmOAno4Elsrazu5mkK+Z7daGh23OoeWrEi2KofwowAB3I6tErlti2l7wgKtDwDcRrRqzquXmZiysYeP5oMYdRA==} + engines: {node: '>=14.0.0'} + + jsdoc@4.0.5: + resolution: {integrity: sha512-P4C6MWP9yIlMiK8nwoZvxN84vb6MsnXcHuy7XzVOvQoCizWX5JFCBsWIIWKXBltpoRZXddUOVQmCTOZt9yDj9g==} + engines: {node: '>=12.0.0'} + hasBin: true + + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + + json-bigint@1.0.0: + resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-parse-better-errors@1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + + json-parse-even-better-errors@3.0.2: + resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + json-parse-even-better-errors@4.0.0: + resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} + engines: {node: ^18.17.0 || >=20.5.0} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + + json-schema@0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json-stringify-nice@1.1.4: + resolution: {integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==} + + json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + + jsx-ast-utils@3.3.5: + resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} + engines: {node: '>=4.0'} + + just-diff-apply@5.5.0: + resolution: {integrity: sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==} + + just-diff@6.0.2: + resolution: {integrity: sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==} + + jwa@2.0.1: + resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==} + + jws@4.0.1: + resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + kind-of@6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + + klaw@3.0.0: + resolution: {integrity: sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==} + + lazy-ass@1.6.0: + resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} + engines: {node: '> 0.8'} + + levn@0.3.0: + resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} + engines: {node: '>= 0.8.0'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + linkify-it@5.0.0: + resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + + linkinator@4.1.2: + resolution: {integrity: sha512-hgWRDF1Lg6K/QbpaMA3mG+Fq497caY/WiYcq9V5pqZ0ItY4o9/T/y54jx/1RLiOLNyBQA77LU+l7hQ4mgT2MEQ==} + engines: {node: '>=14'} + hasBin: true + + linkinator@4.1.3: + resolution: {integrity: sha512-jlpUQeqT3c+oo5Kk8v50NUwycV9JDNj029EmwFBk2Qfa3A9tz2+JyMCB3zQ9D9xR56tC/KNmQkzyGQR0qPCCdA==} + engines: {node: '>=16'} + hasBin: true + + linkinator@6.3.0: + resolution: {integrity: sha512-MRKxkkIK5XlK+IKzIhJydJBF72TpygT7atR9CCUZrKl9hpEPVkm3Kcu66M38HJUvUBg4iskzCQENwas7HIiJeg==} + engines: {node: '>=18'} + hasBin: true + + load-json-file@5.3.0: + resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} + engines: {node: '>=6'} + + loader-runner@4.3.1: + resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==} + engines: {node: '>=6.11.5'} + + loader-utils@2.0.4: + resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} + engines: {node: '>=8.9.0'} + + locate-path@3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + + locate-path@5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + locate-path@7.2.0: + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + lodash.camelcase@4.3.0: + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + + lodash.debounce@4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + + lodash.groupby@4.6.0: + resolution: {integrity: sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash@4.17.23: + resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + + log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + + long@5.3.2: + resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==} + + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + + loupe@2.3.7: + resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + + loupe@3.2.1: + resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + + lru-cache@7.18.3: + resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + engines: {node: '>=12'} + + make-dir@2.1.0: + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} + + make-dir@4.0.0: + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} + + make-fetch-happen@10.2.1: + resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + make-fetch-happen@11.1.1: + resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + make-fetch-happen@14.0.3: + resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + map-obj@1.0.1: + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} + + map-obj@4.3.0: + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} + + markdown-it-anchor@8.6.7: + resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} + peerDependencies: + '@types/markdown-it': '*' + markdown-it: '*' + + markdown-it@14.1.1: + resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==} + hasBin: true + + marked@13.0.3: + resolution: {integrity: sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==} + engines: {node: '>= 18'} + hasBin: true + + marked@4.3.0: + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} + hasBin: true + + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + + mdurl@2.0.0: + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} + + meow@11.0.0: + resolution: {integrity: sha512-Cl0yeeIrko6d94KpUo1M+0X1sB14ikoaqlIGuTH1fW4I+E3+YljL54/hb/BWmVfrV9tTV9zU04+xjw08Fh2WkA==} + engines: {node: '>=14.16'} + + meow@13.2.0: + resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} + engines: {node: '>=18'} + + meow@9.0.0: + resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} + engines: {node: '>=10'} + + merge-descriptors@1.0.3: + resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} + + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mime@3.0.0: + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} + hasBin: true + + mime@4.1.0: + resolution: {integrity: sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==} + engines: {node: '>=16'} + hasBin: true + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + + min-indent@1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + + minimatch@10.2.4: + resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} + engines: {node: 18 || 20 || >=22} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@4.2.1: + resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} + engines: {node: '>=10'} + + minimatch@5.1.9: + resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} + engines: {node: '>=10'} + + minimatch@8.0.7: + resolution: {integrity: sha512-V+1uQNdzybxa14e/p00HZnQNNcTjnRJjDxg2V8wtkjFctq4M7hXFws4oekyTP0Jebeq7QYtpFyOeBAjc88zvYg==} + engines: {node: '>=16 || 14 >=14.17'} + + minimatch@9.0.9: + resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist-options@4.1.0: + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass-collect@1.0.2: + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} + + minipass-collect@2.0.1: + resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} + engines: {node: '>=16 || 14 >=14.17'} + + minipass-fetch@2.1.2: + resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + minipass-fetch@3.0.5: + resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + minipass-fetch@4.0.1: + resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + minipass-flush@1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} + + minipass-json-stream@1.0.2: + resolution: {integrity: sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==} + + minipass-pipeline@1.2.4: + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} + + minipass-sized@1.0.3: + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} + + minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + + minipass@4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + + minipass@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + + minipass@7.1.3: + resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} + engines: {node: '>=16 || 14 >=14.17'} + + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + + minizlib@3.1.0: + resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} + engines: {node: '>= 18'} + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + mocha@11.7.5: + resolution: {integrity: sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + + mocha@9.2.2: + resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} + engines: {node: '>= 12.0.0'} + hasBin: true + + module-not-found-error@1.0.1: + resolution: {integrity: sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==} + + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + mute-stream@0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + + nanoid@3.3.1: + resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + natural-compare-lite@1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + ncp@2.0.0: + resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} + hasBin: true + + negotiator@0.6.4: + resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==} + engines: {node: '>= 0.6'} + + negotiator@1.0.0: + resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} + engines: {node: '>= 0.6'} + + neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + + node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + node-gyp@11.5.0: + resolution: {integrity: sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + node-gyp@9.4.1: + resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==} + engines: {node: ^12.13 || ^14.13 || >=16} + hasBin: true + + node-releases@2.0.36: + resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} + + nopt@6.0.0: + resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + hasBin: true + + nopt@7.2.1: + resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + nopt@8.1.0: + resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + normalize-package-data@2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + + normalize-package-data@3.0.3: + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} + + normalize-package-data@4.0.1: + resolution: {integrity: sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + normalize-package-data@5.0.0: + resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + npm-bundled@3.0.1: + resolution: {integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-bundled@4.0.0: + resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-install-checks@6.3.0: + resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-install-checks@7.1.2: + resolution: {integrity: sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-normalize-package-bin@3.0.1: + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-normalize-package-bin@4.0.0: + resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-package-arg@10.1.0: + resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-package-arg@12.0.2: + resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-packlist@7.0.4: + resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-packlist@8.0.2: + resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-packlist@9.0.0: + resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-pick-manifest@10.0.0: + resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-pick-manifest@8.0.2: + resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-registry-fetch@14.0.5: + resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-registry-fetch@18.0.2: + resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + + npmlog@6.0.2: + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + npmlog@7.0.1: + resolution: {integrity: sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + deprecated: This package is no longer supported. + + null-loader@4.0.1: + resolution: {integrity: sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + + nunjucks@3.2.4: + resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==} + engines: {node: '>= 6.9.0'} + hasBin: true + peerDependencies: + chokidar: ^3.3.0 + peerDependenciesMeta: + chokidar: + optional: true + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-hash@3.0.0: + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} + + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + + object-inspect@1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.7: + resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} + engines: {node: '>= 0.4'} + + object.entries@1.1.8: + resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} + engines: {node: '>= 0.4'} + + object.fromentries@2.0.8: + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} + engines: {node: '>= 0.4'} + + object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} + + object.values@1.2.1: + resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} + engines: {node: '>= 0.4'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + + optionator@0.8.3: + resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} + engines: {node: '>= 0.8.0'} + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + os-tmpdir@1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + + own-keys@1.0.1: + resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + engines: {node: '>= 0.4'} + + p-limit@2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-limit@4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + p-locate@3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + + p-locate@4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + p-locate@6.0.0: + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + + p-map@7.0.4: + resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==} + engines: {node: '>=18'} + + p-try@2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + + pack-n-play@2.1.0: + resolution: {integrity: sha512-DwyyTqaEU3/W37DLDv3hlToDzByHxQ7HALCQs72+8D+uHuqOYe/nZDdsju2m2JappDOKxWlKjG7LpsE7eWwiRQ==} + engines: {node: '>=14'} + + pack-n-play@3.0.1: + resolution: {integrity: sha512-0t1+2T3eiBObAN+1rXJlvYiUQ+YQHePq/TIyjNMjfSTTEwESXyVfPkNjcoi58QbqKI6JK8pi7TCSlVrDj41zCQ==} + engines: {node: '>=18'} + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + pacote@15.2.0: + resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + pacote@19.0.2: + resolution: {integrity: sha512-iNInrWMS+PzYbaef5EW/mU8OiCPxGuTmYn6ht5ImeXd5TZIVY4+dDmIrbpB6v0MKG/KIMMvj2UD7eKU9GbTGHA==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + pacote@20.0.1: + resolution: {integrity: sha512-jTMLD/QK7JMUKg3g7K3M/DEqIbGm7sxclj12eQYIkL3viutSiefTs26IrqIqgGlFsviF/9dlDUZxnpGvkRXtjw==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-conflict-json@3.0.1: + resolution: {integrity: sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + parse-conflict-json@4.0.0: + resolution: {integrity: sha512-37CN2VtcuvKgHUs8+0b1uJeEsbGn61GRHz469C94P5xiOoqpDYJYwjg4RY9Vmz39WyZAVkR5++nbJwLMIgOCnQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + parse-json@4.0.0: + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} + + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + + parse-link-header@2.0.0: + resolution: {integrity: sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw==} + + path-exists@3.0.0: + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-exists@5.0.0: + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + path-expression-matcher@1.1.2: + resolution: {integrity: sha512-LXWqJmcpp2BKOEmgt4CyuESFmBfPuhJlAHKJsFzuJU6CxErWk75BrO+Ni77M9OxHN6dCYKM4vj+21Z6cOL96YQ==} + engines: {node: '>=14.0.0'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + pathval@1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + + pathval@2.0.1: + resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} + engines: {node: '>= 14.16'} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + + pify@4.0.1: + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} + + pkg-conf@3.1.0: + resolution: {integrity: sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==} + engines: {node: '>=6'} + + pkg-dir@4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} + + pluralize@8.0.0: + resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} + engines: {node: '>=4'} + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + + postcss-selector-parser@7.1.1: + resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} + engines: {node: '>=4'} + + prelude-ls@1.1.2: + resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} + engines: {node: '>= 0.8.0'} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-linter-helpers@1.0.1: + resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==} + engines: {node: '>=6.0.0'} + + prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + engines: {node: '>=14'} + hasBin: true + + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + engines: {node: '>=14'} + hasBin: true + + prettier@3.8.1: + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} + engines: {node: '>=14'} + hasBin: true + + proc-log@3.0.0: + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + proc-log@5.0.0: + resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + proggy@3.0.0: + resolution: {integrity: sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q==} + engines: {node: ^18.17.0 || >=20.5.0} + + promise-all-reject-late@1.0.1: + resolution: {integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==} + + promise-call-limit@1.0.2: + resolution: {integrity: sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==} + + promise-call-limit@3.0.2: + resolution: {integrity: sha512-mRPQO2T1QQVw11E7+UdCJu7S61eJVWknzml9sC1heAdj1jxl0fWMBypIt9ZOcLFf8FkG995ZD7RnVk7HH72fZw==} + + promise-inflight@1.0.1: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + + promise-retry@2.0.1: + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} + + prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + + proto3-json-serializer@2.0.2: + resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==} + engines: {node: '>=14.0.0'} + + proto3-json-serializer@3.0.4: + resolution: {integrity: sha512-E1sbAYg3aEbXrq0n1ojJkRHQJGE1kaE/O6GLA94y8rnJBfgvOPTOd1b9hOceQK1FFZI9qMh1vBERCyO2ifubcw==} + engines: {node: '>=18'} + + protobufjs-cli@1.1.3: + resolution: {integrity: sha512-MqD10lqF+FMsOayFiNOdOGNlXc4iKDCf0ZQPkPR+gizYh9gqUeGTWulABUCdI+N67w5RfJ6xhgX4J8pa8qmMXQ==} + engines: {node: '>=12.0.0'} + hasBin: true + peerDependencies: + protobufjs: ^7.0.0 + + protobufjs-cli@1.2.0: + resolution: {integrity: sha512-+YvqJEmsmZHGzE5j0tvEzFeHm0sX7pzRFpyj7+GazhkS4Y0r+jgbioVvFxxSWIlPzUel/lxeOnLChBmV8NmyHA==} + engines: {node: '>=12.0.0'} + hasBin: true + peerDependencies: + protobufjs: ^7.0.0 + + protobufjs@7.4.0: + resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==} + engines: {node: '>=12.0.0'} + + protobufjs@7.5.4: + resolution: {integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==} + engines: {node: '>=12.0.0'} + + proxyquire@2.1.3: + resolution: {integrity: sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==} + + pump@3.0.4: + resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} + + pumpify@2.0.1: + resolution: {integrity: sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==} + + punycode.js@2.3.1: + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} + engines: {node: '>=6'} + + punycode@1.4.1: + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + quick-lru@4.0.1: + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} + + quick-lru@6.1.2: + resolution: {integrity: sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==} + engines: {node: '>=12'} + + quote@0.4.0: + resolution: {integrity: sha512-KHp3y3xDjuBhRx+tYKOgzPnVHMRlgpn2rU450GcU4PL24r1H6ls/hfPrxDwX2pvYMlwODHI2l8WwgoV69x5rUQ==} + + ramda@0.27.1: + resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} + + ramda@0.28.0: + resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + + read-cmd-shim@4.0.0: + resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + read-cmd-shim@5.0.0: + resolution: {integrity: sha512-SEbJV7tohp3DAAILbEMPXavBjAnMN0tVnh4+9G8ihV4Pq3HYF9h8QNez9zkJ1ILkv9G2BjdzwctznGZXgu/HGw==} + engines: {node: ^18.17.0 || >=20.5.0} + + read-package-json-fast@3.0.2: + resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + read-package-json-fast@4.0.0: + resolution: {integrity: sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==} + engines: {node: ^18.17.0 || >=20.5.0} + + read-package-json@6.0.4: + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + deprecated: This package is no longer supported. Please use @npmcli/package-json instead. + + read-pkg-up@7.0.1: + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} + + read-pkg-up@9.1.0: + resolution: {integrity: sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + read-pkg@5.2.0: + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} + + read-pkg@7.1.0: + resolution: {integrity: sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==} + engines: {node: '>=12.20'} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} + + recast@0.23.11: + resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} + engines: {node: '>= 4'} + + rechoir@0.8.0: + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} + + redent@3.0.0: + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} + + redent@4.0.0: + resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==} + engines: {node: '>=12'} + + reflect.getprototypeof@1.0.9: + resolution: {integrity: sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==} + engines: {node: '>= 0.4'} + + regenerate-unicode-properties@10.2.2: + resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} + engines: {node: '>=4'} + + regenerate@1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} + engines: {node: '>= 0.4'} + + regexp.prototype.flags@1.5.4: + resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} + engines: {node: '>= 0.4'} + + regexpp@3.2.0: + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} + engines: {node: '>=8'} + + regexpu-core@6.4.0: + resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==} + engines: {node: '>=4'} + + regjsgen@0.8.0: + resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} + + regjsparser@0.13.0: + resolution: {integrity: sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==} + hasBin: true + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + + requizzle@0.2.4: + resolution: {integrity: sha512-JRrFk1D4OQ4SqovXOgdav+K8EAhSB/LJZqCz8tbX0KObcdeM15Ss59ozWMBWmmINMagCwmqn4ZNryUGpBsl6Jw==} + + resolve-cwd@3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + + resolve@1.22.10: + resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} + engines: {node: '>= 0.4'} + hasBin: true + + resolve@1.22.11: + resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} + engines: {node: '>= 0.4'} + hasBin: true + + resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} + hasBin: true + + restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + + retry-request@7.0.2: + resolution: {integrity: sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==} + engines: {node: '>=14'} + + retry-request@8.0.2: + resolution: {integrity: sha512-JzFPAfklk1kjR1w76f0QOIhoDkNkSqW8wYKT08n9yysTmZfB+RQ2QoXoTAeOi1HD9ZipTyTAZg3c4pM/jeqgSw==} + engines: {node: '>=18'} + + retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + + retry@0.13.1: + resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} + engines: {node: '>= 4'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported + hasBin: true + + rimraf@5.0.10: + resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} + hasBin: true + + run-async@2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rxjs@6.6.7: + resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} + engines: {npm: '>=2.0.0'} + + safe-array-concat@1.1.3: + resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + engines: {node: '>=0.4'} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-push-apply@1.0.0: + resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} + engines: {node: '>= 0.4'} + + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} + engines: {node: '>= 0.4'} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + schema-utils@3.3.0: + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} + + schema-utils@4.3.3: + resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==} + engines: {node: '>= 10.13.0'} + + semistandard@17.0.0: + resolution: {integrity: sha512-FnZ77h6LpCjIl0S2kf8utBjBxuFfiV+6DbnFDEJuxWP91el+Syp6P/T54KCJbczmQx9vIy/cXpSOuPzofnrUKA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + + semver@5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true + + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + + serialize-javascript@6.0.0: + resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} + + serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + + server-destroy@1.0.1: + resolution: {integrity: sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==} + + set-blocking@2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + + set-proto@1.0.0: + resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==} + engines: {node: '>= 0.4'} + + shallow-clone@3.0.1: + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + side-channel-list@1.0.0: + resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + engines: {node: '>= 0.4'} + + side-channel-map@1.0.1: + resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} + engines: {node: '>= 0.4'} + + side-channel-weakmap@1.0.2: + resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} + engines: {node: '>= 0.4'} + + side-channel@1.1.0: + resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + engines: {node: '>= 0.4'} + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + sigstore@1.9.0: + resolution: {integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + sigstore@3.1.0: + resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} + engines: {node: ^18.17.0 || >=20.5.0} + + sinon@21.0.2: + resolution: {integrity: sha512-VHV4UaoxIe5jrMd89Y9duI76T5g3Lp+ET+ctLhLDaZtSznDPah1KKpRElbdBV4RwqWSw2vadFiVs9Del7MbVeQ==} + + slash@2.0.0: + resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} + engines: {node: '>=6'} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + smart-buffer@4.2.0: + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + + snap-shot-compare@3.0.0: + resolution: {integrity: sha512-bdwNOAGuKwPU+qsn0ASxTv+QfkXU+3VmkcDOkt965tes+JQQc8d6SfoLiEiRVhCey4v+ip2IjNUSbZm5nnkI9g==} + engines: {node: '>=6'} + + snap-shot-core@10.2.4: + resolution: {integrity: sha512-A7tkcfmvnRKge4VzFLAWA4UYMkvFY4TZKyL+D6hnHjI3HJ4pTepjG5DfR2ACeDKMzCSTQ5EwR2iOotI+Z37zsg==} + engines: {node: '>=6'} + hasBin: true + + snap-shot-it@7.9.10: + resolution: {integrity: sha512-9USmsI2jc2kQslRhqkzFX+2K23o6v3VEzlQHwUNpZbbnEdU0ommReg2+Px7260sd+P/6CtaDx+LXadzt4caMVQ==} + engines: {node: '>=6'} + + socks-proxy-agent@7.0.0: + resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} + engines: {node: '>= 10'} + + socks-proxy-agent@8.0.5: + resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} + engines: {node: '>= 14'} + + socks@2.8.7: + resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + + source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + source-map@0.7.6: + resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==} + engines: {node: '>= 12'} + + spdx-correct@3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + + spdx-exceptions@2.5.0: + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} + + spdx-expression-parse@3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + + spdx-license-ids@3.0.23: + resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} + + sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + + srcset@5.0.3: + resolution: {integrity: sha512-AZswtOXIsu0LeHdo6YY7d0r2pCH2Rl1D8ae1utvXUX4GxG3RggsVUAOFX1r8RI4YHFMYb4g89+UBPBv3mNUU2g==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + ssri@10.0.6: + resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + ssri@12.0.0: + resolution: {integrity: sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + ssri@9.0.1: + resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + standard-engine@15.1.0: + resolution: {integrity: sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + stop-iteration-iterator@1.1.0: + resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} + engines: {node: '>= 0.4'} + + stream-events@1.0.5: + resolution: {integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==} + + stream-shift@1.0.3: + resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} + + string-format-obj@1.1.1: + resolution: {integrity: sha512-Mm+sROy+pHJmx0P/0Bs1uxIX6UhGJGj6xDGQZ5zh9v/SZRmLGevp+p0VJxV7lirrkAmQ2mvva/gHKpnF/pTb+Q==} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string.prototype.matchall@4.0.12: + resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} + engines: {node: '>= 0.4'} + + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + + string.prototype.trim@1.2.10: + resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + engines: {node: '>= 0.4'} + + string.prototype.trimend@1.0.9: + resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + engines: {node: '>= 0.4'} + + string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + strip-ansi@3.0.1: + resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} + engines: {node: '>=0.10.0'} + + strip-ansi@5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.2.0: + resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==} + engines: {node: '>=12'} + + strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + + strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + + strip-indent@3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + + strip-indent@4.1.1: + resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} + engines: {node: '>=12'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + strnum@2.2.0: + resolution: {integrity: sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==} + + stubs@3.0.0: + resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} + + supports-color@2.0.0: + resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} + engines: {node: '>=0.8.0'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + synckit@0.8.8: + resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} + engines: {node: ^14.18.0 || >=16.0.0} + + synckit@0.9.3: + resolution: {integrity: sha512-JJoOEKTfL1urb1mDoEblhD9NhEbWmq9jHEMEnxoC4ujUaZ4itA8vKgwkFAyNClgxplLi9tsUKX+EduK0p/l7sg==} + engines: {node: ^14.18.0 || >=16.0.0} + + tapable@2.3.0: + resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==} + engines: {node: '>=6'} + + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + tar@7.5.11: + resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==} + engines: {node: '>=18'} + + teeny-request@10.1.0: + resolution: {integrity: sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==} + engines: {node: '>=18'} + + teeny-request@7.1.1: + resolution: {integrity: sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==} + engines: {node: '>=10'} + + teeny-request@9.0.0: + resolution: {integrity: sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==} + engines: {node: '>=14'} + + terser-webpack-plugin@5.4.0: + resolution: {integrity: sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + + terser@5.46.0: + resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} + engines: {node: '>=10'} + hasBin: true + + test-exclude@6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} + + test-exclude@7.0.2: + resolution: {integrity: sha512-u9E6A+ZDYdp7a4WnarkXPZOx8Ilz46+kby6p1yZ8zsGTz9gYa6FIS7lj2oezzNKmtdyyJNNmmXDppga5GB7kSw==} + engines: {node: '>=18'} + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + tiny-invariant@1.3.3: + resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + + tinyglobby@0.2.15: + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} + engines: {node: '>=12.0.0'} + + tmp@0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + + tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} + + tmp@0.2.4: + resolution: {integrity: sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==} + engines: {node: '>=14.14'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + treeverse@3.0.0: + resolution: {integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + trim-newlines@3.0.1: + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} + + trim-newlines@4.1.1: + resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==} + engines: {node: '>=12'} + + ts-declaration-location@1.0.7: + resolution: {integrity: sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==} + peerDependencies: + typescript: '>=4.0.0' + + ts-loader@9.5.4: + resolution: {integrity: sha512-nCz0rEwunlTZiy6rXFByQU1kVVpCIgUpc/psFiKVrUwrizdnIbRFu8w7bxhUF0X613DYwT4XzrZHpVyMe758hQ==} + engines: {node: '>=12.0.0'} + peerDependencies: + typescript: '*' + webpack: ^5.0.0 + + tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + + tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + + tsutils@3.21.0: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + + tuf-js@1.1.7: + resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + tuf-js@3.1.0: + resolution: {integrity: sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==} + engines: {node: ^18.17.0 || >=20.5.0} + + type-check@0.3.2: + resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} + engines: {node: '>= 0.8.0'} + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-detect@4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + + type-detect@4.1.0: + resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} + engines: {node: '>=4'} + + type-fest@0.18.1: + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} + + type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + + type-fest@0.3.1: + resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} + engines: {node: '>=6'} + + type-fest@0.6.0: + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} + + type-fest@0.8.1: + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} + + type-fest@2.19.0: + resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} + engines: {node: '>=12.20'} + + type-fest@3.13.1: + resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} + engines: {node: '>=14.16'} + + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} + engines: {node: '>= 0.4'} + + typed-array-byte-length@1.0.3: + resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} + engines: {node: '>= 0.4'} + + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} + engines: {node: '>= 0.4'} + + typed-array-length@1.0.7: + resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + engines: {node: '>= 0.4'} + + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} + hasBin: true + + uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + + uglify-js@3.19.3: + resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} + engines: {node: '>=0.8.0'} + hasBin: true + + unbox-primitive@1.1.0: + resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} + engines: {node: '>= 0.4'} + + underscore@1.13.8: + resolution: {integrity: sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==} + + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + + unicode-canonical-property-names-ecmascript@2.0.1: + resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} + engines: {node: '>=4'} + + unicode-match-property-ecmascript@2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + + unicode-match-property-value-ecmascript@2.2.1: + resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} + engines: {node: '>=4'} + + unicode-property-aliases-ecmascript@2.2.0: + resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==} + engines: {node: '>=4'} + + unique-filename@2.0.1: + resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + unique-filename@3.0.0: + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + unique-filename@4.0.0: + resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + unique-slug@3.0.0: + resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + unique-slug@4.0.0: + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + unique-slug@5.0.0: + resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} + engines: {node: ^18.17.0 || >=20.5.0} + + universal-user-agent@6.0.1: + resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==} + + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + urlgrey@1.0.0: + resolution: {integrity: sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + uuid@11.1.0: + resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + hasBin: true + + uuid@8.3.2: + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + hasBin: true + + uuid@9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + hasBin: true + + v8-to-istanbul@9.3.0: + resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==} + engines: {node: '>=10.12.0'} + + validate-npm-package-license@3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + + validate-npm-package-name@5.0.1: + resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + validate-npm-package-name@6.0.2: + resolution: {integrity: sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + variable-diff@1.1.0: + resolution: {integrity: sha512-0Jk/MsCNtL/fCuVIbsLxwXpABGZCzN57btcPbSsjOOAwkdHJ3Y58fo8BoUfG7jghnvglbwo+5Hk1KOJ2W2Ormw==} + + walk-up-path@3.0.1: + resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==} + + walkdir@0.4.1: + resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==} + engines: {node: '>=6.0.0'} + + watchpack@2.5.1: + resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==} + engines: {node: '>=10.13.0'} + + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + webpack-cli@5.1.4: + resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} + engines: {node: '>=14.15.0'} + hasBin: true + peerDependencies: + '@webpack-cli/generators': '*' + webpack: 5.x.x + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + '@webpack-cli/generators': + optional: true + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true + + webpack-cli@6.0.1: + resolution: {integrity: sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==} + engines: {node: '>=18.12.0'} + hasBin: true + peerDependencies: + webpack: ^5.82.0 + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true + + webpack-merge@5.10.0: + resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==} + engines: {node: '>=10.0.0'} + + webpack-merge@6.0.1: + resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} + engines: {node: '>=18.0.0'} + + webpack-sources@3.3.4: + resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} + engines: {node: '>=10.13.0'} + + webpack@5.105.4: + resolution: {integrity: sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} + + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} + + which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.18: + resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.20: + resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==} + engines: {node: '>= 0.4'} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + which@3.0.1: + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + which@5.0.0: + resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + + wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + + wildcard@2.0.1: + resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + workerpool@6.2.0: + resolution: {integrity: sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==} + + workerpool@9.3.4: + resolution: {integrity: sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + write-file-atomic@4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + write-file-atomic@5.0.1: + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + write-file-atomic@6.0.0: + resolution: {integrity: sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ==} + engines: {node: ^18.17.0 || >=20.5.0} + + xdg-basedir@4.0.0: + resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} + engines: {node: '>=8'} + + xmlcreate@2.0.4: + resolution: {integrity: sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==} + + xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + + y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + + yargs-parser@20.2.4: + resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} + engines: {node: '>=10'} + + yargs-parser@20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + + yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + + yargs-unparser@2.0.0: + resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} + engines: {node: '>=10'} + + yargs@16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + yocto-queue@1.2.2: + resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==} + engines: {node: '>=12.20'} + +snapshots: + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + + '@babel/cli@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@jridgewell/trace-mapping': 0.3.31 + commander: 6.2.1 + convert-source-map: 2.0.0 + fs-readdir-recursive: 1.1.0 + glob: 7.2.3 + make-dir: 2.1.0 + slash: 2.0.0 + optionalDependencies: + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 + chokidar: 3.6.0 + + '@babel/code-frame@7.29.0': + dependencies: + '@babel/helper-validator-identifier': 7.28.5 + js-tokens: 4.0.0 + picocolors: 1.1.1 + + '@babel/compat-data@7.29.0': {} + + '@babel/core@7.27.7': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.27.7) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.29.0 + '@babel/template': 7.28.6 + '@babel/traverse': 7.27.7 + '@babel/types': 7.29.0 + convert-source-map: 2.0.0 + debug: 4.4.0(supports-color@8.1.1) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/generator@7.29.1': + dependencies: + '@babel/parser': 7.29.0 + '@babel/types': 7.29.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.1.0 + + '@babel/helper-annotate-as-pure@7.27.3': + dependencies: + '@babel/types': 7.29.0 + + '@babel/helper-compilation-targets@7.28.6': + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.28.1 + lru-cache: 5.1.1 + semver: 6.3.1 + + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-member-expression-to-functions': 7.28.5 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.27.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.29.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + regexpu-core: 6.4.0 + semver: 6.3.1 + + '@babel/helper-define-polyfill-provider@0.6.7(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + + '@babel/helper-globals@7.28.0': {} + + '@babel/helper-member-expression-to-functions@7.28.5': + dependencies: + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-imports@7.28.6': + dependencies: + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-optimise-call-expression@7.27.1': + dependencies: + '@babel/types': 7.29.0 + + '@babel/helper-plugin-utils@7.28.6': {} + + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-wrap-function': 7.28.6 + '@babel/traverse': 7.27.7 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-member-expression-to-functions': 7.28.5 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + dependencies: + '@babel/traverse': 7.27.7 + '@babel/types': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-string-parser@7.27.1': {} + + '@babel/helper-validator-identifier@7.28.5': {} + + '@babel/helper-validator-option@7.27.1': {} + + '@babel/helper-wrap-function@7.28.6': + dependencies: + '@babel/template': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/helpers@7.27.6': + dependencies: + '@babel/template': 7.28.6 + '@babel/types': 7.29.0 + + '@babel/parser@7.29.0': + dependencies: + '@babel/types': 7.29.0 + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-globals': 7.28.0 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.27.7) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/template': 7.28.6 + + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/traverse': 7.27.7 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.7) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.27.7) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/preset-env@7.29.0(@babel/core@7.27.7)': + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 7.27.7 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.7) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.27.7) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.27.7) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.27.7) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.27.7) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.27.7) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.27.7) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.27.7) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.7) + babel-plugin-polyfill-corejs2: 0.4.16(@babel/core@7.27.7) + babel-plugin-polyfill-corejs3: 0.14.1(@babel/core@7.27.7) + babel-plugin-polyfill-regenerator: 0.6.7(@babel/core@7.27.7) + core-js-compat: 3.48.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/types': 7.29.0 + esutils: 2.0.3 + + '@babel/preset-typescript@7.28.5(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.27.7) + '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + '@babel/template@7.28.6': + dependencies: + '@babel/code-frame': 7.29.0 + '@babel/parser': 7.29.0 + '@babel/types': 7.29.0 + + '@babel/traverse@7.27.7': + dependencies: + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 + '@babel/parser': 7.29.0 + '@babel/template': 7.28.6 + '@babel/types': 7.29.0 + debug: 4.4.0(supports-color@8.1.1) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/traverse@7.29.0': + dependencies: + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.29.0 + '@babel/template': 7.28.6 + '@babel/types': 7.29.0 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + + '@babel/types@7.29.0': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + + '@bahmutov/data-driven@1.0.0': + dependencies: + check-more-types: 2.24.0 + lazy-ass: 1.6.0 + + '@bcoe/v8-coverage@0.2.3': {} + + '@bcoe/v8-coverage@1.0.2': {} + + '@discoveryjs/json-ext@0.5.7': {} + + '@discoveryjs/json-ext@0.6.3': {} + + '@eslint-community/eslint-utils@4.4.1(eslint@8.57.0)': + dependencies: + eslint: 8.57.0 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': + dependencies: + eslint: 8.57.1 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.9.1(eslint@8.57.1)': + dependencies: + eslint: 8.57.1 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.12.1': {} + + '@eslint/eslintrc@2.1.4': + dependencies: + ajv: 6.12.6 + debug: 4.4.0(supports-color@8.1.1) + espree: 9.6.1 + globals: 13.24.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@8.57.0': {} + + '@eslint/js@8.57.1': {} + + '@gar/promisify@1.1.3': {} + + '@google-cloud/common@6.0.0': + dependencies: + '@google-cloud/projectify': 4.0.0 + '@google-cloud/promisify': 4.0.0 + arrify: 2.0.1 + duplexify: 4.1.3 + extend: 3.0.2 + google-auth-library: 10.6.1 + html-entities: 2.6.0 + retry-request: 8.0.2 + teeny-request: 10.1.0 + transitivePeerDependencies: + - supports-color + + '@google-cloud/grafeas@6.1.1': + dependencies: + google-gax: 5.0.6 + transitivePeerDependencies: + - supports-color + + '@google-cloud/paginator@5.0.2': + dependencies: + arrify: 2.0.1 + extend: 3.0.2 + + '@google-cloud/paginator@6.0.0': + dependencies: + extend: 3.0.2 + + '@google-cloud/projectify@4.0.0': {} + + '@google-cloud/promisify@4.0.0': {} + + '@google-cloud/promisify@5.0.0': {} + + '@google-cloud/storage@7.19.0(encoding@0.1.13)': + dependencies: + '@google-cloud/paginator': 5.0.2 + '@google-cloud/projectify': 4.0.0 + '@google-cloud/promisify': 4.0.0 + abort-controller: 3.0.0 + async-retry: 1.3.3 + duplexify: 4.1.3 + fast-xml-parser: 5.5.1 + gaxios: 6.7.1(encoding@0.1.13) + google-auth-library: 9.15.1(encoding@0.1.13) + html-entities: 2.6.0 + mime: 3.0.0 + p-limit: 3.1.0 + retry-request: 7.0.2(encoding@0.1.13) + teeny-request: 9.0.0(encoding@0.1.13) + uuid: 8.3.2 + transitivePeerDependencies: + - encoding + - supports-color + + '@grpc/grpc-js@1.14.3': + dependencies: + '@grpc/proto-loader': 0.8.0 + '@js-sdsl/ordered-map': 4.4.2 + + '@grpc/proto-loader@0.7.15': + dependencies: + lodash.camelcase: 4.3.0 + long: 5.3.2 + protobufjs: 7.4.0 + yargs: 17.7.2 + + '@grpc/proto-loader@0.8.0': + dependencies: + lodash.camelcase: 4.3.0 + long: 5.3.2 + protobufjs: 7.5.4 + yargs: 17.7.2 + + '@humanwhocodes/config-array@0.11.14': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.4.0(supports-color@8.1.1) + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/config-array@0.13.0': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.4.0(supports-color@8.1.1) + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/object-schema@2.0.3': {} + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.2.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.3 + + '@isaacs/string-locale-compare@1.1.0': {} + + '@istanbuljs/schema@0.1.3': {} + + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/source-map@0.3.11': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/sourcemap-codec@1.5.5': {} + + '@jridgewell/trace-mapping@0.3.31': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + + '@js-sdsl/ordered-map@4.4.2': {} + + '@jsdoc/salty@0.2.10': + dependencies: + lodash: 4.17.23 + + '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': + optional: true + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.18.0 + + '@npmcli/agent@3.0.0': + dependencies: + agent-base: 7.1.3 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.6 + lru-cache: 10.4.3 + socks-proxy-agent: 8.0.5 + transitivePeerDependencies: + - supports-color + + '@npmcli/arborist@6.5.1': + dependencies: + '@isaacs/string-locale-compare': 1.1.0 + '@npmcli/fs': 3.1.1 + '@npmcli/installed-package-contents': 2.1.0 + '@npmcli/map-workspaces': 3.0.6 + '@npmcli/metavuln-calculator': 5.0.1 + '@npmcli/name-from-folder': 2.0.0 + '@npmcli/node-gyp': 3.0.0 + '@npmcli/package-json': 4.0.1 + '@npmcli/query': 3.1.0 + '@npmcli/run-script': 6.0.2 + bin-links: 4.0.4 + cacache: 17.1.4 + common-ancestor-path: 1.0.1 + hosted-git-info: 6.1.3 + json-parse-even-better-errors: 3.0.2 + json-stringify-nice: 1.1.4 + minimatch: 9.0.9 + nopt: 7.2.1 + npm-install-checks: 6.3.0 + npm-package-arg: 10.1.0 + npm-pick-manifest: 8.0.2 + npm-registry-fetch: 14.0.5 + npmlog: 7.0.1 + pacote: 15.2.0 + parse-conflict-json: 3.0.1 + proc-log: 3.0.0 + promise-all-reject-late: 1.0.1 + promise-call-limit: 1.0.2 + read-package-json-fast: 3.0.2 + semver: 7.6.3 + ssri: 10.0.6 + treeverse: 3.0.0 + walk-up-path: 3.0.1 + transitivePeerDependencies: + - bluebird + - supports-color + + '@npmcli/arborist@8.0.2': + dependencies: + '@isaacs/string-locale-compare': 1.1.0 + '@npmcli/fs': 4.0.0 + '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/map-workspaces': 4.0.2 + '@npmcli/metavuln-calculator': 8.0.1 + '@npmcli/name-from-folder': 3.0.0 + '@npmcli/node-gyp': 4.0.0 + '@npmcli/package-json': 6.2.0 + '@npmcli/query': 4.0.1 + '@npmcli/redact': 3.2.2 + '@npmcli/run-script': 9.1.0 + bin-links: 5.0.0 + cacache: 19.0.1 + common-ancestor-path: 1.0.1 + hosted-git-info: 8.1.0 + json-parse-even-better-errors: 4.0.0 + json-stringify-nice: 1.1.4 + lru-cache: 10.4.3 + minimatch: 9.0.9 + nopt: 8.1.0 + npm-install-checks: 7.1.2 + npm-package-arg: 12.0.2 + npm-pick-manifest: 10.0.0 + npm-registry-fetch: 18.0.2 + pacote: 19.0.2 + parse-conflict-json: 4.0.0 + proc-log: 5.0.0 + proggy: 3.0.0 + promise-all-reject-late: 1.0.1 + promise-call-limit: 3.0.2 + promise-retry: 2.0.1 + read-package-json-fast: 4.0.0 + semver: 7.6.3 + ssri: 12.0.0 + treeverse: 3.0.0 + walk-up-path: 3.0.1 + transitivePeerDependencies: + - supports-color + + '@npmcli/fs@2.1.2': + dependencies: + '@gar/promisify': 1.1.3 + semver: 7.6.3 + + '@npmcli/fs@3.1.1': + dependencies: + semver: 7.6.3 + + '@npmcli/fs@4.0.0': + dependencies: + semver: 7.6.3 + + '@npmcli/git@4.1.0': + dependencies: + '@npmcli/promise-spawn': 6.0.2 + lru-cache: 7.18.3 + npm-pick-manifest: 8.0.2 + proc-log: 3.0.0 + promise-inflight: 1.0.1 + promise-retry: 2.0.1 + semver: 7.6.3 + which: 3.0.1 + transitivePeerDependencies: + - bluebird + + '@npmcli/git@6.0.3': + dependencies: + '@npmcli/promise-spawn': 8.0.3 + ini: 5.0.0 + lru-cache: 10.4.3 + npm-pick-manifest: 10.0.0 + proc-log: 5.0.0 + promise-retry: 2.0.1 + semver: 7.6.3 + which: 5.0.0 + + '@npmcli/installed-package-contents@2.1.0': + dependencies: + npm-bundled: 3.0.1 + npm-normalize-package-bin: 3.0.1 + + '@npmcli/installed-package-contents@3.0.0': + dependencies: + npm-bundled: 4.0.0 + npm-normalize-package-bin: 4.0.0 + + '@npmcli/map-workspaces@3.0.6': + dependencies: + '@npmcli/name-from-folder': 2.0.0 + glob: 10.5.0 + minimatch: 9.0.9 + read-package-json-fast: 3.0.2 + + '@npmcli/map-workspaces@4.0.2': + dependencies: + '@npmcli/name-from-folder': 3.0.0 + '@npmcli/package-json': 6.2.0 + glob: 10.5.0 + minimatch: 9.0.9 + + '@npmcli/metavuln-calculator@5.0.1': + dependencies: + cacache: 17.1.4 + json-parse-even-better-errors: 3.0.2 + pacote: 15.2.0 + semver: 7.6.3 + transitivePeerDependencies: + - bluebird + - supports-color + + '@npmcli/metavuln-calculator@8.0.1': + dependencies: + cacache: 19.0.1 + json-parse-even-better-errors: 4.0.0 + pacote: 20.0.1 + proc-log: 5.0.0 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + + '@npmcli/move-file@2.0.1': + dependencies: + mkdirp: 1.0.4 + rimraf: 3.0.2 + + '@npmcli/name-from-folder@2.0.0': {} + + '@npmcli/name-from-folder@3.0.0': {} + + '@npmcli/node-gyp@3.0.0': {} + + '@npmcli/node-gyp@4.0.0': {} + + '@npmcli/package-json@4.0.1': + dependencies: + '@npmcli/git': 4.1.0 + glob: 10.5.0 + hosted-git-info: 6.1.3 + json-parse-even-better-errors: 3.0.2 + normalize-package-data: 5.0.0 + proc-log: 3.0.0 + semver: 7.6.3 + transitivePeerDependencies: + - bluebird + + '@npmcli/package-json@6.2.0': + dependencies: + '@npmcli/git': 6.0.3 + glob: 10.5.0 + hosted-git-info: 8.1.0 + json-parse-even-better-errors: 4.0.0 + proc-log: 5.0.0 + semver: 7.6.3 + validate-npm-package-license: 3.0.4 + + '@npmcli/promise-spawn@6.0.2': + dependencies: + which: 3.0.1 + + '@npmcli/promise-spawn@8.0.3': + dependencies: + which: 5.0.0 + + '@npmcli/query@3.1.0': + dependencies: + postcss-selector-parser: 6.1.2 + + '@npmcli/query@4.0.1': + dependencies: + postcss-selector-parser: 7.1.1 + + '@npmcli/redact@3.2.2': {} + + '@npmcli/run-script@6.0.2': + dependencies: + '@npmcli/node-gyp': 3.0.0 + '@npmcli/promise-spawn': 6.0.2 + node-gyp: 9.4.1 + read-package-json-fast: 3.0.2 + which: 3.0.1 + transitivePeerDependencies: + - bluebird + - supports-color + + '@npmcli/run-script@9.1.0': + dependencies: + '@npmcli/node-gyp': 4.0.0 + '@npmcli/package-json': 6.2.0 + '@npmcli/promise-spawn': 8.0.3 + node-gyp: 11.5.0 + proc-log: 5.0.0 + which: 5.0.0 + transitivePeerDependencies: + - supports-color + + '@octokit/auth-token@2.5.0': + dependencies: + '@octokit/types': 6.41.0 + + '@octokit/auth-token@4.0.0': {} + + '@octokit/core@3.6.0(encoding@0.1.13)': + dependencies: + '@octokit/auth-token': 2.5.0 + '@octokit/graphql': 4.8.0(encoding@0.1.13) + '@octokit/request': 5.6.3(encoding@0.1.13) + '@octokit/request-error': 2.1.0 + '@octokit/types': 6.41.0 + before-after-hook: 2.2.3 + universal-user-agent: 6.0.1 + transitivePeerDependencies: + - encoding + + '@octokit/core@5.2.2': + dependencies: + '@octokit/auth-token': 4.0.0 + '@octokit/graphql': 7.1.1 + '@octokit/request': 8.4.1 + '@octokit/request-error': 5.1.1 + '@octokit/types': 13.10.0 + before-after-hook: 2.2.3 + universal-user-agent: 6.0.1 + + '@octokit/endpoint@6.0.12': + dependencies: + '@octokit/types': 6.41.0 + is-plain-object: 5.0.0 + universal-user-agent: 6.0.1 + + '@octokit/endpoint@9.0.6': + dependencies: + '@octokit/types': 13.10.0 + universal-user-agent: 6.0.1 + + '@octokit/graphql@4.8.0(encoding@0.1.13)': + dependencies: + '@octokit/request': 5.6.3(encoding@0.1.13) + '@octokit/types': 6.41.0 + universal-user-agent: 6.0.1 + transitivePeerDependencies: + - encoding + + '@octokit/graphql@7.1.1': + dependencies: + '@octokit/request': 8.4.1 + '@octokit/types': 13.10.0 + universal-user-agent: 6.0.1 + + '@octokit/openapi-types@12.11.0': {} + + '@octokit/openapi-types@24.2.0': {} + + '@octokit/plugin-paginate-rest@11.4.4-cjs.2(@octokit/core@5.2.2)': + dependencies: + '@octokit/core': 5.2.2 + '@octokit/types': 13.10.0 + + '@octokit/plugin-paginate-rest@2.21.3(@octokit/core@3.6.0(encoding@0.1.13))': + dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/types': 6.41.0 + + '@octokit/plugin-request-log@1.0.4(@octokit/core@3.6.0(encoding@0.1.13))': + dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) + + '@octokit/plugin-request-log@4.0.1(@octokit/core@5.2.2)': + dependencies: + '@octokit/core': 5.2.2 + + '@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1(@octokit/core@5.2.2)': + dependencies: + '@octokit/core': 5.2.2 + '@octokit/types': 13.10.0 + + '@octokit/plugin-rest-endpoint-methods@5.16.2(@octokit/core@3.6.0(encoding@0.1.13))': + dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/types': 6.41.0 + deprecation: 2.3.1 + + '@octokit/request-error@2.1.0': + dependencies: + '@octokit/types': 6.41.0 + deprecation: 2.3.1 + once: 1.4.0 + + '@octokit/request-error@5.1.1': + dependencies: + '@octokit/types': 13.10.0 + deprecation: 2.3.1 + once: 1.4.0 + + '@octokit/request@5.6.3(encoding@0.1.13)': + dependencies: + '@octokit/endpoint': 6.0.12 + '@octokit/request-error': 2.1.0 + '@octokit/types': 6.41.0 + is-plain-object: 5.0.0 + node-fetch: 2.7.0(encoding@0.1.13) + universal-user-agent: 6.0.1 + transitivePeerDependencies: + - encoding + + '@octokit/request@8.4.1': + dependencies: + '@octokit/endpoint': 9.0.6 + '@octokit/request-error': 5.1.1 + '@octokit/types': 13.10.0 + universal-user-agent: 6.0.1 + + '@octokit/rest@19.0.0(encoding@0.1.13)': + dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/plugin-paginate-rest': 2.21.3(@octokit/core@3.6.0(encoding@0.1.13)) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@3.6.0(encoding@0.1.13)) + '@octokit/plugin-rest-endpoint-methods': 5.16.2(@octokit/core@3.6.0(encoding@0.1.13)) + transitivePeerDependencies: + - encoding + + '@octokit/rest@20.1.2': + dependencies: + '@octokit/core': 5.2.2 + '@octokit/plugin-paginate-rest': 11.4.4-cjs.2(@octokit/core@5.2.2) + '@octokit/plugin-request-log': 4.0.1(@octokit/core@5.2.2) + '@octokit/plugin-rest-endpoint-methods': 13.3.2-cjs.1(@octokit/core@5.2.2) + + '@octokit/types@13.10.0': + dependencies: + '@octokit/openapi-types': 24.2.0 + + '@octokit/types@6.41.0': + dependencies: + '@octokit/openapi-types': 12.11.0 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@pkgr/core@0.1.2': {} + + '@protobufjs/aspromise@1.1.2': {} + + '@protobufjs/base64@1.1.2': {} + + '@protobufjs/codegen@2.0.4': {} + + '@protobufjs/eventemitter@1.1.0': {} + + '@protobufjs/fetch@1.1.0': + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/inquire': 1.1.0 + + '@protobufjs/float@1.0.2': {} + + '@protobufjs/inquire@1.1.0': {} + + '@protobufjs/path@1.1.2': {} + + '@protobufjs/pool@1.1.0': {} + + '@protobufjs/utf8@1.1.0': {} + + '@rtsao/scc@1.1.0': {} + + '@sigstore/bundle@1.1.0': + dependencies: + '@sigstore/protobuf-specs': 0.2.1 + + '@sigstore/bundle@3.1.0': + dependencies: + '@sigstore/protobuf-specs': 0.4.3 + + '@sigstore/core@2.0.0': {} + + '@sigstore/protobuf-specs@0.2.1': {} + + '@sigstore/protobuf-specs@0.4.3': {} + + '@sigstore/sign@1.0.0': + dependencies: + '@sigstore/bundle': 1.1.0 + '@sigstore/protobuf-specs': 0.2.1 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + '@sigstore/sign@3.1.0': + dependencies: + '@sigstore/bundle': 3.1.0 + '@sigstore/core': 2.0.0 + '@sigstore/protobuf-specs': 0.4.3 + make-fetch-happen: 14.0.3 + proc-log: 5.0.0 + promise-retry: 2.0.1 + transitivePeerDependencies: + - supports-color + + '@sigstore/tuf@1.0.3': + dependencies: + '@sigstore/protobuf-specs': 0.2.1 + tuf-js: 1.1.7 + transitivePeerDependencies: + - supports-color + + '@sigstore/tuf@3.1.1': + dependencies: + '@sigstore/protobuf-specs': 0.4.3 + tuf-js: 3.1.0 + transitivePeerDependencies: + - supports-color + + '@sigstore/verify@2.1.1': + dependencies: + '@sigstore/bundle': 3.1.0 + '@sigstore/core': 2.0.0 + '@sigstore/protobuf-specs': 0.4.3 + + '@sinonjs/commons@3.0.1': + dependencies: + type-detect: 4.0.8 + + '@sinonjs/fake-timers@15.1.1': + dependencies: + '@sinonjs/commons': 3.0.1 + + '@sinonjs/samsam@9.0.2': + dependencies: + '@sinonjs/commons': 3.0.1 + type-detect: 4.1.0 + + '@tootallnate/once@1.1.2': {} + + '@tootallnate/once@2.0.0': {} + + '@tufjs/canonical-json@1.0.0': {} + + '@tufjs/canonical-json@2.0.0': {} + + '@tufjs/models@1.0.4': + dependencies: + '@tufjs/canonical-json': 1.0.0 + minimatch: 9.0.9 + + '@tufjs/models@3.0.1': + dependencies: + '@tufjs/canonical-json': 2.0.0 + minimatch: 9.0.9 + + '@types/babel__core@7.20.5': + dependencies: + '@babel/parser': 7.29.0 + '@babel/types': 7.29.0 + '@types/babel__generator': 7.27.0 + '@types/babel__template': 7.4.4 + '@types/babel__traverse': 7.28.0 + + '@types/babel__generator@7.27.0': + dependencies: + '@babel/types': 7.29.0 + + '@types/babel__template@7.4.4': + dependencies: + '@babel/parser': 7.29.0 + '@babel/types': 7.29.0 + + '@types/babel__traverse@7.28.0': + dependencies: + '@babel/types': 7.29.0 + + '@types/caseless@0.12.5': {} + + '@types/chai@4.3.20': {} + + '@types/duplexify@3.6.5': + dependencies: + '@types/node': 22.19.15 + + '@types/eslint-scope@3.7.7': + dependencies: + '@types/eslint': 9.6.1 + '@types/estree': 1.0.8 + + '@types/eslint@9.6.1': + dependencies: + '@types/estree': 1.0.8 + '@types/json-schema': 7.0.15 + + '@types/estree@1.0.8': {} + + '@types/extend@3.0.4': {} + + '@types/is@0.0.25': {} + + '@types/istanbul-lib-coverage@2.0.6': {} + + '@types/js-yaml@4.0.9': {} + + '@types/json-schema@7.0.15': {} + + '@types/json5@0.0.29': {} + + '@types/linkify-it@5.0.0': {} + + '@types/lodash.groupby@4.6.9': + dependencies: + '@types/lodash': 4.17.24 + + '@types/lodash@4.17.24': {} + + '@types/long@4.0.2': {} + + '@types/markdown-it@14.1.2': + dependencies: + '@types/linkify-it': 5.0.0 + '@types/mdurl': 2.0.0 + + '@types/mdurl@2.0.0': {} + + '@types/minimist@1.2.5': {} + + '@types/mocha@10.0.10': {} + + '@types/mocha@9.1.1': {} + + '@types/node@22.19.15': + dependencies: + undici-types: 6.21.0 + + '@types/normalize-package-data@2.4.4': {} + + '@types/nunjucks@3.2.6': {} + + '@types/proxyquire@1.3.31': {} + + '@types/pumpify@1.4.5': + dependencies: + '@types/duplexify': 3.6.5 + '@types/node': 22.19.15 + + '@types/request@2.48.13': + dependencies: + '@types/caseless': 0.12.5 + '@types/node': 22.19.15 + '@types/tough-cookie': 4.0.5 + form-data: 2.5.5 + + '@types/semver@7.7.1': {} + + '@types/sinon@17.0.4': + dependencies: + '@types/sinonjs__fake-timers': 15.0.1 + + '@types/sinonjs__fake-timers@15.0.1': {} + + '@types/tmp@0.2.6': {} + + '@types/tough-cookie@4.0.5': {} + + '@types/uuid@11.0.0': + dependencies: + uuid: 11.1.0 + + '@types/yargs-parser@21.0.3': {} + + '@types/yargs@17.0.35': + dependencies: + '@types/yargs-parser': 21.0.3 + + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare-lite: 1.4.0 + semver: 7.6.3 + tsutils: 3.21.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.1 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare-lite: 1.4.0 + semver: 7.6.3 + tsutils: 3.21.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.0 + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.1 + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@5.62.0': + dependencies: + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.0 + tsutils: 3.21.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + debug: 4.4.0(supports-color@8.1.1) + eslint: 8.57.1 + tsutils: 3.21.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/types@5.62.0': {} + + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.9.3)': + dependencies: + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + debug: 4.4.0(supports-color@8.1.1) + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.6.3 + tsutils: 3.21.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.7.1 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + eslint: 8.57.0 + eslint-scope: 5.1.1 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.9.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) + '@types/json-schema': 7.0.15 + '@types/semver': 7.7.1 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) + eslint: 8.57.1 + eslint-scope: 5.1.1 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/visitor-keys@5.62.0': + dependencies: + '@typescript-eslint/types': 5.62.0 + eslint-visitor-keys: 3.4.3 + + '@ungap/promise-all-settled@1.1.2': {} + + '@ungap/structured-clone@1.2.1': {} + + '@webassemblyjs/ast@1.14.1': + dependencies: + '@webassemblyjs/helper-numbers': 1.13.2 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + + '@webassemblyjs/floating-point-hex-parser@1.13.2': {} + + '@webassemblyjs/helper-api-error@1.13.2': {} + + '@webassemblyjs/helper-buffer@1.14.1': {} + + '@webassemblyjs/helper-numbers@1.13.2': + dependencies: + '@webassemblyjs/floating-point-hex-parser': 1.13.2 + '@webassemblyjs/helper-api-error': 1.13.2 + '@xtuc/long': 4.2.2 + + '@webassemblyjs/helper-wasm-bytecode@1.13.2': {} + + '@webassemblyjs/helper-wasm-section@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/wasm-gen': 1.14.1 + + '@webassemblyjs/ieee754@1.13.2': + dependencies: + '@xtuc/ieee754': 1.2.0 + + '@webassemblyjs/leb128@1.13.2': + dependencies: + '@xtuc/long': 4.2.2 + + '@webassemblyjs/utf8@1.13.2': {} + + '@webassemblyjs/wasm-edit@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/helper-wasm-section': 1.14.1 + '@webassemblyjs/wasm-gen': 1.14.1 + '@webassemblyjs/wasm-opt': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + '@webassemblyjs/wast-printer': 1.14.1 + + '@webassemblyjs/wasm-gen@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/ieee754': 1.13.2 + '@webassemblyjs/leb128': 1.13.2 + '@webassemblyjs/utf8': 1.13.2 + + '@webassemblyjs/wasm-opt@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/wasm-gen': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + + '@webassemblyjs/wasm-parser@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-api-error': 1.13.2 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/ieee754': 1.13.2 + '@webassemblyjs/leb128': 1.13.2 + '@webassemblyjs/utf8': 1.13.2 + + '@webassemblyjs/wast-printer@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@xtuc/long': 4.2.2 + + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack@5.105.4) + + '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack@5.105.4) + + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack@5.105.4) + + '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack@5.105.4) + + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack@5.105.4) + + '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack@5.105.4)': + dependencies: + webpack: 5.105.4(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack@5.105.4) + + '@xtuc/ieee754@1.2.0': {} + + '@xtuc/long@4.2.2': {} + + a-sync-waterfall@1.0.1: {} + + abbrev@1.1.1: {} + + abbrev@2.0.0: {} + + abbrev@3.0.1: {} + + abort-controller@3.0.0: + dependencies: + event-target-shim: 5.0.1 + + acorn-import-phases@1.0.4(acorn@8.16.0): + dependencies: + acorn: 8.16.0 + + acorn-jsx@5.3.2(acorn@8.14.0): + dependencies: + acorn: 8.14.0 + + acorn@8.14.0: {} + + acorn@8.16.0: {} + + agent-base@6.0.2: + dependencies: + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + + agent-base@7.1.3: {} + + agentkeepalive@4.6.0: + dependencies: + humanize-ms: 1.2.1 + + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + + ajv-formats@2.1.1(ajv@8.18.0): + optionalDependencies: + ajv: 8.18.0 + + ajv-keywords@3.5.2(ajv@6.12.6): + dependencies: + ajv: 6.12.6 + + ajv-keywords@5.1.0(ajv@8.18.0): + dependencies: + ajv: 8.18.0 + fast-deep-equal: 3.1.3 + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ajv@8.18.0: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.1.0 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + + ansi-colors@4.1.1: {} + + ansi-escapes@4.3.2: + dependencies: + type-fest: 0.21.3 + + ansi-regex@2.1.1: {} + + ansi-regex@4.1.1: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.2.2: {} + + ansi-styles@2.2.1: {} + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.3: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + aproba@2.1.0: {} + + are-we-there-yet@3.0.1: + dependencies: + delegates: 1.0.0 + readable-stream: 3.6.2 + + are-we-there-yet@4.0.2: {} + + arg@4.1.3: {} + + argparse@1.0.10: + dependencies: + sprintf-js: 1.0.3 + + argparse@2.0.1: {} + + argv@0.0.2: {} + + array-buffer-byte-length@1.0.2: + dependencies: + call-bound: 1.0.4 + is-array-buffer: 3.0.5 + + array-includes@3.1.8: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.6 + is-string: 1.1.1 + + array-union@2.1.0: {} + + array.prototype.findlast@1.2.5: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + + array.prototype.findlastindex@1.2.5: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + + array.prototype.flat@1.3.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-shim-unscopables: 1.0.2 + + array.prototype.flatmap@1.3.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-shim-unscopables: 1.0.2 + + array.prototype.tosorted@1.1.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-errors: 1.3.0 + es-shim-unscopables: 1.0.2 + + arraybuffer.prototype.slice@1.0.4: + dependencies: + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.24.1 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + is-array-buffer: 3.0.5 + + arrify@1.0.1: {} + + arrify@2.0.1: {} + + asap@2.0.6: {} + + assertion-error@1.1.0: {} + + assertion-error@2.0.1: {} + + ast-types@0.16.1: + dependencies: + tslib: 2.8.1 + + async-retry@1.3.3: + dependencies: + retry: 0.13.1 + + asynckit@0.4.0: {} + + available-typed-arrays@1.0.7: + dependencies: + possible-typed-array-names: 1.0.0 + + babel-plugin-polyfill-corejs2@0.4.16(@babel/core@7.27.7): + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.27.7) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-corejs3@0.14.1(@babel/core@7.27.7): + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.27.7) + core-js-compat: 3.48.0 + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-regenerator@0.6.7(@babel/core@7.27.7): + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.27.7) + transitivePeerDependencies: + - supports-color + + babel-plugin-replace-import-extension@1.1.5: {} + + balanced-match@1.0.2: {} + + balanced-match@4.0.4: {} + + base64-js@1.5.1: {} + + baseline-browser-mapping@2.10.0: {} + + before-after-hook@2.2.3: {} + + big.js@5.2.2: {} + + bignumber.js@9.3.1: {} + + bin-links@4.0.4: + dependencies: + cmd-shim: 6.0.3 + npm-normalize-package-bin: 3.0.1 + read-cmd-shim: 4.0.0 + write-file-atomic: 5.0.1 + + bin-links@5.0.0: + dependencies: + cmd-shim: 7.0.0 + npm-normalize-package-bin: 4.0.0 + proc-log: 5.0.0 + read-cmd-shim: 5.0.0 + write-file-atomic: 6.0.0 + + binary-extensions@2.3.0: {} + + bluebird@3.7.2: {} + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.2: + dependencies: + balanced-match: 1.0.2 + + brace-expansion@5.0.4: + dependencies: + balanced-match: 4.0.4 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browser-stdout@1.3.1: {} + + browserslist@4.28.1: + dependencies: + baseline-browser-mapping: 2.10.0 + caniuse-lite: 1.0.30001777 + electron-to-chromium: 1.5.307 + node-releases: 2.0.36 + update-browserslist-db: 1.2.3(browserslist@4.28.1) + + buffer-equal-constant-time@1.0.1: {} + + buffer-from@1.1.2: {} + + builtins@5.1.0: + dependencies: + semver: 7.6.3 + + c8@10.1.3: + dependencies: + '@bcoe/v8-coverage': 1.0.2 + '@istanbuljs/schema': 0.1.3 + find-up: 5.0.0 + foreground-child: 3.3.1 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-report: 3.0.1 + istanbul-reports: 3.2.0 + test-exclude: 7.0.2 + v8-to-istanbul: 9.3.0 + yargs: 17.7.2 + yargs-parser: 21.1.1 + + c8@9.1.0: + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@istanbuljs/schema': 0.1.3 + find-up: 5.0.0 + foreground-child: 3.3.1 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-report: 3.0.1 + istanbul-reports: 3.2.0 + test-exclude: 6.0.0 + v8-to-istanbul: 9.3.0 + yargs: 17.7.2 + yargs-parser: 21.1.1 + + cacache@16.1.3: + dependencies: + '@npmcli/fs': 2.1.2 + '@npmcli/move-file': 2.0.1 + chownr: 2.0.0 + fs-minipass: 2.1.0 + glob: 8.1.0 + infer-owner: 1.0.4 + lru-cache: 7.18.3 + minipass: 3.3.6 + minipass-collect: 1.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + mkdirp: 1.0.4 + p-map: 4.0.0 + promise-inflight: 1.0.1 + rimraf: 3.0.2 + ssri: 9.0.1 + tar: 6.2.1 + unique-filename: 2.0.1 + transitivePeerDependencies: + - bluebird + + cacache@17.1.4: + dependencies: + '@npmcli/fs': 3.1.1 + fs-minipass: 3.0.3 + glob: 10.5.0 + lru-cache: 7.18.3 + minipass: 7.1.3 + minipass-collect: 1.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 4.0.0 + ssri: 10.0.6 + tar: 6.2.1 + unique-filename: 3.0.0 + + cacache@19.0.1: + dependencies: + '@npmcli/fs': 4.0.0 + fs-minipass: 3.0.3 + glob: 10.5.0 + lru-cache: 10.4.3 + minipass: 7.1.3 + minipass-collect: 2.0.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 7.0.4 + ssri: 12.0.0 + tar: 7.5.11 + unique-filename: 4.0.0 + + call-bind-apply-helpers@1.0.1: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + + call-bind-apply-helpers@1.0.2: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.1 + get-intrinsic: 1.2.6 + set-function-length: 1.2.2 + + call-bound@1.0.3: + dependencies: + call-bind-apply-helpers: 1.0.1 + get-intrinsic: 1.2.6 + + call-bound@1.0.4: + dependencies: + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 + + callsites@3.1.0: {} + + camelcase-keys@6.2.2: + dependencies: + camelcase: 5.3.1 + map-obj: 4.3.0 + quick-lru: 4.0.1 + + camelcase-keys@8.0.2: + dependencies: + camelcase: 7.0.1 + map-obj: 4.3.0 + quick-lru: 6.1.2 + type-fest: 2.19.0 + + camelcase@5.3.1: {} + + camelcase@6.3.0: {} + + camelcase@7.0.1: {} + + caniuse-lite@1.0.30001777: {} + + catharsis@0.9.0: + dependencies: + lodash: 4.17.23 + + chai@4.5.0: + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.3 + deep-eql: 4.1.4 + get-func-name: 2.0.2 + loupe: 2.3.7 + pathval: 1.1.1 + type-detect: 4.1.0 + + chai@5.3.3: + dependencies: + assertion-error: 2.0.1 + check-error: 2.1.3 + deep-eql: 5.0.2 + loupe: 3.2.1 + pathval: 2.0.1 + + chalk@1.1.3: + dependencies: + ansi-styles: 2.2.1 + escape-string-regexp: 1.0.5 + has-ansi: 2.0.0 + strip-ansi: 3.0.1 + supports-color: 2.0.0 + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@5.4.1: {} + + chardet@0.7.0: {} + + check-error@1.0.3: + dependencies: + get-func-name: 2.0.2 + + check-error@2.1.3: {} + + check-more-types@2.24.0: {} + + chokidar@3.5.3: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + optional: true + + chokidar@4.0.3: + dependencies: + readdirp: 4.1.2 + + chownr@2.0.0: {} + + chownr@3.0.0: {} + + chrome-trace-event@1.0.4: {} + + ci-info@2.0.0: {} + + clean-stack@2.2.0: {} + + cli-cursor@3.1.0: + dependencies: + restore-cursor: 3.1.0 + + cli-width@3.0.0: {} + + cliui@7.0.4: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + cliui@8.0.1: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + clone-deep@4.0.1: + dependencies: + is-plain-object: 2.0.4 + kind-of: 6.0.3 + shallow-clone: 3.0.1 + + cmd-shim@6.0.3: {} + + cmd-shim@7.0.0: {} + + codecov@3.8.3(encoding@0.1.13): + dependencies: + argv: 0.0.2 + ignore-walk: 3.0.4 + js-yaml: 3.14.1 + teeny-request: 7.1.1(encoding@0.1.13) + urlgrey: 1.0.0 + transitivePeerDependencies: + - encoding + - supports-color + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 - '@eslint-community/regexpp@4.12.1': - resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + color-name@1.1.4: {} - '@eslint/eslintrc@2.1.4': - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + color-support@1.1.3: {} - '@eslint/js@8.57.1': - resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + colorette@2.0.20: {} - '@humanwhocodes/config-array@0.13.0': - resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} - engines: {node: '>=10.10.0'} - deprecated: Use @eslint/config-array instead + combined-stream@1.0.8: + dependencies: + delayed-stream: 1.0.0 - '@humanwhocodes/module-importer@1.0.1': - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} + commander@10.0.1: {} - '@humanwhocodes/object-schema@2.0.3': - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - deprecated: Use @eslint/object-schema instead + commander@12.1.0: {} - '@nodelib/fs.scandir@2.1.5': - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + commander@2.20.3: {} - '@nodelib/fs.stat@2.0.5': - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} + commander@5.1.0: {} - '@nodelib/fs.walk@1.2.8': - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + commander@6.2.1: {} - '@rtsao/scc@1.1.0': - resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + common-ancestor-path@1.0.1: {} - '@types/json5@0.0.29': - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + common-tags@1.8.0: {} - '@ungap/structured-clone@1.2.1': - resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==} + common-tags@1.8.2: {} - acorn-jsx@5.3.2: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + concat-map@0.0.1: {} - acorn@8.14.0: - resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} - engines: {node: '>=0.4.0'} - hasBin: true + console-control-strings@1.1.0: {} - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} - engines: {node: '>= 14'} + convert-source-map@2.0.0: {} - ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + core-js-compat@3.48.0: + dependencies: + browserslist: 4.28.1 - ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + cross-env@7.0.3: + dependencies: + cross-spawn: 7.0.6 - ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 - argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + cssesc@3.0.0: {} - array-buffer-byte-length@1.0.2: - resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} - engines: {node: '>= 0.4'} + data-uri-to-buffer@4.0.1: {} + + data-view-buffer@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-length@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-offset@1.0.1: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + debug@3.2.7: + dependencies: + ms: 2.1.3 + + debug@4.1.1: + dependencies: + ms: 2.1.3 + + debug@4.3.1: + dependencies: + ms: 2.1.2 + + debug@4.3.3(supports-color@8.1.1): + dependencies: + ms: 2.1.2 + optionalDependencies: + supports-color: 8.1.1 + + debug@4.3.4: + dependencies: + ms: 2.1.2 + + debug@4.4.0(supports-color@8.1.1): + dependencies: + ms: 2.1.3 + optionalDependencies: + supports-color: 8.1.1 + + debug@4.4.3: + dependencies: + ms: 2.1.3 + + decamelize-keys@1.1.1: + dependencies: + decamelize: 1.2.0 + map-obj: 1.0.1 + + decamelize@1.2.0: {} + + decamelize@4.0.0: {} + + decamelize@6.0.1: {} + + deep-eql@4.1.4: + dependencies: + type-detect: 4.1.0 + + deep-eql@5.0.2: {} + + deep-is@0.1.4: {} + + define-data-property@1.1.4: + dependencies: + es-define-property: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + + define-properties@1.2.1: + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + + delayed-stream@1.0.0: {} + + delegates@1.0.0: {} + + deprecation@2.3.1: {} + + diff@4.0.4: {} + + diff@5.0.0: {} + + diff@7.0.0: {} + + diff@8.0.3: {} + + dir-glob@3.0.1: + dependencies: + path-type: 4.0.0 + + disparity@3.0.0: + dependencies: + ansi-styles: 4.3.0 + diff: 4.0.4 + + dns-zonefile@0.2.10: {} + + doctrine@2.1.0: + dependencies: + esutils: 2.0.3 + + doctrine@3.0.0: + dependencies: + esutils: 2.0.3 + + dom-serializer@2.0.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + entities: 4.5.0 + + domelementtype@2.3.0: {} + + domhandler@5.0.3: + dependencies: + domelementtype: 2.3.0 + + domutils@3.2.2: + dependencies: + dom-serializer: 2.0.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + + duplexify@4.1.3: + dependencies: + end-of-stream: 1.4.5 + inherits: 2.0.4 + readable-stream: 3.6.2 + stream-shift: 1.0.3 + + eastasianwidth@0.2.0: {} + + ecdsa-sig-formatter@1.0.11: + dependencies: + safe-buffer: 5.2.1 + + electron-to-chromium@1.5.307: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + emojis-list@3.0.0: {} + + encoding@0.1.13: + dependencies: + iconv-lite: 0.6.3 + optional: true + + end-of-stream@1.4.5: + dependencies: + once: 1.4.0 + + enhanced-resolve@5.20.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.3.0 + + entities@4.5.0: {} + + entities@7.0.1: {} + + env-paths@2.2.1: {} + + envinfo@7.21.0: {} + + err-code@2.0.3: {} + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + es-abstract@1.23.7: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.0.3 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.2.6 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.0 + math-intrinsics: 1.1.0 + object-inspect: 1.13.3 + object-keys: 1.1.1 + object.assign: 4.1.7 + regexp.prototype.flags: 1.5.3 + safe-array-concat: 1.1.3 + safe-regex-test: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.18 + + es-abstract@1.24.1: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-negative-zero: 2.0.3 + is-regex: 1.2.1 + is-set: 2.0.3 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.1 + math-intrinsics: 1.1.0 + object-inspect: 1.13.4 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + stop-iteration-iterator: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.20 - array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} - engines: {node: '>= 0.4'} + es-define-property@1.0.1: {} - array.prototype.findlast@1.2.5: - resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} - engines: {node: '>= 0.4'} + es-errors@1.3.0: {} - array.prototype.findlastindex@1.2.5: - resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} - engines: {node: '>= 0.4'} + es-iterator-helpers@1.2.1: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-abstract: 1.23.7 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 + function-bind: 1.1.2 + get-intrinsic: 1.2.6 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + iterator.prototype: 1.1.4 + safe-array-concat: 1.1.3 - array.prototype.flat@1.3.3: - resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} - engines: {node: '>= 0.4'} + es-module-lexer@2.0.0: {} - array.prototype.flatmap@1.3.3: - resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==} - engines: {node: '>= 0.4'} + es-object-atoms@1.0.0: + dependencies: + es-errors: 1.3.0 - array.prototype.tosorted@1.1.4: - resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} - engines: {node: '>= 0.4'} + es-object-atoms@1.1.1: + dependencies: + es-errors: 1.3.0 - arraybuffer.prototype.slice@1.0.4: - resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} - engines: {node: '>= 0.4'} + es-set-tostringtag@2.0.3: + dependencies: + get-intrinsic: 1.2.6 + has-tostringtag: 1.0.2 + hasown: 2.0.2 - available-typed-arrays@1.0.7: - resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} - engines: {node: '>= 0.4'} + es-set-tostringtag@2.1.0: + dependencies: + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + has-tostringtag: 1.0.2 + hasown: 2.0.2 - balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + es-shim-unscopables@1.0.2: + dependencies: + hasown: 2.0.2 - brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + es-to-primitive@1.3.0: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.1.0 + is-symbol: 1.1.1 - builtins@5.1.0: - resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} + escalade@3.2.0: {} - call-bind-apply-helpers@1.0.1: - resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} - engines: {node: '>= 0.4'} + escape-html@1.0.3: {} - call-bind@1.0.8: - resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} - engines: {node: '>= 0.4'} + escape-quotes@1.0.2: + dependencies: + escape-string-regexp: 1.0.5 - call-bound@1.0.3: - resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} - engines: {node: '>= 0.4'} + escape-string-regexp@1.0.5: {} - callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + escape-string-regexp@2.0.0: {} - chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + escape-string-regexp@4.0.0: {} - chalk@5.4.1: - resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + escodegen@1.14.3: + dependencies: + esprima: 4.0.1 + estraverse: 4.3.0 + esutils: 2.0.3 + optionator: 0.8.3 + optionalDependencies: + source-map: 0.6.1 - color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + eslint-compat-utils@0.5.1(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + semver: 7.6.3 - color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + eslint-config-prettier@9.1.0(eslint@8.57.0): + dependencies: + eslint: 8.57.0 - concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + eslint-config-prettier@9.1.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 - cross-spawn@7.0.6: - resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} - engines: {node: '>= 8'} + eslint-config-semistandard@17.0.0(eslint-config-standard@17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1))(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-config-standard: 17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(eslint@8.57.1) + eslint-plugin-n: 15.7.0(eslint@8.57.1) + eslint-plugin-promise: 6.6.0(eslint@8.57.1) - data-uri-to-buffer@4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} - engines: {node: '>= 12'} + eslint-config-standard-jsx@11.0.0(eslint-plugin-react@7.37.3(eslint@8.57.1))(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-plugin-react: 7.37.3(eslint@8.57.1) - data-view-buffer@1.0.2: - resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} - engines: {node: '>= 0.4'} + eslint-config-standard@17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-plugin-import: 2.31.0(eslint@8.57.1) + eslint-plugin-n: 15.7.0(eslint@8.57.1) + eslint-plugin-promise: 6.6.0(eslint@8.57.1) - data-view-byte-length@1.0.2: - resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} - engines: {node: '>= 0.4'} + eslint-import-resolver-node@0.3.9: + dependencies: + debug: 3.2.7 + is-core-module: 2.16.1 + resolve: 1.22.10 + transitivePeerDependencies: + - supports-color - data-view-byte-offset@1.0.1: - resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} - engines: {node: '>= 0.4'} + eslint-module-utils@2.12.0(eslint-import-resolver-node@0.3.9)(eslint@8.57.1): + dependencies: + debug: 3.2.7 + optionalDependencies: + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.9 + transitivePeerDependencies: + - supports-color - debug@3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + eslint-plugin-es-x@7.8.0(eslint@8.57.1): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1) + '@eslint-community/regexpp': 4.12.1 + eslint: 8.57.1 + eslint-compat-utils: 0.5.1(eslint@8.57.1) - debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + eslint-plugin-es@4.1.0(eslint@8.57.0): + dependencies: + eslint: 8.57.0 + eslint-utils: 2.1.0 + regexpp: 3.2.0 - deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + eslint-plugin-es@4.1.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-utils: 2.1.0 + regexpp: 3.2.0 - define-data-property@1.1.4: - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} - engines: {node: '>= 0.4'} + eslint-plugin-import@2.31.0(eslint@8.57.1): + dependencies: + '@rtsao/scc': 1.1.0 + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.5 + array.prototype.flat: 1.3.3 + array.prototype.flatmap: 1.3.3 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint@8.57.1) + hasown: 2.0.2 + is-core-module: 2.16.1 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.1 + semver: 6.3.1 + string.prototype.trimend: 1.0.9 + tsconfig-paths: 3.15.0 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color - define-properties@1.2.1: - resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} - engines: {node: '>= 0.4'} + eslint-plugin-n@15.7.0(eslint@8.57.0): + dependencies: + builtins: 5.1.0 + eslint: 8.57.0 + eslint-plugin-es: 4.1.0(eslint@8.57.0) + eslint-utils: 3.0.0(eslint@8.57.0) + ignore: 5.3.2 + is-core-module: 2.16.1 + minimatch: 3.1.2 + resolve: 1.22.10 + semver: 7.6.3 - doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + eslint-plugin-n@15.7.0(eslint@8.57.1): + dependencies: + builtins: 5.1.0 + eslint: 8.57.1 + eslint-plugin-es: 4.1.0(eslint@8.57.1) + eslint-utils: 3.0.0(eslint@8.57.1) + ignore: 5.3.2 + is-core-module: 2.16.1 + minimatch: 3.1.2 + resolve: 1.22.10 + semver: 7.6.3 - doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + eslint-plugin-n@17.24.0(eslint@8.57.1)(typescript@5.9.3): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1) + enhanced-resolve: 5.20.0 + eslint: 8.57.1 + eslint-plugin-es-x: 7.8.0(eslint@8.57.1) + get-tsconfig: 4.13.6 + globals: 15.15.0 + globrex: 0.1.2 + ignore: 5.3.2 + semver: 7.6.3 + ts-declaration-location: 1.0.7(typescript@5.9.3) + transitivePeerDependencies: + - typescript - dunder-proto@1.0.1: - resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} - engines: {node: '>= 0.4'} + eslint-plugin-prettier@5.1.3(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5): + dependencies: + eslint: 8.57.0 + prettier: 3.2.5 + prettier-linter-helpers: 1.0.1 + synckit: 0.8.8 + optionalDependencies: + '@types/eslint': 9.6.1 + eslint-config-prettier: 9.1.0(eslint@8.57.0) - error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3): + dependencies: + eslint: 8.57.1 + prettier: 3.3.3 + prettier-linter-helpers: 1.0.1 + synckit: 0.9.3 + optionalDependencies: + '@types/eslint': 9.6.1 + eslint-config-prettier: 9.1.0(eslint@8.57.1) - es-abstract@1.23.7: - resolution: {integrity: sha512-OygGC8kIcDhXX+6yAZRGLqwi2CmEXCbLQixeGUgYeR+Qwlppqmo7DIDr8XibtEBZp+fJcoYpoatp5qwLMEdcqQ==} - engines: {node: '>= 0.4'} + eslint-plugin-promise@6.6.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 - es-define-property@1.0.1: - resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} - engines: {node: '>= 0.4'} + eslint-plugin-react@7.37.3(eslint@8.57.1): + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.3 + array.prototype.tosorted: 1.1.4 + doctrine: 2.1.0 + es-iterator-helpers: 1.2.1 + eslint: 8.57.1 + estraverse: 5.3.0 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.8 + object.fromentries: 2.0.8 + object.values: 1.2.1 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.12 + string.prototype.repeat: 1.0.0 - es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} - engines: {node: '>= 0.4'} + eslint-scope@5.1.1: + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 - es-iterator-helpers@1.2.1: - resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} - engines: {node: '>= 0.4'} + eslint-scope@7.2.2: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 - es-object-atoms@1.0.0: - resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} - engines: {node: '>= 0.4'} + eslint-utils@2.1.0: + dependencies: + eslint-visitor-keys: 1.3.0 - es-set-tostringtag@2.0.3: - resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} - engines: {node: '>= 0.4'} + eslint-utils@3.0.0(eslint@8.57.0): + dependencies: + eslint: 8.57.0 + eslint-visitor-keys: 2.1.0 - es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + eslint-utils@3.0.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-visitor-keys: 2.1.0 - es-to-primitive@1.3.0: - resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} - engines: {node: '>= 0.4'} + eslint-visitor-keys@1.3.0: {} - escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} + eslint-visitor-keys@2.1.0: {} - eslint-config-semistandard@17.0.0: - resolution: {integrity: sha512-tLi0JYmfiiJgtmRhoES55tENatR7y/5aXOh6cBeW+qjzl1+WwyV0arDqR65XN3/xrPZt+/1EG+xNLknV/0jWsQ==} - peerDependencies: - eslint: ^8.13.0 - eslint-config-standard: ^17.0.0 - eslint-plugin-import: ^2.26.0 - eslint-plugin-n: ^15.0.0 - eslint-plugin-promise: ^6.0.0 + eslint-visitor-keys@3.4.3: {} - eslint-config-standard-jsx@11.0.0: - resolution: {integrity: sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==} - peerDependencies: - eslint: ^8.8.0 - eslint-plugin-react: ^7.28.0 + eslint@8.57.0: + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0) + '@eslint-community/regexpp': 4.12.1 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.57.0 + '@humanwhocodes/config-array': 0.11.14 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.1 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.0(supports-color@8.1.1) + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.24.0 + graphemer: 1.4.0 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color - eslint-config-standard@17.0.0: - resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} - peerDependencies: - eslint: ^8.0.1 - eslint-plugin-import: ^2.25.2 - eslint-plugin-n: ^15.0.0 - eslint-plugin-promise: ^6.0.0 + eslint@8.57.1: + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) + '@eslint-community/regexpp': 4.12.1 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.57.1 + '@humanwhocodes/config-array': 0.13.0 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.1 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.0(supports-color@8.1.1) + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.24.0 + graphemer: 1.4.0 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color - eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + espree@9.6.1: + dependencies: + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) + eslint-visitor-keys: 3.4.3 - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true + esprima@4.0.1: {} - eslint-plugin-es@4.1.0: - resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} - engines: {node: '>=8.10.0'} - peerDependencies: - eslint: '>=4.19.1' + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 - eslint-plugin-import@2.31.0: - resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true + esrecurse@4.3.0: + dependencies: + estraverse: 5.3.0 - eslint-plugin-n@15.7.0: - resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==} - engines: {node: '>=12.22.0'} - peerDependencies: - eslint: '>=7.0.0' + estraverse@4.3.0: {} - eslint-plugin-promise@6.6.0: - resolution: {integrity: sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + estraverse@5.3.0: {} - eslint-plugin-react@7.37.3: - resolution: {integrity: sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + esutils@2.0.3: {} - eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + event-target-shim@5.0.1: {} - eslint-utils@2.1.0: - resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} - engines: {node: '>=6'} + events@3.3.0: {} - eslint-utils@3.0.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' + execa@5.1.1: + dependencies: + cross-spawn: 7.0.6 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 - eslint-visitor-keys@1.3.0: - resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} - engines: {node: '>=4'} + exponential-backoff@3.1.3: {} - eslint-visitor-keys@2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} + extend@3.0.2: {} - eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + external-editor@3.1.0: + dependencies: + chardet: 0.7.0 + iconv-lite: 0.4.24 + tmp: 0.0.33 - eslint@8.57.1: - resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. - hasBin: true + fast-deep-equal@3.1.3: {} - espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + fast-diff@1.3.0: {} - esquery@1.6.0: - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} - engines: {node: '>=0.10'} + fast-glob@3.3.3: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 - esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + fast-json-stable-stringify@2.1.0: {} - estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} + fast-levenshtein@2.0.6: {} - esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} + fast-uri@3.1.0: {} - extend@3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + fast-url-parser@1.1.3: + dependencies: + punycode: 1.4.1 - fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + fast-xml-builder@1.1.0: + dependencies: + path-expression-matcher: 1.1.2 - fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + fast-xml-parser@5.5.1: + dependencies: + fast-xml-builder: 1.1.0 + path-expression-matcher: 1.1.2 + strnum: 2.2.0 - fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + fastest-levenshtein@1.0.16: {} fastq@1.18.0: - resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} + dependencies: + reusify: 1.0.4 + + fdir@6.5.0(picomatch@4.0.3): + optionalDependencies: + picomatch: 4.0.3 fetch-blob@3.2.0: - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} - engines: {node: ^12.20 || >= 14.13} + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 3.3.3 + + figures@3.2.0: + dependencies: + escape-string-regexp: 1.0.5 figures@6.1.0: - resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} - engines: {node: '>=18'} + dependencies: + is-unicode-supported: 2.1.0 file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flat-cache: 3.2.0 + + fill-keys@1.0.2: + dependencies: + is-object: 1.0.2 + merge-descriptors: 1.0.3 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 find-up@3.0.0: - resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} - engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + + find-up@4.1.0: + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + find-up@6.3.0: + dependencies: + locate-path: 7.2.0 + path-exists: 5.0.0 flat-cache@3.2.0: - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} - engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flatted: 3.3.2 + keyv: 4.5.4 + rimraf: 3.0.2 - flatted@3.3.2: - resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} + flat@5.0.2: {} + + flatted@3.3.2: {} + + folktale@2.3.2: {} for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + dependencies: + is-callable: 1.2.7 + + for-each@0.3.5: + dependencies: + is-callable: 1.2.7 + + foreground-child@3.3.1: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + + form-data@2.5.5: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + safe-buffer: 5.2.1 formdata-polyfill@4.0.10: - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} - engines: {node: '>=12.20.0'} + dependencies: + fetch-blob: 3.2.0 - fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + fs-minipass@2.1.0: + dependencies: + minipass: 3.3.6 - function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + fs-minipass@3.0.3: + dependencies: + minipass: 7.1.3 + + fs-readdir-recursive@1.1.0: {} + + fs.realpath@1.0.0: {} + + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} function.prototype.name@1.1.8: - resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} - engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + functions-have-names: 1.2.3 + hasown: 2.0.2 + is-callable: 1.2.7 - functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + functions-have-names@1.2.3: {} + + gapic-tools@0.4.6(encoding@0.1.13)(protobufjs@7.5.4): + dependencies: + '@babel/core': 7.27.7 + '@babel/traverse': 7.27.7 + google-gax: 4.6.1(encoding@0.1.13) + google-proto-files: 4.2.0 + protobufjs-cli: 1.1.3(protobufjs@7.5.4) + uglify-js: 3.19.3 + walk-up-path: 3.0.1 + walkdir: 0.4.1 + transitivePeerDependencies: + - encoding + - protobufjs + - supports-color + + gapic-tools@1.0.5(protobufjs@7.5.4): + dependencies: + '@babel/core': 7.27.7 + '@babel/traverse': 7.27.7 + google-gax: 5.0.6 + google-proto-files: 5.0.1 + protobufjs-cli: 1.2.0(protobufjs@7.5.4) + rimraf: 5.0.10 + uglify-js: 3.19.3 + walk-up-path: 3.0.1 + walkdir: 0.4.1 + transitivePeerDependencies: + - protobufjs + - supports-color + + gauge@4.0.4: + dependencies: + aproba: 2.1.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + signal-exit: 3.0.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + + gauge@5.0.2: + dependencies: + aproba: 2.1.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + signal-exit: 4.1.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + + gaxios@5.1.3(encoding@0.1.13): + dependencies: + extend: 3.0.2 + https-proxy-agent: 5.0.1 + is-stream: 2.0.1 + node-fetch: 2.7.0(encoding@0.1.13) + transitivePeerDependencies: + - encoding + - supports-color + + gaxios@6.7.1(encoding@0.1.13): + dependencies: + extend: 3.0.2 + https-proxy-agent: 7.0.6 + is-stream: 2.0.1 + node-fetch: 2.7.0(encoding@0.1.13) + uuid: 9.0.1 + transitivePeerDependencies: + - encoding + - supports-color gaxios@7.1.0: - resolution: {integrity: sha512-y1Q0MX1Ba6eg67Zz92kW0MHHhdtWksYckQy1KJsI6P4UlDQ8cvdvpLEPslD/k7vFkdPppMESFGTvk7XpSiKj8g==} - engines: {node: '>=18'} + dependencies: + extend: 3.0.2 + https-proxy-agent: 7.0.6 + node-fetch: 3.3.2 + transitivePeerDependencies: + - supports-color + + gaxios@7.1.3: + dependencies: + extend: 3.0.2 + https-proxy-agent: 7.0.6 + node-fetch: 3.3.2 + rimraf: 5.0.10 + transitivePeerDependencies: + - supports-color + + gcp-metadata@6.1.1(encoding@0.1.13): + dependencies: + gaxios: 6.7.1(encoding@0.1.13) + google-logging-utils: 0.0.2 + json-bigint: 1.0.0 + transitivePeerDependencies: + - encoding + - supports-color + + gcp-metadata@8.1.2: + dependencies: + gaxios: 7.1.3 + google-logging-utils: 1.1.3 + json-bigint: 1.0.0 + transitivePeerDependencies: + - supports-color + + gensync@1.0.0-beta.2: {} + + get-caller-file@2.0.5: {} + + get-func-name@2.0.2: {} get-intrinsic@1.2.6: - resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==} - engines: {node: '>= 0.4'} + dependencies: + call-bind-apply-helpers: 1.0.1 + dunder-proto: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + function-bind: 1.1.2 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 - get-stdin@8.0.0: - resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} - engines: {node: '>=10'} + get-intrinsic@1.3.0: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + function-bind: 1.1.2 + get-proto: 1.0.1 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + + get-proto@1.0.1: + dependencies: + dunder-proto: 1.0.1 + es-object-atoms: 1.0.0 + + get-stdin@8.0.0: {} + + get-stream@6.0.1: {} get-symbol-description@1.1.0: - resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} - engines: {node: '>= 0.4'} + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + + get-tsconfig@4.13.6: + dependencies: + resolve-pkg-maps: 1.0.0 + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + dependencies: + is-glob: 4.0.3 + + glob-to-regexp@0.4.1: {} + + glob@10.5.0: + dependencies: + foreground-child: 3.3.1 + jackspeak: 3.4.3 + minimatch: 9.0.9 + minipass: 7.1.3 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + + glob@7.2.0: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 - globals@13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} + glob@8.1.0: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.9 + once: 1.4.0 - globalthis@1.0.4: - resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} - engines: {node: '>= 0.4'} + glob@9.3.5: + dependencies: + fs.realpath: 1.0.0 + minimatch: 8.0.7 + minipass: 4.2.8 + path-scurry: 1.11.1 - gopd@1.2.0: - resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} - engines: {node: '>= 0.4'} + globals@11.12.0: {} - graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + globals@13.24.0: + dependencies: + type-fest: 0.20.2 - graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + globals@15.15.0: {} - has-bigints@1.1.0: - resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} - engines: {node: '>= 0.4'} + globalthis@1.0.4: + dependencies: + define-properties: 1.2.1 + gopd: 1.2.0 - has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + globby@11.1.0: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.3 + ignore: 5.3.2 + merge2: 1.4.1 + slash: 3.0.0 - has-property-descriptors@1.0.2: - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + globrex@0.1.2: {} - has-proto@1.2.0: - resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} - engines: {node: '>= 0.4'} + google-auth-library@10.6.1: + dependencies: + base64-js: 1.5.1 + ecdsa-sig-formatter: 1.0.11 + gaxios: 7.1.3 + gcp-metadata: 8.1.2 + google-logging-utils: 1.1.3 + jws: 4.0.1 + transitivePeerDependencies: + - supports-color - has-symbols@1.1.0: - resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} - engines: {node: '>= 0.4'} + google-auth-library@9.15.1(encoding@0.1.13): + dependencies: + base64-js: 1.5.1 + ecdsa-sig-formatter: 1.0.11 + gaxios: 6.7.1(encoding@0.1.13) + gcp-metadata: 6.1.1(encoding@0.1.13) + gtoken: 7.1.0(encoding@0.1.13) + jws: 4.0.1 + transitivePeerDependencies: + - encoding + - supports-color - has-tostringtag@1.0.2: - resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} - engines: {node: '>= 0.4'} + google-gax@4.6.1(encoding@0.1.13): + dependencies: + '@grpc/grpc-js': 1.14.3 + '@grpc/proto-loader': 0.7.15 + '@types/long': 4.0.2 + abort-controller: 3.0.0 + duplexify: 4.1.3 + google-auth-library: 9.15.1(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) + object-hash: 3.0.0 + proto3-json-serializer: 2.0.2 + protobufjs: 7.4.0 + retry-request: 7.0.2(encoding@0.1.13) + uuid: 9.0.1 + transitivePeerDependencies: + - encoding + - supports-color - hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} + google-gax@5.0.6: + dependencies: + '@grpc/grpc-js': 1.14.3 + '@grpc/proto-loader': 0.8.0 + duplexify: 4.1.3 + google-auth-library: 10.6.1 + google-logging-utils: 1.1.3 + node-fetch: 3.3.2 + object-hash: 3.0.0 + proto3-json-serializer: 3.0.4 + protobufjs: 7.5.4 + retry-request: 8.0.2 + rimraf: 5.0.10 + transitivePeerDependencies: + - supports-color - https-proxy-agent@7.0.6: - resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} - engines: {node: '>= 14'} + google-logging-utils@0.0.2: {} - ignore@5.3.2: - resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} - engines: {node: '>= 4'} + google-logging-utils@1.1.3: {} - import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + google-proto-files@4.2.0: + dependencies: + protobufjs: 7.4.0 + walkdir: 0.4.1 - imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} + google-proto-files@5.0.1: + dependencies: + protobufjs: 7.5.4 + walkdir: 0.4.1 - inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} - deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + gopd@1.2.0: {} - inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + graceful-fs@4.2.11: {} - internal-slot@1.1.0: - resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} - engines: {node: '>= 0.4'} + graphemer@1.4.0: {} - is-array-buffer@3.0.5: - resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} - engines: {node: '>= 0.4'} + growl@1.10.5: {} - is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + gtoken@7.1.0(encoding@0.1.13): + dependencies: + gaxios: 6.7.1(encoding@0.1.13) + jws: 4.0.1 + transitivePeerDependencies: + - encoding + - supports-color - is-async-function@2.0.0: - resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} - engines: {node: '>= 0.4'} + gts@5.3.1(@types/eslint@9.6.1)(typescript@5.9.3): + dependencies: + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.9.3) + chalk: 4.1.2 + eslint: 8.57.0 + eslint-config-prettier: 9.1.0(eslint@8.57.0) + eslint-plugin-n: 15.7.0(eslint@8.57.0) + eslint-plugin-prettier: 5.1.3(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5) + execa: 5.1.1 + inquirer: 7.3.3 + json5: 2.2.3 + meow: 9.0.0 + ncp: 2.0.0 + prettier: 3.2.5 + rimraf: 3.0.2 + typescript: 5.9.3 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - '@types/eslint' + - supports-color - is-bigint@1.1.0: - resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} - engines: {node: '>= 0.4'} + gts@6.0.2(@types/eslint@9.6.1)(typescript@5.9.3): + dependencies: + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + chalk: 4.1.2 + eslint: 8.57.1 + eslint-config-prettier: 9.1.0(eslint@8.57.1) + eslint-plugin-n: 15.7.0(eslint@8.57.1) + eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3) + execa: 5.1.1 + inquirer: 7.3.3 + json5: 2.2.3 + meow: 9.0.0 + ncp: 2.0.0 + prettier: 3.3.3 + rimraf: 3.0.2 + typescript: 5.9.3 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - '@types/eslint' + - supports-color - is-boolean-object@1.2.1: - resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} - engines: {node: '>= 0.4'} + hard-rejection@2.1.0: {} - is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} + has-ansi@2.0.0: + dependencies: + ansi-regex: 2.1.1 - is-core-module@2.16.1: - resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} - engines: {node: '>= 0.4'} + has-bigints@1.1.0: {} - is-data-view@1.0.2: - resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} - engines: {node: '>= 0.4'} + has-flag@4.0.0: {} - is-date-object@1.1.0: - resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} - engines: {node: '>= 0.4'} + has-only@1.1.1: {} - is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} + has-property-descriptors@1.0.2: + dependencies: + es-define-property: 1.0.1 - is-finalizationregistry@1.1.1: - resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} - engines: {node: '>= 0.4'} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 - is-generator-function@1.0.10: - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} - engines: {node: '>= 0.4'} + has-symbols@1.1.0: {} - is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + has-tostringtag@1.0.2: + dependencies: + has-symbols: 1.1.0 - is-map@2.0.3: - resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} - engines: {node: '>= 0.4'} + has-unicode@2.0.1: {} - is-number-object@1.1.1: - resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} - engines: {node: '>= 0.4'} + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 - is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} + he@1.2.0: {} - is-regex@1.2.1: - resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} - engines: {node: '>= 0.4'} + hosted-git-info@2.8.9: {} - is-set@2.0.3: - resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} - engines: {node: '>= 0.4'} + hosted-git-info@4.1.0: + dependencies: + lru-cache: 6.0.0 - is-shared-array-buffer@1.0.4: - resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} - engines: {node: '>= 0.4'} + hosted-git-info@5.2.1: + dependencies: + lru-cache: 7.18.3 - is-string@1.1.1: - resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} - engines: {node: '>= 0.4'} + hosted-git-info@6.1.3: + dependencies: + lru-cache: 7.18.3 - is-symbol@1.1.1: - resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} - engines: {node: '>= 0.4'} + hosted-git-info@8.1.0: + dependencies: + lru-cache: 10.4.3 - is-typed-array@1.1.15: - resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} - engines: {node: '>= 0.4'} + html-entities@2.6.0: {} - is-unicode-supported@2.1.0: - resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} - engines: {node: '>=18'} + html-escaper@2.0.2: {} - is-weakmap@2.0.2: - resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} - engines: {node: '>= 0.4'} + html-tags@3.3.1: {} - is-weakref@1.1.0: - resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} - engines: {node: '>= 0.4'} + htmlparser2@10.1.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.2.2 + entities: 7.0.1 - is-weakset@2.0.4: - resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} - engines: {node: '>= 0.4'} + htmlparser2@8.0.2: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.2.2 + entities: 4.5.0 - isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + htmlparser2@9.1.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.2.2 + entities: 4.5.0 - isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + http-cache-semantics@4.2.0: {} - iterator.prototype@1.1.4: - resolution: {integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==} - engines: {node: '>= 0.4'} + http-proxy-agent@4.0.1: + dependencies: + '@tootallnate/once': 1.1.2 + agent-base: 6.0.2 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color - js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + http-proxy-agent@5.0.0: + dependencies: + '@tootallnate/once': 2.0.0 + agent-base: 6.0.2 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color - js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} - hasBin: true + http-proxy-agent@7.0.2: + dependencies: + agent-base: 7.1.3 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color - json-buffer@3.0.1: - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + http2spy@2.0.2: + dependencies: + '@types/proxyquire': 1.3.31 + proxyquire: 2.1.3 - json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color - json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + https-proxy-agent@7.0.6: + dependencies: + agent-base: 7.1.3 + debug: 4.4.0(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color - json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + human-signals@2.1.0: {} + + humanize-ms@1.2.1: + dependencies: + ms: 2.1.3 - json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} - hasBin: true + iconv-lite@0.4.24: + dependencies: + safer-buffer: 2.1.2 - jsx-ast-utils@3.3.5: - resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} - engines: {node: '>=4.0'} + iconv-lite@0.6.3: + dependencies: + safer-buffer: 2.1.2 + optional: true - keyv@4.5.4: - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + ignore-walk@3.0.4: + dependencies: + minimatch: 3.1.2 - levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + ignore-walk@6.0.5: + dependencies: + minimatch: 9.0.9 - load-json-file@5.3.0: - resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} - engines: {node: '>=6'} + ignore-walk@7.0.0: + dependencies: + minimatch: 9.0.9 - locate-path@3.0.0: - resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} - engines: {node: '>=6'} + ignore@5.3.2: {} - locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 - lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + import-local@3.2.0: + dependencies: + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 - loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true + imurmurhash@0.1.4: {} - math-intrinsics@1.1.0: - resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} - engines: {node: '>= 0.4'} + indent-string@4.0.0: {} - minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + indent-string@5.0.0: {} - minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + infer-owner@1.0.4: {} - ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 - natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + inherits@2.0.4: {} - node-domexception@1.0.0: - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} - engines: {node: '>=10.5.0'} - deprecated: Use your platform's native DOMException instead + ini@5.0.0: {} - node-fetch@3.3.2: - resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + inquirer@7.3.3: + dependencies: + ansi-escapes: 4.3.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-width: 3.0.0 + external-editor: 3.1.0 + figures: 3.2.0 + lodash: 4.17.23 + mute-stream: 0.0.8 + run-async: 2.4.1 + rxjs: 6.6.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + through: 2.3.8 - object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} + internal-slot@1.1.0: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 - object-inspect@1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} - engines: {node: '>= 0.4'} + interpret@3.1.1: {} - object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} + ip-address@10.1.0: {} - object.assign@4.1.7: - resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} - engines: {node: '>= 0.4'} + is-array-buffer@3.0.5: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 - object.entries@1.1.8: - resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} - engines: {node: '>= 0.4'} + is-arrayish@0.2.1: {} - object.fromentries@2.0.8: - resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} - engines: {node: '>= 0.4'} + is-async-function@2.0.0: + dependencies: + has-tostringtag: 1.0.2 - object.groupby@1.0.3: - resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} - engines: {node: '>= 0.4'} + is-bigint@1.1.0: + dependencies: + has-bigints: 1.1.0 - object.values@1.2.1: - resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} - engines: {node: '>= 0.4'} + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 - once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + is-boolean-object@1.2.1: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 - optionator@0.9.4: - resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} - engines: {node: '>= 0.8.0'} + is-callable@1.2.7: {} - p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + is-ci@2.0.0: + dependencies: + ci-info: 2.0.0 - p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + is-core-module@2.16.1: + dependencies: + hasown: 2.0.2 - p-locate@3.0.0: - resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} - engines: {node: '>=6'} + is-data-view@1.0.2: + dependencies: + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + is-typed-array: 1.1.15 - p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + is-date-object@1.1.0: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 - p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} + is-extglob@2.1.1: {} - parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.3 - parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} + is-fullwidth-code-point@3.0.0: {} - parse-link-header@2.0.0: - resolution: {integrity: sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw==} + is-generator-function@1.0.10: + dependencies: + has-tostringtag: 1.0.2 - path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 - path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + is-html@2.0.0: + dependencies: + html-tags: 3.3.1 - path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + is-lambda@1.0.1: {} - path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + is-map@2.0.3: {} - path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + is-negative-zero@2.0.3: {} - pify@4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} + is-number-object@1.1.1: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 - pkg-conf@3.1.0: - resolution: {integrity: sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==} - engines: {node: '>=6'} + is-number@7.0.0: {} - possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} - engines: {node: '>= 0.4'} + is-object@1.0.2: {} - prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} + is-path-inside@3.0.3: {} - prop-types@15.8.1: - resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + is-plain-obj@1.1.0: {} - punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} + is-plain-obj@2.1.0: {} - queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + is-plain-object@2.0.4: + dependencies: + isobject: 3.0.1 - react-is@16.13.1: - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + is-plain-object@5.0.0: {} - reflect.getprototypeof@1.0.9: - resolution: {integrity: sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==} - engines: {node: '>= 0.4'} + is-regex@1.2.1: + dependencies: + call-bound: 1.0.4 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 - regexp.prototype.flags@1.5.3: - resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} - engines: {node: '>= 0.4'} + is-set@2.0.3: {} - regexpp@3.2.0: - resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} - engines: {node: '>=8'} + is-shared-array-buffer@1.0.4: + dependencies: + call-bound: 1.0.4 - resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + is-stream@2.0.1: {} - resolve@1.22.10: - resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} - engines: {node: '>= 0.4'} - hasBin: true + is-string@1.1.1: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 - resolve@2.0.0-next.5: - resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} - hasBin: true + is-symbol@1.1.1: + dependencies: + call-bound: 1.0.4 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 - reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + is-typed-array@1.1.15: + dependencies: + which-typed-array: 1.1.18 - rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true + is-unicode-supported@0.1.0: {} - run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + is-unicode-supported@2.1.0: {} - safe-array-concat@1.1.3: - resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} - engines: {node: '>=0.4'} + is-weakmap@2.0.2: {} - safe-regex-test@1.1.0: - resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} - engines: {node: '>= 0.4'} + is-weakref@1.1.0: + dependencies: + call-bound: 1.0.3 - semistandard@17.0.0: - resolution: {integrity: sha512-FnZ77h6LpCjIl0S2kf8utBjBxuFfiV+6DbnFDEJuxWP91el+Syp6P/T54KCJbczmQx9vIy/cXpSOuPzofnrUKA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true + is-weakref@1.1.1: + dependencies: + call-bound: 1.0.4 - semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} - hasBin: true + is-weakset@2.0.4: + dependencies: + call-bound: 1.0.3 + get-intrinsic: 1.2.6 - semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} - hasBin: true + isarray@2.0.5: {} - set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + isexe@2.0.0: {} - set-function-name@2.0.2: - resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} - engines: {node: '>= 0.4'} + isexe@3.1.5: {} - shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + isobject@3.0.1: {} - shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + istanbul-lib-coverage@3.2.2: {} - side-channel-list@1.0.0: - resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} - engines: {node: '>= 0.4'} + istanbul-lib-report@3.0.1: + dependencies: + istanbul-lib-coverage: 3.2.2 + make-dir: 4.0.0 + supports-color: 7.2.0 - side-channel-map@1.0.1: - resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} - engines: {node: '>= 0.4'} + istanbul-reports@3.2.0: + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.1 - side-channel-weakmap@1.0.2: - resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} - engines: {node: '>= 0.4'} + iterator.prototype@1.1.4: + dependencies: + define-data-property: 1.1.4 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.6 + has-symbols: 1.1.0 + reflect.getprototypeof: 1.0.9 + set-function-name: 2.0.2 - side-channel@1.1.0: - resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} - engines: {node: '>= 0.4'} + its-name@1.0.0: {} - standard-engine@15.1.0: - resolution: {integrity: sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 - string.prototype.matchall@4.0.12: - resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} - engines: {node: '>= 0.4'} + jest-worker@27.5.1: + dependencies: + '@types/node': 22.19.15 + merge-stream: 2.0.0 + supports-color: 8.1.1 - string.prototype.repeat@1.0.0: - resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + js-tokens@4.0.0: {} - string.prototype.trim@1.2.10: - resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} - engines: {node: '>= 0.4'} + js-yaml@3.14.1: + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 - string.prototype.trimend@1.0.9: - resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} - engines: {node: '>= 0.4'} + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 - string.prototype.trimstart@1.0.8: - resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} - engines: {node: '>= 0.4'} + js2xmlparser@4.0.2: + dependencies: + xmlcreate: 2.0.4 - strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + jsdoc-fresh@4.0.0: + dependencies: + '@jsdoc/salty': 0.2.10 - strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} + jsdoc-region-tag@3.0.0: + dependencies: + glob: 7.2.3 - strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + jsdoc@4.0.5: + dependencies: + '@babel/parser': 7.29.0 + '@jsdoc/salty': 0.2.10 + '@types/markdown-it': 14.1.2 + bluebird: 3.7.2 + catharsis: 0.9.0 + escape-string-regexp: 2.0.0 + js2xmlparser: 4.0.2 + klaw: 3.0.0 + markdown-it: 14.1.1 + markdown-it-anchor: 8.6.7(@types/markdown-it@14.1.2)(markdown-it@14.1.1) + marked: 4.3.0 + mkdirp: 1.0.4 + requizzle: 0.2.4 + strip-json-comments: 3.1.1 + underscore: 1.13.8 - supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + jsesc@2.5.2: {} - supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} + jsesc@3.1.0: {} - text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + json-bigint@1.0.0: + dependencies: + bignumber.js: 9.3.1 - tsconfig-paths@3.15.0: - resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + json-buffer@3.0.1: {} - type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + json-parse-better-errors@1.0.2: {} - type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} + json-parse-even-better-errors@2.3.1: {} - type-fest@0.3.1: - resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} - engines: {node: '>=6'} + json-parse-even-better-errors@3.0.2: {} - typed-array-buffer@1.0.3: - resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} - engines: {node: '>= 0.4'} + json-parse-even-better-errors@4.0.0: {} - typed-array-byte-length@1.0.3: - resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} - engines: {node: '>= 0.4'} + json-schema-traverse@0.4.1: {} - typed-array-byte-offset@1.0.4: - resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} - engines: {node: '>= 0.4'} + json-schema-traverse@1.0.0: {} - typed-array-length@1.0.7: - resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} - engines: {node: '>= 0.4'} + json-schema@0.4.0: {} - unbox-primitive@1.1.0: - resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} - engines: {node: '>= 0.4'} + json-stable-stringify-without-jsonify@1.0.1: {} - uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + json-stringify-nice@1.1.4: {} - web-streams-polyfill@3.3.3: - resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} - engines: {node: '>= 8'} + json5@1.0.2: + dependencies: + minimist: 1.2.8 - which-boxed-primitive@1.1.1: - resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} - engines: {node: '>= 0.4'} + json5@2.2.3: {} - which-builtin-type@1.2.1: - resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} - engines: {node: '>= 0.4'} + jsonparse@1.3.1: {} - which-collection@1.0.2: - resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} - engines: {node: '>= 0.4'} + jsx-ast-utils@3.3.5: + dependencies: + array-includes: 3.1.8 + array.prototype.flat: 1.3.3 + object.assign: 4.1.7 + object.values: 1.2.1 - which-typed-array@1.1.18: - resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} - engines: {node: '>= 0.4'} + just-diff-apply@5.5.0: {} - which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true + just-diff@6.0.2: {} - word-wrap@1.2.5: - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} - engines: {node: '>=0.10.0'} + jwa@2.0.1: + dependencies: + buffer-equal-constant-time: 1.0.1 + ecdsa-sig-formatter: 1.0.11 + safe-buffer: 5.2.1 - wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + jws@4.0.1: + dependencies: + jwa: 2.0.1 + safe-buffer: 5.2.1 - xdg-basedir@4.0.0: - resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} - engines: {node: '>=8'} + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 - xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} + kind-of@6.0.3: {} - yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} + klaw@3.0.0: + dependencies: + graceful-fs: 4.2.11 -snapshots: + lazy-ass@1.6.0: {} - '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': + levn@0.3.0: dependencies: - eslint: 8.57.1 - eslint-visitor-keys: 3.4.3 + prelude-ls: 1.1.2 + type-check: 0.3.2 - '@eslint-community/regexpp@4.12.1': {} + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 - '@eslint/eslintrc@2.1.4': + lines-and-columns@1.2.4: {} + + linkify-it@5.0.0: dependencies: - ajv: 6.12.6 - debug: 4.4.0 - espree: 9.6.1 - globals: 13.24.0 - ignore: 5.3.2 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 + uc.micro: 2.1.0 + + linkinator@4.1.2(encoding@0.1.13): + dependencies: + chalk: 5.4.1 + escape-html: 1.0.3 + gaxios: 5.1.3(encoding@0.1.13) + glob: 8.1.0 + htmlparser2: 8.0.2 + marked: 4.3.0 + meow: 11.0.0 + mime: 3.0.0 + server-destroy: 1.0.1 + srcset: 5.0.3 transitivePeerDependencies: + - encoding - supports-color - '@eslint/js@8.57.1': {} + linkinator@4.1.3(encoding@0.1.13): + dependencies: + chalk: 5.4.1 + escape-html: 1.0.3 + gaxios: 5.1.3(encoding@0.1.13) + glob: 9.3.5 + htmlparser2: 9.1.0 + marked: 4.3.0 + meow: 11.0.0 + mime: 3.0.0 + server-destroy: 1.0.1 + srcset: 5.0.3 + transitivePeerDependencies: + - encoding + - supports-color - '@humanwhocodes/config-array@0.13.0': + linkinator@6.3.0(encoding@0.1.13): dependencies: - '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.0 - minimatch: 3.1.2 + chalk: 5.4.1 + escape-html: 1.0.3 + gaxios: 6.7.1(encoding@0.1.13) + glob: 10.5.0 + htmlparser2: 10.1.0 + marked: 13.0.3 + meow: 13.2.0 + mime: 4.1.0 + server-destroy: 1.0.1 + srcset: 5.0.3 transitivePeerDependencies: + - encoding - supports-color - '@humanwhocodes/module-importer@1.0.1': {} + load-json-file@5.3.0: + dependencies: + graceful-fs: 4.2.11 + parse-json: 4.0.0 + pify: 4.0.1 + strip-bom: 3.0.0 + type-fest: 0.3.1 - '@humanwhocodes/object-schema@2.0.3': {} + loader-runner@4.3.1: {} - '@nodelib/fs.scandir@2.1.5': + loader-utils@2.0.4: dependencies: - '@nodelib/fs.stat': 2.0.5 - run-parallel: 1.2.0 + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.3 - '@nodelib/fs.stat@2.0.5': {} + locate-path@3.0.0: + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 - '@nodelib/fs.walk@1.2.8': + locate-path@5.0.0: dependencies: - '@nodelib/fs.scandir': 2.1.5 - fastq: 1.18.0 + p-locate: 4.1.0 - '@rtsao/scc@1.1.0': {} + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 - '@types/json5@0.0.29': {} + locate-path@7.2.0: + dependencies: + p-locate: 6.0.0 - '@ungap/structured-clone@1.2.1': {} + lodash.camelcase@4.3.0: {} - acorn-jsx@5.3.2(acorn@8.14.0): - dependencies: - acorn: 8.14.0 + lodash.debounce@4.0.8: {} - acorn@8.14.0: {} + lodash.groupby@4.6.0: {} - agent-base@7.1.3: {} + lodash.merge@4.6.2: {} - ajv@6.12.6: + lodash@4.17.23: {} + + log-symbols@4.1.0: dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 + chalk: 4.1.2 + is-unicode-supported: 0.1.0 - ansi-regex@5.0.1: {} + long@5.3.2: {} + + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 - ansi-styles@4.3.0: + loupe@2.3.7: dependencies: - color-convert: 2.0.1 + get-func-name: 2.0.2 - argparse@2.0.1: {} + loupe@3.2.1: {} - array-buffer-byte-length@1.0.2: - dependencies: - call-bound: 1.0.3 - is-array-buffer: 3.0.5 + lru-cache@10.4.3: {} - array-includes@3.1.8: + lru-cache@5.1.1: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.6 - is-string: 1.1.1 + yallist: 3.1.1 - array.prototype.findlast@1.2.5: + lru-cache@6.0.0: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 + yallist: 4.0.0 - array.prototype.findlastindex@1.2.5: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 + lru-cache@7.18.3: {} - array.prototype.flat@1.3.3: + make-dir@2.1.0: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-shim-unscopables: 1.0.2 + pify: 4.0.1 + semver: 5.7.2 - array.prototype.flatmap@1.3.3: + make-dir@4.0.0: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-shim-unscopables: 1.0.2 + semver: 7.6.3 - array.prototype.tosorted@1.1.4: + make-fetch-happen@10.2.1: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 + agentkeepalive: 4.6.0 + cacache: 16.1.3 + http-cache-semantics: 4.2.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-lambda: 1.0.1 + lru-cache: 7.18.3 + minipass: 3.3.6 + minipass-collect: 1.0.2 + minipass-fetch: 2.1.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.4 + promise-retry: 2.0.1 + socks-proxy-agent: 7.0.0 + ssri: 9.0.1 + transitivePeerDependencies: + - bluebird + - supports-color - arraybuffer.prototype.slice@1.0.4: + make-fetch-happen@11.1.1: dependencies: - array-buffer-byte-length: 1.0.2 - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-errors: 1.3.0 - get-intrinsic: 1.2.6 - is-array-buffer: 3.0.5 + agentkeepalive: 4.6.0 + cacache: 17.1.4 + http-cache-semantics: 4.2.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-lambda: 1.0.1 + lru-cache: 7.18.3 + minipass: 5.0.0 + minipass-fetch: 3.0.5 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.4 + promise-retry: 2.0.1 + socks-proxy-agent: 7.0.0 + ssri: 10.0.6 + transitivePeerDependencies: + - supports-color - available-typed-arrays@1.0.7: + make-fetch-happen@14.0.3: dependencies: - possible-typed-array-names: 1.0.0 + '@npmcli/agent': 3.0.0 + cacache: 19.0.1 + http-cache-semantics: 4.2.0 + minipass: 7.1.3 + minipass-fetch: 4.0.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 1.0.0 + proc-log: 5.0.0 + promise-retry: 2.0.1 + ssri: 12.0.0 + transitivePeerDependencies: + - supports-color - balanced-match@1.0.2: {} + map-obj@1.0.1: {} - brace-expansion@1.1.11: - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 + map-obj@4.3.0: {} - builtins@5.1.0: + markdown-it-anchor@8.6.7(@types/markdown-it@14.1.2)(markdown-it@14.1.1): dependencies: - semver: 7.6.3 + '@types/markdown-it': 14.1.2 + markdown-it: 14.1.1 - call-bind-apply-helpers@1.0.1: + markdown-it@14.1.1: dependencies: - es-errors: 1.3.0 - function-bind: 1.1.2 + argparse: 2.0.1 + entities: 4.5.0 + linkify-it: 5.0.0 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 - call-bind@1.0.8: - dependencies: - call-bind-apply-helpers: 1.0.1 - es-define-property: 1.0.1 - get-intrinsic: 1.2.6 - set-function-length: 1.2.2 + marked@13.0.3: {} - call-bound@1.0.3: - dependencies: - call-bind-apply-helpers: 1.0.1 - get-intrinsic: 1.2.6 + marked@4.3.0: {} - callsites@3.1.0: {} + math-intrinsics@1.1.0: {} - chalk@4.1.2: + mdurl@2.0.0: {} + + meow@11.0.0: dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 + '@types/minimist': 1.2.5 + camelcase-keys: 8.0.2 + decamelize: 6.0.1 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 4.0.1 + read-pkg-up: 9.1.0 + redent: 4.0.0 + trim-newlines: 4.1.1 + type-fest: 3.13.1 + yargs-parser: 21.1.1 + + meow@13.2.0: {} + + meow@9.0.0: + dependencies: + '@types/minimist': 1.2.5 + camelcase-keys: 6.2.2 + decamelize: 1.2.0 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.1 + type-fest: 0.18.1 + yargs-parser: 20.2.9 + + merge-descriptors@1.0.3: {} + + merge-stream@2.0.0: {} + + merge2@1.4.1: {} + + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 - chalk@5.4.1: {} + mime-db@1.52.0: {} - color-convert@2.0.1: + mime-types@2.1.35: dependencies: - color-name: 1.1.4 + mime-db: 1.52.0 - color-name@1.1.4: {} + mime@3.0.0: {} - concat-map@0.0.1: {} + mime@4.1.0: {} - cross-spawn@7.0.6: + mimic-fn@2.1.0: {} + + min-indent@1.0.1: {} + + minimatch@10.2.4: dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 + brace-expansion: 5.0.4 - data-uri-to-buffer@4.0.1: {} + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 - data-view-buffer@1.0.2: + minimatch@4.2.1: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - is-data-view: 1.0.2 + brace-expansion: 1.1.11 - data-view-byte-length@1.0.2: + minimatch@5.1.9: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - is-data-view: 1.0.2 + brace-expansion: 2.0.2 - data-view-byte-offset@1.0.1: + minimatch@8.0.7: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - is-data-view: 1.0.2 + brace-expansion: 2.0.2 - debug@3.2.7: + minimatch@9.0.9: dependencies: - ms: 2.1.3 + brace-expansion: 2.0.2 - debug@4.4.0: + minimist-options@4.1.0: dependencies: - ms: 2.1.3 + arrify: 1.0.1 + is-plain-obj: 1.1.0 + kind-of: 6.0.3 - deep-is@0.1.4: {} + minimist@1.2.8: {} - define-data-property@1.1.4: + minipass-collect@1.0.2: dependencies: - es-define-property: 1.0.1 - es-errors: 1.3.0 - gopd: 1.2.0 + minipass: 3.3.6 - define-properties@1.2.1: + minipass-collect@2.0.1: dependencies: - define-data-property: 1.1.4 - has-property-descriptors: 1.0.2 - object-keys: 1.1.1 + minipass: 7.1.3 - doctrine@2.1.0: + minipass-fetch@2.1.2: dependencies: - esutils: 2.0.3 + minipass: 3.3.6 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 - doctrine@3.0.0: + minipass-fetch@3.0.5: dependencies: - esutils: 2.0.3 + minipass: 7.1.3 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 - dunder-proto@1.0.1: + minipass-fetch@4.0.1: dependencies: - call-bind-apply-helpers: 1.0.1 - es-errors: 1.3.0 - gopd: 1.2.0 + minipass: 7.1.3 + minipass-sized: 1.0.3 + minizlib: 3.1.0 + optionalDependencies: + encoding: 0.1.13 - error-ex@1.3.2: + minipass-flush@1.0.5: dependencies: - is-arrayish: 0.2.1 + minipass: 3.3.6 - es-abstract@1.23.7: + minipass-json-stream@1.0.2: dependencies: - array-buffer-byte-length: 1.0.2 - arraybuffer.prototype.slice: 1.0.4 - available-typed-arrays: 1.0.7 - call-bind: 1.0.8 - call-bound: 1.0.3 - data-view-buffer: 1.0.2 - data-view-byte-length: 1.0.2 - data-view-byte-offset: 1.0.1 - es-define-property: 1.0.1 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-set-tostringtag: 2.0.3 - es-to-primitive: 1.3.0 - function.prototype.name: 1.1.8 - get-intrinsic: 1.2.6 - get-symbol-description: 1.1.0 - globalthis: 1.0.4 - gopd: 1.2.0 - has-property-descriptors: 1.0.2 - has-proto: 1.2.0 - has-symbols: 1.1.0 - hasown: 2.0.2 - internal-slot: 1.1.0 - is-array-buffer: 3.0.5 - is-callable: 1.2.7 - is-data-view: 1.0.2 - is-regex: 1.2.1 - is-shared-array-buffer: 1.0.4 - is-string: 1.1.1 - is-typed-array: 1.1.15 - is-weakref: 1.1.0 - math-intrinsics: 1.1.0 - object-inspect: 1.13.3 - object-keys: 1.1.1 - object.assign: 4.1.7 - regexp.prototype.flags: 1.5.3 - safe-array-concat: 1.1.3 - safe-regex-test: 1.1.0 - string.prototype.trim: 1.2.10 - string.prototype.trimend: 1.0.9 - string.prototype.trimstart: 1.0.8 - typed-array-buffer: 1.0.3 - typed-array-byte-length: 1.0.3 - typed-array-byte-offset: 1.0.4 - typed-array-length: 1.0.7 - unbox-primitive: 1.1.0 - which-typed-array: 1.1.18 + jsonparse: 1.3.1 + minipass: 3.3.6 - es-define-property@1.0.1: {} + minipass-pipeline@1.2.4: + dependencies: + minipass: 3.3.6 - es-errors@1.3.0: {} + minipass-sized@1.0.3: + dependencies: + minipass: 3.3.6 - es-iterator-helpers@1.2.1: + minipass@3.3.6: dependencies: - call-bind: 1.0.8 - call-bound: 1.0.3 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-errors: 1.3.0 - es-set-tostringtag: 2.0.3 - function-bind: 1.1.2 - get-intrinsic: 1.2.6 - globalthis: 1.0.4 - gopd: 1.2.0 - has-property-descriptors: 1.0.2 - has-proto: 1.2.0 - has-symbols: 1.1.0 - internal-slot: 1.1.0 - iterator.prototype: 1.1.4 - safe-array-concat: 1.1.3 + yallist: 4.0.0 - es-object-atoms@1.0.0: + minipass@4.2.8: {} + + minipass@5.0.0: {} + + minipass@7.1.3: {} + + minizlib@2.1.2: dependencies: - es-errors: 1.3.0 + minipass: 3.3.6 + yallist: 4.0.0 - es-set-tostringtag@2.0.3: + minizlib@3.1.0: dependencies: - get-intrinsic: 1.2.6 - has-tostringtag: 1.0.2 - hasown: 2.0.2 + minipass: 7.1.3 - es-shim-unscopables@1.0.2: + mkdirp@1.0.4: {} + + mocha@11.7.5: dependencies: - hasown: 2.0.2 + browser-stdout: 1.3.1 + chokidar: 4.0.3 + debug: 4.4.0(supports-color@8.1.1) + diff: 7.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 10.5.0 + he: 1.2.0 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 9.0.9 + ms: 2.1.3 + picocolors: 1.1.1 + serialize-javascript: 6.0.2 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + workerpool: 9.3.4 + yargs: 17.7.2 + yargs-parser: 21.1.1 + yargs-unparser: 2.0.0 - es-to-primitive@1.3.0: + mocha@9.2.2: dependencies: - is-callable: 1.2.7 - is-date-object: 1.1.0 - is-symbol: 1.1.1 + '@ungap/promise-all-settled': 1.1.2 + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.3 + debug: 4.3.3(supports-color@8.1.1) + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.2.0 + growl: 1.10.5 + he: 1.2.0 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 4.2.1 + ms: 2.1.3 + nanoid: 3.3.1 + serialize-javascript: 6.0.0 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + which: 2.0.2 + workerpool: 6.2.0 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 + + module-not-found-error@1.0.1: {} + + ms@2.1.2: {} + + ms@2.1.3: {} + + mute-stream@0.0.8: {} + + nanoid@3.3.1: {} + + natural-compare-lite@1.4.0: {} + + natural-compare@1.4.0: {} + + ncp@2.0.0: {} + + negotiator@0.6.4: {} + + negotiator@1.0.0: {} - escape-string-regexp@4.0.0: {} + neo-async@2.6.2: {} - eslint-config-semistandard@17.0.0(eslint-config-standard@17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1))(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): - dependencies: - eslint: 8.57.1 - eslint-config-standard: 17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(eslint@8.57.1) - eslint-plugin-n: 15.7.0(eslint@8.57.1) - eslint-plugin-promise: 6.6.0(eslint@8.57.1) + node-domexception@1.0.0: {} - eslint-config-standard-jsx@11.0.0(eslint-plugin-react@7.37.3(eslint@8.57.1))(eslint@8.57.1): + node-fetch@2.7.0(encoding@0.1.13): dependencies: - eslint: 8.57.1 - eslint-plugin-react: 7.37.3(eslint@8.57.1) + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 - eslint-config-standard@17.0.0(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): + node-fetch@3.3.2: dependencies: - eslint: 8.57.1 - eslint-plugin-import: 2.31.0(eslint@8.57.1) - eslint-plugin-n: 15.7.0(eslint@8.57.1) - eslint-plugin-promise: 6.6.0(eslint@8.57.1) + data-uri-to-buffer: 4.0.1 + fetch-blob: 3.2.0 + formdata-polyfill: 4.0.10 - eslint-import-resolver-node@0.3.9: + node-gyp@11.5.0: dependencies: - debug: 3.2.7 - is-core-module: 2.16.1 - resolve: 1.22.10 + env-paths: 2.2.1 + exponential-backoff: 3.1.3 + graceful-fs: 4.2.11 + make-fetch-happen: 14.0.3 + nopt: 8.1.0 + proc-log: 5.0.0 + semver: 7.6.3 + tar: 7.5.11 + tinyglobby: 0.2.15 + which: 5.0.0 transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(eslint-import-resolver-node@0.3.9)(eslint@8.57.1): + node-gyp@9.4.1: dependencies: - debug: 3.2.7 - optionalDependencies: - eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 + env-paths: 2.2.1 + exponential-backoff: 3.1.3 + glob: 7.2.3 + graceful-fs: 4.2.11 + make-fetch-happen: 10.2.1 + nopt: 6.0.0 + npmlog: 6.0.2 + rimraf: 3.0.2 + semver: 7.6.3 + tar: 6.2.1 + which: 2.0.2 transitivePeerDependencies: + - bluebird - supports-color - eslint-plugin-es@4.1.0(eslint@8.57.1): - dependencies: - eslint: 8.57.1 - eslint-utils: 2.1.0 - regexpp: 3.2.0 + node-releases@2.0.36: {} - eslint-plugin-import@2.31.0(eslint@8.57.1): + nopt@6.0.0: dependencies: - '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.3 - array.prototype.flatmap: 1.3.3 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint@8.57.1) - hasown: 2.0.2 - is-core-module: 2.16.1 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.1 - semver: 6.3.1 - string.prototype.trimend: 1.0.9 - tsconfig-paths: 3.15.0 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color + abbrev: 1.1.1 - eslint-plugin-n@15.7.0(eslint@8.57.1): + nopt@7.2.1: dependencies: - builtins: 5.1.0 - eslint: 8.57.1 - eslint-plugin-es: 4.1.0(eslint@8.57.1) - eslint-utils: 3.0.0(eslint@8.57.1) - ignore: 5.3.2 - is-core-module: 2.16.1 - minimatch: 3.1.2 - resolve: 1.22.10 - semver: 7.6.3 + abbrev: 2.0.0 - eslint-plugin-promise@6.6.0(eslint@8.57.1): + nopt@8.1.0: dependencies: - eslint: 8.57.1 + abbrev: 3.0.1 - eslint-plugin-react@7.37.3(eslint@8.57.1): + normalize-package-data@2.5.0: dependencies: - array-includes: 3.1.8 - array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.3 - array.prototype.tosorted: 1.1.4 - doctrine: 2.1.0 - es-iterator-helpers: 1.2.1 - eslint: 8.57.1 - estraverse: 5.3.0 - hasown: 2.0.2 - jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 - object.entries: 1.1.8 - object.fromentries: 2.0.8 - object.values: 1.2.1 - prop-types: 15.8.1 - resolve: 2.0.0-next.5 - semver: 6.3.1 - string.prototype.matchall: 4.0.12 - string.prototype.repeat: 1.0.0 + hosted-git-info: 2.8.9 + resolve: 1.22.10 + semver: 5.7.2 + validate-npm-package-license: 3.0.4 - eslint-scope@7.2.2: + normalize-package-data@3.0.3: dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 + hosted-git-info: 4.1.0 + is-core-module: 2.16.1 + semver: 7.6.3 + validate-npm-package-license: 3.0.4 - eslint-utils@2.1.0: + normalize-package-data@4.0.1: dependencies: - eslint-visitor-keys: 1.3.0 + hosted-git-info: 5.2.1 + is-core-module: 2.16.1 + semver: 7.6.3 + validate-npm-package-license: 3.0.4 - eslint-utils@3.0.0(eslint@8.57.1): + normalize-package-data@5.0.0: dependencies: - eslint: 8.57.1 - eslint-visitor-keys: 2.1.0 - - eslint-visitor-keys@1.3.0: {} - - eslint-visitor-keys@2.1.0: {} + hosted-git-info: 6.1.3 + is-core-module: 2.16.1 + semver: 7.6.3 + validate-npm-package-license: 3.0.4 - eslint-visitor-keys@3.4.3: {} + normalize-path@3.0.0: {} - eslint@8.57.1: + npm-bundled@3.0.1: dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) - '@eslint-community/regexpp': 4.12.1 - '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.57.1 - '@humanwhocodes/config-array': 0.13.0 - '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.1 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.6 - debug: 4.4.0 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - esquery: 1.6.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - find-up: 5.0.0 - glob-parent: 6.0.2 - globals: 13.24.0 - graphemer: 1.4.0 - ignore: 5.3.2 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - is-path-inside: 3.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.4 - strip-ansi: 6.0.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color + npm-normalize-package-bin: 3.0.1 - espree@9.6.1: + npm-bundled@4.0.0: dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) - eslint-visitor-keys: 3.4.3 + npm-normalize-package-bin: 4.0.0 - esquery@1.6.0: + npm-install-checks@6.3.0: dependencies: - estraverse: 5.3.0 + semver: 7.6.3 - esrecurse@4.3.0: + npm-install-checks@7.1.2: dependencies: - estraverse: 5.3.0 + semver: 7.6.3 - estraverse@5.3.0: {} + npm-normalize-package-bin@3.0.1: {} - esutils@2.0.3: {} + npm-normalize-package-bin@4.0.0: {} - extend@3.0.2: {} + npm-package-arg@10.1.0: + dependencies: + hosted-git-info: 6.1.3 + proc-log: 3.0.0 + semver: 7.6.3 + validate-npm-package-name: 5.0.1 - fast-deep-equal@3.1.3: {} + npm-package-arg@12.0.2: + dependencies: + hosted-git-info: 8.1.0 + proc-log: 5.0.0 + semver: 7.6.3 + validate-npm-package-name: 6.0.2 - fast-json-stable-stringify@2.1.0: {} + npm-packlist@7.0.4: + dependencies: + ignore-walk: 6.0.5 - fast-levenshtein@2.0.6: {} + npm-packlist@8.0.2: + dependencies: + ignore-walk: 6.0.5 - fastq@1.18.0: + npm-packlist@9.0.0: dependencies: - reusify: 1.0.4 + ignore-walk: 7.0.0 - fetch-blob@3.2.0: + npm-pick-manifest@10.0.0: dependencies: - node-domexception: 1.0.0 - web-streams-polyfill: 3.3.3 + npm-install-checks: 7.1.2 + npm-normalize-package-bin: 4.0.0 + npm-package-arg: 12.0.2 + semver: 7.6.3 - figures@6.1.0: + npm-pick-manifest@8.0.2: dependencies: - is-unicode-supported: 2.1.0 + npm-install-checks: 6.3.0 + npm-normalize-package-bin: 3.0.1 + npm-package-arg: 10.1.0 + semver: 7.6.3 - file-entry-cache@6.0.1: + npm-registry-fetch@14.0.5: dependencies: - flat-cache: 3.2.0 + make-fetch-happen: 11.1.1 + minipass: 5.0.0 + minipass-fetch: 3.0.5 + minipass-json-stream: 1.0.2 + minizlib: 2.1.2 + npm-package-arg: 10.1.0 + proc-log: 3.0.0 + transitivePeerDependencies: + - supports-color - find-up@3.0.0: + npm-registry-fetch@18.0.2: dependencies: - locate-path: 3.0.0 + '@npmcli/redact': 3.2.2 + jsonparse: 1.3.1 + make-fetch-happen: 14.0.3 + minipass: 7.1.3 + minipass-fetch: 4.0.1 + minizlib: 3.1.0 + npm-package-arg: 12.0.2 + proc-log: 5.0.0 + transitivePeerDependencies: + - supports-color - find-up@5.0.0: + npm-run-path@4.0.1: dependencies: - locate-path: 6.0.0 - path-exists: 4.0.0 + path-key: 3.1.1 - flat-cache@3.2.0: + npmlog@6.0.2: dependencies: - flatted: 3.3.2 - keyv: 4.5.4 - rimraf: 3.0.2 + are-we-there-yet: 3.0.1 + console-control-strings: 1.1.0 + gauge: 4.0.4 + set-blocking: 2.0.0 - flatted@3.3.2: {} + npmlog@7.0.1: + dependencies: + are-we-there-yet: 4.0.2 + console-control-strings: 1.1.0 + gauge: 5.0.2 + set-blocking: 2.0.0 - for-each@0.3.3: + null-loader@4.0.1(webpack@5.105.4): dependencies: - is-callable: 1.2.7 + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.105.4(webpack-cli@6.0.1) - formdata-polyfill@4.0.10: + nunjucks@3.2.4(chokidar@3.6.0): dependencies: - fetch-blob: 3.2.0 + a-sync-waterfall: 1.0.1 + asap: 2.0.6 + commander: 5.1.0 + optionalDependencies: + chokidar: 3.6.0 - fs.realpath@1.0.0: {} + object-assign@4.1.1: {} - function-bind@1.1.2: {} + object-hash@3.0.0: {} - function.prototype.name@1.1.8: + object-inspect@1.13.3: {} + + object-inspect@1.13.4: {} + + object-keys@1.1.1: {} + + object.assign@4.1.7: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 - functions-have-names: 1.2.3 - hasown: 2.0.2 - is-callable: 1.2.7 - - functions-have-names@1.2.3: {} + es-object-atoms: 1.1.1 + has-symbols: 1.1.0 + object-keys: 1.1.1 - gaxios@7.1.0: + object.entries@1.1.8: dependencies: - extend: 3.0.2 - https-proxy-agent: 7.0.6 - node-fetch: 3.3.2 - transitivePeerDependencies: - - supports-color + call-bind: 1.0.8 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 - get-intrinsic@1.2.6: + object.fromentries@2.0.8: dependencies: - call-bind-apply-helpers: 1.0.1 - dunder-proto: 1.0.1 - es-define-property: 1.0.1 - es-errors: 1.3.0 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 es-object-atoms: 1.0.0 - function-bind: 1.1.2 - gopd: 1.2.0 - has-symbols: 1.1.0 - hasown: 2.0.2 - math-intrinsics: 1.1.0 - get-stdin@8.0.0: {} + object.groupby@1.0.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.7 - get-symbol-description@1.1.0: + object.values@1.2.1: dependencies: + call-bind: 1.0.8 call-bound: 1.0.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.6 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 - glob-parent@6.0.2: + once@1.4.0: dependencies: - is-glob: 4.0.3 + wrappy: 1.0.2 - glob@7.2.3: + onetime@5.1.2: dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 + mimic-fn: 2.1.0 - globals@13.24.0: + optionator@0.8.3: dependencies: - type-fest: 0.20.2 + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.3.0 + prelude-ls: 1.1.2 + type-check: 0.3.2 + word-wrap: 1.2.5 - globalthis@1.0.4: + optionator@0.9.4: dependencies: - define-properties: 1.2.1 - gopd: 1.2.0 - - gopd@1.2.0: {} + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.5 - graceful-fs@4.2.11: {} + os-tmpdir@1.0.2: {} - graphemer@1.4.0: {} + own-keys@1.0.1: + dependencies: + get-intrinsic: 1.3.0 + object-keys: 1.1.1 + safe-push-apply: 1.0.0 - has-bigints@1.1.0: {} + p-limit@2.3.0: + dependencies: + p-try: 2.2.0 - has-flag@4.0.0: {} + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 - has-property-descriptors@1.0.2: + p-limit@4.0.0: dependencies: - es-define-property: 1.0.1 + yocto-queue: 1.2.2 - has-proto@1.2.0: + p-locate@3.0.0: dependencies: - dunder-proto: 1.0.1 + p-limit: 2.3.0 - has-symbols@1.1.0: {} + p-locate@4.1.0: + dependencies: + p-limit: 2.3.0 - has-tostringtag@1.0.2: + p-locate@5.0.0: dependencies: - has-symbols: 1.1.0 + p-limit: 3.1.0 - hasown@2.0.2: + p-locate@6.0.0: dependencies: - function-bind: 1.1.2 + p-limit: 4.0.0 - https-proxy-agent@7.0.6: + p-map@4.0.0: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 - transitivePeerDependencies: - - supports-color + aggregate-error: 3.1.0 - ignore@5.3.2: {} + p-map@7.0.4: {} - import-fresh@3.3.0: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 + p-try@2.2.0: {} - imurmurhash@0.1.4: {} + pack-n-play@2.1.0: + dependencies: + '@npmcli/arborist': 6.5.1 + execa: 5.1.1 + npm-packlist: 8.0.2 + once: 1.4.0 + rimraf: 5.0.10 + tar: 6.2.1 + tmp: 0.2.3 + transitivePeerDependencies: + - bluebird + - supports-color - inflight@1.0.6: + pack-n-play@3.0.1: dependencies: + '@npmcli/arborist': 8.0.2 + execa: 5.1.1 + npm-packlist: 9.0.0 once: 1.4.0 - wrappy: 1.0.2 + rimraf: 5.0.10 + tar: 7.5.11 + tmp: 0.2.4 + transitivePeerDependencies: + - supports-color - inherits@2.0.4: {} + package-json-from-dist@1.0.1: {} - internal-slot@1.1.0: + pacote@15.2.0: dependencies: - es-errors: 1.3.0 - hasown: 2.0.2 - side-channel: 1.1.0 + '@npmcli/git': 4.1.0 + '@npmcli/installed-package-contents': 2.1.0 + '@npmcli/promise-spawn': 6.0.2 + '@npmcli/run-script': 6.0.2 + cacache: 17.1.4 + fs-minipass: 3.0.3 + minipass: 5.0.0 + npm-package-arg: 10.1.0 + npm-packlist: 7.0.4 + npm-pick-manifest: 8.0.2 + npm-registry-fetch: 14.0.5 + proc-log: 3.0.0 + promise-retry: 2.0.1 + read-package-json: 6.0.4 + read-package-json-fast: 3.0.2 + sigstore: 1.9.0 + ssri: 10.0.6 + tar: 6.2.1 + transitivePeerDependencies: + - bluebird + - supports-color - is-array-buffer@3.0.5: + pacote@19.0.2: dependencies: - call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.6 - - is-arrayish@0.2.1: {} + '@npmcli/git': 6.0.3 + '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/package-json': 6.2.0 + '@npmcli/promise-spawn': 8.0.3 + '@npmcli/run-script': 9.1.0 + cacache: 19.0.1 + fs-minipass: 3.0.3 + minipass: 7.1.3 + npm-package-arg: 12.0.2 + npm-packlist: 9.0.0 + npm-pick-manifest: 10.0.0 + npm-registry-fetch: 18.0.2 + proc-log: 5.0.0 + promise-retry: 2.0.1 + sigstore: 3.1.0 + ssri: 12.0.0 + tar: 7.5.11 + transitivePeerDependencies: + - supports-color - is-async-function@2.0.0: + pacote@20.0.1: dependencies: - has-tostringtag: 1.0.2 + '@npmcli/git': 6.0.3 + '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/package-json': 6.2.0 + '@npmcli/promise-spawn': 8.0.3 + '@npmcli/run-script': 9.1.0 + cacache: 19.0.1 + fs-minipass: 3.0.3 + minipass: 7.1.3 + npm-package-arg: 12.0.2 + npm-packlist: 9.0.0 + npm-pick-manifest: 10.0.0 + npm-registry-fetch: 18.0.2 + proc-log: 5.0.0 + promise-retry: 2.0.1 + sigstore: 3.1.0 + ssri: 12.0.0 + tar: 7.5.11 + transitivePeerDependencies: + - supports-color - is-bigint@1.1.0: + parent-module@1.0.1: dependencies: - has-bigints: 1.1.0 + callsites: 3.1.0 - is-boolean-object@1.2.1: + parse-conflict-json@3.0.1: dependencies: - call-bound: 1.0.3 - has-tostringtag: 1.0.2 + json-parse-even-better-errors: 3.0.2 + just-diff: 6.0.2 + just-diff-apply: 5.5.0 - is-callable@1.2.7: {} + parse-conflict-json@4.0.0: + dependencies: + json-parse-even-better-errors: 4.0.0 + just-diff: 6.0.2 + just-diff-apply: 5.5.0 - is-core-module@2.16.1: + parse-json@4.0.0: dependencies: - hasown: 2.0.2 + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 - is-data-view@1.0.2: + parse-json@5.2.0: dependencies: - call-bound: 1.0.3 - get-intrinsic: 1.2.6 - is-typed-array: 1.1.15 + '@babel/code-frame': 7.29.0 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 - is-date-object@1.1.0: + parse-link-header@2.0.0: dependencies: - call-bound: 1.0.3 - has-tostringtag: 1.0.2 + xtend: 4.0.2 - is-extglob@2.1.1: {} + path-exists@3.0.0: {} - is-finalizationregistry@1.1.1: - dependencies: - call-bound: 1.0.3 + path-exists@4.0.0: {} - is-generator-function@1.0.10: - dependencies: - has-tostringtag: 1.0.2 + path-exists@5.0.0: {} - is-glob@4.0.3: - dependencies: - is-extglob: 2.1.1 + path-expression-matcher@1.1.2: {} - is-map@2.0.3: {} + path-is-absolute@1.0.1: {} - is-number-object@1.1.1: - dependencies: - call-bound: 1.0.3 - has-tostringtag: 1.0.2 + path-key@3.1.1: {} - is-path-inside@3.0.3: {} + path-parse@1.0.7: {} - is-regex@1.2.1: + path-scurry@1.11.1: dependencies: - call-bound: 1.0.3 - gopd: 1.2.0 - has-tostringtag: 1.0.2 - hasown: 2.0.2 + lru-cache: 10.4.3 + minipass: 7.1.3 - is-set@2.0.3: {} + path-type@4.0.0: {} - is-shared-array-buffer@1.0.4: - dependencies: - call-bound: 1.0.3 + pathval@1.1.1: {} - is-string@1.1.1: - dependencies: - call-bound: 1.0.3 - has-tostringtag: 1.0.2 + pathval@2.0.1: {} - is-symbol@1.1.1: + picocolors@1.1.1: {} + + picomatch@2.3.1: {} + + picomatch@4.0.3: {} + + pify@4.0.1: {} + + pkg-conf@3.1.0: dependencies: - call-bound: 1.0.3 - has-symbols: 1.1.0 - safe-regex-test: 1.1.0 + find-up: 3.0.0 + load-json-file: 5.3.0 - is-typed-array@1.1.15: + pkg-dir@4.2.0: dependencies: - which-typed-array: 1.1.18 + find-up: 4.1.0 - is-unicode-supported@2.1.0: {} + pluralize@8.0.0: {} - is-weakmap@2.0.2: {} + possible-typed-array-names@1.0.0: {} - is-weakref@1.1.0: + postcss-selector-parser@6.1.2: dependencies: - call-bound: 1.0.3 + cssesc: 3.0.0 + util-deprecate: 1.0.2 - is-weakset@2.0.4: + postcss-selector-parser@7.1.1: dependencies: - call-bound: 1.0.3 - get-intrinsic: 1.2.6 + cssesc: 3.0.0 + util-deprecate: 1.0.2 - isarray@2.0.5: {} + prelude-ls@1.1.2: {} - isexe@2.0.0: {} + prelude-ls@1.2.1: {} - iterator.prototype@1.1.4: + prettier-linter-helpers@1.0.1: dependencies: - define-data-property: 1.1.4 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.6 - has-symbols: 1.1.0 - reflect.getprototypeof: 1.0.9 - set-function-name: 2.0.2 + fast-diff: 1.3.0 - js-tokens@4.0.0: {} + prettier@3.2.5: {} - js-yaml@4.1.0: - dependencies: - argparse: 2.0.1 + prettier@3.3.3: {} - json-buffer@3.0.1: {} + prettier@3.8.1: {} - json-parse-better-errors@1.0.2: {} + proc-log@3.0.0: {} - json-schema-traverse@0.4.1: {} + proc-log@5.0.0: {} - json-stable-stringify-without-jsonify@1.0.1: {} + proggy@3.0.0: {} - json5@1.0.2: - dependencies: - minimist: 1.2.8 + promise-all-reject-late@1.0.1: {} - jsx-ast-utils@3.3.5: - dependencies: - array-includes: 3.1.8 - array.prototype.flat: 1.3.3 - object.assign: 4.1.7 - object.values: 1.2.1 + promise-call-limit@1.0.2: {} - keyv@4.5.4: + promise-call-limit@3.0.2: {} + + promise-inflight@1.0.1: {} + + promise-retry@2.0.1: dependencies: - json-buffer: 3.0.1 + err-code: 2.0.3 + retry: 0.12.0 - levn@0.4.1: + prop-types@15.8.1: dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 - load-json-file@5.3.0: + proto3-json-serializer@2.0.2: dependencies: - graceful-fs: 4.2.11 - parse-json: 4.0.0 - pify: 4.0.1 - strip-bom: 3.0.0 - type-fest: 0.3.1 + protobufjs: 7.4.0 - locate-path@3.0.0: + proto3-json-serializer@3.0.4: dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 + protobufjs: 7.4.0 - locate-path@6.0.0: + protobufjs-cli@1.1.3(protobufjs@7.5.4): dependencies: - p-locate: 5.0.0 + chalk: 4.1.2 + escodegen: 1.14.3 + espree: 9.6.1 + estraverse: 5.3.0 + glob: 8.1.0 + jsdoc: 4.0.5 + minimist: 1.2.8 + protobufjs: 7.5.4 + semver: 7.6.3 + tmp: 0.2.4 + uglify-js: 3.19.3 - lodash.merge@4.6.2: {} + protobufjs-cli@1.2.0(protobufjs@7.5.4): + dependencies: + chalk: 4.1.2 + escodegen: 1.14.3 + espree: 9.6.1 + estraverse: 5.3.0 + glob: 8.1.0 + jsdoc: 4.0.5 + minimist: 1.2.8 + protobufjs: 7.5.4 + semver: 7.6.3 + tmp: 0.2.4 + uglify-js: 3.19.3 - loose-envify@1.4.0: + protobufjs@7.4.0: dependencies: - js-tokens: 4.0.0 + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/node': 22.19.15 + long: 5.3.2 + + protobufjs@7.5.4: + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/node': 22.19.15 + long: 5.3.2 + + proxyquire@2.1.3: + dependencies: + fill-keys: 1.0.2 + module-not-found-error: 1.0.1 + resolve: 1.22.10 - math-intrinsics@1.1.0: {} + pump@3.0.4: + dependencies: + end-of-stream: 1.4.5 + once: 1.4.0 - minimatch@3.1.2: + pumpify@2.0.1: dependencies: - brace-expansion: 1.1.11 + duplexify: 4.1.3 + inherits: 2.0.4 + pump: 3.0.4 - minimist@1.2.8: {} + punycode.js@2.3.1: {} - ms@2.1.3: {} + punycode@1.4.1: {} - natural-compare@1.4.0: {} + punycode@2.3.1: {} - node-domexception@1.0.0: {} + queue-microtask@1.2.3: {} - node-fetch@3.3.2: - dependencies: - data-uri-to-buffer: 4.0.1 - fetch-blob: 3.2.0 - formdata-polyfill: 4.0.10 + quick-lru@4.0.1: {} - object-assign@4.1.1: {} + quick-lru@6.1.2: {} - object-inspect@1.13.3: {} + quote@0.4.0: {} - object-keys@1.1.1: {} + ramda@0.27.1: {} - object.assign@4.1.7: - dependencies: - call-bind: 1.0.8 - call-bound: 1.0.3 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - has-symbols: 1.1.0 - object-keys: 1.1.1 + ramda@0.28.0: {} - object.entries@1.1.8: + randombytes@2.1.0: dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 + safe-buffer: 5.2.1 - object.fromentries@2.0.8: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 - es-object-atoms: 1.0.0 + react-is@16.13.1: {} - object.groupby@1.0.3: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.7 + read-cmd-shim@4.0.0: {} - object.values@1.2.1: - dependencies: - call-bind: 1.0.8 - call-bound: 1.0.3 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 + read-cmd-shim@5.0.0: {} - once@1.4.0: + read-package-json-fast@3.0.2: dependencies: - wrappy: 1.0.2 + json-parse-even-better-errors: 3.0.2 + npm-normalize-package-bin: 3.0.1 - optionator@0.9.4: + read-package-json-fast@4.0.0: dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.5 + json-parse-even-better-errors: 4.0.0 + npm-normalize-package-bin: 4.0.0 - p-limit@2.3.0: + read-package-json@6.0.4: dependencies: - p-try: 2.2.0 + glob: 10.5.0 + json-parse-even-better-errors: 3.0.2 + normalize-package-data: 5.0.0 + npm-normalize-package-bin: 3.0.1 - p-limit@3.1.0: + read-pkg-up@7.0.1: dependencies: - yocto-queue: 0.1.0 + find-up: 4.1.0 + read-pkg: 5.2.0 + type-fest: 0.8.1 - p-locate@3.0.0: + read-pkg-up@9.1.0: dependencies: - p-limit: 2.3.0 + find-up: 6.3.0 + read-pkg: 7.1.0 + type-fest: 2.19.0 - p-locate@5.0.0: + read-pkg@5.2.0: dependencies: - p-limit: 3.1.0 - - p-try@2.2.0: {} + '@types/normalize-package-data': 2.4.4 + normalize-package-data: 2.5.0 + parse-json: 5.2.0 + type-fest: 0.6.0 - parent-module@1.0.1: + read-pkg@7.1.0: dependencies: - callsites: 3.1.0 + '@types/normalize-package-data': 2.4.4 + normalize-package-data: 3.0.3 + parse-json: 5.2.0 + type-fest: 2.19.0 - parse-json@4.0.0: + readable-stream@3.6.2: dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 - parse-link-header@2.0.0: + readdirp@3.6.0: dependencies: - xtend: 4.0.2 - - path-exists@3.0.0: {} - - path-exists@4.0.0: {} - - path-is-absolute@1.0.1: {} - - path-key@3.1.1: {} - - path-parse@1.0.7: {} + picomatch: 2.3.1 - pify@4.0.1: {} + readdirp@4.1.2: {} - pkg-conf@3.1.0: + recast@0.23.11: dependencies: - find-up: 3.0.0 - load-json-file: 5.3.0 - - possible-typed-array-names@1.0.0: {} - - prelude-ls@1.2.1: {} + ast-types: 0.16.1 + esprima: 4.0.1 + source-map: 0.6.1 + tiny-invariant: 1.3.3 + tslib: 2.8.1 - prop-types@15.8.1: + rechoir@0.8.0: dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - - punycode@2.3.1: {} + resolve: 1.22.10 - queue-microtask@1.2.3: {} + redent@3.0.0: + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 - react-is@16.13.1: {} + redent@4.0.0: + dependencies: + indent-string: 5.0.0 + strip-indent: 4.1.1 reflect.getprototypeof@1.0.9: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 dunder-proto: 1.0.1 - es-abstract: 1.23.7 + es-abstract: 1.24.1 es-errors: 1.3.0 get-intrinsic: 1.2.6 gopd: 1.2.0 which-builtin-type: 1.2.1 + regenerate-unicode-properties@10.2.2: + dependencies: + regenerate: 1.4.2 + + regenerate@1.4.2: {} + regexp.prototype.flags@1.5.3: dependencies: call-bind: 1.0.8 @@ -2145,46 +22471,149 @@ snapshots: es-errors: 1.3.0 set-function-name: 2.0.2 + regexp.prototype.flags@1.5.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 + set-function-name: 2.0.2 + regexpp@3.2.0: {} + regexpu-core@6.4.0: + dependencies: + regenerate: 1.4.2 + regenerate-unicode-properties: 10.2.2 + regjsgen: 0.8.0 + regjsparser: 0.13.0 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.2.1 + + regjsgen@0.8.0: {} + + regjsparser@0.13.0: + dependencies: + jsesc: 3.1.0 + + require-directory@2.1.1: {} + + require-from-string@2.0.2: {} + + requizzle@0.2.4: + dependencies: + lodash: 4.17.23 + + resolve-cwd@3.0.0: + dependencies: + resolve-from: 5.0.0 + resolve-from@4.0.0: {} + resolve-from@5.0.0: {} + + resolve-pkg-maps@1.0.0: {} + resolve@1.22.10: dependencies: is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + resolve@1.22.11: + dependencies: + is-core-module: 2.16.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + resolve@2.0.0-next.5: dependencies: is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + restore-cursor@3.1.0: + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + + retry-request@7.0.2(encoding@0.1.13): + dependencies: + '@types/request': 2.48.13 + extend: 3.0.2 + teeny-request: 9.0.0(encoding@0.1.13) + transitivePeerDependencies: + - encoding + - supports-color + + retry-request@8.0.2: + dependencies: + extend: 3.0.2 + teeny-request: 10.1.0 + transitivePeerDependencies: + - supports-color + + retry@0.12.0: {} + + retry@0.13.1: {} + reusify@1.0.4: {} rimraf@3.0.2: dependencies: glob: 7.2.3 + rimraf@5.0.10: + dependencies: + glob: 10.5.0 + + run-async@2.4.1: {} + run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 + rxjs@6.6.7: + dependencies: + tslib: 1.14.1 + safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.6 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 isarray: 2.0.5 + safe-buffer@5.2.1: {} + + safe-push-apply@1.0.0: + dependencies: + es-errors: 1.3.0 + isarray: 2.0.5 + safe-regex-test@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-regex: 1.2.1 + safer-buffer@2.1.2: {} + + schema-utils@3.3.0: + dependencies: + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) + + schema-utils@4.3.3: + dependencies: + '@types/json-schema': 7.0.15 + ajv: 8.18.0 + ajv-formats: 2.1.1(ajv@8.18.0) + ajv-keywords: 5.1.0(ajv@8.18.0) + semistandard@17.0.0: dependencies: eslint: 8.57.1 @@ -2202,10 +22631,24 @@ snapshots: - eslint-import-resolver-webpack - supports-color + semver@5.7.2: {} + semver@6.3.1: {} semver@7.6.3: {} + serialize-javascript@6.0.0: + dependencies: + randombytes: 2.1.0 + + serialize-javascript@6.0.2: + dependencies: + randombytes: 2.1.0 + + server-destroy@1.0.1: {} + + set-blocking@2.0.0: {} + set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -2217,44 +22660,199 @@ snapshots: set-function-name@2.0.2: dependencies: - define-data-property: 1.1.4 - es-errors: 1.3.0 - functions-have-names: 1.2.3 - has-property-descriptors: 1.0.2 + define-data-property: 1.1.4 + es-errors: 1.3.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + + set-proto@1.0.0: + dependencies: + dunder-proto: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + + shallow-clone@3.0.1: + dependencies: + kind-of: 6.0.3 + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 + + side-channel@1.1.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + + signal-exit@3.0.7: {} + + signal-exit@4.1.0: {} + + sigstore@1.9.0: + dependencies: + '@sigstore/bundle': 1.1.0 + '@sigstore/protobuf-specs': 0.2.1 + '@sigstore/sign': 1.0.0 + '@sigstore/tuf': 1.0.3 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + sigstore@3.1.0: + dependencies: + '@sigstore/bundle': 3.1.0 + '@sigstore/core': 2.0.0 + '@sigstore/protobuf-specs': 0.4.3 + '@sigstore/sign': 3.1.0 + '@sigstore/tuf': 3.1.1 + '@sigstore/verify': 2.1.1 + transitivePeerDependencies: + - supports-color + + sinon@21.0.2: + dependencies: + '@sinonjs/commons': 3.0.1 + '@sinonjs/fake-timers': 15.1.1 + '@sinonjs/samsam': 9.0.2 + diff: 8.0.3 + supports-color: 7.2.0 + + slash@2.0.0: {} + + slash@3.0.0: {} + + smart-buffer@4.2.0: {} + + snap-shot-compare@3.0.0: + dependencies: + check-more-types: 2.24.0 + debug: 4.1.1 + disparity: 3.0.0 + folktale: 2.3.2 + lazy-ass: 1.6.0 + strip-ansi: 5.2.0 + variable-diff: 1.1.0 + transitivePeerDependencies: + - supports-color + + snap-shot-core@10.2.4: + dependencies: + arg: 4.1.3 + check-more-types: 2.24.0 + common-tags: 1.8.0 + debug: 4.3.1 + escape-quotes: 1.0.2 + folktale: 2.3.2 + is-ci: 2.0.0 + jsesc: 2.5.2 + lazy-ass: 1.6.0 + mkdirp: 1.0.4 + pluralize: 8.0.0 + quote: 0.4.0 + ramda: 0.27.1 + transitivePeerDependencies: + - supports-color + + snap-shot-it@7.9.10: + dependencies: + '@bahmutov/data-driven': 1.0.0 + check-more-types: 2.24.0 + common-tags: 1.8.2 + debug: 4.3.4 + has-only: 1.1.1 + its-name: 1.0.0 + lazy-ass: 1.6.0 + pluralize: 8.0.0 + ramda: 0.28.0 + snap-shot-compare: 3.0.0 + snap-shot-core: 10.2.4 + transitivePeerDependencies: + - supports-color + + socks-proxy-agent@7.0.0: + dependencies: + agent-base: 6.0.2 + debug: 4.4.0(supports-color@8.1.1) + socks: 2.8.7 + transitivePeerDependencies: + - supports-color + + socks-proxy-agent@8.0.5: + dependencies: + agent-base: 7.1.3 + debug: 4.4.0(supports-color@8.1.1) + socks: 2.8.7 + transitivePeerDependencies: + - supports-color + + socks@2.8.7: + dependencies: + ip-address: 10.1.0 + smart-buffer: 4.2.0 + + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 - shebang-command@2.0.0: + source-map@0.6.1: {} + + source-map@0.7.6: {} + + spdx-correct@3.2.0: dependencies: - shebang-regex: 3.0.0 + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.23 - shebang-regex@3.0.0: {} + spdx-exceptions@2.5.0: {} - side-channel-list@1.0.0: + spdx-expression-parse@3.0.1: dependencies: - es-errors: 1.3.0 - object-inspect: 1.13.3 + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.23 - side-channel-map@1.0.1: + spdx-license-ids@3.0.23: {} + + sprintf-js@1.0.3: {} + + srcset@5.0.3: {} + + ssri@10.0.6: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.6 - object-inspect: 1.13.3 + minipass: 7.1.3 - side-channel-weakmap@1.0.2: + ssri@12.0.0: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.6 - object-inspect: 1.13.3 - side-channel-map: 1.0.1 + minipass: 7.1.3 - side-channel@1.1.0: + ssri@9.0.1: dependencies: - es-errors: 1.3.0 - object-inspect: 1.13.3 - side-channel-list: 1.0.0 - side-channel-map: 1.0.1 - side-channel-weakmap: 1.0.2 + minipass: 3.3.6 standard-engine@15.1.0: dependencies: @@ -2263,6 +22861,31 @@ snapshots: pkg-conf: 3.1.0 xdg-basedir: 4.0.0 + stop-iteration-iterator@1.1.0: + dependencies: + es-errors: 1.3.0 + internal-slot: 1.1.0 + + stream-events@1.0.5: + dependencies: + stubs: 3.0.0 + + stream-shift@1.0.3: {} + + string-format-obj@1.1.1: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.2.0 + string.prototype.matchall@4.0.12: dependencies: call-bind: 1.0.8 @@ -2287,11 +22910,11 @@ snapshots: string.prototype.trim@1.2.10: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.23.7 - es-object-atoms: 1.0.0 + es-abstract: 1.24.1 + es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 string.prototype.trimend@1.0.9: @@ -2305,24 +22928,189 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 + + string_decoder@1.3.0: + dependencies: + safe-buffer: 5.2.1 + + strip-ansi@3.0.1: + dependencies: + ansi-regex: 2.1.1 + + strip-ansi@5.2.0: + dependencies: + ansi-regex: 4.1.1 strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 + strip-ansi@7.2.0: + dependencies: + ansi-regex: 6.2.2 + strip-bom@3.0.0: {} + strip-final-newline@2.0.0: {} + + strip-indent@3.0.0: + dependencies: + min-indent: 1.0.1 + + strip-indent@4.1.1: {} + strip-json-comments@3.1.1: {} + strnum@2.2.0: {} + + stubs@3.0.0: {} + + supports-color@2.0.0: {} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 + supports-color@8.1.1: + dependencies: + has-flag: 4.0.0 + supports-preserve-symlinks-flag@1.0.0: {} + synckit@0.8.8: + dependencies: + '@pkgr/core': 0.1.2 + tslib: 2.8.1 + + synckit@0.9.3: + dependencies: + '@pkgr/core': 0.1.2 + tslib: 2.8.1 + + tapable@2.3.0: {} + + tar@6.2.1: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + + tar@7.5.11: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.3 + minizlib: 3.1.0 + yallist: 5.0.0 + + teeny-request@10.1.0: + dependencies: + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + node-fetch: 3.3.2 + stream-events: 1.0.5 + transitivePeerDependencies: + - supports-color + + teeny-request@7.1.1(encoding@0.1.13): + dependencies: + http-proxy-agent: 4.0.1 + https-proxy-agent: 5.0.1 + node-fetch: 2.7.0(encoding@0.1.13) + stream-events: 1.0.5 + uuid: 8.3.2 + transitivePeerDependencies: + - encoding + - supports-color + + teeny-request@9.0.0(encoding@0.1.13): + dependencies: + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + node-fetch: 2.7.0(encoding@0.1.13) + stream-events: 1.0.5 + uuid: 9.0.1 + transitivePeerDependencies: + - encoding + - supports-color + + terser-webpack-plugin@5.4.0(webpack@5.105.4): + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + jest-worker: 27.5.1 + schema-utils: 4.3.3 + terser: 5.46.0 + webpack: 5.105.4(webpack-cli@6.0.1) + + terser@5.46.0: + dependencies: + '@jridgewell/source-map': 0.3.11 + acorn: 8.16.0 + commander: 2.20.3 + source-map-support: 0.5.21 + + test-exclude@6.0.0: + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 7.2.3 + minimatch: 3.1.2 + + test-exclude@7.0.2: + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 10.5.0 + minimatch: 10.2.4 + text-table@0.2.0: {} + through@2.3.8: {} + + tiny-invariant@1.3.3: {} + + tinyglobby@0.2.15: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + + tmp@0.0.33: + dependencies: + os-tmpdir: 1.0.2 + + tmp@0.2.3: {} + + tmp@0.2.4: {} + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + tr46@0.0.3: {} + + treeverse@3.0.0: {} + + trim-newlines@3.0.1: {} + + trim-newlines@4.1.1: {} + + ts-declaration-location@1.0.7(typescript@5.9.3): + dependencies: + picomatch: 4.0.3 + typescript: 5.9.3 + + ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.4): + dependencies: + chalk: 4.1.2 + enhanced-resolve: 5.20.0 + micromatch: 4.0.8 + semver: 7.6.3 + source-map: 0.7.6 + typescript: 5.9.3 + webpack: 5.105.4(webpack-cli@6.0.1) + tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29 @@ -2330,14 +23118,59 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 + tslib@1.14.1: {} + + tslib@2.8.1: {} + + tsutils@3.21.0(typescript@5.9.3): + dependencies: + tslib: 1.14.1 + typescript: 5.9.3 + + tuf-js@1.1.7: + dependencies: + '@tufjs/models': 1.0.4 + debug: 4.4.0(supports-color@8.1.1) + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + tuf-js@3.1.0: + dependencies: + '@tufjs/models': 3.0.1 + debug: 4.4.3 + make-fetch-happen: 14.0.3 + transitivePeerDependencies: + - supports-color + + type-check@0.3.2: + dependencies: + prelude-ls: 1.1.2 + type-check@0.4.0: dependencies: prelude-ls: 1.2.1 + type-detect@4.0.8: {} + + type-detect@4.1.0: {} + + type-fest@0.18.1: {} + type-fest@0.20.2: {} + type-fest@0.21.3: {} + type-fest@0.3.1: {} + type-fest@0.6.0: {} + + type-fest@0.8.1: {} + + type-fest@2.19.0: {} + + type-fest@3.13.1: {} + typed-array-buffer@1.0.3: dependencies: call-bound: 1.0.3 @@ -2371,19 +23204,236 @@ snapshots: possible-typed-array-names: 1.0.0 reflect.getprototypeof: 1.0.9 + typescript@5.9.3: {} + + uc.micro@2.1.0: {} + + uglify-js@3.19.3: {} + unbox-primitive@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-bigints: 1.1.0 has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 + underscore@1.13.8: {} + + undici-types@6.21.0: {} + + unicode-canonical-property-names-ecmascript@2.0.1: {} + + unicode-match-property-ecmascript@2.0.0: + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.1 + unicode-property-aliases-ecmascript: 2.2.0 + + unicode-match-property-value-ecmascript@2.2.1: {} + + unicode-property-aliases-ecmascript@2.2.0: {} + + unique-filename@2.0.1: + dependencies: + unique-slug: 3.0.0 + + unique-filename@3.0.0: + dependencies: + unique-slug: 4.0.0 + + unique-filename@4.0.0: + dependencies: + unique-slug: 5.0.0 + + unique-slug@3.0.0: + dependencies: + imurmurhash: 0.1.4 + + unique-slug@4.0.0: + dependencies: + imurmurhash: 0.1.4 + + unique-slug@5.0.0: + dependencies: + imurmurhash: 0.1.4 + + universal-user-agent@6.0.1: {} + + update-browserslist-db@1.2.3(browserslist@4.28.1): + dependencies: + browserslist: 4.28.1 + escalade: 3.2.0 + picocolors: 1.1.1 + uri-js@4.4.1: dependencies: punycode: 2.3.1 + urlgrey@1.0.0: + dependencies: + fast-url-parser: 1.1.3 + + util-deprecate@1.0.2: {} + + uuid@11.1.0: {} + + uuid@8.3.2: {} + + uuid@9.0.1: {} + + v8-to-istanbul@9.3.0: + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + '@types/istanbul-lib-coverage': 2.0.6 + convert-source-map: 2.0.0 + + validate-npm-package-license@3.0.4: + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + + validate-npm-package-name@5.0.1: {} + + validate-npm-package-name@6.0.2: {} + + variable-diff@1.1.0: + dependencies: + chalk: 1.1.3 + object-assign: 4.1.1 + + walk-up-path@3.0.1: {} + + walkdir@0.4.1: {} + + watchpack@2.5.1: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + web-streams-polyfill@3.3.3: {} + webidl-conversions@3.0.1: {} + + webpack-cli@5.1.4(webpack@5.105.4): + dependencies: + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.105.4) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.105.4) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.105.4) + colorette: 2.0.20 + commander: 10.0.1 + cross-spawn: 7.0.6 + envinfo: 7.21.0 + fastest-levenshtein: 1.0.16 + import-local: 3.2.0 + interpret: 3.1.1 + rechoir: 0.8.0 + webpack: 5.105.4(webpack-cli@5.1.4) + webpack-merge: 5.10.0 + + webpack-cli@6.0.1(webpack@5.105.4): + dependencies: + '@discoveryjs/json-ext': 0.6.3 + '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.4) + '@webpack-cli/info': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.4) + '@webpack-cli/serve': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.4) + colorette: 2.0.20 + commander: 12.1.0 + cross-spawn: 7.0.6 + envinfo: 7.21.0 + fastest-levenshtein: 1.0.16 + import-local: 3.2.0 + interpret: 3.1.1 + rechoir: 0.8.0 + webpack: 5.105.4(webpack-cli@6.0.1) + webpack-merge: 6.0.1 + + webpack-merge@5.10.0: + dependencies: + clone-deep: 4.0.1 + flat: 5.0.2 + wildcard: 2.0.1 + + webpack-merge@6.0.1: + dependencies: + clone-deep: 4.0.1 + flat: 5.0.2 + wildcard: 2.0.1 + + webpack-sources@3.3.4: {} + + webpack@5.105.4(webpack-cli@5.1.4): + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.8 + '@types/json-schema': 7.0.15 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.16.0 + acorn-import-phases: 1.0.4(acorn@8.16.0) + browserslist: 4.28.1 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.20.0 + es-module-lexer: 2.0.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.1 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 4.3.3 + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(webpack@5.105.4) + watchpack: 2.5.1 + webpack-sources: 3.3.4 + optionalDependencies: + webpack-cli: 5.1.4(webpack@5.105.4) + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + + webpack@5.105.4(webpack-cli@6.0.1): + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.8 + '@types/json-schema': 7.0.15 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.16.0 + acorn-import-phases: 1.0.4(acorn@8.16.0) + browserslist: 4.28.1 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.20.0 + es-module-lexer: 2.0.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.1 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 4.3.3 + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(webpack@5.105.4) + watchpack: 2.5.1 + webpack-sources: 3.3.4 + optionalDependencies: + webpack-cli: 6.0.1(webpack@5.105.4) + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 @@ -2424,16 +23474,116 @@ snapshots: gopd: 1.2.0 has-tostringtag: 1.0.2 + which-typed-array@1.1.20: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + for-each: 0.3.5 + get-proto: 1.0.1 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + which@2.0.2: dependencies: isexe: 2.0.0 + which@3.0.1: + dependencies: + isexe: 2.0.0 + + which@5.0.0: + dependencies: + isexe: 3.1.5 + + wide-align@1.1.5: + dependencies: + string-width: 4.2.3 + + wildcard@2.0.1: {} + word-wrap@1.2.5: {} + workerpool@6.2.0: {} + + workerpool@9.3.4: {} + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.3 + string-width: 5.1.2 + strip-ansi: 7.2.0 + wrappy@1.0.2: {} + write-file-atomic@4.0.2: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + + write-file-atomic@5.0.1: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 4.1.0 + + write-file-atomic@6.0.0: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 4.1.0 + xdg-basedir@4.0.0: {} + xmlcreate@2.0.4: {} + xtend@4.0.2: {} + y18n@5.0.8: {} + + yallist@3.1.1: {} + + yallist@4.0.0: {} + + yallist@5.0.0: {} + + yargs-parser@20.2.4: {} + + yargs-parser@20.2.9: {} + + yargs-parser@21.1.1: {} + + yargs-unparser@2.0.0: + dependencies: + camelcase: 6.3.0 + decamelize: 4.0.0 + flat: 5.0.2 + is-plain-obj: 2.1.0 + + yargs@16.2.0: + dependencies: + cliui: 7.0.4 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.4 + + yargs@17.7.2: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + yocto-queue@0.1.0: {} + + yocto-queue@1.2.2: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 00000000000..1ecd071550f --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +packages: + - "packages/*" + - "containers/*" + - ".github/scripts/*" + +hoist: false \ No newline at end of file diff --git a/turbo.json b/turbo.json new file mode 100644 index 00000000000..c6a62d013e2 --- /dev/null +++ b/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "globalPassThroughEnv": ["PATH", "SHELL", "SYSTEMROOT"], + "tasks": { + "test": { + "dependsOn": [], + "outputs": [] + }, + } +} \ No newline at end of file From 43cb160794be008342142d57991cdf57528ab42b Mon Sep 17 00:00:00 2001 From: Gabe Pearhill Date: Tue, 10 Mar 2026 16:59:43 -0700 Subject: [PATCH 2/5] chore: remove redundant pnpm version definition. --- .github/workflows/presubmit.yaml | 2 -- .github/workflows/windows-presubmit.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index bd97e29ddd3..c650096fd46 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -16,8 +16,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: pnpm/action-setup@v4 - with: - version: ^10.0.0 - run: node --version - run: pnpm install - run: ci/run_conditional_tests.sh diff --git a/.github/workflows/windows-presubmit.yaml b/.github/workflows/windows-presubmit.yaml index c28d2a48836..476220a4658 100644 --- a/.github/workflows/windows-presubmit.yaml +++ b/.github/workflows/windows-presubmit.yaml @@ -16,8 +16,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: pnpm/action-setup@v4 - with: - version: ^10.0.0 - run: node --version - run: pnpm install - run: bash ci/run_conditional_tests.sh From 1369478bae3d39bfa0c16aa9dd2851eca037fa5f Mon Sep 17 00:00:00 2001 From: Gabe Pearhill Date: Wed, 11 Mar 2026 08:20:47 -0700 Subject: [PATCH 3/5] chore: log return codes of individual tests to find failure --- ci/run_conditional_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/run_conditional_tests.sh b/ci/run_conditional_tests.sh index 949c4bdc7ea..30b01497eba 100755 --- a/ci/run_conditional_tests.sh +++ b/ci/run_conditional_tests.sh @@ -105,6 +105,8 @@ for subdir in ${subdirs[@]}; do ret=$? set -e + echo "turbo testing complete with code ${ret}" + if [ ${ret} -ne 0 ]; then RETVAL=${ret} break @@ -173,6 +175,7 @@ for subdir in ${subdirs[@]}; do ret=$? set -e if [ ${ret} -ne 0 ]; then + echo "test failed in ${d} with code ${ret}" RETVAL=${ret} # Since there are so many APIs, we should exit early if there's an error break From 12141f8a343c412bbc908277ca3bb46c9433a1f6 Mon Sep 17 00:00:00 2001 From: Gabe Pearhill Date: Wed, 11 Mar 2026 09:30:32 -0700 Subject: [PATCH 4/5] chore: modify script to avoid multiple execution of turbo run --- ci/run_conditional_tests.sh | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/ci/run_conditional_tests.sh b/ci/run_conditional_tests.sh index 30b01497eba..7e9b6aa7811 100755 --- a/ci/run_conditional_tests.sh +++ b/ci/run_conditional_tests.sh @@ -70,13 +70,14 @@ fi # Now we have a fixed list, but we can change it to autodetect if # necessary. +# +# Note the package and .github/scripts tests are executed in parallel +# using turbo. subdirs=( core containers - packages handwritten - .github/scripts ) RETVAL=0 @@ -92,28 +93,26 @@ tests_with_credentials="packages/google-analytics-admin/ packages/google-area120 # Until these packages can be updated to be OS agnostic, we will skip them on Windows. windows_exempt_tests=".github/scripts/fixtures/ .github/scripts/tests/ packages/gapic-node-processing/ packages/typeless-sample-bot/" -for subdir in ${subdirs[@]}; do - if [[ ("${subdir}" == "packages" || "${subdir}" == ".github/scripts") && "${TEST_TYPE}" == "units" ]]; then - cd ${PROJECT_ROOT} +if [[ "${TEST_TYPE}" == "units" ]]; then + cd ${PROJECT_ROOT} - echo "installing turbo . . ." - pnpm install -g turbo + echo "installing turbo . . ." + pnpm install -g turbo - echo "running all unit tests for packages" - set +e - turbo run test - ret=$? - set -e + echo "running all unit tests for packages" + set +e + turbo run test + ret=$? + set -e - echo "turbo testing complete with code ${ret}" + echo "turbo testing complete with code ${ret}" - if [ ${ret} -ne 0 ]; then - RETVAL=${ret} - break - fi - continue + if [ ${ret} -ne 0 ]; then + exit ${ret} fi +fi +for subdir in ${subdirs[@]}; do for d in `ls -d ${subdir}/*/`; do if [ -f "ignore.json" ] && jq -e ".ignored[] | select(. == \"$d\")" ignore.json > /dev/null; then echo "Skipping ${d} (explicitly ignored in ignore.json)" From 91014406e4e4caf5b5fb842266b5f90374a19595 Mon Sep 17 00:00:00 2001 From: Gabe Pearhill Date: Wed, 11 Mar 2026 10:26:21 -0700 Subject: [PATCH 5/5] chore: use npm for legacy pacakges that do not support workspaces --- ci/run_conditional_tests.sh | 1 - ci/run_single_test.sh | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ci/run_conditional_tests.sh b/ci/run_conditional_tests.sh index 7e9b6aa7811..b34776cb576 100755 --- a/ci/run_conditional_tests.sh +++ b/ci/run_conditional_tests.sh @@ -76,7 +76,6 @@ fi subdirs=( core - containers handwritten ) diff --git a/ci/run_single_test.sh b/ci/run_single_test.sh index 31ce0206111..f5c21862bcc 100755 --- a/ci/run_single_test.sh +++ b/ci/run_single_test.sh @@ -40,8 +40,8 @@ if [ ${BUILD_TYPE} != "presubmit" ]; then fi # Install dependencies -echo "pnpm install --ignore-scripts --engine-strict --prod; pnpm install" -pnpm install --ignore-scripts --engine-strict --prod; pnpm install +echo "npm install --ignore-scripts --engine-strict --prod; npm install" +npm install --ignore-scripts --engine-strict --prod; npm install retval=0 @@ -49,20 +49,20 @@ retval=0 set +e case ${TEST_TYPE} in lint) - pnpm prelint - pnpm lint + npm run prelint + npm run lint retval=$? ;; samples) - pnpm samples-test + npm run samples-test retval=$? ;; system) - pnpm system-test + npm run system-test retval=$? ;; units) - pnpm test + npm run test retval=$? ;; *)